cdk-lambda-subminute 2.0.456 → 2.0.457
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +33 -33
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +442 -94
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +4 -1
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +7 -1
- package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +374 -346
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +16 -1
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +90 -23
- package/node_modules/aws-sdk/clients/appstream.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +481 -1
- package/node_modules/aws-sdk/clients/elasticache.d.ts +196 -196
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +45 -5
- package/node_modules/aws-sdk/clients/memorydb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +12 -0
- package/node_modules/aws-sdk/clients/tnb.d.ts +95 -18
- package/node_modules/aws-sdk/clients/workspaces.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +498 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -53,27 +53,27 @@ declare class ElastiCache extends Service {
|
|
53
53
|
*/
|
54
54
|
completeMigration(callback?: (err: AWSError, data: ElastiCache.Types.CompleteMigrationResponse) => void): Request<ElastiCache.Types.CompleteMigrationResponse, AWSError>;
|
55
55
|
/**
|
56
|
-
* Creates a copy of an existing serverless cache’s snapshot. Available for Redis only.
|
56
|
+
* Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only.
|
57
57
|
*/
|
58
58
|
copyServerlessCacheSnapshot(params: ElastiCache.Types.CopyServerlessCacheSnapshotRequest, callback?: (err: AWSError, data: ElastiCache.Types.CopyServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.CopyServerlessCacheSnapshotResponse, AWSError>;
|
59
59
|
/**
|
60
|
-
* Creates a copy of an existing serverless cache’s snapshot. Available for Redis only.
|
60
|
+
* Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only.
|
61
61
|
*/
|
62
62
|
copyServerlessCacheSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.CopyServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.CopyServerlessCacheSnapshotResponse, AWSError>;
|
63
63
|
/**
|
64
|
-
* Makes a copy of an existing snapshot. This operation is valid for Redis only. Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control. You could receive the following error messages. Error Messages Error Message: The S3 bucket %s is outside of the region. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s does not exist. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s is not owned by the authenticated user. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The authenticated user does not have sufficient permissions to perform the desired activity. Solution: Contact your system administrator to get the needed permissions. Error Message: The S3 bucket %s already contains an object with key %s. Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName. Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket. Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket. Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket. Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
|
64
|
+
* Makes a copy of an existing snapshot. This operation is valid for Redis OSS only. Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control. You could receive the following error messages. Error Messages Error Message: The S3 bucket %s is outside of the region. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s does not exist. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s is not owned by the authenticated user. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The authenticated user does not have sufficient permissions to perform the desired activity. Solution: Contact your system administrator to get the needed permissions. Error Message: The S3 bucket %s already contains an object with key %s. Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName. Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket. Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket. Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket. Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
|
65
65
|
*/
|
66
66
|
copySnapshot(params: ElastiCache.Types.CopySnapshotMessage, callback?: (err: AWSError, data: ElastiCache.Types.CopySnapshotResult) => void): Request<ElastiCache.Types.CopySnapshotResult, AWSError>;
|
67
67
|
/**
|
68
|
-
* Makes a copy of an existing snapshot. This operation is valid for Redis only. Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control. You could receive the following error messages. Error Messages Error Message: The S3 bucket %s is outside of the region. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s does not exist. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s is not owned by the authenticated user. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The authenticated user does not have sufficient permissions to perform the desired activity. Solution: Contact your system administrator to get the needed permissions. Error Message: The S3 bucket %s already contains an object with key %s. Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName. Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket. Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket. Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket. Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
|
68
|
+
* Makes a copy of an existing snapshot. This operation is valid for Redis OSS only. Users or groups that have permissions to use the CopySnapshot operation can create their own Amazon S3 buckets and copy snapshots to it. To control access to your snapshots, use an IAM policy to control who has the ability to use the CopySnapshot operation. For more information about using IAM to control the use of ElastiCache operations, see Exporting Snapshots and Authentication & Access Control. You could receive the following error messages. Error Messages Error Message: The S3 bucket %s is outside of the region. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s does not exist. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The S3 bucket %s is not owned by the authenticated user. Solution: Create an Amazon S3 bucket in the same region as your snapshot. For more information, see Step 1: Create an Amazon S3 Bucket in the ElastiCache User Guide. Error Message: The authenticated user does not have sufficient permissions to perform the desired activity. Solution: Contact your system administrator to get the needed permissions. Error Message: The S3 bucket %s already contains an object with key %s. Solution: Give the TargetSnapshotName a new and unique value. If exporting a snapshot, you could alternatively create a new Amazon S3 bucket and use this same value for TargetSnapshotName. Error Message: ElastiCache has not been granted READ permissions %s on the S3 Bucket. Solution: Add List and Read permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted WRITE permissions %s on the S3 Bucket. Solution: Add Upload/Delete permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide. Error Message: ElastiCache has not been granted READ_ACP permissions %s on the S3 Bucket. Solution: Add View Permissions on the bucket. For more information, see Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket in the ElastiCache User Guide.
|
69
69
|
*/
|
70
70
|
copySnapshot(callback?: (err: AWSError, data: ElastiCache.Types.CopySnapshotResult) => void): Request<ElastiCache.Types.CopySnapshotResult, AWSError>;
|
71
71
|
/**
|
72
|
-
* Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis. This operation is not supported for Redis (cluster mode enabled) clusters.
|
72
|
+
* Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis OSS. This operation is not supported for Redis OSS (cluster mode enabled) clusters.
|
73
73
|
*/
|
74
74
|
createCacheCluster(params: ElastiCache.Types.CreateCacheClusterMessage, callback?: (err: AWSError, data: ElastiCache.Types.CreateCacheClusterResult) => void): Request<ElastiCache.Types.CreateCacheClusterResult, AWSError>;
|
75
75
|
/**
|
76
|
-
* Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis. This operation is not supported for Redis (cluster mode enabled) clusters.
|
76
|
+
* Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis OSS. This operation is not supported for Redis OSS (cluster mode enabled) clusters.
|
77
77
|
*/
|
78
78
|
createCacheCluster(callback?: (err: AWSError, data: ElastiCache.Types.CreateCacheClusterResult) => void): Request<ElastiCache.Types.CreateCacheClusterResult, AWSError>;
|
79
79
|
/**
|
@@ -101,19 +101,19 @@ declare class ElastiCache extends Service {
|
|
101
101
|
*/
|
102
102
|
createCacheSubnetGroup(callback?: (err: AWSError, data: ElastiCache.Types.CreateCacheSubnetGroupResult) => void): Request<ElastiCache.Types.CreateCacheSubnetGroupResult, AWSError>;
|
103
103
|
/**
|
104
|
-
* Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache
|
104
|
+
* Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis OSS, you can create cross-region read replica clusters for ElastiCache (Redis OSS) to enable low-latency reads and disaster recovery across regions. For more information, see Replication Across Regions Using Global Datastore. The GlobalReplicationGroupIdSuffix is the name of the Global datastore. The PrimaryReplicationGroupId represents the name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
105
105
|
*/
|
106
106
|
createGlobalReplicationGroup(params: ElastiCache.Types.CreateGlobalReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.CreateGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.CreateGlobalReplicationGroupResult, AWSError>;
|
107
107
|
/**
|
108
|
-
* Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache
|
108
|
+
* Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis OSS, you can create cross-region read replica clusters for ElastiCache (Redis OSS) to enable low-latency reads and disaster recovery across regions. For more information, see Replication Across Regions Using Global Datastore. The GlobalReplicationGroupIdSuffix is the name of the Global datastore. The PrimaryReplicationGroupId represents the name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
|
109
109
|
*/
|
110
110
|
createGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.CreateGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.CreateGlobalReplicationGroupResult, AWSError>;
|
111
111
|
/**
|
112
|
-
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can
|
112
|
+
* Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis OSS (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis OSS cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis OSS engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis OSS (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can use ElastiCache (Redis OSS) scaling. For more information, see Scaling ElastiCache (Redis OSS) Clusters in the ElastiCache User Guide. This operation is valid for Redis OSS only.
|
113
113
|
*/
|
114
114
|
createReplicationGroup(params: ElastiCache.Types.CreateReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.CreateReplicationGroupResult) => void): Request<ElastiCache.Types.CreateReplicationGroupResult, AWSError>;
|
115
115
|
/**
|
116
|
-
* Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can
|
116
|
+
* Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group. This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore. A Redis OSS (cluster mode disabled) replication group is a collection of nodes, where one of the nodes is a read/write primary and the others are read-only replicas. Writes to the primary are asynchronously propagated to the replicas. A Redis OSS cluster-mode enabled cluster is comprised of from 1 to 90 shards (API/CLI: node groups). Each shard has a primary node and up to 5 read-only replica nodes. The configuration can range from 90 shards and 0 replicas to 15 shards and 5 replicas, which is the maximum number or replicas allowed. The node or shard limit can be increased to a maximum of 500 per cluster if the Redis OSS engine version is 5.0.6 or higher. For example, you can choose to configure a 500 node cluster that ranges between 83 shards (one primary and 5 replicas per shard) and 500 shards (single primary and no replicas). Make sure there are enough available IP addresses to accommodate the increase. Common pitfalls include the subnets in the subnet group have too small a CIDR range or the subnets are shared and heavily used by other clusters. For more information, see Creating a Subnet Group. For versions below 5.0.6, the limit is 250 per cluster. To request a limit increase, see Amazon Service Limits and choose the limit type Nodes per cluster per instance type. When a Redis OSS (cluster mode disabled) replication group has been successfully created, you can add one or more read replicas to it, up to a total of 5 read replicas. If you need to increase or decrease the number of node groups (console: shards), you can use ElastiCache (Redis OSS) scaling. For more information, see Scaling ElastiCache (Redis OSS) Clusters in the ElastiCache User Guide. This operation is valid for Redis OSS only.
|
117
117
|
*/
|
118
118
|
createReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.CreateReplicationGroupResult) => void): Request<ElastiCache.Types.CreateReplicationGroupResult, AWSError>;
|
119
119
|
/**
|
@@ -125,35 +125,35 @@ declare class ElastiCache extends Service {
|
|
125
125
|
*/
|
126
126
|
createServerlessCache(callback?: (err: AWSError, data: ElastiCache.Types.CreateServerlessCacheResponse) => void): Request<ElastiCache.Types.CreateServerlessCacheResponse, AWSError>;
|
127
127
|
/**
|
128
|
-
* This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis only.
|
128
|
+
* This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis OSS and Serverless Memcached only.
|
129
129
|
*/
|
130
130
|
createServerlessCacheSnapshot(params: ElastiCache.Types.CreateServerlessCacheSnapshotRequest, callback?: (err: AWSError, data: ElastiCache.Types.CreateServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.CreateServerlessCacheSnapshotResponse, AWSError>;
|
131
131
|
/**
|
132
|
-
* This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis only.
|
132
|
+
* This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis OSS and Serverless Memcached only.
|
133
133
|
*/
|
134
134
|
createServerlessCacheSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.CreateServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.CreateServerlessCacheSnapshotResponse, AWSError>;
|
135
135
|
/**
|
136
|
-
* Creates a copy of an entire cluster or replication group at a specific moment in time. This operation is valid for Redis only.
|
136
|
+
* Creates a copy of an entire cluster or replication group at a specific moment in time. This operation is valid for Redis OSS only.
|
137
137
|
*/
|
138
138
|
createSnapshot(params: ElastiCache.Types.CreateSnapshotMessage, callback?: (err: AWSError, data: ElastiCache.Types.CreateSnapshotResult) => void): Request<ElastiCache.Types.CreateSnapshotResult, AWSError>;
|
139
139
|
/**
|
140
|
-
* Creates a copy of an entire cluster or replication group at a specific moment in time. This operation is valid for Redis only.
|
140
|
+
* Creates a copy of an entire cluster or replication group at a specific moment in time. This operation is valid for Redis OSS only.
|
141
141
|
*/
|
142
142
|
createSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.CreateSnapshotResult) => void): Request<ElastiCache.Types.CreateSnapshotResult, AWSError>;
|
143
143
|
/**
|
144
|
-
* For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see Using Role Based Access Control (RBAC).
|
144
|
+
* For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see Using Role Based Access Control (RBAC).
|
145
145
|
*/
|
146
146
|
createUser(params: ElastiCache.Types.CreateUserMessage, callback?: (err: AWSError, data: ElastiCache.Types.User) => void): Request<ElastiCache.Types.User, AWSError>;
|
147
147
|
/**
|
148
|
-
* For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see Using Role Based Access Control (RBAC).
|
148
|
+
* For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see Using Role Based Access Control (RBAC).
|
149
149
|
*/
|
150
150
|
createUser(callback?: (err: AWSError, data: ElastiCache.Types.User) => void): Request<ElastiCache.Types.User, AWSError>;
|
151
151
|
/**
|
152
|
-
* For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC)
|
152
|
+
* For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see Using Role Based Access Control (RBAC)
|
153
153
|
*/
|
154
154
|
createUserGroup(params: ElastiCache.Types.CreateUserGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.UserGroup) => void): Request<ElastiCache.Types.UserGroup, AWSError>;
|
155
155
|
/**
|
156
|
-
* For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see Using Role Based Access Control (RBAC)
|
156
|
+
* For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see Using Role Based Access Control (RBAC)
|
157
157
|
*/
|
158
158
|
createUserGroup(callback?: (err: AWSError, data: ElastiCache.Types.UserGroup) => void): Request<ElastiCache.Types.UserGroup, AWSError>;
|
159
159
|
/**
|
@@ -165,19 +165,19 @@ declare class ElastiCache extends Service {
|
|
165
165
|
*/
|
166
166
|
decreaseNodeGroupsInGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.DecreaseNodeGroupsInGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.DecreaseNodeGroupsInGlobalReplicationGroupResult, AWSError>;
|
167
167
|
/**
|
168
|
-
* Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
168
|
+
* Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
169
169
|
*/
|
170
170
|
decreaseReplicaCount(params: ElastiCache.Types.DecreaseReplicaCountMessage, callback?: (err: AWSError, data: ElastiCache.Types.DecreaseReplicaCountResult) => void): Request<ElastiCache.Types.DecreaseReplicaCountResult, AWSError>;
|
171
171
|
/**
|
172
|
-
* Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
172
|
+
* Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
173
173
|
*/
|
174
174
|
decreaseReplicaCount(callback?: (err: AWSError, data: ElastiCache.Types.DecreaseReplicaCountResult) => void): Request<ElastiCache.Types.DecreaseReplicaCountResult, AWSError>;
|
175
175
|
/**
|
176
|
-
* Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation. This operation is not valid for: Redis (cluster mode enabled) clusters Redis (cluster mode disabled) clusters A cluster that is the last read replica of a replication group A cluster that is the primary node of a replication group A node group (shard) that has Multi-AZ mode enabled A cluster from a Redis (cluster mode enabled) replication group A cluster that is not in the available state
|
176
|
+
* Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation. This operation is not valid for: Redis OSS (cluster mode enabled) clusters Redis OSS (cluster mode disabled) clusters A cluster that is the last read replica of a replication group A cluster that is the primary node of a replication group A node group (shard) that has Multi-AZ mode enabled A cluster from a Redis OSS (cluster mode enabled) replication group A cluster that is not in the available state
|
177
177
|
*/
|
178
178
|
deleteCacheCluster(params: ElastiCache.Types.DeleteCacheClusterMessage, callback?: (err: AWSError, data: ElastiCache.Types.DeleteCacheClusterResult) => void): Request<ElastiCache.Types.DeleteCacheClusterResult, AWSError>;
|
179
179
|
/**
|
180
|
-
* Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation. This operation is not valid for: Redis (cluster mode enabled) clusters Redis (cluster mode disabled) clusters A cluster that is the last read replica of a replication group A cluster that is the primary node of a replication group A node group (shard) that has Multi-AZ mode enabled A cluster from a Redis (cluster mode enabled) replication group A cluster that is not in the available state
|
180
|
+
* Deletes a previously provisioned cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cluster; you cannot cancel or revert this operation. This operation is not valid for: Redis OSS (cluster mode enabled) clusters Redis OSS (cluster mode disabled) clusters A cluster that is the last read replica of a replication group A cluster that is the primary node of a replication group A node group (shard) that has Multi-AZ mode enabled A cluster from a Redis OSS (cluster mode enabled) replication group A cluster that is not in the available state
|
181
181
|
*/
|
182
182
|
deleteCacheCluster(callback?: (err: AWSError, data: ElastiCache.Types.DeleteCacheClusterResult) => void): Request<ElastiCache.Types.DeleteCacheClusterResult, AWSError>;
|
183
183
|
/**
|
@@ -213,51 +213,51 @@ declare class ElastiCache extends Service {
|
|
213
213
|
*/
|
214
214
|
deleteGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.DeleteGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.DeleteGlobalReplicationGroupResult, AWSError>;
|
215
215
|
/**
|
216
|
-
* Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.
|
216
|
+
* Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation. 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.
|
217
217
|
*/
|
218
218
|
deleteReplicationGroup(params: ElastiCache.Types.DeleteReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.DeleteReplicationGroupResult) => void): Request<ElastiCache.Types.DeleteReplicationGroupResult, AWSError>;
|
219
219
|
/**
|
220
|
-
* Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.
|
220
|
+
* Deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas. If the replication group has only one primary, you can optionally delete only the read replicas, while retaining the primary by setting RetainPrimaryCluster=true. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation. 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.
|
221
221
|
*/
|
222
222
|
deleteReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.DeleteReplicationGroupResult) => void): Request<ElastiCache.Types.DeleteReplicationGroupResult, AWSError>;
|
223
223
|
/**
|
224
|
-
* Deletes a specified existing serverless cache.
|
224
|
+
* 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.
|
225
225
|
*/
|
226
226
|
deleteServerlessCache(params: ElastiCache.Types.DeleteServerlessCacheRequest, callback?: (err: AWSError, data: ElastiCache.Types.DeleteServerlessCacheResponse) => void): Request<ElastiCache.Types.DeleteServerlessCacheResponse, AWSError>;
|
227
227
|
/**
|
228
|
-
* Deletes a specified existing serverless cache.
|
228
|
+
* 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.
|
229
229
|
*/
|
230
230
|
deleteServerlessCache(callback?: (err: AWSError, data: ElastiCache.Types.DeleteServerlessCacheResponse) => void): Request<ElastiCache.Types.DeleteServerlessCacheResponse, AWSError>;
|
231
231
|
/**
|
232
|
-
* Deletes an existing serverless cache snapshot. Available for Redis only.
|
232
|
+
* Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
233
233
|
*/
|
234
234
|
deleteServerlessCacheSnapshot(params: ElastiCache.Types.DeleteServerlessCacheSnapshotRequest, callback?: (err: AWSError, data: ElastiCache.Types.DeleteServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.DeleteServerlessCacheSnapshotResponse, AWSError>;
|
235
235
|
/**
|
236
|
-
* Deletes an existing serverless cache snapshot. Available for Redis only.
|
236
|
+
* Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
237
237
|
*/
|
238
238
|
deleteServerlessCacheSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.DeleteServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.DeleteServerlessCacheSnapshotResponse, AWSError>;
|
239
239
|
/**
|
240
|
-
* Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation. This operation is valid for Redis only.
|
240
|
+
* Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation. This operation is valid for Redis OSS only.
|
241
241
|
*/
|
242
242
|
deleteSnapshot(params: ElastiCache.Types.DeleteSnapshotMessage, callback?: (err: AWSError, data: ElastiCache.Types.DeleteSnapshotResult) => void): Request<ElastiCache.Types.DeleteSnapshotResult, AWSError>;
|
243
243
|
/**
|
244
|
-
* Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation. This operation is valid for Redis only.
|
244
|
+
* Deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation. This operation is valid for Redis OSS only.
|
245
245
|
*/
|
246
246
|
deleteSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.DeleteSnapshotResult) => void): Request<ElastiCache.Types.DeleteSnapshotResult, AWSError>;
|
247
247
|
/**
|
248
|
-
* For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
|
248
|
+
* For Redis OSS engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
|
249
249
|
*/
|
250
250
|
deleteUser(params: ElastiCache.Types.DeleteUserMessage, callback?: (err: AWSError, data: ElastiCache.Types.User) => void): Request<ElastiCache.Types.User, AWSError>;
|
251
251
|
/**
|
252
|
-
* For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
|
252
|
+
* For Redis OSS engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
|
253
253
|
*/
|
254
254
|
deleteUser(callback?: (err: AWSError, data: ElastiCache.Types.User) => void): Request<ElastiCache.Types.User, AWSError>;
|
255
255
|
/**
|
256
|
-
* For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).
|
256
|
+
* For Redis OSS engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).
|
257
257
|
*/
|
258
258
|
deleteUserGroup(params: ElastiCache.Types.DeleteUserGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.UserGroup) => void): Request<ElastiCache.Types.UserGroup, AWSError>;
|
259
259
|
/**
|
260
|
-
* For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).
|
260
|
+
* For Redis OSS engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).
|
261
261
|
*/
|
262
262
|
deleteUserGroup(callback?: (err: AWSError, data: ElastiCache.Types.UserGroup) => void): Request<ElastiCache.Types.UserGroup, AWSError>;
|
263
263
|
/**
|
@@ -333,11 +333,11 @@ declare class ElastiCache extends Service {
|
|
333
333
|
*/
|
334
334
|
describeGlobalReplicationGroups(callback?: (err: AWSError, data: ElastiCache.Types.DescribeGlobalReplicationGroupsResult) => void): Request<ElastiCache.Types.DescribeGlobalReplicationGroupsResult, AWSError>;
|
335
335
|
/**
|
336
|
-
* Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups. This operation is valid for Redis only.
|
336
|
+
* Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups. This operation is valid for Redis OSS only.
|
337
337
|
*/
|
338
338
|
describeReplicationGroups(params: ElastiCache.Types.DescribeReplicationGroupsMessage, callback?: (err: AWSError, data: ElastiCache.Types.ReplicationGroupMessage) => void): Request<ElastiCache.Types.ReplicationGroupMessage, AWSError>;
|
339
339
|
/**
|
340
|
-
* Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups. This operation is valid for Redis only.
|
340
|
+
* Returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups. This operation is valid for Redis OSS only.
|
341
341
|
*/
|
342
342
|
describeReplicationGroups(callback?: (err: AWSError, data: ElastiCache.Types.ReplicationGroupMessage) => void): Request<ElastiCache.Types.ReplicationGroupMessage, AWSError>;
|
343
343
|
/**
|
@@ -357,11 +357,11 @@ declare class ElastiCache extends Service {
|
|
357
357
|
*/
|
358
358
|
describeReservedCacheNodesOfferings(callback?: (err: AWSError, data: ElastiCache.Types.ReservedCacheNodesOfferingMessage) => void): Request<ElastiCache.Types.ReservedCacheNodesOfferingMessage, AWSError>;
|
359
359
|
/**
|
360
|
-
* Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis only.
|
360
|
+
* Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only.
|
361
361
|
*/
|
362
362
|
describeServerlessCacheSnapshots(params: ElastiCache.Types.DescribeServerlessCacheSnapshotsRequest, callback?: (err: AWSError, data: ElastiCache.Types.DescribeServerlessCacheSnapshotsResponse) => void): Request<ElastiCache.Types.DescribeServerlessCacheSnapshotsResponse, AWSError>;
|
363
363
|
/**
|
364
|
-
* Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis only.
|
364
|
+
* Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only.
|
365
365
|
*/
|
366
366
|
describeServerlessCacheSnapshots(callback?: (err: AWSError, data: ElastiCache.Types.DescribeServerlessCacheSnapshotsResponse) => void): Request<ElastiCache.Types.DescribeServerlessCacheSnapshotsResponse, AWSError>;
|
367
367
|
/**
|
@@ -381,11 +381,11 @@ declare class ElastiCache extends Service {
|
|
381
381
|
*/
|
382
382
|
describeServiceUpdates(callback?: (err: AWSError, data: ElastiCache.Types.ServiceUpdatesMessage) => void): Request<ElastiCache.Types.ServiceUpdatesMessage, AWSError>;
|
383
383
|
/**
|
384
|
-
* Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. This operation is valid for Redis only.
|
384
|
+
* Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. This operation is valid for Redis OSS only.
|
385
385
|
*/
|
386
386
|
describeSnapshots(params: ElastiCache.Types.DescribeSnapshotsMessage, callback?: (err: AWSError, data: ElastiCache.Types.DescribeSnapshotsListMessage) => void): Request<ElastiCache.Types.DescribeSnapshotsListMessage, AWSError>;
|
387
387
|
/**
|
388
|
-
* Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. This operation is valid for Redis only.
|
388
|
+
* Returns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. This operation is valid for Redis OSS only.
|
389
389
|
*/
|
390
390
|
describeSnapshots(callback?: (err: AWSError, data: ElastiCache.Types.DescribeSnapshotsListMessage) => void): Request<ElastiCache.Types.DescribeSnapshotsListMessage, AWSError>;
|
391
391
|
/**
|
@@ -421,11 +421,11 @@ declare class ElastiCache extends Service {
|
|
421
421
|
*/
|
422
422
|
disassociateGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.DisassociateGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.DisassociateGlobalReplicationGroupResult, AWSError>;
|
423
423
|
/**
|
424
|
-
* Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis only.
|
424
|
+
* Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis OSS only.
|
425
425
|
*/
|
426
426
|
exportServerlessCacheSnapshot(params: ElastiCache.Types.ExportServerlessCacheSnapshotRequest, callback?: (err: AWSError, data: ElastiCache.Types.ExportServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.ExportServerlessCacheSnapshotResponse, AWSError>;
|
427
427
|
/**
|
428
|
-
* Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis only.
|
428
|
+
* Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis OSS only.
|
429
429
|
*/
|
430
430
|
exportServerlessCacheSnapshot(callback?: (err: AWSError, data: ElastiCache.Types.ExportServerlessCacheSnapshotResponse) => void): Request<ElastiCache.Types.ExportServerlessCacheSnapshotResponse, AWSError>;
|
431
431
|
/**
|
@@ -445,19 +445,19 @@ declare class ElastiCache extends Service {
|
|
445
445
|
*/
|
446
446
|
increaseNodeGroupsInGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.IncreaseNodeGroupsInGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.IncreaseNodeGroupsInGlobalReplicationGroupResult, AWSError>;
|
447
447
|
/**
|
448
|
-
* Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
448
|
+
* Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
449
449
|
*/
|
450
450
|
increaseReplicaCount(params: ElastiCache.Types.IncreaseReplicaCountMessage, callback?: (err: AWSError, data: ElastiCache.Types.IncreaseReplicaCountResult) => void): Request<ElastiCache.Types.IncreaseReplicaCountResult, AWSError>;
|
451
451
|
/**
|
452
|
-
* Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
452
|
+
* Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time.
|
453
453
|
*/
|
454
454
|
increaseReplicaCount(callback?: (err: AWSError, data: ElastiCache.Types.IncreaseReplicaCountResult) => void): Request<ElastiCache.Types.IncreaseReplicaCountResult, AWSError>;
|
455
455
|
/**
|
456
|
-
* Lists all available node types that you can scale your Redis cluster's or replication group's current node type. When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.
|
456
|
+
* Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type. When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.
|
457
457
|
*/
|
458
458
|
listAllowedNodeTypeModifications(params: ElastiCache.Types.ListAllowedNodeTypeModificationsMessage, callback?: (err: AWSError, data: ElastiCache.Types.AllowedNodeTypeModificationsMessage) => void): Request<ElastiCache.Types.AllowedNodeTypeModificationsMessage, AWSError>;
|
459
459
|
/**
|
460
|
-
* Lists all available node types that you can scale your Redis cluster's or replication group's current node type. When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.
|
460
|
+
* Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type. When you use the ModifyCacheCluster or ModifyReplicationGroup operations to scale your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this operation.
|
461
461
|
*/
|
462
462
|
listAllowedNodeTypeModifications(callback?: (err: AWSError, data: ElastiCache.Types.AllowedNodeTypeModificationsMessage) => void): Request<ElastiCache.Types.AllowedNodeTypeModificationsMessage, AWSError>;
|
463
463
|
/**
|
@@ -501,11 +501,11 @@ declare class ElastiCache extends Service {
|
|
501
501
|
*/
|
502
502
|
modifyGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.ModifyGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.ModifyGlobalReplicationGroupResult, AWSError>;
|
503
503
|
/**
|
504
|
-
* Modifies the settings for a replication group. This is limited to Redis 7 and newer. Scaling for Amazon ElastiCache
|
504
|
+
* Modifies the settings for a replication group. This is limited to Redis OSS 7 and newer. Scaling for Amazon ElastiCache (Redis OSS) (cluster mode enabled) in the ElastiCache User Guide ModifyReplicationGroupShardConfiguration in the ElastiCache API Reference This operation is valid for Redis OSS only.
|
505
505
|
*/
|
506
506
|
modifyReplicationGroup(params: ElastiCache.Types.ModifyReplicationGroupMessage, callback?: (err: AWSError, data: ElastiCache.Types.ModifyReplicationGroupResult) => void): Request<ElastiCache.Types.ModifyReplicationGroupResult, AWSError>;
|
507
507
|
/**
|
508
|
-
* Modifies the settings for a replication group. This is limited to Redis 7 and newer. Scaling for Amazon ElastiCache
|
508
|
+
* Modifies the settings for a replication group. This is limited to Redis OSS 7 and newer. Scaling for Amazon ElastiCache (Redis OSS) (cluster mode enabled) in the ElastiCache User Guide ModifyReplicationGroupShardConfiguration in the ElastiCache API Reference This operation is valid for Redis OSS only.
|
509
509
|
*/
|
510
510
|
modifyReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.ModifyReplicationGroupResult) => void): Request<ElastiCache.Types.ModifyReplicationGroupResult, AWSError>;
|
511
511
|
/**
|
@@ -541,11 +541,11 @@ declare class ElastiCache extends Service {
|
|
541
541
|
*/
|
542
542
|
modifyUserGroup(callback?: (err: AWSError, data: ElastiCache.Types.UserGroup) => void): Request<ElastiCache.Types.UserGroup, AWSError>;
|
543
543
|
/**
|
544
|
-
* Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis or Managing Costs with Reserved Nodes for Memcached.
|
544
|
+
* Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis OSS or Managing Costs with Reserved Nodes for Memcached.
|
545
545
|
*/
|
546
546
|
purchaseReservedCacheNodesOffering(params: ElastiCache.Types.PurchaseReservedCacheNodesOfferingMessage, callback?: (err: AWSError, data: ElastiCache.Types.PurchaseReservedCacheNodesOfferingResult) => void): Request<ElastiCache.Types.PurchaseReservedCacheNodesOfferingResult, AWSError>;
|
547
547
|
/**
|
548
|
-
* Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis or Managing Costs with Reserved Nodes for Memcached.
|
548
|
+
* Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see Managing Costs with Reserved Nodes for Redis OSS or Managing Costs with Reserved Nodes for Memcached.
|
549
549
|
*/
|
550
550
|
purchaseReservedCacheNodesOffering(callback?: (err: AWSError, data: ElastiCache.Types.PurchaseReservedCacheNodesOfferingResult) => void): Request<ElastiCache.Types.PurchaseReservedCacheNodesOfferingResult, AWSError>;
|
551
551
|
/**
|
@@ -557,11 +557,11 @@ declare class ElastiCache extends Service {
|
|
557
557
|
*/
|
558
558
|
rebalanceSlotsInGlobalReplicationGroup(callback?: (err: AWSError, data: ElastiCache.Types.RebalanceSlotsInGlobalReplicationGroupResult) => void): Request<ElastiCache.Types.RebalanceSlotsInGlobalReplicationGroupResult, AWSError>;
|
559
559
|
/**
|
560
|
-
* Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING. The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. When the reboot is complete, a cluster event is created. Rebooting a cluster is currently supported on Memcached and Redis (cluster mode disabled) clusters. Rebooting is not supported on Redis (cluster mode enabled) clusters. If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.
|
560
|
+
* Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING. The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. When the reboot is complete, a cluster event is created. Rebooting a cluster is currently supported on Memcached and Redis OSS (cluster mode disabled) clusters. Rebooting is not supported on Redis OSS (cluster mode enabled) clusters. If you make changes to parameters that require a Redis OSS (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.
|
561
561
|
*/
|
562
562
|
rebootCacheCluster(params: ElastiCache.Types.RebootCacheClusterMessage, callback?: (err: AWSError, data: ElastiCache.Types.RebootCacheClusterResult) => void): Request<ElastiCache.Types.RebootCacheClusterResult, AWSError>;
|
563
563
|
/**
|
564
|
-
* Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING. The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. When the reboot is complete, a cluster event is created. Rebooting a cluster is currently supported on Memcached and Redis (cluster mode disabled) clusters. Rebooting is not supported on Redis (cluster mode enabled) clusters. If you make changes to parameters that require a Redis (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.
|
564
|
+
* Reboots some, or all, of the cache nodes within a provisioned cluster. This operation applies any modified cache parameter groups to the cluster. The reboot operation takes place as soon as possible, and results in a momentary outage to the cluster. During the reboot, the cluster status is set to REBOOTING. The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. When the reboot is complete, a cluster event is created. Rebooting a cluster is currently supported on Memcached and Redis OSS (cluster mode disabled) clusters. Rebooting is not supported on Redis OSS (cluster mode enabled) clusters. If you make changes to parameters that require a Redis OSS (cluster mode enabled) cluster reboot for the changes to be applied, see Rebooting a Cluster for an alternate process.
|
565
565
|
*/
|
566
566
|
rebootCacheCluster(callback?: (err: AWSError, data: ElastiCache.Types.RebootCacheClusterResult) => void): Request<ElastiCache.Types.RebootCacheClusterResult, AWSError>;
|
567
567
|
/**
|
@@ -597,11 +597,11 @@ declare class ElastiCache extends Service {
|
|
597
597
|
*/
|
598
598
|
startMigration(callback?: (err: AWSError, data: ElastiCache.Types.StartMigrationResponse) => void): Request<ElastiCache.Types.StartMigrationResponse, AWSError>;
|
599
599
|
/**
|
600
|
-
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
600
|
+
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis OSS (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
601
601
|
*/
|
602
602
|
testFailover(params: ElastiCache.Types.TestFailoverMessage, callback?: (err: AWSError, data: ElastiCache.Types.TestFailoverResult) => void): Request<ElastiCache.Types.TestFailoverResult, AWSError>;
|
603
603
|
/**
|
604
|
-
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
604
|
+
* Represents the input of a TestFailover operation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console). This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. Note the following A customer can use this operation to test automatic failover on up to 15 shards (called node groups in the ElastiCache API and Amazon CLI) in any rolling 24-hour period. If calling this operation on shards in different clusters (called replication groups in the API and CLI), the calls can be made concurrently. If calling this operation multiple times on different shards in the same Redis OSS (cluster mode enabled) replication group, the first node replacement must complete before a subsequent call can be made. To determine whether the node replacement is complete you can check Events using the Amazon ElastiCache console, the Amazon CLI, or the ElastiCache API. Look for the following automatic failover related events, listed here in order of occurrance: Replication group message: Test Failover API called for node group <node-group-id> Cache cluster message: Failover from primary node <primary-node-id> to replica node <node-id> completed Replication group message: Failover from primary node <primary-node-id> to replica node <node-id> completed Cache cluster message: Recovering cache nodes <node-id> Cache cluster message: Finished recovery for cache nodes <node-id> For more information see: Viewing ElastiCache Events in the ElastiCache User Guide DescribeEvents in the ElastiCache API Reference Also see, Testing Multi-AZ in the ElastiCache User Guide.
|
605
605
|
*/
|
606
606
|
testFailover(callback?: (err: AWSError, data: ElastiCache.Types.TestFailoverResult) => void): Request<ElastiCache.Types.TestFailoverResult, AWSError>;
|
607
607
|
/**
|
@@ -661,11 +661,11 @@ declare namespace ElastiCache {
|
|
661
661
|
export type AllowedNodeGroupId = string;
|
662
662
|
export interface AllowedNodeTypeModificationsMessage {
|
663
663
|
/**
|
664
|
-
* A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
|
664
|
+
* A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling up a Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
|
665
665
|
*/
|
666
666
|
ScaleUpModifications?: NodeTypeList;
|
667
667
|
/**
|
668
|
-
* A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
|
668
|
+
* A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
|
669
669
|
*/
|
670
670
|
ScaleDownModifications?: NodeTypeList;
|
671
671
|
}
|
@@ -761,7 +761,7 @@ declare namespace ElastiCache {
|
|
761
761
|
*/
|
762
762
|
ClientDownloadLandingPage?: String;
|
763
763
|
/**
|
764
|
-
* The name of the compute and memory capacity node type for the cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
764
|
+
* The name of the compute and memory capacity node type for the cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
765
765
|
*/
|
766
766
|
CacheNodeType?: String;
|
767
767
|
/**
|
@@ -777,7 +777,7 @@ declare namespace ElastiCache {
|
|
777
777
|
*/
|
778
778
|
CacheClusterStatus?: String;
|
779
779
|
/**
|
780
|
-
* The number of cache nodes in the cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
780
|
+
* The number of cache nodes in the cluster. For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
781
781
|
*/
|
782
782
|
NumCacheNodes?: IntegerOptional;
|
783
783
|
/**
|
@@ -818,7 +818,7 @@ declare namespace ElastiCache {
|
|
818
818
|
*/
|
819
819
|
CacheNodes?: CacheNodeList;
|
820
820
|
/**
|
821
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
821
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
822
822
|
*/
|
823
823
|
AutoMinorVersionUpgrade?: Boolean;
|
824
824
|
/**
|
@@ -838,7 +838,7 @@ declare namespace ElastiCache {
|
|
838
838
|
*/
|
839
839
|
SnapshotWindow?: String;
|
840
840
|
/**
|
841
|
-
* A flag that enables using an AuthToken (password) when issuing Redis commands. Default: false
|
841
|
+
* A flag that enables using an AuthToken (password) when issuing Redis OSS commands. Default: false
|
842
842
|
*/
|
843
843
|
AuthTokenEnabled?: BooleanOptional;
|
844
844
|
/**
|
@@ -846,11 +846,11 @@ declare namespace ElastiCache {
|
|
846
846
|
*/
|
847
847
|
AuthTokenLastModifiedDate?: TStamp;
|
848
848
|
/**
|
849
|
-
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using
|
849
|
+
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false
|
850
850
|
*/
|
851
851
|
TransitEncryptionEnabled?: BooleanOptional;
|
852
852
|
/**
|
853
|
-
* A flag that enables encryption at-rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using
|
853
|
+
* A flag that enables encryption at-rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable at-rest encryption on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false
|
854
854
|
*/
|
855
855
|
AtRestEncryptionEnabled?: BooleanOptional;
|
856
856
|
/**
|
@@ -866,11 +866,11 @@ declare namespace ElastiCache {
|
|
866
866
|
*/
|
867
867
|
LogDeliveryConfigurations?: LogDeliveryConfigurationList;
|
868
868
|
/**
|
869
|
-
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
869
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
870
870
|
*/
|
871
871
|
NetworkType?: NetworkType;
|
872
872
|
/**
|
873
|
-
* The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
873
|
+
* The network type associated with the cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
874
874
|
*/
|
875
875
|
IpDiscovery?: IpDiscovery;
|
876
876
|
/**
|
@@ -1178,7 +1178,7 @@ declare namespace ElastiCache {
|
|
1178
1178
|
*/
|
1179
1179
|
ARN?: String;
|
1180
1180
|
/**
|
1181
|
-
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1181
|
+
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1182
1182
|
*/
|
1183
1183
|
SupportedNetworkTypes?: NetworkTypeList;
|
1184
1184
|
}
|
@@ -1224,15 +1224,15 @@ declare namespace ElastiCache {
|
|
1224
1224
|
}
|
1225
1225
|
export interface ConfigureShard {
|
1226
1226
|
/**
|
1227
|
-
* The 4-digit id for the node group you are configuring. For Redis (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.
|
1227
|
+
* The 4-digit id for the node group you are configuring. For Redis OSS (cluster mode disabled) replication groups, the node group id is always 0001. To find a Redis OSS (cluster mode enabled)'s node group's (shard's) id, see Finding a Shard's Id.
|
1228
1228
|
*/
|
1229
1229
|
NodeGroupId: AllowedNodeGroupId;
|
1230
1230
|
/**
|
1231
|
-
* The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis replication group you are working with. The minimum number of replicas in a shard or replication group is: Redis (cluster mode disabled) If Multi-AZ: 1 If Multi-AZ: 0 Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)
|
1231
|
+
* The number of replicas you want in this node group at the end of this operation. The maximum value for NewReplicaCount is 5. The minimum value depends upon the type of Redis OSS replication group you are working with. The minimum number of replicas in a shard or replication group is: Redis OSS (cluster mode disabled) If Multi-AZ: 1 If Multi-AZ: 0 Redis OSS (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)
|
1232
1232
|
*/
|
1233
1233
|
NewReplicaCount: Integer;
|
1234
1234
|
/**
|
1235
|
-
* A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache
|
1235
|
+
* A list of PreferredAvailabilityZone strings that specify which availability zones the replication group's nodes are to be in. The nummber of PreferredAvailabilityZone values must equal the value of NewReplicaCount plus 1 to account for the primary node. If this member of ReplicaConfiguration is omitted, ElastiCache (Redis OSS) selects the availability zone for each of the replicas.
|
1236
1236
|
*/
|
1237
1237
|
PreferredAvailabilityZones?: PreferredAvailabilityZoneList;
|
1238
1238
|
/**
|
@@ -1242,25 +1242,25 @@ declare namespace ElastiCache {
|
|
1242
1242
|
}
|
1243
1243
|
export interface CopyServerlessCacheSnapshotRequest {
|
1244
1244
|
/**
|
1245
|
-
* The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis only.
|
1245
|
+
* The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis OSS and Serverless Memcached only.
|
1246
1246
|
*/
|
1247
1247
|
SourceServerlessCacheSnapshotName: String;
|
1248
1248
|
/**
|
1249
|
-
* The identifier for the snapshot to be created. Available for Redis only.
|
1249
|
+
* The identifier for the snapshot to be created. Available for Redis OSS and Serverless Memcached only.
|
1250
1250
|
*/
|
1251
1251
|
TargetServerlessCacheSnapshotName: String;
|
1252
1252
|
/**
|
1253
|
-
* The identifier of the KMS key used to encrypt the target snapshot. Available for Redis only.
|
1253
|
+
* The identifier of the KMS key used to encrypt the target snapshot. Available for Redis OSS and Serverless Memcached only.
|
1254
1254
|
*/
|
1255
1255
|
KmsKeyId?: String;
|
1256
1256
|
/**
|
1257
|
-
* A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Redis only. Default: NULL
|
1257
|
+
* A list of tags to be added to the target snapshot resource. A tag is a key-value pair. Available for Redis OSS and Serverless Memcached only. Default: NULL
|
1258
1258
|
*/
|
1259
1259
|
Tags?: TagList;
|
1260
1260
|
}
|
1261
1261
|
export interface CopyServerlessCacheSnapshotResponse {
|
1262
1262
|
/**
|
1263
|
-
* The response for the attempt to copy the serverless cache snapshot. Available for Redis only.
|
1263
|
+
* The response for the attempt to copy the serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
1264
1264
|
*/
|
1265
1265
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
1266
1266
|
}
|
@@ -1311,11 +1311,11 @@ declare namespace ElastiCache {
|
|
1311
1311
|
*/
|
1312
1312
|
PreferredAvailabilityZones?: PreferredAvailabilityZoneList;
|
1313
1313
|
/**
|
1314
|
-
* The initial number of cache nodes that the cluster has. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. If you need more than 40 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.
|
1314
|
+
* The initial number of cache nodes that the cluster has. For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. If you need more than 40 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at http://aws.amazon.com/contact-us/elasticache-node-limit-request/.
|
1315
1315
|
*/
|
1316
1316
|
NumCacheNodes?: IntegerOptional;
|
1317
1317
|
/**
|
1318
|
-
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
1318
|
+
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
1319
1319
|
*/
|
1320
1320
|
CacheNodeType?: String;
|
1321
1321
|
/**
|
@@ -1347,11 +1347,11 @@ declare namespace ElastiCache {
|
|
1347
1347
|
*/
|
1348
1348
|
Tags?: TagList;
|
1349
1349
|
/**
|
1350
|
-
* A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas. This parameter is only valid if the Engine parameter is redis. Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb
|
1350
|
+
* A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis OSS RDB snapshot file stored in Amazon S3. The snapshot file is used to populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any commas. This parameter is only valid if the Engine parameter is redis. Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb
|
1351
1351
|
*/
|
1352
1352
|
SnapshotArns?: SnapshotArnsList;
|
1353
1353
|
/**
|
1354
|
-
* The name of a Redis snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created. This parameter is only valid if the Engine parameter is redis.
|
1354
|
+
* The name of a Redis OSS snapshot from which to restore data into the new node group (shard). The snapshot status changes to restoring while the new node group (shard) is being created. This parameter is only valid if the Engine parameter is redis.
|
1355
1355
|
*/
|
1356
1356
|
SnapshotName?: String;
|
1357
1357
|
/**
|
@@ -1367,7 +1367,7 @@ declare namespace ElastiCache {
|
|
1367
1367
|
*/
|
1368
1368
|
NotificationTopicArn?: String;
|
1369
1369
|
/**
|
1370
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
1370
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
1371
1371
|
*/
|
1372
1372
|
AutoMinorVersionUpgrade?: BooleanOptional;
|
1373
1373
|
/**
|
@@ -1403,11 +1403,11 @@ declare namespace ElastiCache {
|
|
1403
1403
|
*/
|
1404
1404
|
TransitEncryptionEnabled?: BooleanOptional;
|
1405
1405
|
/**
|
1406
|
-
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1406
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1407
1407
|
*/
|
1408
1408
|
NetworkType?: NetworkType;
|
1409
1409
|
/**
|
1410
|
-
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1410
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1411
1411
|
*/
|
1412
1412
|
IpDiscovery?: IpDiscovery;
|
1413
1413
|
}
|
@@ -1508,7 +1508,7 @@ declare namespace ElastiCache {
|
|
1508
1508
|
*/
|
1509
1509
|
PrimaryClusterId?: String;
|
1510
1510
|
/**
|
1511
|
-
* Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails. AutomaticFailoverEnabled must be enabled for Redis (cluster mode enabled) replication groups. Default: false
|
1511
|
+
* Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails. AutomaticFailoverEnabled must be enabled for Redis OSS (cluster mode enabled) replication groups. Default: false
|
1512
1512
|
*/
|
1513
1513
|
AutomaticFailoverEnabled?: BooleanOptional;
|
1514
1514
|
/**
|
@@ -1524,7 +1524,7 @@ declare namespace ElastiCache {
|
|
1524
1524
|
*/
|
1525
1525
|
PreferredCacheClusterAZs?: AvailabilityZonesList;
|
1526
1526
|
/**
|
1527
|
-
* An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit this parameter or set it to 1. Default: 1
|
1527
|
+
* An optional parameter that specifies the number of node groups (shards) for this Redis OSS (cluster mode enabled) replication group. For Redis OSS (cluster mode disabled) either omit this parameter or set it to 1. Default: 1
|
1528
1528
|
*/
|
1529
1529
|
NumNodeGroups?: IntegerOptional;
|
1530
1530
|
/**
|
@@ -1532,11 +1532,11 @@ declare namespace ElastiCache {
|
|
1532
1532
|
*/
|
1533
1533
|
ReplicasPerNodeGroup?: IntegerOptional;
|
1534
1534
|
/**
|
1535
|
-
* A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots. If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, it is required when seeding a Redis (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group (shard) using this parameter because you must specify the slots for each node group.
|
1535
|
+
* A list of node group (shard) configuration options. Each node group (shard) configuration has the following members: PrimaryAvailabilityZone, ReplicaAvailabilityZones, ReplicaCount, and Slots. If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this parameter. However, it is required when seeding a Redis OSS (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group (shard) using this parameter because you must specify the slots for each node group.
|
1536
1536
|
*/
|
1537
1537
|
NodeGroupConfiguration?: NodeGroupConfigurationList;
|
1538
1538
|
/**
|
1539
|
-
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
1539
|
+
* The compute and memory capacity of the nodes in the node group (shard). The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
1540
1540
|
*/
|
1541
1541
|
CacheNodeType?: String;
|
1542
1542
|
/**
|
@@ -1548,7 +1548,7 @@ declare namespace ElastiCache {
|
|
1548
1548
|
*/
|
1549
1549
|
EngineVersion?: String;
|
1550
1550
|
/**
|
1551
|
-
* The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name. To create a Redis (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2. To create a Redis (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.
|
1551
|
+
* The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. If you are running Redis OSS version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name. To create a Redis OSS (cluster mode disabled) replication group, use CacheParameterGroupName=default.redis3.2. To create a Redis OSS (cluster mode enabled) replication group, use CacheParameterGroupName=default.redis3.2.cluster.on.
|
1552
1552
|
*/
|
1553
1553
|
CacheParameterGroupName?: String;
|
1554
1554
|
/**
|
@@ -1568,7 +1568,7 @@ declare namespace ElastiCache {
|
|
1568
1568
|
*/
|
1569
1569
|
Tags?: TagList;
|
1570
1570
|
/**
|
1571
|
-
* A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here. Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb
|
1571
|
+
* A list of Amazon Resource Names (ARN) that uniquely identify the Redis OSS RDB snapshot files stored in Amazon S3. The snapshot files are used to populate the new replication group. The Amazon S3 object name in the ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter NumNodeGroups or the number of node groups configured by NodeGroupConfiguration regardless of the number of ARNs specified here. Example of an Amazon S3 ARN: arn:aws:s3:::my_bucket/snapshot1.rdb
|
1572
1572
|
*/
|
1573
1573
|
SnapshotArns?: SnapshotArnsList;
|
1574
1574
|
/**
|
@@ -1588,7 +1588,7 @@ declare namespace ElastiCache {
|
|
1588
1588
|
*/
|
1589
1589
|
NotificationTopicArn?: String;
|
1590
1590
|
/**
|
1591
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
1591
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
1592
1592
|
*/
|
1593
1593
|
AutoMinorVersionUpgrade?: BooleanOptional;
|
1594
1594
|
/**
|
@@ -1604,11 +1604,11 @@ declare namespace ElastiCache {
|
|
1604
1604
|
*/
|
1605
1605
|
AuthToken?: String;
|
1606
1606
|
/**
|
1607
|
-
* A flag that enables in-transit encryption when set to true. This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC. If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup. Required: Only available when creating a replication group in an Amazon VPC using
|
1607
|
+
* A flag that enables in-transit encryption when set to true. This parameter is valid only if the Engine parameter is redis, the EngineVersion parameter is 3.2.6, 4.x or later, and the cluster is being created in an Amazon VPC. If you enable in-transit encryption, you must also specify a value for CacheSubnetGroup. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false For HIPAA compliance, you must specify TransitEncryptionEnabled as true, an AuthToken, and a CacheSubnetGroup.
|
1608
1608
|
*/
|
1609
1609
|
TransitEncryptionEnabled?: BooleanOptional;
|
1610
1610
|
/**
|
1611
|
-
* A flag that enables encryption at rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. Required: Only available when creating a replication group in an Amazon VPC using
|
1611
|
+
* A flag that enables encryption at rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false
|
1612
1612
|
*/
|
1613
1613
|
AtRestEncryptionEnabled?: BooleanOptional;
|
1614
1614
|
/**
|
@@ -1628,23 +1628,23 @@ declare namespace ElastiCache {
|
|
1628
1628
|
*/
|
1629
1629
|
DataTieringEnabled?: BooleanOptional;
|
1630
1630
|
/**
|
1631
|
-
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1631
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1632
1632
|
*/
|
1633
1633
|
NetworkType?: NetworkType;
|
1634
1634
|
/**
|
1635
|
-
* The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1635
|
+
* The network type you choose when creating a replication group, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
1636
1636
|
*/
|
1637
1637
|
IpDiscovery?: IpDiscovery;
|
1638
1638
|
/**
|
1639
|
-
* A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can modify the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required. This process will not trigger the replacement of the replication group.
|
1639
|
+
* A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. When setting TransitEncryptionEnabled to true, you can set your TransitEncryptionMode to preferred in the same request, to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis OSS clients to use encrypted connections you can modify the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required. This process will not trigger the replacement of the replication group.
|
1640
1640
|
*/
|
1641
1641
|
TransitEncryptionMode?: TransitEncryptionMode;
|
1642
1642
|
/**
|
1643
|
-
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
1643
|
+
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
1644
1644
|
*/
|
1645
1645
|
ClusterMode?: ClusterMode;
|
1646
1646
|
/**
|
1647
|
-
* The name of the snapshot used to create a replication group. Available for Redis only.
|
1647
|
+
* The name of the snapshot used to create a replication group. Available for Redis OSS only.
|
1648
1648
|
*/
|
1649
1649
|
ServerlessCacheSnapshotName?: String;
|
1650
1650
|
}
|
@@ -1681,7 +1681,7 @@ declare namespace ElastiCache {
|
|
1681
1681
|
*/
|
1682
1682
|
SecurityGroupIds?: SecurityGroupIdsList;
|
1683
1683
|
/**
|
1684
|
-
* The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.
|
1684
|
+
* The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis OSS and Serverless Memcached only.
|
1685
1685
|
*/
|
1686
1686
|
SnapshotArnsToRestore?: SnapshotArnsList;
|
1687
1687
|
/**
|
@@ -1689,7 +1689,7 @@ declare namespace ElastiCache {
|
|
1689
1689
|
*/
|
1690
1690
|
Tags?: TagList;
|
1691
1691
|
/**
|
1692
|
-
* The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL.
|
1692
|
+
* The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only. Default is NULL.
|
1693
1693
|
*/
|
1694
1694
|
UserGroupId?: String;
|
1695
1695
|
/**
|
@@ -1697,11 +1697,11 @@ declare namespace ElastiCache {
|
|
1697
1697
|
*/
|
1698
1698
|
SubnetIds?: SubnetIdsList;
|
1699
1699
|
/**
|
1700
|
-
* The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis only.
|
1700
|
+
* The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis OSS and Serverless Memcached only.
|
1701
1701
|
*/
|
1702
1702
|
SnapshotRetentionLimit?: IntegerOptional;
|
1703
1703
|
/**
|
1704
|
-
* The daily time that snapshots will be created from the new serverless cache. By default this number is populated with 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis only.
|
1704
|
+
* The daily time that snapshots will be created from the new serverless cache. By default this number is populated with 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis OSS and Serverless Memcached only.
|
1705
1705
|
*/
|
1706
1706
|
DailySnapshotTime?: String;
|
1707
1707
|
}
|
@@ -1713,25 +1713,25 @@ declare namespace ElastiCache {
|
|
1713
1713
|
}
|
1714
1714
|
export interface CreateServerlessCacheSnapshotRequest {
|
1715
1715
|
/**
|
1716
|
-
* The name for the snapshot being created. Must be unique for the customer account. Available for Redis only. Must be between 1 and 255 characters.
|
1716
|
+
* The name for the snapshot being created. Must be unique for the customer account. Available for Redis OSS and Serverless Memcached only. Must be between 1 and 255 characters.
|
1717
1717
|
*/
|
1718
1718
|
ServerlessCacheSnapshotName: String;
|
1719
1719
|
/**
|
1720
|
-
* The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis only.
|
1720
|
+
* The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis OSS and Serverless Memcached only.
|
1721
1721
|
*/
|
1722
1722
|
ServerlessCacheName: String;
|
1723
1723
|
/**
|
1724
|
-
* The ID of the KMS key used to encrypt the snapshot. Available for Redis only. Default: NULL
|
1724
|
+
* The ID of the KMS key used to encrypt the snapshot. Available for Redis OSS and Serverless Memcached only. Default: NULL
|
1725
1725
|
*/
|
1726
1726
|
KmsKeyId?: String;
|
1727
1727
|
/**
|
1728
|
-
* A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis only.
|
1728
|
+
* A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis OSS and Serverless Memcached only.
|
1729
1729
|
*/
|
1730
1730
|
Tags?: TagList;
|
1731
1731
|
}
|
1732
1732
|
export interface CreateServerlessCacheSnapshotResponse {
|
1733
1733
|
/**
|
1734
|
-
* The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis only.
|
1734
|
+
* The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.
|
1735
1735
|
*/
|
1736
1736
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
1737
1737
|
}
|
@@ -1766,7 +1766,7 @@ declare namespace ElastiCache {
|
|
1766
1766
|
*/
|
1767
1767
|
UserGroupId: String;
|
1768
1768
|
/**
|
1769
|
-
* The current supported value is Redis.
|
1769
|
+
* The current supported value is Redis user.
|
1770
1770
|
*/
|
1771
1771
|
Engine: EngineType;
|
1772
1772
|
/**
|
@@ -1774,7 +1774,7 @@ declare namespace ElastiCache {
|
|
1774
1774
|
*/
|
1775
1775
|
UserIds?: UserIdListInput;
|
1776
1776
|
/**
|
1777
|
-
* A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. Available for Redis only.
|
1777
|
+
* A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. Available for Redis OSS only.
|
1778
1778
|
*/
|
1779
1779
|
Tags?: TagList;
|
1780
1780
|
}
|
@@ -1849,11 +1849,11 @@ declare namespace ElastiCache {
|
|
1849
1849
|
*/
|
1850
1850
|
NodeGroupCount: Integer;
|
1851
1851
|
/**
|
1852
|
-
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache
|
1852
|
+
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache (Redis OSS) will attempt to remove all node groups listed by GlobalNodeGroupsToRemove from the cluster.
|
1853
1853
|
*/
|
1854
1854
|
GlobalNodeGroupsToRemove?: GlobalNodeGroupIdList;
|
1855
1855
|
/**
|
1856
|
-
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache
|
1856
|
+
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster. ElastiCache (Redis OSS) will attempt to retain all node groups listed by GlobalNodeGroupsToRetain from the cluster.
|
1857
1857
|
*/
|
1858
1858
|
GlobalNodeGroupsToRetain?: GlobalNodeGroupIdList;
|
1859
1859
|
/**
|
@@ -1870,11 +1870,11 @@ declare namespace ElastiCache {
|
|
1870
1870
|
*/
|
1871
1871
|
ReplicationGroupId: String;
|
1872
1872
|
/**
|
1873
|
-
* The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups. The minimum number of replicas in a shard or replication group is: Redis (cluster mode disabled) If Multi-AZ is enabled: 1 If Multi-AZ is not enabled: 0 Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)
|
1873
|
+
* The number of read replica nodes you want at the completion of this operation. For Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups. The minimum number of replicas in a shard or replication group is: Redis OSS (cluster mode disabled) If Multi-AZ is enabled: 1 If Multi-AZ is not enabled: 0 Redis OSS (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)
|
1874
1874
|
*/
|
1875
1875
|
NewReplicaCount?: IntegerOptional;
|
1876
1876
|
/**
|
1877
|
-
* A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
|
1877
|
+
* A list of ConfigureShard objects that can be used to configure each shard in a Redis OSS (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
|
1878
1878
|
*/
|
1879
1879
|
ReplicaConfiguration?: ReplicaConfigurationList;
|
1880
1880
|
/**
|
@@ -1956,7 +1956,7 @@ declare namespace ElastiCache {
|
|
1956
1956
|
*/
|
1957
1957
|
ServerlessCacheName: String;
|
1958
1958
|
/**
|
1959
|
-
* Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis only. Default: NULL, i.e. a final snapshot is not taken.
|
1959
|
+
* Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis OSS and Serverless Memcached only. Default: NULL, i.e. a final snapshot is not taken.
|
1960
1960
|
*/
|
1961
1961
|
FinalSnapshotName?: String;
|
1962
1962
|
}
|
@@ -1968,13 +1968,13 @@ declare namespace ElastiCache {
|
|
1968
1968
|
}
|
1969
1969
|
export interface DeleteServerlessCacheSnapshotRequest {
|
1970
1970
|
/**
|
1971
|
-
* Idenfitier of the snapshot to be deleted. Available for Redis only.
|
1971
|
+
* Idenfitier of the snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
|
1972
1972
|
*/
|
1973
1973
|
ServerlessCacheSnapshotName: String;
|
1974
1974
|
}
|
1975
1975
|
export interface DeleteServerlessCacheSnapshotResponse {
|
1976
1976
|
/**
|
1977
|
-
* The snapshot to be deleted. Available for Redis only.
|
1977
|
+
* The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.
|
1978
1978
|
*/
|
1979
1979
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
1980
1980
|
}
|
@@ -2017,7 +2017,7 @@ declare namespace ElastiCache {
|
|
2017
2017
|
*/
|
2018
2018
|
ShowCacheNodeInfo?: BooleanOptional;
|
2019
2019
|
/**
|
2020
|
-
* An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis clusters.
|
2020
|
+
* An optional flag that can be included in the DescribeCacheCluster request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node Redis OSS clusters.
|
2021
2021
|
*/
|
2022
2022
|
ShowCacheClustersNotInReplicationGroups?: BooleanOptional;
|
2023
2023
|
}
|
@@ -2206,7 +2206,7 @@ declare namespace ElastiCache {
|
|
2206
2206
|
*/
|
2207
2207
|
ReservedCacheNodesOfferingId?: String;
|
2208
2208
|
/**
|
2209
|
-
* The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
2209
|
+
* The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
2210
2210
|
*/
|
2211
2211
|
CacheNodeType?: String;
|
2212
2212
|
/**
|
@@ -2236,7 +2236,7 @@ declare namespace ElastiCache {
|
|
2236
2236
|
*/
|
2237
2237
|
ReservedCacheNodesOfferingId?: String;
|
2238
2238
|
/**
|
2239
|
-
* The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
2239
|
+
* The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
2240
2240
|
*/
|
2241
2241
|
CacheNodeType?: String;
|
2242
2242
|
/**
|
@@ -2262,33 +2262,33 @@ declare namespace ElastiCache {
|
|
2262
2262
|
}
|
2263
2263
|
export interface DescribeServerlessCacheSnapshotsRequest {
|
2264
2264
|
/**
|
2265
|
-
* The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. Available for Redis only.
|
2265
|
+
* The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. Available for Redis OSS and Serverless Memcached only.
|
2266
2266
|
*/
|
2267
2267
|
ServerlessCacheName?: String;
|
2268
2268
|
/**
|
2269
|
-
* The identifier of the serverless cache’s snapshot. If this parameter is specified, only this snapshot is described. Available for Redis only.
|
2269
|
+
* The identifier of the serverless cache’s snapshot. If this parameter is specified, only this snapshot is described. Available for Redis OSS and Serverless Memcached only.
|
2270
2270
|
*/
|
2271
2271
|
ServerlessCacheSnapshotName?: String;
|
2272
2272
|
/**
|
2273
|
-
* The type of snapshot that is being described. Available for Redis only.
|
2273
|
+
* The type of snapshot that is being described. Available for Redis OSS and Serverless Memcached only.
|
2274
2274
|
*/
|
2275
2275
|
SnapshotType?: String;
|
2276
2276
|
/**
|
2277
|
-
* An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.
|
2277
|
+
* An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.
|
2278
2278
|
*/
|
2279
2279
|
NextToken?: String;
|
2280
2280
|
/**
|
2281
|
-
* The maximum number of records to include in the response. If more records exist than the specified max-results value, a market is included in the response so that remaining results can be retrieved. Available for Redis only.The default is 50. The Validation Constraints are a maximum of 50.
|
2281
|
+
* The maximum number of records to include in the response. If more records exist than the specified max-results value, a market is included in the response so that remaining results can be retrieved. Available for Redis OSS and Serverless Memcached only.The default is 50. The Validation Constraints are a maximum of 50.
|
2282
2282
|
*/
|
2283
2283
|
MaxResults?: IntegerOptional;
|
2284
2284
|
}
|
2285
2285
|
export interface DescribeServerlessCacheSnapshotsResponse {
|
2286
2286
|
/**
|
2287
|
-
* An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.
|
2287
|
+
* An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.
|
2288
2288
|
*/
|
2289
2289
|
NextToken?: String;
|
2290
2290
|
/**
|
2291
|
-
* The serverless caches snapshots associated with a given description request. Available for Redis only.
|
2291
|
+
* The serverless caches snapshots associated with a given description request. Available for Redis OSS and Serverless Memcached only.
|
2292
2292
|
*/
|
2293
2293
|
ServerlessCacheSnapshots?: ServerlessCacheSnapshotList;
|
2294
2294
|
}
|
@@ -2388,7 +2388,7 @@ declare namespace ElastiCache {
|
|
2388
2388
|
*/
|
2389
2389
|
CacheClusterIds?: CacheClusterIdList;
|
2390
2390
|
/**
|
2391
|
-
* The Elasticache engine to which the update applies. Either Redis or Memcached
|
2391
|
+
* The Elasticache engine to which the update applies. Either Redis OSS or Memcached.
|
2392
2392
|
*/
|
2393
2393
|
Engine?: String;
|
2394
2394
|
/**
|
@@ -2442,7 +2442,7 @@ declare namespace ElastiCache {
|
|
2442
2442
|
}
|
2443
2443
|
export interface DescribeUsersMessage {
|
2444
2444
|
/**
|
2445
|
-
* The Redis engine.
|
2445
|
+
* The Redis OSS engine.
|
2446
2446
|
*/
|
2447
2447
|
Engine?: EngineType;
|
2448
2448
|
/**
|
@@ -2586,17 +2586,17 @@ declare namespace ElastiCache {
|
|
2586
2586
|
}
|
2587
2587
|
export interface ExportServerlessCacheSnapshotRequest {
|
2588
2588
|
/**
|
2589
|
-
* The identifier of the serverless cache snapshot to be exported to S3. Available for Redis only.
|
2589
|
+
* The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.
|
2590
2590
|
*/
|
2591
2591
|
ServerlessCacheSnapshotName: String;
|
2592
2592
|
/**
|
2593
|
-
* Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis only.
|
2593
|
+
* Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis OSS only.
|
2594
2594
|
*/
|
2595
2595
|
S3BucketName: String;
|
2596
2596
|
}
|
2597
2597
|
export interface ExportServerlessCacheSnapshotResponse {
|
2598
2598
|
/**
|
2599
|
-
* The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis only.
|
2599
|
+
* The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.
|
2600
2600
|
*/
|
2601
2601
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
2602
2602
|
}
|
@@ -2661,11 +2661,11 @@ declare namespace ElastiCache {
|
|
2661
2661
|
*/
|
2662
2662
|
CacheNodeType?: String;
|
2663
2663
|
/**
|
2664
|
-
* The Elasticache engine. For Redis only.
|
2664
|
+
* The Elasticache engine. For Redis OSS only.
|
2665
2665
|
*/
|
2666
2666
|
Engine?: String;
|
2667
2667
|
/**
|
2668
|
-
* The Elasticache Redis engine version.
|
2668
|
+
* The Elasticache (Redis OSS) engine version.
|
2669
2669
|
*/
|
2670
2670
|
EngineVersion?: String;
|
2671
2671
|
/**
|
@@ -2681,15 +2681,15 @@ declare namespace ElastiCache {
|
|
2681
2681
|
*/
|
2682
2682
|
GlobalNodeGroups?: GlobalNodeGroupList;
|
2683
2683
|
/**
|
2684
|
-
* A flag that enables using an AuthToken (password) when issuing Redis commands. Default: false
|
2684
|
+
* A flag that enables using an AuthToken (password) when issuing Redis OSS commands. Default: false
|
2685
2685
|
*/
|
2686
2686
|
AuthTokenEnabled?: BooleanOptional;
|
2687
2687
|
/**
|
2688
|
-
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using
|
2688
|
+
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.
|
2689
2689
|
*/
|
2690
2690
|
TransitEncryptionEnabled?: BooleanOptional;
|
2691
2691
|
/**
|
2692
|
-
* A flag that enables encryption at rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. Required: Only available when creating a replication group in an Amazon VPC using
|
2692
|
+
* A flag that enables encryption at rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the replication group is created. To enable encryption at rest on a replication group you must set AtRestEncryptionEnabled to true when you create the replication group. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later.
|
2693
2693
|
*/
|
2694
2694
|
AtRestEncryptionEnabled?: BooleanOptional;
|
2695
2695
|
/**
|
@@ -2758,11 +2758,11 @@ declare namespace ElastiCache {
|
|
2758
2758
|
*/
|
2759
2759
|
ReplicationGroupId: String;
|
2760
2760
|
/**
|
2761
|
-
* The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
|
2761
|
+
* The number of read replica nodes you want at the completion of this operation. For Redis OSS (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.
|
2762
2762
|
*/
|
2763
2763
|
NewReplicaCount?: IntegerOptional;
|
2764
2764
|
/**
|
2765
|
-
* A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
|
2765
|
+
* A list of ConfigureShard objects that can be used to configure each shard in a Redis OSS (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.
|
2766
2766
|
*/
|
2767
2767
|
ReplicaConfiguration?: ReplicaConfigurationList;
|
2768
2768
|
/**
|
@@ -2859,7 +2859,7 @@ declare namespace ElastiCache {
|
|
2859
2859
|
*/
|
2860
2860
|
CacheClusterId: String;
|
2861
2861
|
/**
|
2862
|
-
* The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled. If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately). A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.
|
2862
|
+
* The number of cache nodes that the cluster should have. If the value for NumCacheNodes is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), more nodes are added. If the value is less than the number of existing cache nodes, nodes are removed. If the value is equal to the number of current cache nodes, any pending add or remove requests are canceled. If you are removing cache nodes, you must use the CacheNodeIdsToRemove parameter to provide the IDs of the specific cache nodes to remove. For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40. Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see ApplyImmediately). A pending operation to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer's latest request to add or remove nodes to the cluster overrides any previous pending operations to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending operation to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending operation to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending operation to add nodes. The customer can modify the previous pending operation to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending operations to modify the number of cache nodes in a cluster, use the ModifyCacheCluster request and set NumCacheNodes equal to the number of cache nodes currently in the cluster.
|
2863
2863
|
*/
|
2864
2864
|
NumCacheNodes?: IntegerOptional;
|
2865
2865
|
/**
|
@@ -2907,7 +2907,7 @@ declare namespace ElastiCache {
|
|
2907
2907
|
*/
|
2908
2908
|
EngineVersion?: String;
|
2909
2909
|
/**
|
2910
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
2910
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
2911
2911
|
*/
|
2912
2912
|
AutoMinorVersionUpgrade?: BooleanOptional;
|
2913
2913
|
/**
|
@@ -2927,7 +2927,7 @@ declare namespace ElastiCache {
|
|
2927
2927
|
*/
|
2928
2928
|
AuthToken?: String;
|
2929
2929
|
/**
|
2930
|
-
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis AUTH
|
2930
|
+
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis OSS AUTH
|
2931
2931
|
*/
|
2932
2932
|
AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
|
2933
2933
|
/**
|
@@ -2935,7 +2935,7 @@ declare namespace ElastiCache {
|
|
2935
2935
|
*/
|
2936
2936
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
|
2937
2937
|
/**
|
2938
|
-
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
2938
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
2939
2939
|
*/
|
2940
2940
|
IpDiscovery?: IpDiscovery;
|
2941
2941
|
}
|
@@ -3016,7 +3016,7 @@ declare namespace ElastiCache {
|
|
3016
3016
|
*/
|
3017
3017
|
PrimaryClusterId?: String;
|
3018
3018
|
/**
|
3019
|
-
* The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis (cluster mode enabled) replication groups.
|
3019
|
+
* The cluster ID that is used as the daily snapshot source for the replication group. This parameter cannot be set for Redis OSS (cluster mode enabled) replication groups.
|
3020
3020
|
*/
|
3021
3021
|
SnapshottingClusterId?: String;
|
3022
3022
|
/**
|
@@ -3064,7 +3064,7 @@ declare namespace ElastiCache {
|
|
3064
3064
|
*/
|
3065
3065
|
EngineVersion?: String;
|
3066
3066
|
/**
|
3067
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
3067
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
3068
3068
|
*/
|
3069
3069
|
AutoMinorVersionUpgrade?: BooleanOptional;
|
3070
3070
|
/**
|
@@ -3084,7 +3084,7 @@ declare namespace ElastiCache {
|
|
3084
3084
|
*/
|
3085
3085
|
AuthToken?: String;
|
3086
3086
|
/**
|
3087
|
-
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis AUTH
|
3087
|
+
* Specifies the strategy to use to update the AUTH token. This parameter must be specified with the auth-token parameter. Possible values: ROTATE - default, if no update strategy is provided SET - allowed only after ROTATE DELETE - allowed only when transitioning to RBAC For more information, see Authenticating Users with Redis OSS AUTH
|
3088
3088
|
*/
|
3089
3089
|
AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
|
3090
3090
|
/**
|
@@ -3104,7 +3104,7 @@ declare namespace ElastiCache {
|
|
3104
3104
|
*/
|
3105
3105
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequestList;
|
3106
3106
|
/**
|
3107
|
-
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3107
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3108
3108
|
*/
|
3109
3109
|
IpDiscovery?: IpDiscovery;
|
3110
3110
|
/**
|
@@ -3112,11 +3112,11 @@ declare namespace ElastiCache {
|
|
3112
3112
|
*/
|
3113
3113
|
TransitEncryptionEnabled?: BooleanOptional;
|
3114
3114
|
/**
|
3115
|
-
* A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. You must set TransitEncryptionEnabled to true, for your existing cluster, and set TransitEncryptionMode to preferred in the same request to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can set the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.
|
3115
|
+
* A setting that allows you to migrate your clients to use in-transit encryption, with no downtime. You must set TransitEncryptionEnabled to true, for your existing cluster, and set TransitEncryptionMode to preferred in the same request to allow both encrypted and unencrypted connections at the same time. Once you migrate all your Redis OSS clients to use encrypted connections you can set the value to required to allow encrypted connections only. Setting TransitEncryptionMode to required is a two-step process that requires you to first set the TransitEncryptionMode to preferred, after that you can set TransitEncryptionMode to required.
|
3116
3116
|
*/
|
3117
3117
|
TransitEncryptionMode?: TransitEncryptionMode;
|
3118
3118
|
/**
|
3119
|
-
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3119
|
+
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3120
3120
|
*/
|
3121
3121
|
ClusterMode?: ClusterMode;
|
3122
3122
|
}
|
@@ -3125,7 +3125,7 @@ declare namespace ElastiCache {
|
|
3125
3125
|
}
|
3126
3126
|
export interface ModifyReplicationGroupShardConfigurationMessage {
|
3127
3127
|
/**
|
3128
|
-
* The name of the Redis (cluster mode enabled) cluster (replication group) on which the shards are to be configured.
|
3128
|
+
* The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the shards are to be configured.
|
3129
3129
|
*/
|
3130
3130
|
ReplicationGroupId: String;
|
3131
3131
|
/**
|
@@ -3141,11 +3141,11 @@ declare namespace ElastiCache {
|
|
3141
3141
|
*/
|
3142
3142
|
ReshardingConfiguration?: ReshardingConfigurationList;
|
3143
3143
|
/**
|
3144
|
-
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache
|
3144
|
+
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster. ElastiCache (Redis OSS) will attempt to remove all node groups listed by NodeGroupsToRemove from the cluster.
|
3145
3145
|
*/
|
3146
3146
|
NodeGroupsToRemove?: NodeGroupsToRemoveList;
|
3147
3147
|
/**
|
3148
|
-
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster. ElastiCache
|
3148
|
+
* If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. NodeGroupsToRetain is a list of NodeGroupIds to retain in the cluster. ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by NodeGroupsToRetain from the cluster.
|
3149
3149
|
*/
|
3150
3150
|
NodeGroupsToRetain?: NodeGroupsToRetainList;
|
3151
3151
|
}
|
@@ -3166,11 +3166,11 @@ declare namespace ElastiCache {
|
|
3166
3166
|
*/
|
3167
3167
|
CacheUsageLimits?: CacheUsageLimits;
|
3168
3168
|
/**
|
3169
|
-
* The identifier of the UserGroup to be removed from association with the Redis serverless cache. Available for Redis only. Default is NULL.
|
3169
|
+
* The identifier of the UserGroup to be removed from association with the Redis OSS serverless cache. Available for Redis OSS only. Default is NULL.
|
3170
3170
|
*/
|
3171
3171
|
RemoveUserGroup?: BooleanOptional;
|
3172
3172
|
/**
|
3173
|
-
* The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL - the existing UserGroup is not removed.
|
3173
|
+
* The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only. Default is NULL - the existing UserGroup is not removed.
|
3174
3174
|
*/
|
3175
3175
|
UserGroupId?: String;
|
3176
3176
|
/**
|
@@ -3178,11 +3178,11 @@ declare namespace ElastiCache {
|
|
3178
3178
|
*/
|
3179
3179
|
SecurityGroupIds?: SecurityGroupIdsList;
|
3180
3180
|
/**
|
3181
|
-
* The number of days for which Elasticache retains automatic snapshots before deleting them. Available for Redis only. Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified. The maximum value allowed is 35 days.
|
3181
|
+
* The number of days for which Elasticache retains automatic snapshots before deleting them. Available for Redis OSS and Serverless Memcached only. Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified. The maximum value allowed is 35 days.
|
3182
3182
|
*/
|
3183
3183
|
SnapshotRetentionLimit?: IntegerOptional;
|
3184
3184
|
/**
|
3185
|
-
* The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis only. The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.
|
3185
|
+
* The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis OSS and Serverless Memcached only. The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.
|
3186
3186
|
*/
|
3187
3187
|
DailySnapshotTime?: String;
|
3188
3188
|
}
|
@@ -3237,7 +3237,7 @@ declare namespace ElastiCache {
|
|
3237
3237
|
export type NetworkTypeList = NetworkType[];
|
3238
3238
|
export interface NodeGroup {
|
3239
3239
|
/**
|
3240
|
-
* The identifier for the node group (shard). A Redis (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
|
3240
|
+
* The identifier for the node group (shard). A Redis OSS (cluster mode disabled) replication group contains only 1 node group; therefore, the node group ID is 0001. A Redis OSS (cluster mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
|
3241
3241
|
*/
|
3242
3242
|
NodeGroupId?: String;
|
3243
3243
|
/**
|
@@ -3263,7 +3263,7 @@ declare namespace ElastiCache {
|
|
3263
3263
|
}
|
3264
3264
|
export interface NodeGroupConfiguration {
|
3265
3265
|
/**
|
3266
|
-
* Either the ElastiCache
|
3266
|
+
* Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
|
3267
3267
|
*/
|
3268
3268
|
NodeGroupId?: AllowedNodeGroupId;
|
3269
3269
|
/**
|
@@ -3303,7 +3303,7 @@ declare namespace ElastiCache {
|
|
3303
3303
|
*/
|
3304
3304
|
CacheNodeId?: String;
|
3305
3305
|
/**
|
3306
|
-
* The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.
|
3306
|
+
* The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis OSS (cluster mode disabled) clusters.
|
3307
3307
|
*/
|
3308
3308
|
ReadEndpoint?: Endpoint;
|
3309
3309
|
/**
|
@@ -3315,7 +3315,7 @@ declare namespace ElastiCache {
|
|
3315
3315
|
*/
|
3316
3316
|
PreferredOutpostArn?: String;
|
3317
3317
|
/**
|
3318
|
-
* The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis (cluster mode disabled) replication groups.
|
3318
|
+
* The role that is currently assigned to the node - primary or replica. This member is only applicable for Redis OSS (cluster mode disabled) replication groups.
|
3319
3319
|
*/
|
3320
3320
|
CurrentRole?: String;
|
3321
3321
|
}
|
@@ -3491,7 +3491,7 @@ declare namespace ElastiCache {
|
|
3491
3491
|
export type PendingLogDeliveryConfigurationList = PendingLogDeliveryConfiguration[];
|
3492
3492
|
export interface PendingModifiedValues {
|
3493
3493
|
/**
|
3494
|
-
* The new number of cache nodes for the cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
3494
|
+
* The new number of cache nodes for the cluster. For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
3495
3495
|
*/
|
3496
3496
|
NumCacheNodes?: IntegerOptional;
|
3497
3497
|
/**
|
@@ -3539,7 +3539,7 @@ declare namespace ElastiCache {
|
|
3539
3539
|
*/
|
3540
3540
|
ServiceUpdateName?: String;
|
3541
3541
|
/**
|
3542
|
-
* The status of the update action on the Redis cluster
|
3542
|
+
* The status of the update action on the Redis OSS cluster
|
3543
3543
|
*/
|
3544
3544
|
UpdateActionStatus?: UpdateActionStatus;
|
3545
3545
|
}
|
@@ -3655,7 +3655,7 @@ declare namespace ElastiCache {
|
|
3655
3655
|
*/
|
3656
3656
|
MemberClusters?: ClusterIdList;
|
3657
3657
|
/**
|
3658
|
-
* A list of node groups in this replication group. For Redis (cluster mode disabled) replication groups, this is a single-element list. For Redis (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).
|
3658
|
+
* A list of node groups in this replication group. For Redis OSS (cluster mode disabled) replication groups, this is a single-element list. For Redis OSS (cluster mode enabled) replication groups, the list contains an entry for each node group (shard).
|
3659
3659
|
*/
|
3660
3660
|
NodeGroups?: NodeGroupList;
|
3661
3661
|
/**
|
@@ -3663,7 +3663,7 @@ declare namespace ElastiCache {
|
|
3663
3663
|
*/
|
3664
3664
|
SnapshottingClusterId?: String;
|
3665
3665
|
/**
|
3666
|
-
* Indicates the status of automatic failover for this Redis replication group.
|
3666
|
+
* Indicates the status of automatic failover for this Redis OSS replication group.
|
3667
3667
|
*/
|
3668
3668
|
AutomaticFailover?: AutomaticFailoverStatus;
|
3669
3669
|
/**
|
@@ -3691,7 +3691,7 @@ declare namespace ElastiCache {
|
|
3691
3691
|
*/
|
3692
3692
|
CacheNodeType?: String;
|
3693
3693
|
/**
|
3694
|
-
* A flag that enables using an AuthToken (password) when issuing Redis commands. Default: false
|
3694
|
+
* A flag that enables using an AuthToken (password) when issuing Redis OSS commands. Default: false
|
3695
3695
|
*/
|
3696
3696
|
AuthTokenEnabled?: BooleanOptional;
|
3697
3697
|
/**
|
@@ -3699,11 +3699,11 @@ declare namespace ElastiCache {
|
|
3699
3699
|
*/
|
3700
3700
|
AuthTokenLastModifiedDate?: TStamp;
|
3701
3701
|
/**
|
3702
|
-
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using
|
3702
|
+
* A flag that enables in-transit encryption when set to true. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false
|
3703
3703
|
*/
|
3704
3704
|
TransitEncryptionEnabled?: BooleanOptional;
|
3705
3705
|
/**
|
3706
|
-
* A flag that enables encryption at-rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using
|
3706
|
+
* A flag that enables encryption at-rest when set to true. You cannot modify the value of AtRestEncryptionEnabled after the cluster is created. To enable encryption at-rest on a cluster you must set AtRestEncryptionEnabled to true when you create a cluster. Required: Only available when creating a replication group in an Amazon VPC using Redis OSS version 3.2.6, 4.x or later. Default: false
|
3707
3707
|
*/
|
3708
3708
|
AtRestEncryptionEnabled?: BooleanOptional;
|
3709
3709
|
/**
|
@@ -3735,15 +3735,15 @@ declare namespace ElastiCache {
|
|
3735
3735
|
*/
|
3736
3736
|
DataTiering?: DataTieringStatus;
|
3737
3737
|
/**
|
3738
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
3738
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
3739
3739
|
*/
|
3740
3740
|
AutoMinorVersionUpgrade?: Boolean;
|
3741
3741
|
/**
|
3742
|
-
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3742
|
+
* Must be either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3743
3743
|
*/
|
3744
3744
|
NetworkType?: NetworkType;
|
3745
3745
|
/**
|
3746
|
-
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3746
|
+
* The network type you choose when modifying a cluster, either ipv4 | ipv6. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
3747
3747
|
*/
|
3748
3748
|
IpDiscovery?: IpDiscovery;
|
3749
3749
|
/**
|
@@ -3751,7 +3751,7 @@ declare namespace ElastiCache {
|
|
3751
3751
|
*/
|
3752
3752
|
TransitEncryptionMode?: TransitEncryptionMode;
|
3753
3753
|
/**
|
3754
|
-
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3754
|
+
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3755
3755
|
*/
|
3756
3756
|
ClusterMode?: ClusterMode;
|
3757
3757
|
}
|
@@ -3774,7 +3774,7 @@ declare namespace ElastiCache {
|
|
3774
3774
|
*/
|
3775
3775
|
PrimaryClusterId?: String;
|
3776
3776
|
/**
|
3777
|
-
* Indicates the status of automatic failover for this Redis replication group.
|
3777
|
+
* Indicates the status of automatic failover for this Redis OSS replication group.
|
3778
3778
|
*/
|
3779
3779
|
AutomaticFailoverStatus?: PendingAutomaticFailoverStatus;
|
3780
3780
|
/**
|
@@ -3802,7 +3802,7 @@ declare namespace ElastiCache {
|
|
3802
3802
|
*/
|
3803
3803
|
TransitEncryptionMode?: TransitEncryptionMode;
|
3804
3804
|
/**
|
3805
|
-
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3805
|
+
* Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS clients to use cluster mode enabled, you can then complete cluster mode configuration and set the cluster mode to Enabled.
|
3806
3806
|
*/
|
3807
3807
|
ClusterMode?: ClusterMode;
|
3808
3808
|
}
|
@@ -3816,7 +3816,7 @@ declare namespace ElastiCache {
|
|
3816
3816
|
*/
|
3817
3817
|
ReservedCacheNodesOfferingId?: String;
|
3818
3818
|
/**
|
3819
|
-
* The cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
3819
|
+
* The cache node type for the reserved cache nodes. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
3820
3820
|
*/
|
3821
3821
|
CacheNodeType?: String;
|
3822
3822
|
/**
|
@@ -3877,7 +3877,7 @@ declare namespace ElastiCache {
|
|
3877
3877
|
*/
|
3878
3878
|
ReservedCacheNodesOfferingId?: String;
|
3879
3879
|
/**
|
3880
|
-
* The cache node type for the reserved cache node. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
3880
|
+
* The cache node type for the reserved cache node. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
3881
3881
|
*/
|
3882
3882
|
CacheNodeType?: String;
|
3883
3883
|
/**
|
@@ -3932,7 +3932,7 @@ declare namespace ElastiCache {
|
|
3932
3932
|
}
|
3933
3933
|
export interface ReshardingConfiguration {
|
3934
3934
|
/**
|
3935
|
-
* Either the ElastiCache
|
3935
|
+
* Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
|
3936
3936
|
*/
|
3937
3937
|
NodeGroupId?: AllowedNodeGroupId;
|
3938
3938
|
/**
|
@@ -4024,7 +4024,7 @@ declare namespace ElastiCache {
|
|
4024
4024
|
*/
|
4025
4025
|
ARN?: String;
|
4026
4026
|
/**
|
4027
|
-
* The identifier of the user group associated with the serverless cache. Available for Redis only. Default is NULL.
|
4027
|
+
* The identifier of the user group associated with the serverless cache. Available for Redis OSS only. Default is NULL.
|
4028
4028
|
*/
|
4029
4029
|
UserGroupId?: String;
|
4030
4030
|
/**
|
@@ -4032,11 +4032,11 @@ declare namespace ElastiCache {
|
|
4032
4032
|
*/
|
4033
4033
|
SubnetIds?: SubnetIdsList;
|
4034
4034
|
/**
|
4035
|
-
* The current setting for the number of serverless cache snapshots the system will retain. Available for Redis only.
|
4035
|
+
* The current setting for the number of serverless cache snapshots the system will retain. Available for Redis OSS and Serverless Memcached only.
|
4036
4036
|
*/
|
4037
4037
|
SnapshotRetentionLimit?: IntegerOptional;
|
4038
4038
|
/**
|
4039
|
-
* The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Redis only.
|
4039
|
+
* The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a specific time on a daily basis. Available for Redis OSS and Serverless Memcached only.
|
4040
4040
|
*/
|
4041
4041
|
DailySnapshotTime?: String;
|
4042
4042
|
}
|
@@ -4057,39 +4057,39 @@ declare namespace ElastiCache {
|
|
4057
4057
|
export type ServerlessCacheList = ServerlessCache[];
|
4058
4058
|
export interface ServerlessCacheSnapshot {
|
4059
4059
|
/**
|
4060
|
-
* The identifier of a serverless cache snapshot. Available for Redis only.
|
4060
|
+
* The identifier of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
4061
4061
|
*/
|
4062
4062
|
ServerlessCacheSnapshotName?: String;
|
4063
4063
|
/**
|
4064
|
-
* The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis only.
|
4064
|
+
* The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
4065
4065
|
*/
|
4066
4066
|
ARN?: String;
|
4067
4067
|
/**
|
4068
|
-
* The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis only.
|
4068
|
+
* The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.
|
4069
4069
|
*/
|
4070
4070
|
KmsKeyId?: String;
|
4071
4071
|
/**
|
4072
|
-
* The type of snapshot of serverless cache. Available for Redis only.
|
4072
|
+
* The type of snapshot of serverless cache. Available for Redis OSS and Serverless Memcached only.
|
4073
4073
|
*/
|
4074
4074
|
SnapshotType?: String;
|
4075
4075
|
/**
|
4076
|
-
* The current status of the serverless cache. Available for Redis only.
|
4076
|
+
* The current status of the serverless cache. Available for Redis OSS and Serverless Memcached only.
|
4077
4077
|
*/
|
4078
4078
|
Status?: String;
|
4079
4079
|
/**
|
4080
|
-
* The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Redis only.
|
4080
|
+
* The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot. Available for Redis OSS and Serverless Memcached only.
|
4081
4081
|
*/
|
4082
4082
|
CreateTime?: TStamp;
|
4083
4083
|
/**
|
4084
|
-
* The time that the serverless cache snapshot will expire. Available for Redis only.
|
4084
|
+
* The time that the serverless cache snapshot will expire. Available for Redis OSS and Serverless Memcached only.
|
4085
4085
|
*/
|
4086
4086
|
ExpiryTime?: TStamp;
|
4087
4087
|
/**
|
4088
|
-
* The total size of a serverless cache snapshot, in bytes. Available for Redis only.
|
4088
|
+
* The total size of a serverless cache snapshot, in bytes. Available for Redis OSS and Serverless Memcached only.
|
4089
4089
|
*/
|
4090
4090
|
BytesUsedForCache?: String;
|
4091
4091
|
/**
|
4092
|
-
* The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis only.
|
4092
|
+
* The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis OSS and Serverless Memcached only.
|
4093
4093
|
*/
|
4094
4094
|
ServerlessCacheConfiguration?: ServerlessCacheConfiguration;
|
4095
4095
|
}
|
@@ -4128,11 +4128,11 @@ declare namespace ElastiCache {
|
|
4128
4128
|
*/
|
4129
4129
|
ServiceUpdateType?: ServiceUpdateType;
|
4130
4130
|
/**
|
4131
|
-
* The Elasticache engine to which the update applies. Either Redis or Memcached
|
4131
|
+
* The Elasticache engine to which the update applies. Either Redis OSS or Memcached.
|
4132
4132
|
*/
|
4133
4133
|
Engine?: String;
|
4134
4134
|
/**
|
4135
|
-
* The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
|
4135
|
+
* The Elasticache engine version to which the update applies. Either Redis OSS or Memcached engine version.
|
4136
4136
|
*/
|
4137
4137
|
EngineVersion?: String;
|
4138
4138
|
/**
|
@@ -4192,7 +4192,7 @@ declare namespace ElastiCache {
|
|
4192
4192
|
*/
|
4193
4193
|
SnapshotSource?: String;
|
4194
4194
|
/**
|
4195
|
-
* The name of the compute and memory capacity node type for the source cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis append-only files (AOF) are not supported for T1 or T2 instances. Redis Multi-AZ with automatic failover is not supported on T1 instances. Redis configuration variables appendonly and appendfsync are not supported on Redis version 2.8.22 and later.
|
4195
|
+
* The name of the compute and memory capacity node type for the source cluster. The following node types are supported by ElastiCache. Generally speaking, the current generation types provide more memory and computational power at lower cost when compared to their equivalent previous generation counterparts. General purpose: Current generation: M7g node types: cache.m7g.large, cache.m7g.xlarge, cache.m7g.2xlarge, cache.m7g.4xlarge, cache.m7g.8xlarge, cache.m7g.12xlarge, cache.m7g.16xlarge For region availability, see Supported Node Types M6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.m6g.large, cache.m6g.xlarge, cache.m6g.2xlarge, cache.m6g.4xlarge, cache.m6g.8xlarge, cache.m6g.12xlarge, cache.m6g.16xlarge M5 node types: cache.m5.large, cache.m5.xlarge, cache.m5.2xlarge, cache.m5.4xlarge, cache.m5.12xlarge, cache.m5.24xlarge M4 node types: cache.m4.large, cache.m4.xlarge, cache.m4.2xlarge, cache.m4.4xlarge, cache.m4.10xlarge T4g node types (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): cache.t4g.micro, cache.t4g.small, cache.t4g.medium T3 node types: cache.t3.micro, cache.t3.small, cache.t3.medium T2 node types: cache.t2.micro, cache.t2.small, cache.t2.medium Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) T1 node types: cache.t1.micro M1 node types: cache.m1.small, cache.m1.medium, cache.m1.large, cache.m1.xlarge M3 node types: cache.m3.medium, cache.m3.large, cache.m3.xlarge, cache.m3.2xlarge Compute optimized: Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) C1 node types: cache.c1.xlarge Memory optimized: Current generation: R7g node types: cache.r7g.large, cache.r7g.xlarge, cache.r7g.2xlarge, cache.r7g.4xlarge, cache.r7g.8xlarge, cache.r7g.12xlarge, cache.r7g.16xlarge For region availability, see Supported Node Types R6g node types (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): cache.r6g.large, cache.r6g.xlarge, cache.r6g.2xlarge, cache.r6g.4xlarge, cache.r6g.8xlarge, cache.r6g.12xlarge, cache.r6g.16xlarge R5 node types: cache.r5.large, cache.r5.xlarge, cache.r5.2xlarge, cache.r5.4xlarge, cache.r5.12xlarge, cache.r5.24xlarge R4 node types: cache.r4.large, cache.r4.xlarge, cache.r4.2xlarge, cache.r4.4xlarge, cache.r4.8xlarge, cache.r4.16xlarge Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.) M2 node types: cache.m2.xlarge, cache.m2.2xlarge, cache.m2.4xlarge R3 node types: cache.r3.large, cache.r3.xlarge, cache.r3.2xlarge, cache.r3.4xlarge, cache.r3.8xlarge Additional node type info All current generation instance types are created in Amazon VPC by default. Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. Redis OSS configuration variables appendonly and appendfsync are not supported on Redis OSS version 2.8.22 and later.
|
4196
4196
|
*/
|
4197
4197
|
CacheNodeType?: String;
|
4198
4198
|
/**
|
@@ -4204,7 +4204,7 @@ declare namespace ElastiCache {
|
|
4204
4204
|
*/
|
4205
4205
|
EngineVersion?: String;
|
4206
4206
|
/**
|
4207
|
-
* The number of cache nodes in the source cluster. For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
4207
|
+
* The number of cache nodes in the source cluster. For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
|
4208
4208
|
*/
|
4209
4209
|
NumCacheNodes?: IntegerOptional;
|
4210
4210
|
/**
|
@@ -4244,7 +4244,7 @@ declare namespace ElastiCache {
|
|
4244
4244
|
*/
|
4245
4245
|
VpcId?: String;
|
4246
4246
|
/**
|
4247
|
-
* If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
4247
|
+
* If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
4248
4248
|
*/
|
4249
4249
|
AutoMinorVersionUpgrade?: Boolean;
|
4250
4250
|
/**
|
@@ -4260,7 +4260,7 @@ declare namespace ElastiCache {
|
|
4260
4260
|
*/
|
4261
4261
|
NumNodeGroups?: IntegerOptional;
|
4262
4262
|
/**
|
4263
|
-
* Indicates the status of automatic failover for the source Redis replication group.
|
4263
|
+
* Indicates the status of automatic failover for the source Redis OSS replication group.
|
4264
4264
|
*/
|
4265
4265
|
AutomaticFailover?: AutomaticFailoverStatus;
|
4266
4266
|
/**
|
@@ -4289,7 +4289,7 @@ declare namespace ElastiCache {
|
|
4289
4289
|
*/
|
4290
4290
|
ReplicationGroupId: String;
|
4291
4291
|
/**
|
4292
|
-
* List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
|
4292
|
+
* List of endpoints from which data should be migrated. For Redis OSS (cluster mode disabled), list should have only one element.
|
4293
4293
|
*/
|
4294
4294
|
CustomerNodeEndpointList: CustomerNodeEndpointList;
|
4295
4295
|
}
|
@@ -4311,7 +4311,7 @@ declare namespace ElastiCache {
|
|
4311
4311
|
*/
|
4312
4312
|
SubnetOutpost?: SubnetOutpost;
|
4313
4313
|
/**
|
4314
|
-
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
4314
|
+
* Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.
|
4315
4315
|
*/
|
4316
4316
|
SupportedNetworkTypes?: NetworkTypeList;
|
4317
4317
|
}
|
@@ -4470,7 +4470,7 @@ declare namespace ElastiCache {
|
|
4470
4470
|
*/
|
4471
4471
|
EstimatedUpdateTime?: String;
|
4472
4472
|
/**
|
4473
|
-
* The Elasticache engine to which the update applies. Either Redis or Memcached
|
4473
|
+
* The Elasticache engine to which the update applies. Either Redis OSS or Memcached.
|
4474
4474
|
*/
|
4475
4475
|
Engine?: String;
|
4476
4476
|
}
|
@@ -4515,7 +4515,7 @@ declare namespace ElastiCache {
|
|
4515
4515
|
*/
|
4516
4516
|
Engine?: EngineType;
|
4517
4517
|
/**
|
4518
|
-
* The minimum engine version required, which is Redis 6.0
|
4518
|
+
* The minimum engine version required, which is Redis OSS 6.0
|
4519
4519
|
*/
|
4520
4520
|
MinimumEngineVersion?: String;
|
4521
4521
|
/**
|
@@ -4545,7 +4545,7 @@ declare namespace ElastiCache {
|
|
4545
4545
|
*/
|
4546
4546
|
Status?: String;
|
4547
4547
|
/**
|
4548
|
-
* The current supported value is Redis.
|
4548
|
+
* The current supported value is Redis user.
|
4549
4549
|
*/
|
4550
4550
|
Engine?: EngineType;
|
4551
4551
|
/**
|
@@ -4553,7 +4553,7 @@ declare namespace ElastiCache {
|
|
4553
4553
|
*/
|
4554
4554
|
UserIds?: UserIdList;
|
4555
4555
|
/**
|
4556
|
-
* The minimum engine version required, which is Redis 6.0
|
4556
|
+
* The minimum engine version required, which is Redis OSS 6.0
|
4557
4557
|
*/
|
4558
4558
|
MinimumEngineVersion?: String;
|
4559
4559
|
/**
|
@@ -4565,7 +4565,7 @@ declare namespace ElastiCache {
|
|
4565
4565
|
*/
|
4566
4566
|
ReplicationGroups?: UGReplicationGroupIdList;
|
4567
4567
|
/**
|
4568
|
-
* Indicates which serverless caches the specified user group is associated with. Available for Redis only.
|
4568
|
+
* Indicates which serverless caches the specified user group is associated with. Available for Redis OSS and Serverless Memcached only.
|
4569
4569
|
*/
|
4570
4570
|
ServerlessCaches?: UGServerlessCacheIdList;
|
4571
4571
|
/**
|