| 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.CodeBuild.DeleteReport
Description
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.
Constructors
| DeleteReport' | |
Instances
Arguments
| :: Text | |
| -> DeleteReport |
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:
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.
Constructors
| DeleteReportResponse' | |
Fields
| |
Instances
newDeleteReportResponse Source #
Arguments
| :: Int | |
| -> DeleteReportResponse |
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.