amazonka-globalaccelerator-2.0: Amazon Global Accelerator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GlobalAccelerator.ListByoipCidrs

Description

Lists the IP address ranges that were specified in calls to ProvisionByoipCidr, including the current state and a history of state changes.

This operation returns paginated results.

Synopsis

Creating a Request

data ListByoipCidrs Source #

See: newListByoipCidrs smart constructor.

Constructors

ListByoipCidrs' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

  • nextToken :: Maybe Text

    The token for the next page of results.

Instances

Instances details
ToJSON ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

ToHeaders ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

ToPath ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

ToQuery ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

AWSPager ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

AWSRequest ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Associated Types

type AWSResponse ListByoipCidrs #

Generic ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Associated Types

type Rep ListByoipCidrs :: Type -> Type #

Read ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Show ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

NFData ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Methods

rnf :: ListByoipCidrs -> () #

Eq ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Hashable ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

type AWSResponse ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

type Rep ListByoipCidrs Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

type Rep ListByoipCidrs = D1 ('MetaData "ListByoipCidrs" "Amazonka.GlobalAccelerator.ListByoipCidrs" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "ListByoipCidrs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListByoipCidrs :: ListByoipCidrs Source #

Create a value of ListByoipCidrs 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:maxResults:ListByoipCidrs', listByoipCidrs_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.

ListByoipCidrs, listByoipCidrs_nextToken - The token for the next page of results.

Request Lenses

listByoipCidrs_maxResults :: Lens' ListByoipCidrs (Maybe Natural) 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.

listByoipCidrs_nextToken :: Lens' ListByoipCidrs (Maybe Text) Source #

The token for the next page of results.

Destructuring the Response

data ListByoipCidrsResponse Source #

See: newListByoipCidrsResponse smart constructor.

Constructors

ListByoipCidrsResponse' 

Fields

Instances

Instances details
Generic ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Associated Types

type Rep ListByoipCidrsResponse :: Type -> Type #

Read ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Show ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

NFData ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

Methods

rnf :: ListByoipCidrsResponse -> () #

Eq ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

type Rep ListByoipCidrsResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.ListByoipCidrs

type Rep ListByoipCidrsResponse = D1 ('MetaData "ListByoipCidrsResponse" "Amazonka.GlobalAccelerator.ListByoipCidrs" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "ListByoipCidrsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "byoipCidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ByoipCidr])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListByoipCidrsResponse Source #

Create a value of ListByoipCidrsResponse 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:byoipCidrs:ListByoipCidrsResponse', listByoipCidrsResponse_byoipCidrs - Information about your address ranges.

ListByoipCidrs, listByoipCidrsResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListByoipCidrsResponse', listByoipCidrsResponse_httpStatus - The response's http status code.

Response Lenses

listByoipCidrsResponse_nextToken :: Lens' ListByoipCidrsResponse (Maybe Text) Source #

The token for the next page of results.