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

ListTagsResponse

import type { ListTagsResponse } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The result of a ListTags operation. Contains tags for all requested domains.

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

§Properties

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

List of Tag for the requested domain.