Module Values.UpdatePolicyDefinitionSource

Contains information about updates to be applied to a policy. This data type is used as a request parameter in the UpdatePolicy operation.

Sourcetype nonrec t = {
  1. static : UpdateStaticPolicyDefinition.t option;
    (*

    Contains details about the updates to be applied to a static policy.

    *)
}
Sourceval make : ?static:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of StaticPolicyDescription.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t