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

ListTagsForResourceMessage

import type { ListTagsForResourceMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface ListTagsForResourceMessage {
ResourceArn?: string | null;
ResourceArnList?: string[] | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for. This returns a list of keys (names of tags) created for the resource and their associated tag values.

§
ResourceArnList?: string[] | null
[src]

List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list of keys (tag names) and their associated tag values. It also returns each tag's associated ResourceArn value, which is the ARN of the resource for which each listed tag is created.