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

UpdateHttpNamespaceRequest

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

§Properties

§
Id: string
[src]

The ID of the namespace that you want to update.

§

Updated properties for the the HTTP namespace.

§
UpdaterRequestId?: string | null
[src]

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