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.4/services/codedeploy.ts?docs=full";
interface ListTagsForResourceInput {
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
NextToken?: string | null
[src]

An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list.

§
ResourceArn: string
[src]

The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn.