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

CreateNamespaceResponse

import type { CreateNamespaceResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateNamespaceResponse {
Arn?: string | null;
CapacityRegion?: string | null;
CreationStatus?: NamespaceStatus | null;
IdentityStore?: IdentityStore | null;
Name?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the Amazon QuickSight namespace you created.

§
CapacityRegion?: string | null
[src]

The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

§
CreationStatus?: NamespaceStatus | null
[src]

The status of the creation of the namespace. This is an asynchronous process. A status of CREATED means that your namespace is ready to use. If an error occurs, it indicates if the process is retryable or non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.

§
IdentityStore?: IdentityStore | null
[src]

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

§
Name?: string | null
[src]

The name of the new namespace that you created.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.