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

ListTagsForResourceInput

import type { ListTagsForResourceInput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface ListTagsForResourceInput {
maxResults?: number | null;
nextToken?: string | null;
resourceArn: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return in a single call.

§
nextToken?: string | null
[src]

The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource to get tags for.