Smaws_Client_Keyspaces.ListTables
The ListTables
operation returns a list of tables for a specified keyspace.
To read keyspace metadata using ListTables
, the IAM principal needs Select
action permissions for the system keyspace.
val request :
Smaws_Lib.Context.t ->
Types.list_tables_request ->
(Types.list_tables_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerException of Types.internal_server_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ServiceQuotaExceededException of Types.service_quota_exceeded_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result