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

NamespaceInfoV2

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

The error type.

interface NamespaceInfoV2 {
Arn?: string | null;
CapacityRegion?: string | null;
CreationStatus?: NamespaceStatus | null;
IdentityStore?: IdentityStore | null;
Name?: string | null;
NamespaceError?: NamespaceError | null;
}

§Properties

§
Arn?: string | null
[src]

The namespace ARN.

§
CapacityRegion?: string | null
[src]

The namespace Amazon Web Services Region.

§
CreationStatus?: NamespaceStatus | null
[src]

The creation status of a namespace that is not yet completely created.

§
IdentityStore?: IdentityStore | null
[src]

The identity store used for the namespace.

§
Name?: string | null
[src]

The name of the error.

§
NamespaceError?: NamespaceError | null
[src]

An error that occurred when the namespace was created.