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

DeleteNamespaceResponse

import type { DeleteNamespaceResponse } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface DeleteNamespaceResponse {
namespaceArn?: string | null;
namespaceName?: string | null;
}

§Properties

§
namespaceArn?: string | null
[src]

The ARN of the namespace to be deleted.

§
namespaceName?: string | null
[src]

The name of the namespace to be deleted.