Values_1.CreatePolicyVersionRequestSourceThe input for the CreatePolicyVersion operation.
type nonrec t = {policyName : Values_0.PolicyName.t;The policy name.
*)policyDocument : Values_0.PolicyDocument.t;The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespace.
*)setAsDefault : Values_0.SetAsDefault.t option;Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).
*)}val make :
?setAsDefault:??? ->
policyName:Values_0.PolicyName.t ->
policyDocument:Values_0.PolicyDocument.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.SetAsDefault.t
| `String of Values_0.PolicyName.t ])
list ]