Values.DeleteResourcePolicyRequestSourceDeletes the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace from which to delete the resource-based policy.
*)clientToken : IdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the request is safe to retry (idempotent).
*)revisionId : String_.t option;The revision ID of the policy to delete. Use this parameter to ensure that you are deleting the correct version of the policy.
*)}