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.3/services/codepipeline.ts?docs=full";
interface ListTagsForResourceOutput {
nextToken?: string | null;
tags?: Tag[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

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

The tags for the resource.