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.4/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 unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.