Values.DescribeConnectorsRequestSourceDescribes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a nextToken object, which can be be passed in to the next call to the DescribeConnectors API operation to retrieve the next page.
type nonrec t = {connectorTypes : ConnectorTypeList.t option;The type of connector, such as Salesforce, Amplitude, and so on.
*)maxResults : MaxResults.t option;The maximum number of items that should be returned in the result set. The default is 20.
*)nextToken : NextToken.t option;The pagination token for the next page of data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of [> `Enum of string ] list
| `String of NextToken.t ])
list ]