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

CreatePrivateDnsNamespaceRequest

import type { CreatePrivateDnsNamespaceRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";
interface CreatePrivateDnsNamespaceRequest {
CreatorRequestId?: string | null;
Description?: string | null;
Name: string;
Properties?: PrivateDnsNamespaceProperties | null;
Tags?: Tag[] | null;
Vpc: string;
}

§Properties

§
CreatorRequestId?: string | null
[src]
§
Description?: string | null
[src]
§
Name: string
[src]
§
Tags?: Tag[] | null
[src]
§
Vpc: string
[src]