Values.DeleteApplicationVpcConfigurationResponseSourceRemoves a VPC configuration from a Managed Service for Apache Flink application.
type nonrec t = {applicationARN : ResourceARN.t option;The ARN of the Managed Service for Apache Flink application.
*)applicationVersionId : ApplicationVersionId.t option;The updated version ID of the application.
*)operationId : OperationId.t option;The operation ID that can be used to track the request.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of ConcurrentModificationException.t
| `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t | `String of ResourceARN.t ])
list ]