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

DeleteConnectClientAddInRequest

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

§Properties

§
AddInId: string
[src]

The identifier of the client add-in to delete.

§
ResourceId: string
[src]

The directory identifier for which the client add-in is configured.