Values_1.CreateProvisioningTemplateVersionResponseSourceCreates a new version of a provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.
type nonrec t = {templateArn : Values_0.TemplateArn.t option;The ARN that identifies the provisioning template.
*)templateName : Values_0.TemplateName.t option;The name of the provisioning template.
*)versionId : Values_0.TemplateVersionId.t option;The version of the provisioning template.
*)isDefaultVersion : Values_0.IsDefaultVersion.t option;True if the provisioning template version is the default version, otherwise false.
*)}type nonrec error = [ | `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.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| `VersionsLimitExceededException of Values_0.VersionsLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.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
| `VersionsLimitExceededException of
Values_0.VersionsLimitExceededException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictingResourceUpdateException of
Values_0.ConflictingResourceUpdateException.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
| `VersionsLimitExceededException of
Values_0.VersionsLimitExceededException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.IsDefaultVersion.t
| `Integer of Values_0.TemplateVersionId.t
| `String of Values_0.TemplateArn.t ])
list ]