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

DeleteTagsRequest

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

§Properties

§
ResourceId: string
[src]

The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

§
TagKeys: string[]
[src]

The tag keys.