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.3/services/elasticache.ts?docs=full";

The input parameters for the ListTagsForResource operation.

interface ListTagsForResourceMessage {
ResourceName: string;
}

§Properties

§
ResourceName: string
[src]

The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.