Values.DescribeConnectorEntityResponseSourceProvides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
type nonrec t = {connectorEntityFields : ConnectorEntityFieldList.t option;Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.
*)}type nonrec error = [ | `ConnectorAuthenticationException of ConnectorAuthenticationException.t| `ConnectorServerException of ConnectorServerException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConnectorAuthenticationException of ConnectorAuthenticationException.t
| `ConnectorServerException of ConnectorServerException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConnectorAuthenticationException of ConnectorAuthenticationException.t
| `ConnectorServerException of ConnectorServerException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of Identifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `Enum of string ] list
| `Structure of
(string
* [> `List of
[> `Enum of string | `String of Value.t ]
list
| `String of FieldType.t
| `Structure of
(string * [> `Double of Double.t ]) list ])
list ])
list ])
list ]
list ])
list ]