Values_1.DescribeEntityRequestSourceProvides 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 = {connectionName : Values_0.NameString.t;The name of the connection that contains the connection type credentials.
*)catalogId : Values_0.CatalogIdString.t option;The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
*)entityName : EntityName.t;The name of the entity that you want to describe from the connection type.
*)nextToken : NextToken.t option;A continuation token, included if this is a continuation call.
*)dataStoreApiVersion : Values_0.ApiVersion.t option;The version of the API used for the data store.
*)}val make :
?catalogId:??? ->
?nextToken:??? ->
?dataStoreApiVersion:??? ->
connectionName:Values_0.NameString.t ->
entityName:EntityName.t ->
unit ->
t