Values_1.DescribeEntityResponseSourceProvides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity. The response includes all the fields which make up the entity.
type nonrec t = {fields : FieldsList.t option;Describes the fields for that connector entity. This is the list of Field objects. Field is very similar to column in a database. The Field object has information about different properties associated with fields in the connector.
*)nextToken : NextToken.t option;A continuation token, present if the current segment is not the last.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `FederationSourceException of Values_0.FederationSourceException.t| `GlueEncryptionException of Values_0.GlueEncryptionException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `FederationSourceException of Values_0.FederationSourceException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `FederationSourceException of Values_0.FederationSourceException.t
| `GlueEncryptionException of Values_0.GlueEncryptionException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.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 Values_0.Bool_.t
| `Enum of string
| `List of [> `Enum of string | `String of string ] list
| `Map of
([> `String of Values_0.String_.t ]
* [> `String of Values_0.String_.t ])
list
| `String of EntityFieldName.t ])
list ]
list
| `String of NextToken.t ])
list ]