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

Description

 
Synopsis

Documentation

data ServiceSpecification Source #

Hardware specifications for the service that you want recommendations for.

See: newServiceSpecification smart constructor.

Constructors

ServiceSpecification' 

Fields

Instances

Instances details
Eq ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

Read ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

Show ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

Generic ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

Associated Types

type Rep ServiceSpecification :: Type -> Type #

NFData ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

Methods

rnf :: ServiceSpecification -> () #

Hashable ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

ToJSON ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

FromJSON ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

type Rep ServiceSpecification Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.ServiceSpecification

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

newServiceSpecification :: ServiceSpecification Source #

Create a value of ServiceSpecification 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:eC2Specification:ServiceSpecification', serviceSpecification_eC2Specification - The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.

serviceSpecification_eC2Specification :: Lens' ServiceSpecification (Maybe EC2Specification) Source #

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