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

§Properties

§
Resource: string
[src]

The function's Amazon Resource Name (ARN).

§
TagKeys: string[]
[src]

A list of tag keys to remove from the function.