Values_1.CreatePolicyVersionResponseSourceThe output of the CreatePolicyVersion operation.
type nonrec t = {policyArn : Values_0.PolicyArn.t option;The policy ARN.
*)policyDocument : Values_0.PolicyDocument.t option;The JSON document that describes the policy.
*)policyVersionId : Values_0.PolicyVersionId.t option;The policy version ID.
*)isDefaultVersion : Values_0.IsDefaultVersion.t option;Specifies whether the policy version is the default.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `MalformedPolicyException of Values_0.MalformedPolicyException.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 ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `MalformedPolicyException of Values_0.MalformedPolicyException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.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 ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `MalformedPolicyException of Values_0.MalformedPolicyException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.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
| `String of Values_0.PolicyArn.t ])
list ]