| 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.IoTDeviceAdvisor.GetSuiteRunReport
Description
Gets a report download link for a successful Device Advisor qualifying test suite run.
Requires permission to access the GetSuiteRunReport action.
Synopsis
- data GetSuiteRunReport = GetSuiteRunReport' {}
- newGetSuiteRunReport :: Text -> Text -> GetSuiteRunReport
- getSuiteRunReport_suiteDefinitionId :: Lens' GetSuiteRunReport Text
- getSuiteRunReport_suiteRunId :: Lens' GetSuiteRunReport Text
- data GetSuiteRunReportResponse = GetSuiteRunReportResponse' {}
- newGetSuiteRunReportResponse :: Int -> GetSuiteRunReportResponse
- getSuiteRunReportResponse_qualificationReportDownloadUrl :: Lens' GetSuiteRunReportResponse (Maybe Text)
- getSuiteRunReportResponse_httpStatus :: Lens' GetSuiteRunReportResponse Int
Creating a Request
data GetSuiteRunReport Source #
See: newGetSuiteRunReport smart constructor.
Constructors
| GetSuiteRunReport' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> GetSuiteRunReport |
Create a value of GetSuiteRunReport 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:
GetSuiteRunReport, getSuiteRunReport_suiteDefinitionId - Suite definition ID of the test suite.
GetSuiteRunReport, getSuiteRunReport_suiteRunId - Suite run ID of the test suite run.
Request Lenses
getSuiteRunReport_suiteDefinitionId :: Lens' GetSuiteRunReport Text Source #
Suite definition ID of the test suite.
getSuiteRunReport_suiteRunId :: Lens' GetSuiteRunReport Text Source #
Suite run ID of the test suite run.
Destructuring the Response
data GetSuiteRunReportResponse Source #
See: newGetSuiteRunReportResponse smart constructor.
Constructors
| GetSuiteRunReportResponse' | |
Fields
| |
Instances
newGetSuiteRunReportResponse Source #
Create a value of GetSuiteRunReportResponse 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:qualificationReportDownloadUrl:GetSuiteRunReportResponse', getSuiteRunReportResponse_qualificationReportDownloadUrl - Download URL of the qualification report.
$sel:httpStatus:GetSuiteRunReportResponse', getSuiteRunReportResponse_httpStatus - The response's http status code.
Response Lenses
getSuiteRunReportResponse_qualificationReportDownloadUrl :: Lens' GetSuiteRunReportResponse (Maybe Text) Source #
Download URL of the qualification report.
getSuiteRunReportResponse_httpStatus :: Lens' GetSuiteRunReportResponse Int Source #
The response's http status code.