Values.DescribeDirectConnectGatewayAssociationProposalsRequestSourceDescribes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
type nonrec t = {directConnectGatewayId : DirectConnectGatewayId.t option;The ID of the Direct Connect gateway.
*)proposalId : DirectConnectGatewayAssociationProposalId.t option;The ID of the proposal.
*)associatedGatewayId : AssociatedGatewayId.t option;The ID of the associated gateway.
*)maxResults : MaxResultSetSize.t option;The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If MaxResults is given a value larger than 100, only 100 results are returned.
*)nextToken : PaginationToken.t option;The token for the next page of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultSetSize.t
| `String of DirectConnectGatewayId.t ])
list ]