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

§Properties

§
ResourceId: string
[src]

Specifies the EFS resource that you want to remove tags from.

§
TagKeys: string[]
[src]

The keys of the key-value tag pairs that you want to remove from the specified EFS resource.