Module Values_1.ModifyDBRecommendationMessageSource

Updates the recommendation status and recommended action status for the specified recommendation.

Sourcetype nonrec t = {
  1. recommendationId : Values_0.String_.t;
    (*

    The identifier of the recommendation to update.

    *)
  2. locale : Values_0.String_.t option;
    (*

    The language of the modified recommendation.

    *)
  3. status : Values_0.String_.t option;
    (*

    The recommendation status to update. Valid values: active dismissed

    *)
  4. recommendedActionUpdates : Values_0.RecommendedActionUpdateList.t option;
    (*

    The list of recommended action status to update. You can update multiple recommended actions at one time.

    *)
}
Sourceval context_ : string
Sourceval make : ?locale:??? -> ?status:??? -> ?recommendedActionUpdates:??? -> recommendationId:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t