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.4/services/backup.ts?docs=full";
interface UntagResourceInput {
ResourceArn: string;
TagKeyList: string[];
}

§Properties

§
ResourceArn: string
[src]

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

§
TagKeyList: string[]
[src]

A list of keys to identify which key-value tags to remove from a resource.