amazonka-inspector-1.4.0: Amazon Inspector SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Inspector.RunAssessment

Contents

Description

Starts the analysis of the application’s behavior against selected rule packages for the assessment specified by the assessment ARN.

Synopsis

Creating a Request

runAssessment Source

Creates a value of RunAssessment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

raAssessmentARN :: Lens' RunAssessment Text Source

The ARN of the assessment that you want to run.

raRunName :: Lens' RunAssessment Text Source

A name specifying the run of the assessment.

Destructuring the Response

runAssessmentResponse Source

Creates a value of RunAssessmentResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

rarsRunARN :: Lens' RunAssessmentResponse (Maybe Text) Source

The ARN specifying the run of the assessment.