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

UpdatePublicDnsNamespaceRequest

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

§Properties

§
Id: string
[src]

The ID of the namespace being updated.

§

Updated properties for the public DNS namespace.

§
UpdaterRequestId?: string | null
[src]

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