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

NamespaceSummary

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

A complex type that contains information about a namespace.

interface NamespaceSummary {
Arn?: string | null;
CreateDate?: Date | number | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Properties?: NamespaceProperties | null;
ServiceCount?: number | null;
Type?: NamespaceType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

§
CreateDate?: Date | number | null
[src]

The date and time that the namespace was created.

§
Description?: string | null
[src]

A description for the namespace.

§
Id?: string | null
[src]

The ID of the namespace.

§
Name?: string | null
[src]

The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.

§
Properties?: NamespaceProperties | null
[src]

The properties of the namespace.

§
ServiceCount?: number | null
[src]

The number of services that were created using the namespace.

§
Type?: NamespaceType | null
[src]

The type of the namespace, either public or private.