Skip to content

Commit

Permalink
docs: document implemented services
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Jan 18, 2025
1 parent 04d616d commit 968cc5b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/docs/services/s3tables.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.. _implementedservice_s3tables:

.. |start-h3| raw:: html

<h3>

.. |end-h3| raw:: html

</h3>

========
s3tables
========

.. autoclass:: moto.s3tables.models.S3TablesBackend

|start-h3| Implemented features for this service |end-h3|

- [X] create_namespace
- [X] create_table
- [X] create_table_bucket
- [X] delete_namespace
- [X] delete_table
- [X] delete_table_bucket
- [ ] delete_table_bucket_policy
- [ ] delete_table_policy
- [X] get_namespace
- [X] get_table
- [X] get_table_bucket
- [ ] get_table_bucket_maintenance_configuration
- [ ] get_table_bucket_policy
- [ ] get_table_maintenance_configuration
- [ ] get_table_maintenance_job_status
- [ ] get_table_metadata_location
- [ ] get_table_policy
- [X] list_namespaces
- [X] list_table_buckets
- [X] list_tables
- [ ] put_table_bucket_maintenance_configuration
- [ ] put_table_bucket_policy
- [ ] put_table_maintenance_configuration
- [ ] put_table_policy
- [X] rename_table
- [X] update_table_metadata_location

0 comments on commit 968cc5b

Please sign in to comment.