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

AddTagsRequest

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

Container for the parameters to the "AddTags" operation. Specify the tags that you want to attach to the Elasticsearch domain.

interface AddTagsRequest {
ARN: string;
TagList: Tag[];
}

§Properties

§
ARN: string
[src]

Specify the ARN for which you want to add the tags.

§
TagList: Tag[]
[src]

List of Tag that need to be added for the Elasticsearch domain.