| Copyright | (c) 2013-2015 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.Inspector.DeleteRun
Description
Deletes the assessment run specified by the run ARN.
See: AWS API Reference for DeleteRun.
Creating a Request
See: deleteRun smart constructor.
Instances
Request Lenses
dRunARN :: Lens' DeleteRun (Maybe Text) Source
The ARN specifying the assessment run that you want 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
See: deleteRunResponse smart constructor.
Response Lenses
delrsMessage :: Lens' DeleteRunResponse (Maybe Text) Source
Confirmation details of the action performed.
delrsResponseStatus :: Lens' DeleteRunResponse Int Source
The response status code.