Smaws_Client_AppRunner.UpdateVpcIngressConnection
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
val request :
Smaws_Lib.Context.t ->
Types.update_vpc_ingress_connection_request ->
(Types.update_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