Values_0.PolicyVersionSourceDescribes a policy version.
type nonrec t = {versionId : PolicyVersionId.t option;The policy version ID.
*)isDefaultVersion : IsDefaultVersion.t option;Specifies whether the policy version is the default.
*)createDate : DateType.t option;The date and time the policy was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsDefaultVersion.t
| `String of PolicyVersionId.t
| `Timestamp of DateType.t ])
list ]