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 cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters. You cannot delete the default cache parameter groups in your account.
Synopsis
- data DeleteCacheParameterGroup = DeleteCacheParameterGroup' {}
- newDeleteCacheParameterGroup :: Text -> DeleteCacheParameterGroup
- deleteCacheParameterGroup_cacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text
- data DeleteCacheParameterGroupResponse = DeleteCacheParameterGroupResponse' {
- newDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse
Creating a Request
data DeleteCacheParameterGroup Source #
Represents the input of a DeleteCacheParameterGroup
operation.
See: newDeleteCacheParameterGroup
smart constructor.
DeleteCacheParameterGroup' | |
|
Instances
newDeleteCacheParameterGroup Source #
Create a value of DeleteCacheParameterGroup
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:cacheParameterGroupName:DeleteCacheParameterGroup'
, deleteCacheParameterGroup_cacheParameterGroupName
- The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
Request Lenses
deleteCacheParameterGroup_cacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text Source #
The name of the cache parameter group to delete.
The specified cache security group must not be associated with any clusters.
Destructuring the Response
data DeleteCacheParameterGroupResponse Source #
See: newDeleteCacheParameterGroupResponse
smart constructor.
Instances
Eq DeleteCacheParameterGroupResponse Source # | |
Read DeleteCacheParameterGroupResponse Source # | |
Show DeleteCacheParameterGroupResponse Source # | |
Generic DeleteCacheParameterGroupResponse Source # | |
NFData DeleteCacheParameterGroupResponse Source # | |
Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup rnf :: DeleteCacheParameterGroupResponse -> () # | |
type Rep DeleteCacheParameterGroupResponse Source # | |
Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup type Rep DeleteCacheParameterGroupResponse = D1 ('MetaData "DeleteCacheParameterGroupResponse" "Amazonka.ElastiCache.DeleteCacheParameterGroup" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DeleteCacheParameterGroupResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse Source #
Create a value of DeleteCacheParameterGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.