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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example, arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE.

§
TagKeys: string[]
[src]

The keys of tags that you want to remove.