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-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";
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]
§
CreateDate?: Date | number | null
[src]
§
Description?: string | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
Properties?: NamespaceProperties | null
[src]
§
ServiceCount?: number | null
[src]
§
Type?: NamespaceType | null
[src]