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

DescribeNamespaceResponse

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

§Properties

§
Namespace?: NamespaceInfoV2 | null
[src]

The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.