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

Description

Retrieves a list of your historical recommendation generations within the past 30 days.

Synopsis

Creating a Request

data ListSavingsPlansPurchaseRecommendationGeneration Source #

Constructors

ListSavingsPlansPurchaseRecommendationGeneration' 

Fields

Instances

Instances details
ToJSON ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

ToHeaders ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

ToPath ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

ToQuery ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

AWSRequest ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Generic ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Read ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Show ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

NFData ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Eq ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Hashable ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

type AWSResponse ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

type Rep ListSavingsPlansPurchaseRecommendationGeneration Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

type Rep ListSavingsPlansPurchaseRecommendationGeneration = D1 ('MetaData "ListSavingsPlansPurchaseRecommendationGeneration" "Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "ListSavingsPlansPurchaseRecommendationGeneration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "generationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GenerationStatus)) :*: S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "recommendationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newListSavingsPlansPurchaseRecommendationGeneration :: ListSavingsPlansPurchaseRecommendationGeneration Source #

Create a value of ListSavingsPlansPurchaseRecommendationGeneration 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:

ListSavingsPlansPurchaseRecommendationGeneration, listSavingsPlansPurchaseRecommendationGeneration_generationStatus - The status of the recommendation generation.

ListSavingsPlansPurchaseRecommendationGeneration, listSavingsPlansPurchaseRecommendationGeneration_nextPageToken - The token to retrieve the next set of results.

$sel:pageSize:ListSavingsPlansPurchaseRecommendationGeneration', listSavingsPlansPurchaseRecommendationGeneration_pageSize - The number of recommendations that you want returned in a single response object.

$sel:recommendationIds:ListSavingsPlansPurchaseRecommendationGeneration', listSavingsPlansPurchaseRecommendationGeneration_recommendationIds - The IDs for each specific recommendation.

Request Lenses

listSavingsPlansPurchaseRecommendationGeneration_pageSize :: Lens' ListSavingsPlansPurchaseRecommendationGeneration (Maybe Natural) Source #

The number of recommendations that you want returned in a single response object.

Destructuring the Response

data ListSavingsPlansPurchaseRecommendationGenerationResponse Source #

Constructors

ListSavingsPlansPurchaseRecommendationGenerationResponse' 

Fields

Instances

Instances details
Generic ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Read ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Show ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

NFData ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

Eq ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

type Rep ListSavingsPlansPurchaseRecommendationGenerationResponse Source # 
Instance details

Defined in Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration

type Rep ListSavingsPlansPurchaseRecommendationGenerationResponse = D1 ('MetaData "ListSavingsPlansPurchaseRecommendationGenerationResponse" "Amazonka.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "ListSavingsPlansPurchaseRecommendationGenerationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "generationSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GenerationSummary])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses