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 |
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.
StartRecommendationReportGeneration' | |
|
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.
StartRecommendationReportGenerationResponse' | |
|
Instances
Generic StartRecommendationReportGenerationResponse Source # | |
Read StartRecommendationReportGenerationResponse Source # | |
Show StartRecommendationReportGenerationResponse Source # | |
NFData StartRecommendationReportGenerationResponse Source # | |
Eq StartRecommendationReportGenerationResponse Source # | |
type Rep StartRecommendationReportGenerationResponse Source # | |
Defined in Amazonka.MigrationHubStrategy.StartRecommendationReportGeneration type Rep StartRecommendationReportGenerationResponse = D1 ('MetaData "StartRecommendationReportGenerationResponse" "Amazonka.MigrationHubStrategy.StartRecommendationReportGeneration" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "StartRecommendationReportGenerationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStartRecommendationReportGenerationResponse Source #
:: 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.