Values.DeleteResourcePolicyRequestSourceDeletes a resource policy from the target Amazon Web Services account.
type nonrec t = {policyName : PolicyName.t;The name of the resource policy to delete.
*)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.
*)}