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 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.
DeleteConfigurationAggregator' | |
|
Instances
newDeleteConfigurationAggregator Source #
:: 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.
Instances
Eq DeleteConfigurationAggregatorResponse Source # | |
Read DeleteConfigurationAggregatorResponse Source # | |
Show DeleteConfigurationAggregatorResponse Source # | |
Generic DeleteConfigurationAggregatorResponse Source # | |
Defined in Amazonka.Config.DeleteConfigurationAggregator type Rep DeleteConfigurationAggregatorResponse :: Type -> Type # | |
NFData DeleteConfigurationAggregatorResponse Source # | |
Defined in Amazonka.Config.DeleteConfigurationAggregator rnf :: DeleteConfigurationAggregatorResponse -> () # | |
type Rep DeleteConfigurationAggregatorResponse Source # | |
Defined in Amazonka.Config.DeleteConfigurationAggregator type Rep DeleteConfigurationAggregatorResponse = D1 ('MetaData "DeleteConfigurationAggregatorResponse" "Amazonka.Config.DeleteConfigurationAggregator" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "DeleteConfigurationAggregatorResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteConfigurationAggregatorResponse :: DeleteConfigurationAggregatorResponse Source #
Create a value of DeleteConfigurationAggregatorResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.