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

Description

Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of propagation delays.

To stop advertising the BYOIP address range, use WithdrawByoipCidr.

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

Synopsis

Creating a Request

data AdvertiseByoipCidr Source #

See: newAdvertiseByoipCidr smart constructor.

Constructors

AdvertiseByoipCidr' 

Fields

  • cidr :: Text

    The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

Instances

Instances details
ToJSON AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

ToHeaders AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

ToPath AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

ToQuery AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

AWSRequest AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

type AWSResponse AdvertiseByoipCidr #

Generic AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

type Rep AdvertiseByoipCidr :: Type -> Type #

Read AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Show AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

NFData AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Methods

rnf :: AdvertiseByoipCidr -> () #

Eq AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Hashable AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

type AWSResponse AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

type Rep AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

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

newAdvertiseByoipCidr Source #

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

AdvertiseByoipCidr, advertiseByoipCidr_cidr - The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

Request Lenses

advertiseByoipCidr_cidr :: Lens' AdvertiseByoipCidr Text Source #

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

Destructuring the Response

data AdvertiseByoipCidrResponse Source #

See: newAdvertiseByoipCidrResponse smart constructor.

Constructors

AdvertiseByoipCidrResponse' 

Fields

Instances

Instances details
Generic AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

type Rep AdvertiseByoipCidrResponse :: Type -> Type #

Read AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Show AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

NFData AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Eq AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

type Rep AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

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

newAdvertiseByoipCidrResponse Source #

Create a value of AdvertiseByoipCidrResponse 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:AdvertiseByoipCidrResponse', advertiseByoipCidrResponse_byoipCidr - Information about the address range.

$sel:httpStatus:AdvertiseByoipCidrResponse', advertiseByoipCidrResponse_httpStatus - The response's http status code.

Response Lenses