Smaws_Client_Keyspaces.DeleteKeyspace
The DeleteKeyspace
operation deletes a keyspace and all of its tables.
val request :
Smaws_Lib.Context.t ->
Types.delete_keyspace_request ->
(Types.delete_keyspace_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ConflictException of Types.conflict_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