| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Config.DeleteConfigurationAggregator
Description
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
Creating a Request
deleteConfigurationAggregator Source #
Creates a value of DeleteConfigurationAggregator with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcaConfigurationAggregatorName- The name of the configuration aggregator.
data DeleteConfigurationAggregator Source #
See: deleteConfigurationAggregator smart constructor.
Instances
Request Lenses
dcaConfigurationAggregatorName :: Lens' DeleteConfigurationAggregator Text Source #
The name of the configuration aggregator.
Destructuring the Response
deleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse Source #
Creates a value of DeleteConfigurationAggregatorResponse with the minimum fields required to make a request.
data DeleteConfigurationAggregatorResponse Source #
See: deleteConfigurationAggregatorResponse smart constructor.
Instances