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

ListRuleGroupsNamespacesRequest

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

Represents the input of a ListRuleGroupsNamespaces operation.

interface ListRuleGroupsNamespacesRequest {
maxResults?: number | null;
name?: string | null;
nextToken?: string | null;
workspaceId: string;
}

§Properties

§
maxResults?: number | null
[src]

Maximum results to return in response (default=100, maximum=1000).

§
name?: string | null
[src]

Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.

§
nextToken?: string | null
[src]

Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.

§
workspaceId: string
[src]

The ID of the workspace.