libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CostExplorer.Types.EC2Specification

Description

 
Synopsis

Documentation

data EC2Specification Source #

The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.

See: newEC2Specification smart constructor.

Constructors

EC2Specification' 

Fields

Instances

Instances details
Eq EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

Read EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

Show EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

Generic EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

Associated Types

type Rep EC2Specification :: Type -> Type #

NFData EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

Methods

rnf :: EC2Specification -> () #

Hashable EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

ToJSON EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

FromJSON EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

type Rep EC2Specification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.EC2Specification

type Rep EC2Specification = D1 ('MetaData "EC2Specification" "Amazonka.CostExplorer.Types.EC2Specification" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "EC2Specification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "offeringClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfferingClass))))

newEC2Specification :: EC2Specification Source #

Create a value of EC2Specification 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:offeringClass:EC2Specification', eC2Specification_offeringClass - Indicates whether you want a recommendation for standard or convertible reservations.

eC2Specification_offeringClass :: Lens' EC2Specification (Maybe OfferingClass) Source #

Indicates whether you want a recommendation for standard or convertible reservations.