AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
The DeleteReplicationGroup action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster.

When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this action.

Namespace: Amazon.ElastiCache
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DeleteReplicationGroupResponse DeleteReplicationGroup(
         DeleteReplicationGroupRequest request
)

Parameters

request
Type: Amazon.ElastiCache.Model.DeleteReplicationGroupRequest

Container for the necessary parameters to execute the DeleteReplicationGroup service method.

Return Value
Type: Amazon.ElastiCache.Model.DeleteReplicationGroupResponse
The response from the DeleteReplicationGroup service method, as returned by ElastiCache.

Exceptions

ExceptionCondition
InvalidParameterCombinationException Two or more incompatible parameters were specified.
InvalidParameterValueException The value for a parameter is invalid.
InvalidReplicationGroupStateException The requested replication group is not in the available state.
ReplicationGroupNotFoundException The specified replication group does not exist.
SnapshotAlreadyExistsException You already have a snapshot with the given name.
SnapshotFeatureNotSupportedException You attempted one of the following actions: Creating a snapshot of a Redis cache cluster running on a t1.micro cache node. Creating a snapshot of a cache cluster that is running Memcached rather than Redis. Neither of these are supported by ElastiCache.
SnapshotQuotaExceededException The request cannot be processed because it would exceed the maximum number of snapshots.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5