| 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.GetRecommendationReportDetails
Description
Retrieves detailed information about the specified recommendation report.
Synopsis
- data GetRecommendationReportDetails = GetRecommendationReportDetails' {}
- newGetRecommendationReportDetails :: Text -> GetRecommendationReportDetails
- getRecommendationReportDetails_id :: Lens' GetRecommendationReportDetails Text
- data GetRecommendationReportDetailsResponse = GetRecommendationReportDetailsResponse' {}
- newGetRecommendationReportDetailsResponse :: Int -> GetRecommendationReportDetailsResponse
- getRecommendationReportDetailsResponse_id :: Lens' GetRecommendationReportDetailsResponse (Maybe Text)
- getRecommendationReportDetailsResponse_recommendationReportDetails :: Lens' GetRecommendationReportDetailsResponse (Maybe RecommendationReportDetails)
- getRecommendationReportDetailsResponse_httpStatus :: Lens' GetRecommendationReportDetailsResponse Int
Creating a Request
data GetRecommendationReportDetails Source #
See: newGetRecommendationReportDetails smart constructor.
Constructors
| GetRecommendationReportDetails' | |
Instances
newGetRecommendationReportDetails Source #
Create a value of GetRecommendationReportDetails 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:
GetRecommendationReportDetails, getRecommendationReportDetails_id - The recommendation report generation task id returned by
StartRecommendationReportGeneration.
Request Lenses
getRecommendationReportDetails_id :: Lens' GetRecommendationReportDetails Text Source #
The recommendation report generation task id returned by
StartRecommendationReportGeneration.
Destructuring the Response
data GetRecommendationReportDetailsResponse Source #
See: newGetRecommendationReportDetailsResponse smart constructor.
Constructors
| GetRecommendationReportDetailsResponse' | |
Fields
| |
Instances
newGetRecommendationReportDetailsResponse Source #
Arguments
| :: Int | |
| -> GetRecommendationReportDetailsResponse |
Create a value of GetRecommendationReportDetailsResponse 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:
GetRecommendationReportDetails, getRecommendationReportDetailsResponse_id - The ID of the recommendation report generation task. See the response of
StartRecommendationReportGeneration.
$sel:recommendationReportDetails:GetRecommendationReportDetailsResponse', getRecommendationReportDetailsResponse_recommendationReportDetails - Detailed information about the recommendation report.
$sel:httpStatus:GetRecommendationReportDetailsResponse', getRecommendationReportDetailsResponse_httpStatus - The response's http status code.
Response Lenses
getRecommendationReportDetailsResponse_id :: Lens' GetRecommendationReportDetailsResponse (Maybe Text) Source #
The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.
getRecommendationReportDetailsResponse_recommendationReportDetails :: Lens' GetRecommendationReportDetailsResponse (Maybe RecommendationReportDetails) Source #
Detailed information about the recommendation report.
getRecommendationReportDetailsResponse_httpStatus :: Lens' GetRecommendationReportDetailsResponse Int Source #
The response's http status code.