Module Values.UpdateContainerAgentRequestSource

Sourcetype nonrec t = {
  1. cluster : String_.t option;
    (*

    The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

    *)
  2. containerInstance : String_.t;
    (*

    The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.

    *)
}
Sourceval context_ : string
Sourceval make : ?cluster:??? -> containerInstance:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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