| 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.WhatIfForecastSummary
Description
Synopsis
- data WhatIfForecastSummary = WhatIfForecastSummary' {}
- newWhatIfForecastSummary :: WhatIfForecastSummary
- whatIfForecastSummary_creationTime :: Lens' WhatIfForecastSummary (Maybe UTCTime)
- whatIfForecastSummary_lastModificationTime :: Lens' WhatIfForecastSummary (Maybe UTCTime)
- whatIfForecastSummary_message :: Lens' WhatIfForecastSummary (Maybe Text)
- whatIfForecastSummary_status :: Lens' WhatIfForecastSummary (Maybe Text)
- whatIfForecastSummary_whatIfAnalysisArn :: Lens' WhatIfForecastSummary (Maybe Text)
- whatIfForecastSummary_whatIfForecastArn :: Lens' WhatIfForecastSummary (Maybe Text)
- whatIfForecastSummary_whatIfForecastName :: Lens' WhatIfForecastSummary (Maybe Text)
Documentation
data WhatIfForecastSummary Source #
Provides a summary of the what-if forecast properties used in the
ListWhatIfForecasts operation. To get the complete set of properties,
call the DescribeWhatIfForecast operation, and provide the
WhatIfForecastArn that is listed in the summary.
See: newWhatIfForecastSummary smart constructor.
Constructors
| WhatIfForecastSummary' | |
Fields
| |
Instances
newWhatIfForecastSummary :: WhatIfForecastSummary Source #
Create a value of WhatIfForecastSummary 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:WhatIfForecastSummary', whatIfForecastSummary_creationTime - When the what-if forecast was created.
$sel:lastModificationTime:WhatIfForecastSummary', whatIfForecastSummary_lastModificationTime - The last time the resource was modified. The timestamp depends on the
status of the job:
CREATE_PENDING- TheCreationTime.CREATE_IN_PROGRESS- The current timestamp.CREATE_STOPPING- The current timestamp.CREATE_STOPPED- When the job stopped.ACTIVEorCREATE_FAILED- When the job finished or failed.
$sel:message:WhatIfForecastSummary', whatIfForecastSummary_message - If an error occurred, an informational message about the error.
$sel:status:WhatIfForecastSummary', whatIfForecastSummary_status - The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDCREATE_STOPPING,CREATE_STOPPEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can
access the analysis.
$sel:whatIfAnalysisArn:WhatIfForecastSummary', whatIfForecastSummary_whatIfAnalysisArn - The Amazon Resource Name (ARN) of the what-if analysis that contains
this what-if forecast.
$sel:whatIfForecastArn:WhatIfForecastSummary', whatIfForecastSummary_whatIfForecastArn - The Amazon Resource Name (ARN) of the what-if forecast.
$sel:whatIfForecastName:WhatIfForecastSummary', whatIfForecastSummary_whatIfForecastName - The name of the what-if forecast.
whatIfForecastSummary_creationTime :: Lens' WhatIfForecastSummary (Maybe UTCTime) Source #
When the what-if forecast was created.
whatIfForecastSummary_lastModificationTime :: Lens' WhatIfForecastSummary (Maybe UTCTime) Source #
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING- TheCreationTime.CREATE_IN_PROGRESS- The current timestamp.CREATE_STOPPING- The current timestamp.CREATE_STOPPED- When the job stopped.ACTIVEorCREATE_FAILED- When the job finished or failed.
whatIfForecastSummary_message :: Lens' WhatIfForecastSummary (Maybe Text) Source #
If an error occurred, an informational message about the error.
whatIfForecastSummary_status :: Lens' WhatIfForecastSummary (Maybe Text) Source #
The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDCREATE_STOPPING,CREATE_STOPPEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can
access the analysis.
whatIfForecastSummary_whatIfAnalysisArn :: Lens' WhatIfForecastSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
whatIfForecastSummary_whatIfForecastArn :: Lens' WhatIfForecastSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the what-if forecast.
whatIfForecastSummary_whatIfForecastName :: Lens' WhatIfForecastSummary (Maybe Text) Source #
The name of the what-if forecast.