Values.DescribeConnectorRequestSourceDescribes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.
type nonrec t = {connectorType : ConnectorType.t;The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
*)connectorLabel : ConnectorLabel.t option;The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConnectorLabel.t ]) list ]