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

Description

Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to AWS 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 AWS 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
Eq AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Read AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Show AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Generic AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

type Rep AdvertiseByoipCidr :: Type -> Type #

NFData AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Methods

rnf :: AdvertiseByoipCidr -> () #

Hashable AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

ToJSON AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

AWSRequest AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

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

type Rep AdvertiseByoipCidr Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

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

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

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:

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

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Read AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Show AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Generic AdvertiseByoipCidrResponse Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.AdvertiseByoipCidr

Associated Types

type Rep AdvertiseByoipCidrResponse :: Type -> Type #

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