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

TagListEntry

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

Represents a single entry in a list of Amazon Web Services resource tags. TagListEntry returns an array that contains a list of tasks when the ListTagsForResource operation is called.

interface TagListEntry {
Key: string;
Value?: string | null;
}

§Properties

§
Key: string
[src]

The key for an Amazon Web Services resource tag.

§
Value?: string | null
[src]

The value for an Amazon Web Services resource tag.