Module Values.PutResourcePolicyInputSource

Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.

Sourcetype nonrec t = {
  1. policy : string;
    (*

    The resource-based policy.

    *)
  2. revisionId : string option;
    (*

    The revision ID of the policy.

    *)
}
Sourceval context_ : string
Sourceval make : ?revisionId:??? -> policy:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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