diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts index 532982366015..c58b2b666e50 100644 --- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts @@ -37,7 +37,16 @@ export interface DeleteReplicationGroupCommandOutput extends DeleteReplicationGr * immediately begins deleting the selected resources; you cannot cancel or revert this * operation.
*This operation is valid for Redis OSS only.
+ *
+ * CreateSnapshot
permission is required to create a final snapshot.
+ * Without this permission, the API call will fail with an Access Denied
exception.
This operation is valid for Redis OSS only.
+ *Deletes a specified existing serverless cache.
+ *
+ * CreateServerlessCacheSnapshot
permission is required to create a final snapshot.
+ * Without this permission, the API call will fail with an Access Denied
exception.
Deletes an existing replication group. By default, this operation deletes the entire\n replication group, including the primary/primaries and all of the read replicas. If the\n replication group has only one primary, you can optionally delete only the read\n replicas, while retaining the primary by setting\n RetainPrimaryCluster=true
.
When you receive a successful response from this operation, Amazon ElastiCache\n immediately begins deleting the selected resources; you cannot cancel or revert this\n operation.
\nThis operation is valid for Redis OSS only.
\nDeletes an existing replication group. By default, this operation deletes the entire\n replication group, including the primary/primaries and all of the read replicas. If the\n replication group has only one primary, you can optionally delete only the read\n replicas, while retaining the primary by setting\n RetainPrimaryCluster=true
.
When you receive a successful response from this operation, Amazon ElastiCache\n immediately begins deleting the selected resources; you cannot cancel or revert this\n operation.
\n\n CreateSnapshot
permission is required to create a final snapshot. \n Without this permission, the API call will fail with an Access Denied
exception.
This operation is valid for Redis OSS only.
\nDeletes a specified existing serverless cache.
" + "smithy.api#documentation": "Deletes a specified existing serverless cache.
\n\n CreateServerlessCacheSnapshot
permission is required to create a final snapshot. \n Without this permission, the API call will fail with an Access Denied
exception.