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

§Properties

§
resourceArn: string
[src]

A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

§
tagKeys: string[]
[src]

The tag keys (names) of one or more tags to be removed.