| 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.Inspector.StopAssessmentRun
Description
Stops the assessment run that is specified by the ARN of the assessment run.
Creating a Request
Arguments
| :: Text | |
| -> StopAssessmentRun |
Creates a value of StopAssessmentRun with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StopAssessmentRun Source #
See: stopAssessmentRun smart constructor.
Instances
Request Lenses
sarAssessmentRunARN :: Lens' StopAssessmentRun Text Source #
The ARN of the assessment run that you want to stop.
Destructuring the Response
stopAssessmentRunResponse :: StopAssessmentRunResponse Source #
Creates a value of StopAssessmentRunResponse with the minimum fields required to make a request.
data StopAssessmentRunResponse Source #
See: stopAssessmentRunResponse smart constructor.