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

DeleteTagsInput

import type { DeleteTagsInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DeleteTagsInput {
ResourceArn: string;
TagKeys: string[];
}

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource whose tags you want to delete.

§
TagKeys: string[]
[src]

An array or one or more tag keys to delete.