Values.DescribeConnectorsResponseSourceDescribes 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 = {connectorConfigurations : ConnectorConfigurationsMap.t option;The configuration that is applied to the connectors used in the flow.
*)connectors : ConnectorList.t option;Information about the connectors supported in Amazon AppFlow.
*)nextToken : NextToken.t option;The pagination token for the next page of data.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string | `String of ConnectorMode.t ] list
| `String of ConnectorDescription.t
| `Timestamp of Date.t ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Enum of string
| `String of ConnectorMode.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of ConnectorSuppliedValue.t ] list
| `String of Key.t ])
list ]
list
| `String of ConnectorLabel.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of
ConnectorSuppliedValue.t ]
list
| `String of Key.t ])
list ]
list
| `String of CustomAuthenticationType.t ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of OAuthScope.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of
ConnectorSuppliedValue.t ]
list
| `String of Key.t ])
list ]
list
| `String of ARN.t ])
list ])
list
| `Timestamp of Date.t ])
list ])
list
| `String of NextToken.t ])
list ]