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

DeleteLabelsRequest

import type { DeleteLabelsRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DeleteLabelsRequest {
AuthenticationToken?: string | null;
DeleteAll?: boolean | null;
Labels?: string[] | null;
ResourceId: string;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
DeleteAll?: boolean | null
[src]

Flag to request removal of all labels from the specified resource.

§
Labels?: string[] | null
[src]

List of labels to delete from the resource.

§
ResourceId: string
[src]

The ID of the resource.