| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.StopConfigurationRecorder
Description
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.
Constructors
| StopConfigurationRecorder' | |
Fields
| |
Instances
newStopConfigurationRecorder Source #
Arguments
| :: Text | |
| -> StopConfigurationRecorder |
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.
Constructors
| StopConfigurationRecorderResponse' | |
Instances
| Generic StopConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StopConfigurationRecorder Associated Types type Rep StopConfigurationRecorderResponse :: Type -> Type # | |
| Read StopConfigurationRecorderResponse Source # | |
| Show StopConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StopConfigurationRecorder Methods showsPrec :: Int -> StopConfigurationRecorderResponse -> ShowS # | |
| NFData StopConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StopConfigurationRecorder Methods rnf :: StopConfigurationRecorderResponse -> () # | |
| Eq StopConfigurationRecorderResponse Source # | |
| type Rep StopConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StopConfigurationRecorder | |
newStopConfigurationRecorderResponse :: StopConfigurationRecorderResponse Source #
Create a value of StopConfigurationRecorderResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.