amazonka-elasticache-0.0.3: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.DeleteCacheCluster

Contents

Description

The DeleteCacheCluster operation deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.

This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has automatic failover mode enabled.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DeleteCacheCluster.html

Synopsis

Request

Request constructor

deleteCacheCluster Source

DeleteCacheCluster constructor.

The fields accessible through corresponding lenses are:

Request lenses

dccCacheClusterId :: Lens' DeleteCacheCluster Text Source

The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

dccFinalSnapshotIdentifier :: Lens' DeleteCacheCluster (Maybe Text) Source

The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

Response

Response constructor

deleteCacheClusterResponse :: DeleteCacheClusterResponse Source

DeleteCacheClusterResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses