Values_0.ProvisioningTemplateSummarySourceA summary of information about a provisioning template.
type nonrec t = {templateArn : TemplateArn.t option;The ARN of the provisioning template.
*)templateName : TemplateName.t option;The name of the provisioning template.
*)description : TemplateDescription.t option;The description of the provisioning template.
*)creationDate : DateType.t option;The date when the provisioning template summary was created.
*)lastModifiedDate : DateType.t option;The date when the provisioning template summary was last modified.
*)enabled : Enabled.t option;True if the fleet provision template is enabled, otherwise false.
*)type_ : TemplateType.t option;The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `String of TemplateArn.t
| `Timestamp of DateType.t ])
list ]