libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.NetworkManager.GetCustomerGatewayAssociations

Description

Gets the association information for customer gateways that are associated with devices and links in your global network.

This operation returns paginated results.

Synopsis

Creating a Request

data GetCustomerGatewayAssociations Source #

See: newGetCustomerGatewayAssociations smart constructor.

Constructors

GetCustomerGatewayAssociations' 

Fields

Instances

Instances details
Eq GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Read GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Show GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Generic GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Associated Types

type Rep GetCustomerGatewayAssociations :: Type -> Type #

NFData GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Hashable GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

AWSPager GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

AWSRequest GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToHeaders GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToPath GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

ToQuery GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociations = D1 ('MetaData "GetCustomerGatewayAssociations" "Amazonka.NetworkManager.GetCustomerGatewayAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetCustomerGatewayAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerGatewayArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetCustomerGatewayAssociations Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

newGetCustomerGatewayAssociations Source #

Create a value of GetCustomerGatewayAssociations 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:nextToken:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_nextToken - The token for the next page of results.

$sel:customerGatewayArns:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_customerGatewayArns - One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.

$sel:maxResults:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_maxResults - The maximum number of results to return.

$sel:globalNetworkId:GetCustomerGatewayAssociations', getCustomerGatewayAssociations_globalNetworkId - The ID of the global network.

Request Lenses

getCustomerGatewayAssociations_customerGatewayArns :: Lens' GetCustomerGatewayAssociations (Maybe [Text]) Source #

One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.

Destructuring the Response

data GetCustomerGatewayAssociationsResponse Source #

Constructors

GetCustomerGatewayAssociationsResponse' 

Fields

Instances

Instances details
Eq GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Read GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Show GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

Generic GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

NFData GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociationsResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetCustomerGatewayAssociations

type Rep GetCustomerGatewayAssociationsResponse = D1 ('MetaData "GetCustomerGatewayAssociationsResponse" "Amazonka.NetworkManager.GetCustomerGatewayAssociations" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "GetCustomerGatewayAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "customerGatewayAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomerGatewayAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses