Values.DeleteConnectorProfileRequestSourceEnables you to delete an existing connector profile.
type nonrec t = {connectorProfileName : ConnectorProfileName.t;The name of the connector profile. The name is unique for each ConnectorProfile in your account.
*)forceDelete : Boolean.t option;Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ConnectorProfileName.t ])
list ]