| 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.ElastiCache.DeleteCacheParameterGroup
Description
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.
Constructors
| DeleteCacheParameterGroup' | |
Fields
| |
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.
Constructors
| DeleteCacheParameterGroupResponse' | |
Instances
newDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse Source #
Create a value of DeleteCacheParameterGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.