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.3/services/transcribeservice.ts?docs=full";
interface TagResourceRequest {
ResourceArn: string;
Tags: Tag[];
}

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to tag. ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id (for example, arn:aws:transcribe:us-east-1:account-id:transcription-job/your-job-name). Valid values for resource-type are: transcription-job, medical-transcription-job, vocabulary, medical-vocabulary, vocabulary-filter, and language-model.

§
Tags: Tag[]
[src]

The tags you are assigning to a given Amazon Transcribe resource.