amazonka-cost-explorer-2.0: Amazon Cost Explorer Service 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.CostExplorer.Types.GenerationSummary

Description

 
Synopsis

Documentation

data GenerationSummary Source #

The summary of the Savings Plans recommendation generation.

See: newGenerationSummary smart constructor.

Constructors

GenerationSummary' 

Fields

Instances

Instances details
FromJSON GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

Generic GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

Associated Types

type Rep GenerationSummary :: Type -> Type #

Read GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

Show GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

NFData GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

Methods

rnf :: GenerationSummary -> () #

Eq GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

Hashable GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

type Rep GenerationSummary Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.GenerationSummary

type Rep GenerationSummary = D1 ('MetaData "GenerationSummary" "Amazonka.CostExplorer.Types.GenerationSummary" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "GenerationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "estimatedCompletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "generationCompletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "generationStartedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "generationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenerationStatus)) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGenerationSummary :: GenerationSummary Source #

Create a value of GenerationSummary 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:estimatedCompletionTime:GenerationSummary', generationSummary_estimatedCompletionTime - Indicates the estimated time for when the recommendation generation will complete.

$sel:generationCompletionTime:GenerationSummary', generationSummary_generationCompletionTime - Indicates the completion time of the recommendation generation.

$sel:generationStartedTime:GenerationSummary', generationSummary_generationStartedTime - Indicates the start time of the recommendation generation.

$sel:generationStatus:GenerationSummary', generationSummary_generationStatus - Indicates whether the recommendation generation succeeded, is processing, or failed.

$sel:recommendationId:GenerationSummary', generationSummary_recommendationId - Indicates the ID for this specific recommendation.

generationSummary_estimatedCompletionTime :: Lens' GenerationSummary (Maybe Text) Source #

Indicates the estimated time for when the recommendation generation will complete.

generationSummary_generationCompletionTime :: Lens' GenerationSummary (Maybe Text) Source #

Indicates the completion time of the recommendation generation.

generationSummary_generationStartedTime :: Lens' GenerationSummary (Maybe Text) Source #

Indicates the start time of the recommendation generation.

generationSummary_generationStatus :: Lens' GenerationSummary (Maybe GenerationStatus) Source #

Indicates whether the recommendation generation succeeded, is processing, or failed.

generationSummary_recommendationId :: Lens' GenerationSummary (Maybe Text) Source #

Indicates the ID for this specific recommendation.