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

Description

 
Synopsis

Documentation

data PrefixListAssociation Source #

Describes the resource with which a prefix list is associated.

See: newPrefixListAssociation smart constructor.

Constructors

PrefixListAssociation' 

Fields

Instances

Instances details
FromXML PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

Generic PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

Associated Types

type Rep PrefixListAssociation :: Type -> Type #

Read PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

Show PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

NFData PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

Methods

rnf :: PrefixListAssociation -> () #

Eq PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

Hashable PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

type Rep PrefixListAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.PrefixListAssociation

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

newPrefixListAssociation :: PrefixListAssociation Source #

Create a value of PrefixListAssociation 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:resourceId:PrefixListAssociation', prefixListAssociation_resourceId - The ID of the resource.

$sel:resourceOwner:PrefixListAssociation', prefixListAssociation_resourceOwner - The owner of the resource.