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 |
Deletes the configuration recorder.
After the configuration recorder is deleted, Config will not record resource configuration changes until you create a new configuration recorder.
This action does not delete the configuration information that was
previously recorded. You will be able to access the previously recorded
information by using the GetResourceConfigHistory
action, but you will
not be able to access this information in the Config console until you
create a new configuration recorder.
Synopsis
- data DeleteConfigurationRecorder = DeleteConfigurationRecorder' {}
- newDeleteConfigurationRecorder :: Text -> DeleteConfigurationRecorder
- deleteConfigurationRecorder_configurationRecorderName :: Lens' DeleteConfigurationRecorder Text
- data DeleteConfigurationRecorderResponse = DeleteConfigurationRecorderResponse' {
- newDeleteConfigurationRecorderResponse :: DeleteConfigurationRecorderResponse
Creating a Request
data DeleteConfigurationRecorder Source #
The request object for the DeleteConfigurationRecorder
action.
See: newDeleteConfigurationRecorder
smart constructor.
DeleteConfigurationRecorder' | |
|
Instances
newDeleteConfigurationRecorder Source #
Create a value of DeleteConfigurationRecorder
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:DeleteConfigurationRecorder'
, deleteConfigurationRecorder_configurationRecorderName
- The name of the configuration recorder to be deleted. You can retrieve
the name of your configuration recorder by using the
DescribeConfigurationRecorders
action.
Request Lenses
deleteConfigurationRecorder_configurationRecorderName :: Lens' DeleteConfigurationRecorder Text Source #
The name of the configuration recorder to be deleted. You can retrieve
the name of your configuration recorder by using the
DescribeConfigurationRecorders
action.
Destructuring the Response
data DeleteConfigurationRecorderResponse Source #
See: newDeleteConfigurationRecorderResponse
smart constructor.
Instances
newDeleteConfigurationRecorderResponse :: DeleteConfigurationRecorderResponse Source #
Create a value of DeleteConfigurationRecorderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.