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

UpdatePrivateDnsNamespaceRequest

import type { UpdatePrivateDnsNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface UpdatePrivateDnsNamespaceRequest {
Id: string;
UpdaterRequestId?: string | null;
}

§Properties

§
Id: string
[src]

The ID of the namespace that you want to update.

§

Updated properties for the private DNS namespace.

§
UpdaterRequestId?: string | null
[src]

A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any unique string (for example, a date/timestamp).