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

UpdateTagsForDomainRequest

import type { UpdateTagsForDomainRequest } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

The UpdateTagsForDomainRequest includes the following elements.

interface UpdateTagsForDomainRequest {
DomainName: string;
TagsToUpdate?: Tag[] | null;
}

§Properties

§
DomainName: string
[src]

The domain for which you want to add or update tags.

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

A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.