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

UntagResourceInput

import type { UntagResourceInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface UntagResourceInput {
ResourceArn: string;
TagKeys: string[];
}

§Properties

§
ResourceArn: string
[src]

The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

§
TagKeys: string[]
[src]

A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.