| 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.Forecast.Types.WhatIfAnalysisSummary
Description
Synopsis
- data WhatIfAnalysisSummary = WhatIfAnalysisSummary' {}
- newWhatIfAnalysisSummary :: WhatIfAnalysisSummary
- whatIfAnalysisSummary_creationTime :: Lens' WhatIfAnalysisSummary (Maybe UTCTime)
- whatIfAnalysisSummary_forecastArn :: Lens' WhatIfAnalysisSummary (Maybe Text)
- whatIfAnalysisSummary_lastModificationTime :: Lens' WhatIfAnalysisSummary (Maybe UTCTime)
- whatIfAnalysisSummary_message :: Lens' WhatIfAnalysisSummary (Maybe Text)
- whatIfAnalysisSummary_status :: Lens' WhatIfAnalysisSummary (Maybe Text)
- whatIfAnalysisSummary_whatIfAnalysisArn :: Lens' WhatIfAnalysisSummary (Maybe Text)
- whatIfAnalysisSummary_whatIfAnalysisName :: Lens' WhatIfAnalysisSummary (Maybe Text)
Documentation
data WhatIfAnalysisSummary Source #
Provides a summary of the what-if analysis properties used in the
 ListWhatIfAnalyses operation. To get the complete set of properties,
 call the DescribeWhatIfAnalysis operation, and provide the
 WhatIfAnalysisArn that is listed in the summary.
See: newWhatIfAnalysisSummary smart constructor.
Constructors
| WhatIfAnalysisSummary' | |
| Fields 
 | |
Instances
newWhatIfAnalysisSummary :: WhatIfAnalysisSummary Source #
Create a value of WhatIfAnalysisSummary 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:creationTime:WhatIfAnalysisSummary', whatIfAnalysisSummary_creationTime - When the what-if analysis was created.
$sel:forecastArn:WhatIfAnalysisSummary', whatIfAnalysisSummary_forecastArn - The Amazon Resource Name (ARN) of the baseline forecast that is being
 used in this what-if analysis.
$sel:lastModificationTime:WhatIfAnalysisSummary', whatIfAnalysisSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the
 status of the job:
- CREATE_PENDING- The- CreationTime.
- CREATE_IN_PROGRESS- The current timestamp.
- CREATE_STOPPING- The current timestamp.
- CREATE_STOPPED- When the job stopped.
- ACTIVEor- CREATE_FAILED- When the job finished or failed.
$sel:message:WhatIfAnalysisSummary', whatIfAnalysisSummary_message - If an error occurred, an informational message about the error.
$sel:status:WhatIfAnalysisSummary', whatIfAnalysisSummary_status - The status of the what-if analysis. States include:
- ACTIVE 
- CREATE_PENDING,- CREATE_IN_PROGRESS,- CREATE_FAILED
- CREATE_STOPPING,- CREATE_STOPPED
- DELETE_PENDING,- DELETE_IN_PROGRESS,- DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can
 access the analysis.
$sel:whatIfAnalysisArn:WhatIfAnalysisSummary', whatIfAnalysisSummary_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis.
$sel:whatIfAnalysisName:WhatIfAnalysisSummary', whatIfAnalysisSummary_whatIfAnalysisName - The name of the what-if analysis.
whatIfAnalysisSummary_creationTime :: Lens' WhatIfAnalysisSummary (Maybe UTCTime) Source #
When the what-if analysis was created.
whatIfAnalysisSummary_forecastArn :: Lens' WhatIfAnalysisSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.
whatIfAnalysisSummary_lastModificationTime :: Lens' WhatIfAnalysisSummary (Maybe UTCTime) Source #
The last time the resource was modified. The timestamp depends on the status of the job:
- CREATE_PENDING- The- CreationTime.
- CREATE_IN_PROGRESS- The current timestamp.
- CREATE_STOPPING- The current timestamp.
- CREATE_STOPPED- When the job stopped.
- ACTIVEor- CREATE_FAILED- When the job finished or failed.
whatIfAnalysisSummary_message :: Lens' WhatIfAnalysisSummary (Maybe Text) Source #
If an error occurred, an informational message about the error.
whatIfAnalysisSummary_status :: Lens' WhatIfAnalysisSummary (Maybe Text) Source #
The status of the what-if analysis. States include:
- ACTIVE 
- CREATE_PENDING,- CREATE_IN_PROGRESS,- CREATE_FAILED
- CREATE_STOPPING,- CREATE_STOPPED
- DELETE_PENDING,- DELETE_IN_PROGRESS,- DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can
 access the analysis.
whatIfAnalysisSummary_whatIfAnalysisArn :: Lens' WhatIfAnalysisSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the what-if analysis.
whatIfAnalysisSummary_whatIfAnalysisName :: Lens' WhatIfAnalysisSummary (Maybe Text) Source #
The name of the what-if analysis.