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

DeleteConnectorResponse

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

§Properties

§
connectorArn?: string | null
[src]

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

§
connectorState?: ConnectorState | null
[src]

The state of the connector that you requested to delete.