| 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.DeviceFarm.DeleteRun
Description
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
Synopsis
- data DeleteRun = DeleteRun' {}
- newDeleteRun :: Text -> DeleteRun
- deleteRun_arn :: Lens' DeleteRun Text
- data DeleteRunResponse = DeleteRunResponse' {
- httpStatus :: Int
- newDeleteRunResponse :: Int -> DeleteRunResponse
- deleteRunResponse_httpStatus :: Lens' DeleteRunResponse Int
Creating a Request
Represents a request to the delete run operation.
See: newDeleteRun smart constructor.
Constructors
| DeleteRun' | |
Instances
Create a value of DeleteRun 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:
DeleteRun, deleteRun_arn - The Amazon Resource Name (ARN) for the run to delete.
Request Lenses
Destructuring the Response
data DeleteRunResponse Source #
Represents the result of a delete run request.
See: newDeleteRunResponse smart constructor.
Constructors
| DeleteRunResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> DeleteRunResponse |
Create a value of DeleteRunResponse 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:DeleteRunResponse', deleteRunResponse_httpStatus - The response's http status code.
Response Lenses
deleteRunResponse_httpStatus :: Lens' DeleteRunResponse Int Source #
The response's http status code.