| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CostExplorer.Types.GenerationSummary
Description
Synopsis
- data GenerationSummary = GenerationSummary' {}
- newGenerationSummary :: GenerationSummary
- generationSummary_estimatedCompletionTime :: Lens' GenerationSummary (Maybe Text)
- generationSummary_generationCompletionTime :: Lens' GenerationSummary (Maybe Text)
- generationSummary_generationStartedTime :: Lens' GenerationSummary (Maybe Text)
- generationSummary_generationStatus :: Lens' GenerationSummary (Maybe GenerationStatus)
- generationSummary_recommendationId :: Lens' GenerationSummary (Maybe Text)
Documentation
data GenerationSummary Source #
The summary of the Savings Plans recommendation generation.
See: newGenerationSummary smart constructor.
Constructors
| GenerationSummary' | |
Fields
| |
Instances
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.