Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RemoveTagsInput

import type { RemoveTagsInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";

This input identifies an Amazon EMR resource and a list of tags to remove.

interface RemoveTagsInput {
ResourceId: string;
TagKeys: string[];
}

§Properties

§
ResourceId: string
[src]

The Amazon EMR resource identifier from which tags will be removed. For example, a cluster identifier or an Amazon EMR Studio ID.

§
TagKeys: string[]
[src]

A list of tag keys to remove from the resource.