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

ListTagsRequest

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

Container for the parameters to the "ListTags" operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

interface ListTagsRequest {
ARN: string;
}

§Properties

§
ARN: string
[src]

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.