Module Values.DescribeTaskDefinitionRequestSource

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

    The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.

    *)
  2. include_ : TaskDefinitionFieldList.t option;
    (*

    Determines whether to see the resource tags for the task definition. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.

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