Module Values.DescribeDaemonDeploymentsRequestSource

Describes one or more of your daemon deployments. A daemon deployment orchestrates the progressive rollout of daemon task updates across container instances managed by the daemon's capacity providers. Each deployment includes circuit breaker and alarm-based rollback capabilities.

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

    The ARN of the daemon deployments to describe. You can specify up to 20 ARNs.

    *)
}
Sourceval context_ : string
Sourceval make : daemonDeploymentArns: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