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

Description

 
Synopsis

Documentation

data PrefixList Source #

Describes prefixes for Amazon Web Services services.

See: newPrefixList smart constructor.

Constructors

PrefixList' 

Fields

Instances

Instances details
FromXML PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

Generic PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

Associated Types

type Rep PrefixList :: Type -> Type #

Read PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

Show PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

NFData PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

Methods

rnf :: PrefixList -> () #

Eq PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

Hashable PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

type Rep PrefixList Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixList

type Rep PrefixList = D1 ('MetaData "PrefixList" "Amazonka.EC2.Types.PrefixList" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "PrefixList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "prefixListId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "prefixListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPrefixList :: PrefixList Source #

Create a value of PrefixList 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:cidrs:PrefixList', prefixList_cidrs - The IP address range of the Amazon Web Service.

$sel:prefixListId:PrefixList', prefixList_prefixListId - The ID of the prefix.

$sel:prefixListName:PrefixList', prefixList_prefixListName - The name of the prefix.

prefixList_cidrs :: Lens' PrefixList (Maybe [Text]) Source #

The IP address range of the Amazon Web Service.