Values_2.UpdateVPCConnectionRequestSourceUpdates a VPC connection.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
*)vPCConnectionId : Values_1.VPCConnectionResourceIdUnrestricted.t;The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
*)name : Values_1.ResourceName.t;The display name for the VPC connection.
*)subnetIds : Values_1.SubnetIdList.t;A list of subnet IDs for the VPC connection.
*)securityGroupIds : Values_1.SecurityGroupIdList.t;A list of security group IDs for the VPC connection.
*)dnsResolvers : Values_1.DnsResolverList.t option;A list of IP addresses of DNS resolver endpoints for the VPC connection.
*)roleArn : Values_0.RoleArn.t;An IAM role associated with the VPC connection.
*)}val make :
?dnsResolvers:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
vPCConnectionId:Values_1.VPCConnectionResourceIdUnrestricted.t ->
name:Values_1.ResourceName.t ->
subnetIds:Values_1.SubnetIdList.t ->
securityGroupIds:Values_1.SecurityGroupIdList.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_1.AwsAccountId.t ])
list ]