| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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 #
Arguments
| :: Text | |
| -> DeleteCacheParameterGroup |
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:
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
| Generic DeleteCacheParameterGroupResponse Source # | |
Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup Associated Types type Rep DeleteCacheParameterGroupResponse :: Type -> Type # | |
| Read DeleteCacheParameterGroupResponse Source # | |
| Show DeleteCacheParameterGroupResponse Source # | |
Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup Methods showsPrec :: Int -> DeleteCacheParameterGroupResponse -> ShowS # | |
| NFData DeleteCacheParameterGroupResponse Source # | |
Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup Methods rnf :: DeleteCacheParameterGroupResponse -> () # | |
| Eq DeleteCacheParameterGroupResponse Source # | |
| type Rep DeleteCacheParameterGroupResponse Source # | |
newDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse Source #
Create a value of DeleteCacheParameterGroupResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.