Module Values.GetTaskProtectionRequestSource

Retrieves the protection status of tasks in an Amazon ECS service.

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

    The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.

    *)
  2. tasks : StringList.t option;
    (*

    A list of up to 100 task IDs or full ARN entries.

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