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:
AVAILABLE
FAILED_CREATION
FAILED_UPDATE
FAILED_DELETION
val request :
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