Smaws_Client_DynamoDB.ListTables
val request :
Smaws_Lib.Context.t ->
list_tables_input ->
(list_tables_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `InvalidEndpointException of invalid_endpoint_exception ])
Stdlib.result
Returns an array of table names associated with the current account and endpoint. The output from ListTables
is paginated, with each page returning a maximum of 100 table names.