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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.

§
ResourceTagKeys: string[]
[src]

A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.