| 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.DeleteConfigurationAggregator
Description
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
Synopsis
- data DeleteConfigurationAggregator = DeleteConfigurationAggregator' {}
- newDeleteConfigurationAggregator :: Text -> DeleteConfigurationAggregator
- deleteConfigurationAggregator_configurationAggregatorName :: Lens' DeleteConfigurationAggregator Text
- data DeleteConfigurationAggregatorResponse = DeleteConfigurationAggregatorResponse' {
- newDeleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse
Creating a Request
data DeleteConfigurationAggregator Source #
See: newDeleteConfigurationAggregator smart constructor.
Constructors
| DeleteConfigurationAggregator' | |
Fields
| |
Instances
newDeleteConfigurationAggregator Source #
Create a value of DeleteConfigurationAggregator 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:
DeleteConfigurationAggregator, deleteConfigurationAggregator_configurationAggregatorName - The name of the configuration aggregator.
Request Lenses
deleteConfigurationAggregator_configurationAggregatorName :: Lens' DeleteConfigurationAggregator Text Source #
The name of the configuration aggregator.
Destructuring the Response
data DeleteConfigurationAggregatorResponse Source #
See: newDeleteConfigurationAggregatorResponse smart constructor.
Constructors
| DeleteConfigurationAggregatorResponse' | |
Instances
newDeleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse Source #
Create a value of DeleteConfigurationAggregatorResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.