Values_1.DescribeProvisioningTemplateVersionResponseSourceReturns information about a provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.
type nonrec t = {versionId : Values_0.TemplateVersionId.t option;The provisioning template version ID.
*)creationDate : Values_0.DateType.t option;The date when the provisioning template version was created.
*)templateBody : Values_0.TemplateBody.t option;The JSON formatted contents of the provisioning template version.
*)isDefaultVersion : Values_0.IsDefaultVersion.t option;True if the provisioning template version is the default version.
*)}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.IsDefaultVersion.t
| `Integer of Values_0.TemplateVersionId.t
| `String of Values_0.TemplateBody.t
| `Timestamp of Values_0.DateType.t ])
list ]