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

Description

 
Synopsis

Documentation

data ThroughResourcesStatement Source #

Describes a through resource statement.

See: newThroughResourcesStatement smart constructor.

Constructors

ThroughResourcesStatement' 

Fields

Instances

Instances details
FromXML ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

Generic ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

Associated Types

type Rep ThroughResourcesStatement :: Type -> Type #

Read ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

Show ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

NFData ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

Eq ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

Hashable ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

type Rep ThroughResourcesStatement Source # 
Instance details

Defined in Amazonka.EC2.Types.ThroughResourcesStatement

type Rep ThroughResourcesStatement = D1 ('MetaData "ThroughResourcesStatement" "Amazonka.EC2.Types.ThroughResourcesStatement" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ThroughResourcesStatement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceStatement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceStatement))))

newThroughResourcesStatement :: ThroughResourcesStatement Source #

Create a value of ThroughResourcesStatement 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:resourceStatement:ThroughResourcesStatement', throughResourcesStatement_resourceStatement - The resource statement.