Values_2.GetTablesRequestSourceRetrieves the definitions of some or all of the tables in a given Database.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
*)databaseName : Values_0.NameString.t;The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
*)expression : Values_1.FilterString.t option;A regular expression pattern. If present, only those tables whose names match the pattern are returned.
*)nextToken : Values_1.Token.t option;A continuation token, included if this is a continuation call.
*)maxResults : Values_0.CatalogGetterPageSize.t option;The maximum number of tables to return in a single response.
*)transactionId : Values_0.TransactionIdString.t option;The transaction ID at which to read the table contents.
*)queryAsOfTime : Values_0.Timestamp.t option;The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
*)auditContext : Values_0.AuditContext.t option;A structure containing the Lake Formation audit context.
*)includeStatusDetails : Values_0.BooleanNullable.t option;Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
*)attributesToGet : TableAttributesList.t option;Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME. The following are the valid combinations of values: NAME - Names of all tables in the database. NAME, TABLE_TYPE - Names of all tables and the table types.
*)}val make :
?catalogId:??? ->
?expression:??? ->
?nextToken:??? ->
?maxResults:??? ->
?transactionId:??? ->
?queryAsOfTime:??? ->
?auditContext:??? ->
?includeStatusDetails:??? ->
?attributesToGet:??? ->
databaseName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.BooleanNullable.t
| `Integer of Values_0.CatalogGetterPageSize.t
| `List of [> `Enum of string ] list
| `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Boolean of bool
| `List of [> `String of string ] list
| `String of string ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]