amazonka-inspector-1.3.6: 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.StartDataCollection

Contents

Description

Starts data collection for the assessment specified by the assessment ARN. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.

See: AWS API Reference for StartDataCollection.

Synopsis

Creating a Request

startDataCollection :: StartDataCollection Source

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

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

Request Lenses

sdcAssessmentARN :: Lens' StartDataCollection (Maybe Text) Source

The ARN of the assessment for which you want to start the data collection process.

Destructuring the Response

startDataCollectionResponse Source

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

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

Response Lenses

srsMessage :: Lens' StartDataCollectionResponse (Maybe Text) Source

Confirmation details of the action performed.