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.StartConfigurationRecorder
Description
Starts recording configurations of the Amazon Web Services resources you have selected to record in your Amazon Web Services account.
You must have created at least one delivery channel to successfully start the configuration recorder.
Synopsis
- data StartConfigurationRecorder = StartConfigurationRecorder' {}
- newStartConfigurationRecorder :: Text -> StartConfigurationRecorder
- startConfigurationRecorder_configurationRecorderName :: Lens' StartConfigurationRecorder Text
- data StartConfigurationRecorderResponse = StartConfigurationRecorderResponse' {
- newStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse
Creating a Request
data StartConfigurationRecorder Source #
The input for the StartConfigurationRecorder action.
See: newStartConfigurationRecorder
smart constructor.
Constructors
StartConfigurationRecorder' | |
Fields
|
Instances
newStartConfigurationRecorder Source #
Arguments
:: Text | |
-> StartConfigurationRecorder |
Create a value of StartConfigurationRecorder
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:StartConfigurationRecorder'
, startConfigurationRecorder_configurationRecorderName
- The name of the recorder object that records each configuration change
made to the resources.
Request Lenses
startConfigurationRecorder_configurationRecorderName :: Lens' StartConfigurationRecorder Text Source #
The name of the recorder object that records each configuration change made to the resources.
Destructuring the Response
data StartConfigurationRecorderResponse Source #
See: newStartConfigurationRecorderResponse
smart constructor.
Constructors
StartConfigurationRecorderResponse' | |
Instances
Generic StartConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StartConfigurationRecorder Associated Types type Rep StartConfigurationRecorderResponse :: Type -> Type # | |
Read StartConfigurationRecorderResponse Source # | |
Show StartConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StartConfigurationRecorder Methods showsPrec :: Int -> StartConfigurationRecorderResponse -> ShowS # | |
NFData StartConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StartConfigurationRecorder Methods rnf :: StartConfigurationRecorderResponse -> () # | |
Eq StartConfigurationRecorderResponse Source # | |
type Rep StartConfigurationRecorderResponse Source # | |
Defined in Amazonka.Config.StartConfigurationRecorder |
newStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse Source #
Create a value of StartConfigurationRecorderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.