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

DeleteTagsMessage

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

Contains the output from the DeleteTags action.

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

§Properties

§
ResourceName: string
[src]

The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-2:123456789:cluster:t1.

§
TagKeys: string[]
[src]

The tag key that you want to delete.