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 |
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.
- startDataCollection :: StartDataCollection
- data StartDataCollection
- sdcAssessmentARN :: Lens' StartDataCollection (Maybe Text)
- startDataCollectionResponse :: Int -> StartDataCollectionResponse
- data StartDataCollectionResponse
- srsMessage :: Lens' StartDataCollectionResponse (Maybe Text)
- srsResponseStatus :: Lens' StartDataCollectionResponse Int
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:
data StartDataCollection Source
See: startDataCollection
smart constructor.
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:
data StartDataCollectionResponse Source
See: startDataCollectionResponse
smart constructor.
Response Lenses
srsMessage :: Lens' StartDataCollectionResponse (Maybe Text) Source
Confirmation details of the action performed.
srsResponseStatus :: Lens' StartDataCollectionResponse Int Source
The response status code.