Retrieves a list of strings that identify available versions of a specified table.
glue_get_table_versions(CatalogId, DatabaseName, TableName, NextToken,
MaxResults)
The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
[required] The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
[required] The name of the table. For Hive compatibility, this name is entirely lowercase.
A continuation token, if this is not the first call.
The maximum number of table versions to return in one response.
svc$get_table_versions( CatalogId = "string", DatabaseName = "string", TableName = "string", NextToken = "string", MaxResults = 123 )