Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Stops recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
Synopsis
- data StopConfigurationRecorder = StopConfigurationRecorder' {}
- newStopConfigurationRecorder :: Text -> StopConfigurationRecorder
- stopConfigurationRecorder_configurationRecorderName :: Lens' StopConfigurationRecorder Text
- data StopConfigurationRecorderResponse = StopConfigurationRecorderResponse' {
- newStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse
Creating a Request
data StopConfigurationRecorder Source #
The input for the StopConfigurationRecorder action.
See: newStopConfigurationRecorder
smart constructor.
StopConfigurationRecorder' | |
|
Instances
newStopConfigurationRecorder Source #
Create a value of StopConfigurationRecorder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationRecorderName:StopConfigurationRecorder'
, stopConfigurationRecorder_configurationRecorderName
- The name of the recorder object that records each configuration change
made to the resources.
Request Lenses
stopConfigurationRecorder_configurationRecorderName :: Lens' StopConfigurationRecorder Text Source #
The name of the recorder object that records each configuration change made to the resources.
Destructuring the Response
data StopConfigurationRecorderResponse Source #
See: newStopConfigurationRecorderResponse
smart constructor.
Instances
newStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #
Create a value of StopConfigurationRecorderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.