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

ListTagsForResourceResponse

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

§Properties

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

A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.