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

DeleteCustomPluginResponse

import type { DeleteCustomPluginResponse } from "https://aws-api.deno.dev/v0.4/services/kafkaconnect.ts?docs=full";
interface DeleteCustomPluginResponse {
customPluginArn?: string | null;
customPluginState?: CustomPluginState | null;
}

§Properties

§
customPluginArn?: string | null
[src]

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

§
customPluginState?: CustomPluginState | null
[src]

The state of the custom plugin.