libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data DeleteCacheParameterGroup Source #

Represents the input of a DeleteCacheParameterGroup operation.

See: newDeleteCacheParameterGroup smart constructor.

Constructors

DeleteCacheParameterGroup' 

Fields

  • cacheParameterGroupName :: Text

    The name of the cache parameter group to delete.

    The specified cache security group must not be associated with any clusters.

Instances

Instances details
Eq DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Read DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Show DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Generic DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Associated Types

type Rep DeleteCacheParameterGroup :: Type -> Type #

NFData DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Hashable DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

AWSRequest DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

ToHeaders DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

ToPath DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

ToQuery DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

type Rep DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

type Rep DeleteCacheParameterGroup = D1 ('MetaData "DeleteCacheParameterGroup" "Amazonka.ElastiCache.DeleteCacheParameterGroup" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "DeleteCacheParameterGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCacheParameterGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

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

Instances details
Eq DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Read DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Show DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Generic DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

Associated Types

type Rep DeleteCacheParameterGroupResponse :: Type -> Type #

NFData DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.DeleteCacheParameterGroup

type Rep DeleteCacheParameterGroupResponse Source # 
Instance details

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.