Values.CreateDirectConnectGatewayAssociationProposalResultSourceCreates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
type nonrec t = {directConnectGatewayAssociationProposal : DirectConnectGatewayAssociationProposal.t
option;Information about the Direct Connect gateway proposal.
*)}type nonrec error = [ | `DirectConnectClientException of DirectConnectClientException.t| `DirectConnectServerException of DirectConnectServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of CIDR.t ]) list ]
list
| `String of DirectConnectGatewayAssociationProposalId.t
| `Structure of
(string
* [> `Enum of string | `String of GatewayIdentifier.t ])
list ])
list ])
list ]