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

§Properties

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the next results of the operation.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of tag key and value pairs associated with the specified resource.