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

ListTagsForDomainResponse

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

The ListTagsForDomain response includes the following elements.

interface ListTagsForDomainResponse {
TagList?: Tag[] | null;
}

§Properties

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

A list of the tags that are associated with the specified domain.