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 |
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 #
Arguments
:: Text |
|
-> DeleteConfigurationAggregator |
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:
$sel:configurationAggregatorName: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.