libZSservicesZSamazonka-directconnectZSamazonka-directconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Description

Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.

Synopsis

Creating a Request

data DescribeDirectConnectGatewayAssociationProposals Source #

Constructors

DescribeDirectConnectGatewayAssociationProposals' 

Fields

Instances

Instances details
Eq DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Read DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Show DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Generic DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

NFData DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Hashable DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

ToJSON DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

AWSRequest DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

ToHeaders DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

ToPath DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

ToQuery DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

type Rep DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

type Rep DescribeDirectConnectGatewayAssociationProposals = D1 ('MetaData "DescribeDirectConnectGatewayAssociationProposals" "Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "DescribeDirectConnectGatewayAssociationProposals'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associatedGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directConnectGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "proposalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))
type AWSResponse DescribeDirectConnectGatewayAssociationProposals Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

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_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 #

Constructors

DescribeDirectConnectGatewayAssociationProposalsResponse' 

Fields

Instances

Instances details
Eq DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Read DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Show DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

Generic DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

NFData DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

type Rep DescribeDirectConnectGatewayAssociationProposalsResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals

type Rep DescribeDirectConnectGatewayAssociationProposalsResponse = D1 ('MetaData "DescribeDirectConnectGatewayAssociationProposalsResponse" "Amazonka.DirectConnect.DescribeDirectConnectGatewayAssociationProposals" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "DescribeDirectConnectGatewayAssociationProposalsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directConnectGatewayAssociationProposals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DirectConnectGatewayAssociationProposal])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

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.