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

DeleteConnectorRequest

import type { DeleteConnectorRequest } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface DeleteConnectorRequest {
connectorArn: string;
currentVersion?: string | null;
}

§Properties

§
connectorArn: string
[src]

The Amazon Resource Name (ARN) of the connector that you want to delete.

§
currentVersion?: string | null
[src]

The current version of the connector that you want to delete.