Module Values_1.DeleteResourcePolicyRequestSource

Deletes a specified policy.

Sourcetype nonrec t = {
  1. policyHashCondition : Values_0.HashString.t option;
    (*

    The hash value returned when this policy was set.

    *)
  2. resourceArn : Values_0.GlueResourceArn.t option;
    (*

    The ARN of the Glue resource for the resource policy to be deleted.

    *)
}
Sourceval make : ?policyHashCondition:??? -> ?resourceArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HashString.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