Module Values.UpdateRecommendationStatusItemSource

Defines the operational recommendation item that needs a status update.

Sourcetype nonrec t = {
  1. resourceId : String500.t option;
    (*

    Resource identifier of the operational recommendation item.

    *)
  2. targetAccountId : CustomerId.t option;
    (*

    Identifier of the target Amazon Web Services account.

    *)
  3. targetRegion : AwsRegion.t option;
    (*

    Identifier of the target Amazon Web Services Region.

    *)
}
Sourceval make : ?resourceId:??? -> ?targetAccountId:??? -> ?targetRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String500.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