Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
Synopsis
- data DescribeDirectConnectGatewayAssociationProposals = DescribeDirectConnectGatewayAssociationProposals' {}
- newDescribeDirectConnectGatewayAssociationProposals :: DescribeDirectConnectGatewayAssociationProposals
- describeDirectConnectGatewayAssociationProposals_associatedGatewayId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text)
- describeDirectConnectGatewayAssociationProposals_directConnectGatewayId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text)
- describeDirectConnectGatewayAssociationProposals_proposalId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text)
- describeDirectConnectGatewayAssociationProposals_nextToken :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text)
- describeDirectConnectGatewayAssociationProposals_maxResults :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Int)
- data DescribeDirectConnectGatewayAssociationProposalsResponse = DescribeDirectConnectGatewayAssociationProposalsResponse' {}
- newDescribeDirectConnectGatewayAssociationProposalsResponse :: Int -> DescribeDirectConnectGatewayAssociationProposalsResponse
- describeDirectConnectGatewayAssociationProposalsResponse_directConnectGatewayAssociationProposals :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse (Maybe [DirectConnectGatewayAssociationProposal])
- describeDirectConnectGatewayAssociationProposalsResponse_nextToken :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse (Maybe Text)
- describeDirectConnectGatewayAssociationProposalsResponse_httpStatus :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse Int
Creating a Request
data DescribeDirectConnectGatewayAssociationProposals Source #
See: newDescribeDirectConnectGatewayAssociationProposals
smart constructor.
DescribeDirectConnectGatewayAssociationProposals' | |
|
Instances
newDescribeDirectConnectGatewayAssociationProposals :: DescribeDirectConnectGatewayAssociationProposals Source #
Create a value of DescribeDirectConnectGatewayAssociationProposals
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:associatedGatewayId:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposals_associatedGatewayId
- The ID of the associated gateway.
$sel:directConnectGatewayId:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposals_directConnectGatewayId
- The ID of the Direct Connect gateway.
$sel:proposalId:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposals_proposalId
- The ID of the proposal.
$sel:nextToken:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposals_nextToken
- The token for the next page of results.
$sel:maxResults:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposals_maxResults
- 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.
Request Lenses
describeDirectConnectGatewayAssociationProposals_associatedGatewayId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text) Source #
The ID of the associated gateway.
describeDirectConnectGatewayAssociationProposals_directConnectGatewayId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text) Source #
The ID of the Direct Connect gateway.
describeDirectConnectGatewayAssociationProposals_proposalId :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text) Source #
The ID of the proposal.
describeDirectConnectGatewayAssociationProposals_nextToken :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Text) Source #
The token for the next page of results.
describeDirectConnectGatewayAssociationProposals_maxResults :: Lens' DescribeDirectConnectGatewayAssociationProposals (Maybe Int) Source #
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.
Destructuring the Response
data DescribeDirectConnectGatewayAssociationProposalsResponse Source #
See: newDescribeDirectConnectGatewayAssociationProposalsResponse
smart constructor.
DescribeDirectConnectGatewayAssociationProposalsResponse' | |
|
Instances
newDescribeDirectConnectGatewayAssociationProposalsResponse Source #
:: Int |
|
-> DescribeDirectConnectGatewayAssociationProposalsResponse |
Create a value of DescribeDirectConnectGatewayAssociationProposalsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directConnectGatewayAssociationProposals:DescribeDirectConnectGatewayAssociationProposalsResponse'
, describeDirectConnectGatewayAssociationProposalsResponse_directConnectGatewayAssociationProposals
- Describes the Direct Connect gateway association proposals.
$sel:nextToken:DescribeDirectConnectGatewayAssociationProposals'
, describeDirectConnectGatewayAssociationProposalsResponse_nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
$sel:httpStatus:DescribeDirectConnectGatewayAssociationProposalsResponse'
, describeDirectConnectGatewayAssociationProposalsResponse_httpStatus
- The response's http status code.
Response Lenses
describeDirectConnectGatewayAssociationProposalsResponse_directConnectGatewayAssociationProposals :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse (Maybe [DirectConnectGatewayAssociationProposal]) Source #
Describes the Direct Connect gateway association proposals.
describeDirectConnectGatewayAssociationProposalsResponse_nextToken :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
describeDirectConnectGatewayAssociationProposalsResponse_httpStatus :: Lens' DescribeDirectConnectGatewayAssociationProposalsResponse Int Source #
The response's http status code.