Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets a report download link for a successful Device Advisor qualifying test suite run.
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.
GetSuiteRunReport' | |
|
Instances
:: 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:
$sel:suiteDefinitionId:GetSuiteRunReport'
, getSuiteRunReport_suiteDefinitionId
- Suite definition Id of the test suite.
$sel:suiteRunId: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.
GetSuiteRunReportResponse' | |
|
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.