Module Smaws_Client_AppRunner.DeleteVpcIngressConnection

Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidRequestException of Types.invalid_request_exception | `InvalidStateException of Types.invalid_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_vpc_ingress_connection_request -> (Types.delete_vpc_ingress_connection_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidRequestException of Types.invalid_request_exception | `InvalidStateException of Types.invalid_state_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result