| Copyright | (c) 2013-2016 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 |
Network.AWS.Config.StopConfigurationRecorder
Description
Stops recording configurations of the AWS resources you have selected to record in your AWS account.
Creating a Request
stopConfigurationRecorder Source #
Arguments
| :: Text | |
| -> StopConfigurationRecorder |
Creates a value of StopConfigurationRecorder with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StopConfigurationRecorder Source #
The input for the StopConfigurationRecorder action.
See: stopConfigurationRecorder smart constructor.
Instances
Request Lenses
scrConfigurationRecorderName :: Lens' StopConfigurationRecorder Text Source #
The name of the recorder object that records each configuration change made to the resources.
Destructuring the Response
stopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #
Creates a value of StopConfigurationRecorderResponse with the minimum fields required to make a request.
data StopConfigurationRecorderResponse Source #
See: stopConfigurationRecorderResponse smart constructor.
Instances