| 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.MigrationHubStrategy.Types.RecommendationReportDetails
Description
Synopsis
- data RecommendationReportDetails = RecommendationReportDetails' {}
- newRecommendationReportDetails :: RecommendationReportDetails
- recommendationReportDetails_completionTime :: Lens' RecommendationReportDetails (Maybe UTCTime)
- recommendationReportDetails_s3Bucket :: Lens' RecommendationReportDetails (Maybe Text)
- recommendationReportDetails_s3Keys :: Lens' RecommendationReportDetails (Maybe [Text])
- recommendationReportDetails_startTime :: Lens' RecommendationReportDetails (Maybe UTCTime)
- recommendationReportDetails_status :: Lens' RecommendationReportDetails (Maybe RecommendationReportStatus)
- recommendationReportDetails_statusMessage :: Lens' RecommendationReportDetails (Maybe Text)
Documentation
data RecommendationReportDetails Source #
Contains detailed information about a recommendation report.
See: newRecommendationReportDetails smart constructor.
Constructors
| RecommendationReportDetails' | |
Fields
| |
Instances
newRecommendationReportDetails :: RecommendationReportDetails Source #
Create a value of RecommendationReportDetails 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:completionTime:RecommendationReportDetails', recommendationReportDetails_completionTime - The time that the recommendation report generation task completes.
$sel:s3Bucket:RecommendationReportDetails', recommendationReportDetails_s3Bucket - The S3 bucket where the report file is located.
$sel:s3Keys:RecommendationReportDetails', recommendationReportDetails_s3Keys - The Amazon S3 key name of the report file.
$sel:startTime:RecommendationReportDetails', recommendationReportDetails_startTime - The time that the recommendation report generation task starts.
$sel:status:RecommendationReportDetails', recommendationReportDetails_status - The status of the recommendation report generation task.
$sel:statusMessage:RecommendationReportDetails', recommendationReportDetails_statusMessage - The status message for recommendation report generation.
recommendationReportDetails_completionTime :: Lens' RecommendationReportDetails (Maybe UTCTime) Source #
The time that the recommendation report generation task completes.
recommendationReportDetails_s3Bucket :: Lens' RecommendationReportDetails (Maybe Text) Source #
The S3 bucket where the report file is located.
recommendationReportDetails_s3Keys :: Lens' RecommendationReportDetails (Maybe [Text]) Source #
The Amazon S3 key name of the report file.
recommendationReportDetails_startTime :: Lens' RecommendationReportDetails (Maybe UTCTime) Source #
The time that the recommendation report generation task starts.
recommendationReportDetails_status :: Lens' RecommendationReportDetails (Maybe RecommendationReportStatus) Source #
The status of the recommendation report generation task.
recommendationReportDetails_statusMessage :: Lens' RecommendationReportDetails (Maybe Text) Source #
The status message for recommendation report generation.