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/alexaforbusiness.ts?docs=full";
interface UntagResourceRequest {
Arn: string;
TagKeys: string[];
}

§Properties

§
Arn: string
[src]

The ARN of the resource from which to remove metadata tags. Required.

§
TagKeys: string[]
[src]

The tags to be removed from the specified resource. Do not provide system tags. Required.