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/lexmodelsv2.ts?docs=full";
interface UntagResourceRequest {
resourceARN: string;
tagKeys: string[];
}

§Properties

§
resourceARN: string
[src]

The Amazon Resource Name (ARN) of the resource to remove the tags from.

§
tagKeys: string[]
[src]

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