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

Description

 
Synopsis

Documentation

data SavingsPlansCoverage Source #

The amount of Savings Plans eligible usage that is covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.

See: newSavingsPlansCoverage smart constructor.

Constructors

SavingsPlansCoverage' 

Fields

Instances

Instances details
Eq SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

Read SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

Show SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

Generic SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

Associated Types

type Rep SavingsPlansCoverage :: Type -> Type #

NFData SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

Methods

rnf :: SavingsPlansCoverage -> () #

Hashable SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

FromJSON SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

type Rep SavingsPlansCoverage Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.SavingsPlansCoverage

type Rep SavingsPlansCoverage = D1 ('MetaData "SavingsPlansCoverage" "Amazonka.CostExplorer.Types.SavingsPlansCoverage" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "SavingsPlansCoverage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timePeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateInterval)) :*: (S1 ('MetaSel ('Just "coverage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsPlansCoverageData)) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newSavingsPlansCoverage :: SavingsPlansCoverage Source #

Create a value of SavingsPlansCoverage 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:timePeriod:SavingsPlansCoverage', savingsPlansCoverage_timePeriod - Undocumented member.

$sel:coverage:SavingsPlansCoverage', savingsPlansCoverage_coverage - The amount of Savings Plans eligible usage that the Savings Plans covered.

$sel:attributes:SavingsPlansCoverage', savingsPlansCoverage_attributes - The attribute that applies to a specific Dimension.

savingsPlansCoverage_coverage :: Lens' SavingsPlansCoverage (Maybe SavingsPlansCoverageData) Source #

The amount of Savings Plans eligible usage that the Savings Plans covered.

savingsPlansCoverage_attributes :: Lens' SavingsPlansCoverage (Maybe (HashMap Text Text)) Source #

The attribute that applies to a specific Dimension.