Smaws_Client_DatabaseMigrationService.DescribeConnectionsDescribes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFoundFault of Types.resource_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_connections_message ->
(Types.describe_connections_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFoundFault of Types.resource_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_connections_message ->
(Types.describe_connections_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFoundFault of Types.resource_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result