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

DeleteConnectorProfileRequest

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

§Properties

§
connectorProfileName: string
[src]

The name of the connector profile. The name is unique for each ConnectorProfile in your account.

§
forceDelete?: boolean | null
[src]

Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.