| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.DeleteRun
Description
Deletes the run, given the run ARN.
Note Deleting this resource does not stop an in-progress run.
- deleteRun :: Text -> DeleteRun
- data DeleteRun
- drArn :: Lens' DeleteRun Text
- deleteRunResponse :: Int -> DeleteRunResponse
- data DeleteRunResponse
- drrsResponseStatus :: Lens' DeleteRunResponse Int
Creating a Request
Represents a request to the delete run operation.
See: deleteRun smart constructor.
Instances
Request Lenses
drArn :: Lens' DeleteRun Text Source #
The Amazon Resource Name (ARN) for the run you wish to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteRunResponse |
Creates a value of DeleteRunResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteRunResponse Source #
Represents the result of a delete run request.
See: deleteRunResponse smart constructor.
Response Lenses
drrsResponseStatus :: Lens' DeleteRunResponse Int Source #
The response status code.