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

ListTagsForResourceOutput

import type { ListTagsForResourceOutput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";
interface ListTagsForResourceOutput {
NextToken?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

§
Tags?: Tag[] | null
[src]

A list of tags returned by ListTagsForResource. The tags are associated with the resource identified by the input ResourceArn parameter.