Values.UpdatePolicyDefinitionSourceContains information about updates to be applied to a policy. This data type is used as a request parameter in the UpdatePolicy operation.
type nonrec t = {static : UpdateStaticPolicyDefinition.t option;Contains details about the updates to be applied to a static policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of StaticPolicyDescription.t ]) list ])
list ]