Module Smaws_Client_Athena.GetDatabase

Returns a database object for the specified database and data catalog.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `MetadataException of Types.metadata_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_database_input -> (Types.get_database_output, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `MetadataException of Types.metadata_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_database_input -> (Types.get_database_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `MetadataException of Types.metadata_exception ] * Smaws_Lib.Response.metadata) Stdlib.result