amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.ByoipCidr

Description

 
Synopsis

Documentation

data ByoipCidr Source #

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

See: newByoipCidr smart constructor.

Constructors

ByoipCidr' 

Fields

Instances

Instances details
FromXML ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

Generic ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

Associated Types

type Rep ByoipCidr :: Type -> Type #

Read ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

Show ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

NFData ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

Methods

rnf :: ByoipCidr -> () #

Eq ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

Hashable ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

type Rep ByoipCidr Source # 
Instance details

Defined in Amazonka.EC2.Types.ByoipCidr

type Rep ByoipCidr = D1 ('MetaData "ByoipCidr" "Amazonka.EC2.Types.ByoipCidr" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ByoipCidr'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ByoipCidrState)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newByoipCidr :: ByoipCidr Source #

Create a value of ByoipCidr 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:ByoipCidr', byoipCidr_cidr - The address range, in CIDR notation.

$sel:description:ByoipCidr', byoipCidr_description - The description of the address range.

$sel:state:ByoipCidr', byoipCidr_state - The state of the address pool.

$sel:statusMessage:ByoipCidr', byoipCidr_statusMessage - Upon success, contains the ID of the address pool. Otherwise, contains an error message.

byoipCidr_cidr :: Lens' ByoipCidr (Maybe Text) Source #

The address range, in CIDR notation.

byoipCidr_description :: Lens' ByoipCidr (Maybe Text) Source #

The description of the address range.

byoipCidr_state :: Lens' ByoipCidr (Maybe ByoipCidrState) Source #

The state of the address pool.

byoipCidr_statusMessage :: Lens' ByoipCidr (Maybe Text) Source #

Upon success, contains the ID of the address pool. Otherwise, contains an error message.