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

UntagResourceRequest

import type { UntagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface UntagResourceRequest {
ResourceARN: string;
TagKeys: string[];
}

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.

§
TagKeys: string[]
[src]

A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the resource, it is ignored.