Values.DeleteVpcConnectorResponseSourceDelete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
type nonrec t = {vpcConnector : VpcConnector.t option;A description of the App Runner VPC connector that this request just deleted.
*)}type nonrec error = [ | `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of VpcConnectorName.t
| `Timestamp of Timestamp.t ])
list ])
list ]