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/opensearch.ts?docs=full";

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

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

§Properties

§
ARN: string
[src]

The ARN of the domain from which you want to delete the specified tags.

§
TagKeys: string[]
[src]

The TagKey list you want to remove from the domain.