Values_1.DeleteTableVersionRequestSourceDeletes a specified version of a table.
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 in which the table resides. For Hive compatibility, this name is entirely lowercase.
*)tableName : Values_0.NameString.t;The name of the table. For Hive compatibility, this name is entirely lowercase.
*)versionId : Values_0.VersionString.t;The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
versionId:Values_0.VersionString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]