Module Values.DeleteResourcePolicyRequestSource

Deletes the resource-based policy attached to an Amazon Managed Service for Prometheus workspace.

Sourcetype nonrec t = {
  1. workspaceId : WorkspaceId.t;
    (*

    The ID of the workspace from which to delete the resource-based policy.

    *)
  2. clientToken : IdempotencyToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the request is safe to retry (idempotent).

    *)
  3. 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.

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