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 |
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.
StartConfigurationRecorder' | |
|
Instances
newStartConfigurationRecorder Source #
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.
Instances
newStartConfigurationRecorderResponse :: StartConfigurationRecorderResponse Source #
Create a value of StartConfigurationRecorderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.