Values_1.GetDatabasesRequestSourceRetrieves all databases defined in a given Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog from which to retrieve Databases. If none is provided, the Amazon Web Services account ID is used by default.
*)nextToken : Token.t option;A continuation token, if this is a continuation call.
*)maxResults : Values_0.CatalogGetterPageSize.t option;The maximum number of databases to return in one response.
*)attributesToGet : DatabaseAttributesList.t option;Specifies the database fields returned by the GetDatabases call. This parameter doesn’t accept an empty list. The request must include the NAME.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.CatalogGetterPageSize.t
| `List of [> `Enum of string ] list
| `String of Values_0.CatalogIdString.t ])
list ]