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/codecommit.ts?docs=full";
interface ListTagsForResourceInput {
nextToken?: string | null;
resourceArn: string;
}

§Properties

§
nextToken?: string | null
[src]

An enumeration token that, when provided in a request, returns the next batch of the results.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.