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

Description

 
Synopsis

Documentation

data PrefixListEntry Source #

Describes a prefix list entry.

See: newPrefixListEntry smart constructor.

Constructors

PrefixListEntry' 

Fields

Instances

Instances details
FromXML PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

Generic PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

Associated Types

type Rep PrefixListEntry :: Type -> Type #

Read PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

Show PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

NFData PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

Methods

rnf :: PrefixListEntry -> () #

Eq PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

Hashable PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

type Rep PrefixListEntry Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListEntry

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

newPrefixListEntry :: PrefixListEntry Source #

Create a value of PrefixListEntry 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:PrefixListEntry', prefixListEntry_cidr - The CIDR block.

$sel:description:PrefixListEntry', prefixListEntry_description - The description.