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/fsx.ts?docs=full";

The request object for UntagResource action.

interface UntagResourceRequest {
ResourceARN: string;
TagKeys: string[];
}

§Properties

§
ResourceARN: string
[src]

The ARN of the Amazon FSx resource to untag.

§
TagKeys: string[]
[src]

A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.