Updates the manifest of Amazon S3 objects that make up the specified governed table.
See https://paws-r.github.io/docs/lakeformation/update_table_objects.html for full documentation.
lakeformation_update_table_objects(
CatalogId = NULL,
DatabaseName,
TableName,
TransactionId = NULL,
WriteOperations
)The catalog containing the governed table to update. Defaults to the caller’s account ID.
[required] The database containing the governed table to update.
[required] The governed table to update.
The transaction at which to do the write.
[required] A list of WriteOperation objects that define an object to add to or
delete from the manifest for a governed table.