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

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";
interface TagResourceRequest {
resourceARN: string;
tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
resourceARN: string
[src]

The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.

§
tags: {
[key: string]: string | null | undefined;
}
[src]

A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.