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 |
Stop data collection for the assessment specified by the assessment ARN.
See: AWS API Reference for StopDataCollection.
- stopDataCollection :: StopDataCollection
- data StopDataCollection
- sAssessmentARN :: Lens' StopDataCollection (Maybe Text)
- stopDataCollectionResponse :: Int -> StopDataCollectionResponse
- data StopDataCollectionResponse
- sdcrsMessage :: Lens' StopDataCollectionResponse (Maybe Text)
- sdcrsResponseStatus :: Lens' StopDataCollectionResponse Int
Creating a Request
stopDataCollection :: StopDataCollection Source
Creates a value of StopDataCollection
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StopDataCollection Source
See: stopDataCollection
smart constructor.
Request Lenses
sAssessmentARN :: Lens' StopDataCollection (Maybe Text) Source
The ARN of the assessment for which you want to stop the data collection process.
Destructuring the Response
stopDataCollectionResponse Source
Creates a value of StopDataCollectionResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StopDataCollectionResponse Source
See: stopDataCollectionResponse
smart constructor.
Response Lenses
sdcrsMessage :: Lens' StopDataCollectionResponse (Maybe Text) Source
Confirmation details of the action performed.
sdcrsResponseStatus :: Lens' StopDataCollectionResponse Int Source
The response status code.