Values.EnvironmentTemplateSummarySourceThe environment template data.
type nonrec t = {arn : EnvironmentTemplateArn.t option;The Amazon Resource Name (ARN) of the environment template.
*)createdAt : Timestamp.t option;The time when the environment template was created.
*)description : Description.t option;A description of the environment template.
*)displayName : DisplayName.t option;The name of the environment template as displayed in the developer interface.
*)lastModifiedAt : Timestamp.t option;The time when the environment template was last modified.
*)name : ResourceName.t option;The name of the environment template.
*)provisioning : Provisioning.t option;When included, indicates that the environment template is for customer provisioned and managed infrastructure.
*)recommendedVersion : FullTemplateVersionNumber.t option;The recommended version of the environment template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentTemplateArn.t
| `Timestamp of Timestamp.t ])
list ]