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

ListRuleGroupsNamespacesResponse

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

Represents the output of a ListRuleGroupsNamespaces operation.

interface ListRuleGroupsNamespacesResponse {
nextToken?: string | null;
ruleGroupsNamespaces: RuleGroupsNamespaceSummary[];
}

§Properties

§
nextToken?: string | null
[src]

Pagination token to use when requesting the next page in this list.

§
ruleGroupsNamespaces: RuleGroupsNamespaceSummary[]
[src]

The list of the selected rule groups namespaces.