libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator
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.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 AWS because of propagation delays.

For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS 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
Eq WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Read WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Show WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Generic WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type Rep WithdrawByoipCidr :: Type -> Type #

NFData WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Methods

rnf :: WithdrawByoipCidr -> () #

Hashable WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

ToJSON WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

AWSRequest WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type AWSResponse 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

type Rep WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

type Rep WithdrawByoipCidr = D1 ('MetaData "WithdrawByoipCidr" "Amazonka.GlobalAccelerator.WithdrawByoipCidr" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "WithdrawByoipCidr'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse WithdrawByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

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:

$sel:cidr: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
Eq WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Read WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Show WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Generic WithdrawByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.WithdrawByoipCidr

Associated Types

type Rep WithdrawByoipCidrResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" '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