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

Removes one or more tags from an DMS resource.

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

§Properties

§
ResourceArn: string
[src]

An DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

§
TagKeys: string[]
[src]

The tag key (name) of the tag to be removed.