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

DeleteTagsForDomainRequest

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

The DeleteTagsForDomainRequest includes the following elements.

interface DeleteTagsForDomainRequest {
DomainName: string;
TagsToDelete: string[];
}

§Properties

§
DomainName: string
[src]

The domain for which you want to delete one or more tags.

§
TagsToDelete: string[]
[src]

A list of tag keys to delete.