Module Values.DeleteResourcePolicyRequestSource

Deletes a resource policy from the target Amazon Web Services account.

Sourcetype nonrec t = {
  1. policyName : PolicyName.t;
    (*

    The name of the resource policy to delete.

    *)
  2. policyRevisionId : PolicyRevisionId.t option;
    (*

    Specifies a specific policy revision to delete. Provide a PolicyRevisionId to ensure an atomic delete operation. If the provided revision id does not match the latest policy revision id, an InvalidPolicyRevisionIdException exception is returned.

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