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.WithdrawByoipCidr

Description

Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of propagation delays.

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

Synopsis

Creating a Request

data WithdrawByoipCidr Source #

See: newWithdrawByoipCidr smart constructor.

Constructors

WithdrawByoipCidr' 

Fields

  • cidr :: Text

    The address range, in CIDR notation.

Instances

Instances details
ToJSON WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

ToHeaders WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

ToPath WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

ToQuery WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

AWSRequest WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type AWSResponse WithdrawByoipCidr #

Generic WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type Rep WithdrawByoipCidr :: Type -> Type #

Read WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Show WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

NFData WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Methods

rnf :: WithdrawByoipCidr -> () #

Eq WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Hashable WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type AWSResponse WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type Rep WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type Rep WithdrawByoipCidr = D1 ('MetaData "WithdrawByoipCidr" "Amazonka.GlobalAccelerator.WithdrawByoipCidr" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "WithdrawByoipCidr'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWithdrawByoipCidr Source #

Create a value of WithdrawByoipCidr 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:

WithdrawByoipCidr, withdrawByoipCidr_cidr - The address range, in CIDR notation.

Request Lenses

withdrawByoipCidr_cidr :: Lens' WithdrawByoipCidr Text Source #

The address range, in CIDR notation.

Destructuring the Response

data WithdrawByoipCidrResponse Source #

See: newWithdrawByoipCidrResponse smart constructor.

Constructors

WithdrawByoipCidrResponse' 

Fields

Instances

Instances details
Generic WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type Rep WithdrawByoipCidrResponse :: Type -> Type #

Read WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Show WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

NFData WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Eq WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type Rep WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type Rep WithdrawByoipCidrResponse = D1 ('MetaData "WithdrawByoipCidrResponse" "Amazonka.GlobalAccelerator.WithdrawByoipCidr" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "WithdrawByoipCidrResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "byoipCidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByoipCidr)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newWithdrawByoipCidrResponse Source #

Create a value of WithdrawByoipCidrResponse 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:byoipCidr:WithdrawByoipCidrResponse', withdrawByoipCidrResponse_byoipCidr - Information about the address pool.

$sel:httpStatus:WithdrawByoipCidrResponse', withdrawByoipCidrResponse_httpStatus - The response's http status code.

Response Lenses