Namespace
import type { Namespace } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";interface Namespace {
Arn?: string | null;
CreateDate?: Date | number | null;
CreatorRequestId?: string | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Properties?: NamespaceProperties | null;
ServiceCount?: number | null;
Type?: NamespaceType | null;
}