Module Values_2.DescribeVPCConnectionRequestSource

Describes 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 described.

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

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:Values_1.AwsAccountId.t -> vPCConnectionId:Values_1.VPCConnectionResourceIdUnrestricted.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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