Module Values.UnregisterConnectorRequestSource

Unregisters the custom connector registered in your account that matches the connector label provided in the request.

Sourcetype nonrec t = {
  1. connectorLabel : ConnectorLabel.t;
    (*

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

    *)
  2. forceDelete : Boolean.t option;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : ?forceDelete:??? -> connectorLabel:ConnectorLabel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of ConnectorLabel.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t