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

CreateHttpNamespaceRequest

import type { CreateHttpNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface CreateHttpNamespaceRequest {
CreatorRequestId?: string | null;
Description?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
CreatorRequestId?: string | null
[src]

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

§
Description?: string | null
[src]

A description for the namespace.

§
Name: string
[src]

The name that you want to assign to this namespace.

§
Tags?: Tag[] | null
[src]

The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.