Module Values_2.UpdateVPCConnectionRequestSource

Updates a VPC connection.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.

    *)
  2. 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.

    *)
  3. name : Values_1.ResourceName.t;
    (*

    The display name for the VPC connection.

    *)
  4. subnetIds : Values_1.SubnetIdList.t;
    (*

    A list of subnet IDs for the VPC connection.

    *)
  5. securityGroupIds : Values_1.SecurityGroupIdList.t;
    (*

    A list of security group IDs for the VPC connection.

    *)
  6. dnsResolvers : Values_1.DnsResolverList.t option;
    (*

    A list of IP addresses of DNS resolver endpoints for the VPC connection.

    *)
  7. roleArn : Values_0.RoleArn.t;
    (*

    An IAM role associated with the VPC connection.

    *)
}
Sourceval context_ : string
Sourceval 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 -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_1.AwsAccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t