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.4/services/iotthingsgraph.ts?docs=full";
interface DescribeNamespaceResponse {
namespaceArn?: string | null;
namespaceName?: string | null;
namespaceVersion?: number | null;
trackingNamespaceName?: string | null;
trackingNamespaceVersion?: number | null;
}

§Properties

§
namespaceArn?: string | null
[src]

The ARN of the namespace.

§
namespaceName?: string | null
[src]

The name of the namespace.

§
namespaceVersion?: number | null
[src]

The version of the user's namespace to describe.

§
trackingNamespaceName?: string | null
[src]

The name of the public namespace that the latest namespace version is tracking.

§
trackingNamespaceVersion?: number | null
[src]

The version of the public namespace that the latest version is tracking.