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

Description

Requests a Savings Plans recommendation generation. This enables you to calculate a fresh set of Savings Plans recommendations that takes your latest usage data and current Savings Plans inventory into account. You can refresh Savings Plans recommendations up to three times daily for a consolidated billing family.

StartSavingsPlansPurchaseRecommendationGeneration has no request syntax because no input parameters are needed to support this operation.

Synopsis

Creating a Request

data StartSavingsPlansPurchaseRecommendationGeneration Source #

Instances

Instances details
ToJSON StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

ToHeaders StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

ToPath StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

ToQuery StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

AWSRequest StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Generic StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Read StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Show StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

NFData StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Eq StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Hashable StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

type AWSResponse StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

type Rep StartSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

type Rep StartSavingsPlansPurchaseRecommendationGeneration = D1 ('MetaData "StartSavingsPlansPurchaseRecommendationGeneration" "Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "StartSavingsPlansPurchaseRecommendationGeneration'" 'PrefixI 'False) (U1 :: Type -> Type))

Destructuring the Response

data StartSavingsPlansPurchaseRecommendationGenerationResponse Source #

Constructors

StartSavingsPlansPurchaseRecommendationGenerationResponse' 

Fields

Instances

Instances details
Generic StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Read StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Show StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

NFData StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

Eq StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

type Rep StartSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration

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

Response Lenses