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

RemoveTagsFromResourceMessage

import type { RemoveTagsFromResourceMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the input of a RemoveTagsFromResource operation.

interface RemoveTagsFromResourceMessage {
ResourceName: string;
TagKeys: string[];
}

§Properties

§
ResourceName: string
[src]

The Amazon Resource Name (ARN) of the resource from which you want the tags removed, 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 Service Namespaces.

§
TagKeys: string[]
[src]

A list of TagKeys identifying the tags you want removed from the named resource.