Smaws_Client_EventBridge.DescribeConnectionRetrieves details about a connection.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_connection_request ->
(Types.describe_connection_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result