Module Values_1.DescribeEntityRequestSource

Provides 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.

Sourcetype nonrec t = {
  1. connectionName : Values_0.NameString.t;
    (*

    The name of the connection that contains the connection type credentials.

    *)
  2. 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.

    *)
  3. entityName : EntityName.t;
    (*

    The name of the entity that you want to describe from the connection type.

    *)
  4. nextToken : NextToken.t option;
    (*

    A continuation token, included if this is a continuation call.

    *)
  5. dataStoreApiVersion : Values_0.ApiVersion.t option;
    (*

    The version of the API used for the data store.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> ?nextToken:??? -> ?dataStoreApiVersion:??? -> connectionName:Values_0.NameString.t -> entityName:EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t