Values_1.DescribeProvisioningTemplateResponseSourceReturns information about a provisioning template. Requires permission to access the DescribeProvisioningTemplate action.
type nonrec t = {templateArn : Values_0.TemplateArn.t option;The ARN of the provisioning template.
*)templateName : Values_0.TemplateName.t option;The name of the provisioning template.
*)description : Values_0.TemplateDescription.t option;The description of the provisioning template.
*)creationDate : Values_0.DateType.t option;The date when the provisioning template was created.
*)lastModifiedDate : Values_0.DateType.t option;The date when the provisioning template was last modified.
*)defaultVersionId : Values_0.TemplateVersionId.t option;The default fleet template version ID.
*)templateBody : Values_0.TemplateBody.t option;The JSON formatted contents of the provisioning template.
*)enabled : Values_0.Enabled.t option;True if the provisioning template is enabled, otherwise false.
*)provisioningRoleArn : Values_0.RoleArn.t option;The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.
*)preProvisioningHook : Values_0.ProvisioningHook.t option;Gets information about a pre-provisioned hook.
*)type_ : Values_0.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.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Enabled.t
| `Enum of string
| `Integer of Values_0.TemplateVersionId.t
| `String of Values_0.TemplateArn.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.DateType.t ])
list ]