Values_1.CreatePolicyResponseSourceThe output from the CreatePolicy operation.
type nonrec t = {policyName : Values_0.PolicyName.t option;The policy name.
*)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.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `MalformedPolicyException of Values_0.MalformedPolicyException.t| `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.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
| `MalformedPolicyException of Values_0.MalformedPolicyException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.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 ]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
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.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 ]