Smaws_Client_AppRunner.DeleteConnection
val request :
Smaws_Lib.Context.t ->
delete_connection_request ->
(delete_connection_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of internal_service_error_exception
| `InvalidRequestException of invalid_request_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection
action fails.