Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteRuleGroupsNamespaceRequest

import type { DeleteRuleGroupsNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/amp.ts?docs=full";

Represents the input of a DeleteRuleGroupsNamespace operation.

interface DeleteRuleGroupsNamespaceRequest {
clientToken?: string | null;
name: string;
workspaceId: string;
}

§Properties

§
clientToken?: string | null
[src]

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

§
name: string
[src]

The rule groups namespace name.

§
workspaceId: string
[src]

The ID of the workspace to delete rule group definition.