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

CreateTagsRequest

import type { CreateTagsRequest } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Placeholder documentation for CreateTagsRequest

interface CreateTagsRequest {
ResourceArn: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ResourceArn: string
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]