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

ListNamespacesResponse

import type { ListNamespacesResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface ListNamespacesResponse {
Namespaces?: NamespaceInfoV2[] | null;
NextToken?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
Namespaces?: NamespaceInfoV2[] | null
[src]

The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.

§
NextToken?: string | null
[src]

A pagination token that can be used in a subsequent request.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.