Values_2.TaskTemplateMetadataSourceContains summary information about the task template.
type nonrec t = {id : Values_0.TaskTemplateId.t option;A unique identifier for the task template.
*)arn : Values_0.TaskTemplateArn.t option;The Amazon Resource Name (ARN) of the task template.
*)name : Values_0.TaskTemplateName.t option;The name of the task template.
*)description : Values_0.TaskTemplateDescription.t option;The description of the task template.
*)status : Values_0.TaskTemplateStatus.t option;Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
*)lastModifiedTime : string option;The timestamp when the task template was last modified.
*)createdTime : string option;The timestamp when the task template was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.TaskTemplateId.t
| `Timestamp of string ])
list ]