Module Values.DescribeServiceDeploymentsRequestSource

Describes one or more of your service deployments. A service deployment happens when you release a software update for the service. For more information, see View service history using Amazon ECS service deployments.

Sourcetype nonrec t = {
  1. serviceDeploymentArns : StringList.t;
    (*

    The ARN of the service deployment. You can specify a maximum of 20 ARNs.

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