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

UnregisterConnectorRequest

import type { UnregisterConnectorRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface UnregisterConnectorRequest {
connectorLabel: string;
forceDelete?: boolean | null;
}

§Properties

§
connectorLabel: string
[src]

The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account.

§
forceDelete?: boolean | null
[src]

Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.