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

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

§
TagKeys: string[]
[src]

The keys of the tags that you want to remove from the resource.