Values_1.CreatePolicyRequestSourceThe input for the CreatePolicy operation.
type nonrec t = {policyName : Values_0.PolicyName.t;The policy name.
*)policyDocument : Values_0.PolicyDocument.t;The JSON document that describes the policy. policyDocument must have a minimum length of 1, with a maximum length of 2048, excluding whitespace.
*)}val make :
?tags:??? ->
policyName:Values_0.PolicyName.t ->
policyDocument:Values_0.PolicyDocument.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.PolicyName.t ])
list ]