Values.DescribeConnectorResponseSourceDescribes the connector that's identified by the ConnectorId.
type nonrec t = {connector : DescribedConnector.t option;The structure that contains the details of the connector.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of ServiceManagedEgressIpAddress.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MaxConcurrentConnections.t
| `List of
[> `String of SftpConnectorTrustedHostKey.t ] list
| `String of ProfileId.t
| `Structure of
(string
* [> `Integer of SftpPort.t
| `List of [> `String of ServerId.t ] list
| `String of Url.t ])
list ])
list ])
list ])
list ]