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

UntagResourcesInput

import type { UntagResourcesInput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface UntagResourcesInput {
ResourceARNList: string[];
TagKeys: string[];
}

§Properties

§
ResourceARNList: string[]
[src]

Specifies a list of ARNs of the resources that you want to remove tags from.

An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

§
TagKeys: string[]
[src]

Specifies a list of tag keys that you want to remove from the specified resources.