Values_2.DeleteVPCConnectionRequestSourceDeletes a VPC connection.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID of the account where you want to delete a VPC connection.
*)vPCConnectionId : Values_1.VPCConnectionResourceIdUnrestricted.t;The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
vPCConnectionId:Values_1.VPCConnectionResourceIdUnrestricted.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]