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 |
Deletes a report.
Synopsis
- data DeleteReport = DeleteReport' {}
- newDeleteReport :: Text -> DeleteReport
- deleteReport_arn :: Lens' DeleteReport Text
- data DeleteReportResponse = DeleteReportResponse' {
- httpStatus :: Int
- newDeleteReportResponse :: Int -> DeleteReportResponse
- deleteReportResponse_httpStatus :: Lens' DeleteReportResponse Int
Creating a Request
data DeleteReport Source #
See: newDeleteReport
smart constructor.
Instances
Create a value of DeleteReport
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:arn:DeleteReport'
, deleteReport_arn
- The ARN of the report to delete.
Request Lenses
deleteReport_arn :: Lens' DeleteReport Text Source #
The ARN of the report to delete.
Destructuring the Response
data DeleteReportResponse Source #
See: newDeleteReportResponse
smart constructor.
DeleteReportResponse' | |
|
Instances
newDeleteReportResponse Source #
Create a value of DeleteReportResponse
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:httpStatus:DeleteReportResponse'
, deleteReportResponse_httpStatus
- The response's http status code.
Response Lenses
deleteReportResponse_httpStatus :: Lens' DeleteReportResponse Int Source #
The response's http status code.