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

TagListMessage

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

Represents the output from the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.

interface TagListMessage {
TagList: Tag[];
}

§Properties

§
TagList: Tag[]
[src]

A list of tags as key-value pairs.