amazonka-inspector-1.3.5: Amazon Inspector SDK.

Copyright(c) 2013-2015 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.

See: AWS API Reference for RunAssessment.

Synopsis

Creating a Request

runAssessment :: 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 (Maybe Text) Source

The ARN of the assessment that you want to run.

raRunName :: Lens' RunAssessment (Maybe 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.