Module Values.SubmitAttachmentStateChangesRequestSource

This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent. Sent to acknowledge that an attachment changed states.

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

    The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

    *)
  2. attachments : AttachmentStateChanges.t;
    (*

    Any attachments associated with the state change request.

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