Module Values_1.CreateProvisioningTemplateVersionResponseSource

Creates a new version of a provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.

Sourcetype nonrec t = {
  1. templateArn : Values_0.TemplateArn.t option;
    (*

    The ARN that identifies the provisioning template.

    *)
  2. templateName : Values_0.TemplateName.t option;
    (*

    The name of the provisioning template.

    *)
  3. versionId : Values_0.TemplateVersionId.t option;
    (*

    The version of the provisioning template.

    *)
  4. isDefaultVersion : Values_0.IsDefaultVersion.t option;
    (*

    True if the provisioning template version is the default version, otherwise false.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictingResourceUpdateException of Values_0.ConflictingResourceUpdateException.t
  2. | `InternalFailureException of Values_0.InternalFailureException.t
  3. | `InvalidRequestException of Values_0.InvalidRequestException.t
  4. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  5. | `ThrottlingException of Values_0.ThrottlingException.t
  6. | `UnauthorizedException of Values_0.UnauthorizedException.t
  7. | `VersionsLimitExceededException of Values_0.VersionsLimitExceededException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?templateArn:??? -> ?templateName:??? -> ?versionId:??? -> ?isDefaultVersion:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t