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

UntagResourceRequest

import type { UntagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface UntagResourceRequest {
resourceARN: string;
tagKeys: string[];
}

§Properties

§
resourceARN: string
[src]

The ARN of the resource.

§
tagKeys: string[]
[src]

A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed.