| 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.StartRecommendationReportGeneration
Description
Starts generating a recommendation report.
Synopsis
- data StartRecommendationReportGeneration = StartRecommendationReportGeneration' {}
- newStartRecommendationReportGeneration :: StartRecommendationReportGeneration
- startRecommendationReportGeneration_groupIdFilter :: Lens' StartRecommendationReportGeneration (Maybe [Group])
- startRecommendationReportGeneration_outputFormat :: Lens' StartRecommendationReportGeneration (Maybe OutputFormat)
- data StartRecommendationReportGenerationResponse = StartRecommendationReportGenerationResponse' {
- id :: Maybe Text
- httpStatus :: Int
- newStartRecommendationReportGenerationResponse :: Int -> StartRecommendationReportGenerationResponse
- startRecommendationReportGenerationResponse_id :: Lens' StartRecommendationReportGenerationResponse (Maybe Text)
- startRecommendationReportGenerationResponse_httpStatus :: Lens' StartRecommendationReportGenerationResponse Int
Creating a Request
data StartRecommendationReportGeneration Source #
See: newStartRecommendationReportGeneration smart constructor.
Constructors
| StartRecommendationReportGeneration' | |
Fields
| |
Instances
newStartRecommendationReportGeneration :: StartRecommendationReportGeneration Source #
Create a value of StartRecommendationReportGeneration 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:groupIdFilter:StartRecommendationReportGeneration', startRecommendationReportGeneration_groupIdFilter - Groups the resources in the recommendation report with a unique name.
$sel:outputFormat:StartRecommendationReportGeneration', startRecommendationReportGeneration_outputFormat - The output format for the recommendation report file. The default format
is Microsoft Excel.
Request Lenses
startRecommendationReportGeneration_groupIdFilter :: Lens' StartRecommendationReportGeneration (Maybe [Group]) Source #
Groups the resources in the recommendation report with a unique name.
startRecommendationReportGeneration_outputFormat :: Lens' StartRecommendationReportGeneration (Maybe OutputFormat) Source #
The output format for the recommendation report file. The default format is Microsoft Excel.
Destructuring the Response
data StartRecommendationReportGenerationResponse Source #
See: newStartRecommendationReportGenerationResponse smart constructor.
Constructors
| StartRecommendationReportGenerationResponse' | |
Fields
| |
Instances
newStartRecommendationReportGenerationResponse Source #
Arguments
| :: Int |
|
| -> StartRecommendationReportGenerationResponse |
Create a value of StartRecommendationReportGenerationResponse 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:
StartRecommendationReportGenerationResponse, startRecommendationReportGenerationResponse_id - The ID of the recommendation report generation task.
$sel:httpStatus:StartRecommendationReportGenerationResponse', startRecommendationReportGenerationResponse_httpStatus - The response's http status code.
Response Lenses
startRecommendationReportGenerationResponse_id :: Lens' StartRecommendationReportGenerationResponse (Maybe Text) Source #
The ID of the recommendation report generation task.
startRecommendationReportGenerationResponse_httpStatus :: Lens' StartRecommendationReportGenerationResponse Int Source #
The response's http status code.