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

RemoveTagsRequest

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

Container for the parameters to the "RemoveTags" operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

interface RemoveTagsRequest {
ARN: string;
TagKeys: string[];
}

§Properties

§
ARN: string
[src]

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

§
TagKeys: string[]
[src]

Specifies the TagKey list which you want to remove from the Elasticsearch domain.