Module Values_1.DescribeProvisioningTemplateVersionResponseSource

Returns information about a provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.

Sourcetype nonrec t = {
  1. versionId : Values_0.TemplateVersionId.t option;
    (*

    The provisioning template version ID.

    *)
  2. creationDate : Values_0.DateType.t option;
    (*

    The date when the provisioning template version was created.

    *)
  3. templateBody : Values_0.TemplateBody.t option;
    (*

    The JSON formatted contents of the provisioning template version.

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

    True if the provisioning template version is the default version.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `UnauthorizedException of Values_0.UnauthorizedException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?versionId:??? -> ?creationDate:??? -> ?templateBody:??? -> ?isDefaultVersion:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
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.TemplateBody.t | `Timestamp of Values_0.DateType.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