@aws-sdk/client-elasticache 3.620.0 → 3.621.0
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/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +5 -5
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +2 -2
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +9 -9
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +5 -5
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +12 -3
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +6 -1
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +2 -2
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -3
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/TestFailoverCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +236 -242
- package/dist-types/models/models_1.d.ts +4 -4
- package/package.json +11 -11
|
@@ -120,7 +120,7 @@ export declare class InvalidReplicationGroupStateFault extends __BaseException {
|
|
|
120
120
|
constructor(opts: __ExceptionOptionType<InvalidReplicationGroupStateFault, __BaseException>);
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* <p>The state of the serverless cache snapshot was not received. Available for Redis only.</p>
|
|
123
|
+
* <p>The state of the serverless cache snapshot was not received. Available for Redis OSS and Serverless Memcached only.</p>
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class InvalidServerlessCacheSnapshotStateFault extends __BaseException {
|
|
@@ -180,7 +180,7 @@ export declare class ServerlessCacheNotFoundFault extends __BaseException {
|
|
|
180
180
|
constructor(opts: __ExceptionOptionType<ServerlessCacheNotFoundFault, __BaseException>);
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
|
-
* <p>This serverless cache snapshot could not be found or does not exist. Available for Redis only.</p>
|
|
183
|
+
* <p>This serverless cache snapshot could not be found or does not exist. Available for Redis OSS and Serverless Memcached only.</p>
|
|
184
184
|
* @public
|
|
185
185
|
*/
|
|
186
186
|
export declare class ServerlessCacheSnapshotNotFoundFault extends __BaseException {
|
|
@@ -263,7 +263,7 @@ export interface AllowedNodeTypeModificationsMessage {
|
|
|
263
263
|
/**
|
|
264
264
|
* <p>A string list, each element of which specifies a cache node type which you can use to
|
|
265
265
|
* scale your cluster or replication group.</p>
|
|
266
|
-
* <p>When scaling up a Redis cluster or replication group using
|
|
266
|
+
* <p>When scaling up a Redis OSS cluster or replication group using
|
|
267
267
|
* <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value
|
|
268
268
|
* from this list for the <code>CacheNodeType</code> parameter.</p>
|
|
269
269
|
* @public
|
|
@@ -271,7 +271,7 @@ export interface AllowedNodeTypeModificationsMessage {
|
|
|
271
271
|
ScaleUpModifications?: string[];
|
|
272
272
|
/**
|
|
273
273
|
* <p>A string list, each element of which specifies a cache node type which you can use to
|
|
274
|
-
* scale your cluster or replication group. When scaling down a Redis cluster or
|
|
274
|
+
* scale your cluster or replication group. When scaling down a Redis OSS cluster or
|
|
275
275
|
* replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from
|
|
276
276
|
* this list for the CacheNodeType parameter. </p>
|
|
277
277
|
* @public
|
|
@@ -520,7 +520,7 @@ export interface ProcessedUpdateAction {
|
|
|
520
520
|
*/
|
|
521
521
|
ServiceUpdateName?: string;
|
|
522
522
|
/**
|
|
523
|
-
* <p>The status of the update action on the Redis cluster</p>
|
|
523
|
+
* <p>The status of the update action on the Redis OSS cluster</p>
|
|
524
524
|
* @public
|
|
525
525
|
*/
|
|
526
526
|
UpdateActionStatus?: UpdateActionStatus;
|
|
@@ -870,7 +870,7 @@ export interface NodeGroupMember {
|
|
|
870
870
|
CacheNodeId?: string;
|
|
871
871
|
/**
|
|
872
872
|
* <p>The information required for client programs to connect to a node for read operations.
|
|
873
|
-
* The read endpoint is only applicable on Redis (cluster mode disabled) clusters.</p>
|
|
873
|
+
* The read endpoint is only applicable on Redis OSS (cluster mode disabled) clusters.</p>
|
|
874
874
|
* @public
|
|
875
875
|
*/
|
|
876
876
|
ReadEndpoint?: Endpoint;
|
|
@@ -886,7 +886,7 @@ export interface NodeGroupMember {
|
|
|
886
886
|
PreferredOutpostArn?: string;
|
|
887
887
|
/**
|
|
888
888
|
* <p>The role that is currently assigned to the node - <code>primary</code> or
|
|
889
|
-
* <code>replica</code>. This member is only applicable for Redis (cluster mode
|
|
889
|
+
* <code>replica</code>. This member is only applicable for Redis OSS (cluster mode
|
|
890
890
|
* disabled) replication groups.</p>
|
|
891
891
|
* @public
|
|
892
892
|
*/
|
|
@@ -900,9 +900,8 @@ export interface NodeGroupMember {
|
|
|
900
900
|
*/
|
|
901
901
|
export interface NodeGroup {
|
|
902
902
|
/**
|
|
903
|
-
* <p>The identifier for the node group (shard). A Redis (cluster mode disabled) replication
|
|
904
|
-
* group contains only 1 node group; therefore, the node group ID is 0001. A Redis (cluster
|
|
905
|
-
* mode enabled) replication group contains 1 to 90 node groups numbered 0001 to 0090.
|
|
903
|
+
* <p>The identifier for the node group (shard). A Redis OSS (cluster mode disabled) replication
|
|
904
|
+
* 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.
|
|
906
905
|
* Optionally, the user can provide the id for a node group. </p>
|
|
907
906
|
* @public
|
|
908
907
|
*/
|
|
@@ -1038,7 +1037,7 @@ export interface UserGroupsUpdateStatus {
|
|
|
1038
1037
|
UserGroupIdsToRemove?: string[];
|
|
1039
1038
|
}
|
|
1040
1039
|
/**
|
|
1041
|
-
* <p>The settings to be applied to the Redis replication group, either immediately or
|
|
1040
|
+
* <p>The settings to be applied to the Redis OSS replication group, either immediately or
|
|
1042
1041
|
* during the next maintenance window.</p>
|
|
1043
1042
|
* @public
|
|
1044
1043
|
*/
|
|
@@ -1051,7 +1050,7 @@ export interface ReplicationGroupPendingModifiedValues {
|
|
|
1051
1050
|
*/
|
|
1052
1051
|
PrimaryClusterId?: string;
|
|
1053
1052
|
/**
|
|
1054
|
-
* <p>Indicates the status of automatic failover for this Redis replication group.</p>
|
|
1053
|
+
* <p>Indicates the status of automatic failover for this Redis OSS replication group.</p>
|
|
1055
1054
|
* @public
|
|
1056
1055
|
*/
|
|
1057
1056
|
AutomaticFailoverStatus?: PendingAutomaticFailoverStatus;
|
|
@@ -1088,8 +1087,8 @@ export interface ReplicationGroupPendingModifiedValues {
|
|
|
1088
1087
|
TransitEncryptionMode?: TransitEncryptionMode;
|
|
1089
1088
|
/**
|
|
1090
1089
|
* <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
|
|
1091
|
-
* set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect
|
|
1092
|
-
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis
|
|
1090
|
+
* set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect
|
|
1091
|
+
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS
|
|
1093
1092
|
* clients to use cluster mode enabled, you can then complete cluster mode configuration
|
|
1094
1093
|
* and set the cluster mode to Enabled.</p>
|
|
1095
1094
|
* @public
|
|
@@ -1097,7 +1096,7 @@ export interface ReplicationGroupPendingModifiedValues {
|
|
|
1097
1096
|
ClusterMode?: ClusterMode;
|
|
1098
1097
|
}
|
|
1099
1098
|
/**
|
|
1100
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
1099
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
1101
1100
|
* @public
|
|
1102
1101
|
*/
|
|
1103
1102
|
export interface ReplicationGroup {
|
|
@@ -1136,8 +1135,8 @@ export interface ReplicationGroup {
|
|
|
1136
1135
|
*/
|
|
1137
1136
|
MemberClusters?: string[];
|
|
1138
1137
|
/**
|
|
1139
|
-
* <p>A list of node groups in this replication group. For Redis (cluster mode disabled)
|
|
1140
|
-
* replication groups, this is a single-element list. For Redis (cluster mode enabled)
|
|
1138
|
+
* <p>A list of node groups in this replication group. For Redis OSS (cluster mode disabled)
|
|
1139
|
+
* replication groups, this is a single-element list. For Redis OSS (cluster mode enabled)
|
|
1141
1140
|
* replication groups, the list contains an entry for each node group (shard).</p>
|
|
1142
1141
|
* @public
|
|
1143
1142
|
*/
|
|
@@ -1149,7 +1148,7 @@ export interface ReplicationGroup {
|
|
|
1149
1148
|
*/
|
|
1150
1149
|
SnapshottingClusterId?: string;
|
|
1151
1150
|
/**
|
|
1152
|
-
* <p>Indicates the status of automatic failover for this Redis replication group.</p>
|
|
1151
|
+
* <p>Indicates the status of automatic failover for this Redis OSS replication group.</p>
|
|
1153
1152
|
* @public
|
|
1154
1153
|
*/
|
|
1155
1154
|
AutomaticFailover?: AutomaticFailoverStatus;
|
|
@@ -1207,7 +1206,7 @@ export interface ReplicationGroup {
|
|
|
1207
1206
|
*/
|
|
1208
1207
|
CacheNodeType?: string;
|
|
1209
1208
|
/**
|
|
1210
|
-
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis
|
|
1209
|
+
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis OSS
|
|
1211
1210
|
* commands.</p>
|
|
1212
1211
|
* <p>Default: <code>false</code>
|
|
1213
1212
|
* </p>
|
|
@@ -1223,7 +1222,7 @@ export interface ReplicationGroup {
|
|
|
1223
1222
|
* <p>A flag that enables in-transit encryption when set to <code>true</code>.</p>
|
|
1224
1223
|
* <p>
|
|
1225
1224
|
* <b>Required:</b> Only available when creating a replication
|
|
1226
|
-
* group in an Amazon VPC using
|
|
1225
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
1227
1226
|
* later.</p>
|
|
1228
1227
|
* <p>Default: <code>false</code>
|
|
1229
1228
|
* </p>
|
|
@@ -1238,7 +1237,7 @@ export interface ReplicationGroup {
|
|
|
1238
1237
|
* cluster.</p>
|
|
1239
1238
|
* <p>
|
|
1240
1239
|
* <b>Required:</b> Only available when creating a replication
|
|
1241
|
-
* group in an Amazon VPC using
|
|
1240
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
1242
1241
|
* later.</p>
|
|
1243
1242
|
* <p>Default: <code>false</code>
|
|
1244
1243
|
* </p>
|
|
@@ -1283,7 +1282,7 @@ export interface ReplicationGroup {
|
|
|
1283
1282
|
*/
|
|
1284
1283
|
DataTiering?: DataTieringStatus;
|
|
1285
1284
|
/**
|
|
1286
|
-
* <p>If you are running Redis engine version 6.0 or later, set this parameter to yes if you
|
|
1285
|
+
* <p>If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you
|
|
1287
1286
|
* want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
1288
1287
|
* disabled for previous versions. </p>
|
|
1289
1288
|
* @public
|
|
@@ -1291,14 +1290,14 @@ export interface ReplicationGroup {
|
|
|
1291
1290
|
AutoMinorVersionUpgrade?: boolean;
|
|
1292
1291
|
/**
|
|
1293
1292
|
* <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
|
|
1294
|
-
* is supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
1293
|
+
* is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
1295
1294
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
1296
1295
|
* @public
|
|
1297
1296
|
*/
|
|
1298
1297
|
NetworkType?: NetworkType;
|
|
1299
1298
|
/**
|
|
1300
1299
|
* <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
|
|
1301
|
-
* <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
|
|
1300
|
+
* <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS engine version 6.2
|
|
1302
1301
|
* onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
1303
1302
|
* @public
|
|
1304
1303
|
*/
|
|
@@ -1311,8 +1310,8 @@ export interface ReplicationGroup {
|
|
|
1311
1310
|
TransitEncryptionMode?: TransitEncryptionMode;
|
|
1312
1311
|
/**
|
|
1313
1312
|
* <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
|
|
1314
|
-
* set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect
|
|
1315
|
-
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis
|
|
1313
|
+
* set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect
|
|
1314
|
+
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS
|
|
1316
1315
|
* clients to use cluster mode enabled, you can then complete cluster mode configuration
|
|
1317
1316
|
* and set the cluster mode to Enabled.</p>
|
|
1318
1317
|
* @public
|
|
@@ -1324,7 +1323,7 @@ export interface ReplicationGroup {
|
|
|
1324
1323
|
*/
|
|
1325
1324
|
export interface CompleteMigrationResponse {
|
|
1326
1325
|
/**
|
|
1327
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
1326
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
1328
1327
|
* @public
|
|
1329
1328
|
*/
|
|
1330
1329
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -1346,22 +1345,22 @@ export declare class ReplicationGroupNotUnderMigrationFault extends __BaseExcept
|
|
|
1346
1345
|
*/
|
|
1347
1346
|
export interface CopyServerlessCacheSnapshotRequest {
|
|
1348
1347
|
/**
|
|
1349
|
-
* <p>The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis only.</p>
|
|
1348
|
+
* <p>The identifier of the existing serverless cache’s snapshot to be copied. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1350
1349
|
* @public
|
|
1351
1350
|
*/
|
|
1352
1351
|
SourceServerlessCacheSnapshotName: string | undefined;
|
|
1353
1352
|
/**
|
|
1354
|
-
* <p>The identifier for the snapshot to be created. Available for Redis only.</p>
|
|
1353
|
+
* <p>The identifier for the snapshot to be created. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1355
1354
|
* @public
|
|
1356
1355
|
*/
|
|
1357
1356
|
TargetServerlessCacheSnapshotName: string | undefined;
|
|
1358
1357
|
/**
|
|
1359
|
-
* <p>The identifier of the KMS key used to encrypt the target snapshot. Available for Redis only.</p>
|
|
1358
|
+
* <p>The identifier of the KMS key used to encrypt the target snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1360
1359
|
* @public
|
|
1361
1360
|
*/
|
|
1362
1361
|
KmsKeyId?: string;
|
|
1363
1362
|
/**
|
|
1364
|
-
* <p>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</p>
|
|
1363
|
+
* <p>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</p>
|
|
1365
1364
|
* @public
|
|
1366
1365
|
*/
|
|
1367
1366
|
Tags?: Tag[];
|
|
@@ -1388,53 +1387,53 @@ export interface ServerlessCacheConfiguration {
|
|
|
1388
1387
|
MajorEngineVersion?: string;
|
|
1389
1388
|
}
|
|
1390
1389
|
/**
|
|
1391
|
-
* <p>The resource representing a serverless cache snapshot. Available for Redis only.</p>
|
|
1390
|
+
* <p>The resource representing a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1392
1391
|
* @public
|
|
1393
1392
|
*/
|
|
1394
1393
|
export interface ServerlessCacheSnapshot {
|
|
1395
1394
|
/**
|
|
1396
|
-
* <p>The identifier of a serverless cache snapshot. Available for Redis only.</p>
|
|
1395
|
+
* <p>The identifier of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1397
1396
|
* @public
|
|
1398
1397
|
*/
|
|
1399
1398
|
ServerlessCacheSnapshotName?: string;
|
|
1400
1399
|
/**
|
|
1401
|
-
* <p>The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis only.</p>
|
|
1400
|
+
* <p>The Amazon Resource Name (ARN) of a serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1402
1401
|
* @public
|
|
1403
1402
|
*/
|
|
1404
1403
|
ARN?: string;
|
|
1405
1404
|
/**
|
|
1406
|
-
* <p>The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot. Available for Redis only.</p>
|
|
1405
|
+
* <p>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.</p>
|
|
1407
1406
|
* @public
|
|
1408
1407
|
*/
|
|
1409
1408
|
KmsKeyId?: string;
|
|
1410
1409
|
/**
|
|
1411
|
-
* <p>The type of snapshot of serverless cache. Available for Redis only.</p>
|
|
1410
|
+
* <p>The type of snapshot of serverless cache. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1412
1411
|
* @public
|
|
1413
1412
|
*/
|
|
1414
1413
|
SnapshotType?: string;
|
|
1415
1414
|
/**
|
|
1416
|
-
* <p>The current status of the serverless cache. Available for Redis only.</p>
|
|
1415
|
+
* <p>The current status of the serverless cache. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1417
1416
|
* @public
|
|
1418
1417
|
*/
|
|
1419
1418
|
Status?: string;
|
|
1420
1419
|
/**
|
|
1421
1420
|
* <p>The date and time that the source serverless cache's metadata and cache data set was obtained for
|
|
1422
|
-
* the snapshot. Available for Redis only.</p>
|
|
1421
|
+
* the snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1423
1422
|
* @public
|
|
1424
1423
|
*/
|
|
1425
1424
|
CreateTime?: Date;
|
|
1426
1425
|
/**
|
|
1427
|
-
* <p>The time that the serverless cache snapshot will expire. Available for Redis only.</p>
|
|
1426
|
+
* <p>The time that the serverless cache snapshot will expire. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1428
1427
|
* @public
|
|
1429
1428
|
*/
|
|
1430
1429
|
ExpiryTime?: Date;
|
|
1431
1430
|
/**
|
|
1432
|
-
* <p>The total size of a serverless cache snapshot, in bytes. Available for Redis only.</p>
|
|
1431
|
+
* <p>The total size of a serverless cache snapshot, in bytes. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1433
1432
|
* @public
|
|
1434
1433
|
*/
|
|
1435
1434
|
BytesUsedForCache?: string;
|
|
1436
1435
|
/**
|
|
1437
|
-
* <p>The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis only.</p>
|
|
1436
|
+
* <p>The configuration of the serverless cache, at the time the snapshot was taken. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1438
1437
|
* @public
|
|
1439
1438
|
*/
|
|
1440
1439
|
ServerlessCacheConfiguration?: ServerlessCacheConfiguration;
|
|
@@ -1444,13 +1443,13 @@ export interface ServerlessCacheSnapshot {
|
|
|
1444
1443
|
*/
|
|
1445
1444
|
export interface CopyServerlessCacheSnapshotResponse {
|
|
1446
1445
|
/**
|
|
1447
|
-
* <p>The response for the attempt to copy the serverless cache snapshot. Available for Redis only.</p>
|
|
1446
|
+
* <p>The response for the attempt to copy the serverless cache snapshot. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1448
1447
|
* @public
|
|
1449
1448
|
*/
|
|
1450
1449
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
|
1451
1450
|
}
|
|
1452
1451
|
/**
|
|
1453
|
-
* <p>A serverless cache snapshot with this name already exists. Available for Redis only.</p>
|
|
1452
|
+
* <p>A serverless cache snapshot with this name already exists. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1454
1453
|
* @public
|
|
1455
1454
|
*/
|
|
1456
1455
|
export declare class ServerlessCacheSnapshotAlreadyExistsFault extends __BaseException {
|
|
@@ -1462,7 +1461,7 @@ export declare class ServerlessCacheSnapshotAlreadyExistsFault extends __BaseExc
|
|
|
1462
1461
|
constructor(opts: __ExceptionOptionType<ServerlessCacheSnapshotAlreadyExistsFault, __BaseException>);
|
|
1463
1462
|
}
|
|
1464
1463
|
/**
|
|
1465
|
-
* <p>The number of serverless cache snapshots exceeds the customer snapshot quota. Available for Redis only.</p>
|
|
1464
|
+
* <p>The number of serverless cache snapshots exceeds the customer snapshot quota. Available for Redis OSS and Serverless Memcached only.</p>
|
|
1466
1465
|
* @public
|
|
1467
1466
|
*/
|
|
1468
1467
|
export declare class ServerlessCacheSnapshotQuotaExceededFault extends __BaseException {
|
|
@@ -1533,7 +1532,7 @@ export interface CopySnapshotMessage {
|
|
|
1533
1532
|
*/
|
|
1534
1533
|
export interface NodeGroupConfiguration {
|
|
1535
1534
|
/**
|
|
1536
|
-
* <p>Either the ElastiCache
|
|
1535
|
+
* <p>Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the
|
|
1537
1536
|
* node group these configuration values apply to.</p>
|
|
1538
1537
|
* @public
|
|
1539
1538
|
*/
|
|
@@ -1618,7 +1617,7 @@ export interface NodeSnapshot {
|
|
|
1618
1617
|
SnapshotCreateTime?: Date;
|
|
1619
1618
|
}
|
|
1620
1619
|
/**
|
|
1621
|
-
* <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was
|
|
1620
|
+
* <p>Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was
|
|
1622
1621
|
* taken.</p>
|
|
1623
1622
|
* @public
|
|
1624
1623
|
*/
|
|
@@ -1683,7 +1682,7 @@ export interface Snapshot {
|
|
|
1683
1682
|
* </p>
|
|
1684
1683
|
* </note>
|
|
1685
1684
|
* <p>
|
|
1686
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
1685
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
1687
1686
|
*
|
|
1688
1687
|
* <code>cache.m6g.large</code>,
|
|
1689
1688
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -1711,7 +1710,7 @@ export interface Snapshot {
|
|
|
1711
1710
|
* <code>cache.m4.10xlarge</code>
|
|
1712
1711
|
* </p>
|
|
1713
1712
|
* <p>
|
|
1714
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
1713
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
1715
1714
|
* <code>cache.t4g.micro</code>,
|
|
1716
1715
|
* <code>cache.t4g.small</code>,
|
|
1717
1716
|
* <code>cache.t4g.medium</code>
|
|
@@ -1784,7 +1783,7 @@ export interface Snapshot {
|
|
|
1784
1783
|
* </p>
|
|
1785
1784
|
* </note>
|
|
1786
1785
|
* <p>
|
|
1787
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
1786
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
1788
1787
|
* <code>cache.r6g.large</code>,
|
|
1789
1788
|
* <code>cache.r6g.xlarge</code>,
|
|
1790
1789
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -1841,15 +1840,15 @@ export interface Snapshot {
|
|
|
1841
1840
|
* default.</p>
|
|
1842
1841
|
* </li>
|
|
1843
1842
|
* <li>
|
|
1844
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
1843
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
1845
1844
|
* </li>
|
|
1846
1845
|
* <li>
|
|
1847
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
1846
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
1848
1847
|
* instances.</p>
|
|
1849
1848
|
* </li>
|
|
1850
1849
|
* <li>
|
|
1851
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
1852
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
1850
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
1851
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
1853
1852
|
* later.</p>
|
|
1854
1853
|
* </li>
|
|
1855
1854
|
* </ul>
|
|
@@ -1869,7 +1868,7 @@ export interface Snapshot {
|
|
|
1869
1868
|
EngineVersion?: string;
|
|
1870
1869
|
/**
|
|
1871
1870
|
* <p>The number of cache nodes in the source cluster.</p>
|
|
1872
|
-
* <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this
|
|
1871
|
+
* <p>For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this
|
|
1873
1872
|
* value must be between 1 and 40.</p>
|
|
1874
1873
|
* @public
|
|
1875
1874
|
*/
|
|
@@ -1964,7 +1963,7 @@ export interface Snapshot {
|
|
|
1964
1963
|
*/
|
|
1965
1964
|
VpcId?: string;
|
|
1966
1965
|
/**
|
|
1967
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
1966
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
1968
1967
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
1969
1968
|
* disabled for previous versions. </p>
|
|
1970
1969
|
* @public
|
|
@@ -1997,7 +1996,7 @@ export interface Snapshot {
|
|
|
1997
1996
|
*/
|
|
1998
1997
|
NumNodeGroups?: number;
|
|
1999
1998
|
/**
|
|
2000
|
-
* <p>Indicates the status of automatic failover for the source Redis replication
|
|
1999
|
+
* <p>Indicates the status of automatic failover for the source Redis OSS replication
|
|
2001
2000
|
* group.</p>
|
|
2002
2001
|
* @public
|
|
2003
2002
|
*/
|
|
@@ -2030,7 +2029,7 @@ export interface Snapshot {
|
|
|
2030
2029
|
*/
|
|
2031
2030
|
export interface CopySnapshotResult {
|
|
2032
2031
|
/**
|
|
2033
|
-
* <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was
|
|
2032
|
+
* <p>Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was
|
|
2034
2033
|
* taken.</p>
|
|
2035
2034
|
* @public
|
|
2036
2035
|
*/
|
|
@@ -2236,7 +2235,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2236
2235
|
PreferredAvailabilityZones?: string[];
|
|
2237
2236
|
/**
|
|
2238
2237
|
* <p>The initial number of cache nodes that the cluster has.</p>
|
|
2239
|
-
* <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this
|
|
2238
|
+
* <p>For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this
|
|
2240
2239
|
* value must be between 1 and 40.</p>
|
|
2241
2240
|
* <p>If you need more than 40 nodes for your Memcached cluster, please fill out the
|
|
2242
2241
|
* ElastiCache Limit Increase Request form at <a href="http://aws.amazon.com/contact-us/elasticache-node-limit-request/">http://aws.amazon.com/contact-us/elasticache-node-limit-request/</a>.</p>
|
|
@@ -2269,7 +2268,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2269
2268
|
* </p>
|
|
2270
2269
|
* </note>
|
|
2271
2270
|
* <p>
|
|
2272
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2271
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2273
2272
|
*
|
|
2274
2273
|
* <code>cache.m6g.large</code>,
|
|
2275
2274
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -2297,7 +2296,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2297
2296
|
* <code>cache.m4.10xlarge</code>
|
|
2298
2297
|
* </p>
|
|
2299
2298
|
* <p>
|
|
2300
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
2299
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
2301
2300
|
* <code>cache.t4g.micro</code>,
|
|
2302
2301
|
* <code>cache.t4g.small</code>,
|
|
2303
2302
|
* <code>cache.t4g.medium</code>
|
|
@@ -2370,7 +2369,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2370
2369
|
* </p>
|
|
2371
2370
|
* </note>
|
|
2372
2371
|
* <p>
|
|
2373
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2372
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2374
2373
|
* <code>cache.r6g.large</code>,
|
|
2375
2374
|
* <code>cache.r6g.xlarge</code>,
|
|
2376
2375
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -2427,15 +2426,15 @@ export interface CreateCacheClusterMessage {
|
|
|
2427
2426
|
* default.</p>
|
|
2428
2427
|
* </li>
|
|
2429
2428
|
* <li>
|
|
2430
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
2429
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
2431
2430
|
* </li>
|
|
2432
2431
|
* <li>
|
|
2433
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
2432
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
2434
2433
|
* instances.</p>
|
|
2435
2434
|
* </li>
|
|
2436
2435
|
* <li>
|
|
2437
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
2438
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
2436
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
2437
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
2439
2438
|
* later.</p>
|
|
2440
2439
|
* </li>
|
|
2441
2440
|
* </ul>
|
|
@@ -2502,7 +2501,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2502
2501
|
Tags?: Tag[];
|
|
2503
2502
|
/**
|
|
2504
2503
|
* <p>A single-element string list containing an Amazon Resource Name (ARN) that uniquely
|
|
2505
|
-
* identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file is used to
|
|
2504
|
+
* identifies a Redis OSS RDB snapshot file stored in Amazon S3. The snapshot file is used to
|
|
2506
2505
|
* populate the node group (shard). The Amazon S3 object name in the ARN cannot contain any
|
|
2507
2506
|
* commas.</p>
|
|
2508
2507
|
* <note>
|
|
@@ -2515,7 +2514,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2515
2514
|
*/
|
|
2516
2515
|
SnapshotArns?: string[];
|
|
2517
2516
|
/**
|
|
2518
|
-
* <p>The name of a Redis snapshot from which to restore data into the new node group
|
|
2517
|
+
* <p>The name of a Redis OSS snapshot from which to restore data into the new node group
|
|
2519
2518
|
* (shard). The snapshot status changes to <code>restoring</code> while the new node group
|
|
2520
2519
|
* (shard) is being created.</p>
|
|
2521
2520
|
* <note>
|
|
@@ -2547,7 +2546,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2547
2546
|
*/
|
|
2548
2547
|
NotificationTopicArn?: string;
|
|
2549
2548
|
/**
|
|
2550
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
2549
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
2551
2550
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
2552
2551
|
* disabled for previous versions. </p>
|
|
2553
2552
|
* @public
|
|
@@ -2631,14 +2630,14 @@ export interface CreateCacheClusterMessage {
|
|
|
2631
2630
|
TransitEncryptionEnabled?: boolean;
|
|
2632
2631
|
/**
|
|
2633
2632
|
* <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
|
|
2634
|
-
* is supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
2633
|
+
* is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
2635
2634
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>. </p>
|
|
2636
2635
|
* @public
|
|
2637
2636
|
*/
|
|
2638
2637
|
NetworkType?: NetworkType;
|
|
2639
2638
|
/**
|
|
2640
2639
|
* <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
|
|
2641
|
-
* <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
|
|
2640
|
+
* <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS engine version 6.2
|
|
2642
2641
|
* onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
2643
2642
|
* @public
|
|
2644
2643
|
*/
|
|
@@ -2647,7 +2646,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2647
2646
|
/**
|
|
2648
2647
|
* <p>Represents an individual cache node within a cluster. Each cache node runs its own
|
|
2649
2648
|
* instance of the cluster's protocol-compliant caching software - either Memcached or
|
|
2650
|
-
* Redis.</p>
|
|
2649
|
+
* Redis OSS.</p>
|
|
2651
2650
|
* <p>The following node types are supported by ElastiCache. Generally speaking, the current
|
|
2652
2651
|
* generation types provide more memory and computational power at lower cost when compared
|
|
2653
2652
|
* to their equivalent previous generation counterparts.</p>
|
|
@@ -2672,7 +2671,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2672
2671
|
* </p>
|
|
2673
2672
|
* </note>
|
|
2674
2673
|
* <p>
|
|
2675
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2674
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2676
2675
|
*
|
|
2677
2676
|
* <code>cache.m6g.large</code>,
|
|
2678
2677
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -2700,7 +2699,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2700
2699
|
* <code>cache.m4.10xlarge</code>
|
|
2701
2700
|
* </p>
|
|
2702
2701
|
* <p>
|
|
2703
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
2702
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
2704
2703
|
* <code>cache.t4g.micro</code>,
|
|
2705
2704
|
* <code>cache.t4g.small</code>,
|
|
2706
2705
|
* <code>cache.t4g.medium</code>
|
|
@@ -2773,7 +2772,7 @@ export interface CreateCacheClusterMessage {
|
|
|
2773
2772
|
* </p>
|
|
2774
2773
|
* </note>
|
|
2775
2774
|
* <p>
|
|
2776
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2775
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2777
2776
|
* <code>cache.r6g.large</code>,
|
|
2778
2777
|
* <code>cache.r6g.xlarge</code>,
|
|
2779
2778
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -2830,15 +2829,15 @@ export interface CreateCacheClusterMessage {
|
|
|
2830
2829
|
* default.</p>
|
|
2831
2830
|
* </li>
|
|
2832
2831
|
* <li>
|
|
2833
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
2832
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
2834
2833
|
* </li>
|
|
2835
2834
|
* <li>
|
|
2836
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
2835
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
2837
2836
|
* instances.</p>
|
|
2838
2837
|
* </li>
|
|
2839
2838
|
* <li>
|
|
2840
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
2841
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
2839
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
2840
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
2842
2841
|
* later.</p>
|
|
2843
2842
|
* </li>
|
|
2844
2843
|
* </ul>
|
|
@@ -2957,7 +2956,7 @@ export interface NotificationConfiguration {
|
|
|
2957
2956
|
export interface PendingModifiedValues {
|
|
2958
2957
|
/**
|
|
2959
2958
|
* <p>The new number of cache nodes for the cluster.</p>
|
|
2960
|
-
* <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this
|
|
2959
|
+
* <p>For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this
|
|
2961
2960
|
* value must be between 1 and 40.</p>
|
|
2962
2961
|
* @public
|
|
2963
2962
|
*/
|
|
@@ -3070,7 +3069,7 @@ export interface CacheCluster {
|
|
|
3070
3069
|
* </p>
|
|
3071
3070
|
* </note>
|
|
3072
3071
|
* <p>
|
|
3073
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
3072
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
3074
3073
|
*
|
|
3075
3074
|
* <code>cache.m6g.large</code>,
|
|
3076
3075
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -3098,7 +3097,7 @@ export interface CacheCluster {
|
|
|
3098
3097
|
* <code>cache.m4.10xlarge</code>
|
|
3099
3098
|
* </p>
|
|
3100
3099
|
* <p>
|
|
3101
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
3100
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
3102
3101
|
* <code>cache.t4g.micro</code>,
|
|
3103
3102
|
* <code>cache.t4g.small</code>,
|
|
3104
3103
|
* <code>cache.t4g.medium</code>
|
|
@@ -3171,7 +3170,7 @@ export interface CacheCluster {
|
|
|
3171
3170
|
* </p>
|
|
3172
3171
|
* </note>
|
|
3173
3172
|
* <p>
|
|
3174
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
3173
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
3175
3174
|
* <code>cache.r6g.large</code>,
|
|
3176
3175
|
* <code>cache.r6g.xlarge</code>,
|
|
3177
3176
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -3228,15 +3227,15 @@ export interface CacheCluster {
|
|
|
3228
3227
|
* default.</p>
|
|
3229
3228
|
* </li>
|
|
3230
3229
|
* <li>
|
|
3231
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
3230
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
3232
3231
|
* </li>
|
|
3233
3232
|
* <li>
|
|
3234
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
3233
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
3235
3234
|
* instances.</p>
|
|
3236
3235
|
* </li>
|
|
3237
3236
|
* <li>
|
|
3238
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
3239
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
3237
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
3238
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
3240
3239
|
* later.</p>
|
|
3241
3240
|
* </li>
|
|
3242
3241
|
* </ul>
|
|
@@ -3265,7 +3264,7 @@ export interface CacheCluster {
|
|
|
3265
3264
|
CacheClusterStatus?: string;
|
|
3266
3265
|
/**
|
|
3267
3266
|
* <p>The number of cache nodes in the cluster.</p>
|
|
3268
|
-
* <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this
|
|
3267
|
+
* <p>For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this
|
|
3269
3268
|
* value must be between 1 and 40.</p>
|
|
3270
3269
|
* @public
|
|
3271
3270
|
*/
|
|
@@ -3368,7 +3367,7 @@ export interface CacheCluster {
|
|
|
3368
3367
|
*/
|
|
3369
3368
|
CacheNodes?: CacheNode[];
|
|
3370
3369
|
/**
|
|
3371
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
3370
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
3372
3371
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
3373
3372
|
* disabled for previous versions. </p>
|
|
3374
3373
|
* @public
|
|
@@ -3405,7 +3404,7 @@ export interface CacheCluster {
|
|
|
3405
3404
|
*/
|
|
3406
3405
|
SnapshotWindow?: string;
|
|
3407
3406
|
/**
|
|
3408
|
-
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis
|
|
3407
|
+
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis OSS
|
|
3409
3408
|
* commands.</p>
|
|
3410
3409
|
* <p>Default: <code>false</code>
|
|
3411
3410
|
* </p>
|
|
@@ -3421,7 +3420,7 @@ export interface CacheCluster {
|
|
|
3421
3420
|
* <p>A flag that enables in-transit encryption when set to <code>true</code>.</p>
|
|
3422
3421
|
* <p>
|
|
3423
3422
|
* <b>Required:</b> Only available when creating a replication
|
|
3424
|
-
* group in an Amazon VPC using
|
|
3423
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
3425
3424
|
* later.</p>
|
|
3426
3425
|
* <p>Default: <code>false</code>
|
|
3427
3426
|
* </p>
|
|
@@ -3436,7 +3435,7 @@ export interface CacheCluster {
|
|
|
3436
3435
|
* cluster.</p>
|
|
3437
3436
|
* <p>
|
|
3438
3437
|
* <b>Required:</b> Only available when creating a replication
|
|
3439
|
-
* group in an Amazon VPC using
|
|
3438
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
3440
3439
|
* later.</p>
|
|
3441
3440
|
* <p>Default: <code>false</code>
|
|
3442
3441
|
* </p>
|
|
@@ -3461,14 +3460,14 @@ export interface CacheCluster {
|
|
|
3461
3460
|
LogDeliveryConfigurations?: LogDeliveryConfiguration[];
|
|
3462
3461
|
/**
|
|
3463
3462
|
* <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
|
|
3464
|
-
* is supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
3463
|
+
* is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
3465
3464
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
3466
3465
|
* @public
|
|
3467
3466
|
*/
|
|
3468
3467
|
NetworkType?: NetworkType;
|
|
3469
3468
|
/**
|
|
3470
3469
|
* <p>The network type associated with the cluster, either <code>ipv4</code> |
|
|
3471
|
-
* <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
|
|
3470
|
+
* <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS engine version 6.2
|
|
3472
3471
|
* onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
3473
3472
|
* @public
|
|
3474
3473
|
*/
|
|
@@ -3852,7 +3851,7 @@ export interface Subnet {
|
|
|
3852
3851
|
SubnetOutpost?: SubnetOutpost;
|
|
3853
3852
|
/**
|
|
3854
3853
|
* <p>Either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6 is
|
|
3855
|
-
* supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
3854
|
+
* supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
3856
3855
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
3857
3856
|
* @public
|
|
3858
3857
|
*/
|
|
@@ -3902,7 +3901,7 @@ export interface CacheSubnetGroup {
|
|
|
3902
3901
|
ARN?: string;
|
|
3903
3902
|
/**
|
|
3904
3903
|
* <p>Either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6 is
|
|
3905
|
-
* supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
3904
|
+
* supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
3906
3905
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
3907
3906
|
* @public
|
|
3908
3907
|
*/
|
|
@@ -4068,12 +4067,12 @@ export interface GlobalReplicationGroup {
|
|
|
4068
4067
|
*/
|
|
4069
4068
|
CacheNodeType?: string;
|
|
4070
4069
|
/**
|
|
4071
|
-
* <p>The Elasticache engine. For Redis only.</p>
|
|
4070
|
+
* <p>The Elasticache engine. For Redis OSS only.</p>
|
|
4072
4071
|
* @public
|
|
4073
4072
|
*/
|
|
4074
4073
|
Engine?: string;
|
|
4075
4074
|
/**
|
|
4076
|
-
* <p>The Elasticache Redis engine version.</p>
|
|
4075
|
+
* <p>The Elasticache (Redis OSS) engine version.</p>
|
|
4077
4076
|
* @public
|
|
4078
4077
|
*/
|
|
4079
4078
|
EngineVersion?: string;
|
|
@@ -4093,7 +4092,7 @@ export interface GlobalReplicationGroup {
|
|
|
4093
4092
|
*/
|
|
4094
4093
|
GlobalNodeGroups?: GlobalNodeGroup[];
|
|
4095
4094
|
/**
|
|
4096
|
-
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis
|
|
4095
|
+
* <p>A flag that enables using an <code>AuthToken</code> (password) when issuing Redis OSS
|
|
4097
4096
|
* commands.</p>
|
|
4098
4097
|
* <p>Default: <code>false</code>
|
|
4099
4098
|
* </p>
|
|
@@ -4104,7 +4103,7 @@ export interface GlobalReplicationGroup {
|
|
|
4104
4103
|
* <p>A flag that enables in-transit encryption when set to true.</p>
|
|
4105
4104
|
* <p>
|
|
4106
4105
|
* <b>Required:</b> Only available when creating a replication
|
|
4107
|
-
* group in an Amazon VPC using
|
|
4106
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
4108
4107
|
* later.</p>
|
|
4109
4108
|
* @public
|
|
4110
4109
|
*/
|
|
@@ -4117,7 +4116,7 @@ export interface GlobalReplicationGroup {
|
|
|
4117
4116
|
* replication group. </p>
|
|
4118
4117
|
* <p>
|
|
4119
4118
|
* <b>Required:</b> Only available when creating a replication
|
|
4120
|
-
* group in an Amazon VPC using
|
|
4119
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
4121
4120
|
* later.</p>
|
|
4122
4121
|
* @public
|
|
4123
4122
|
*/
|
|
@@ -4205,7 +4204,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4205
4204
|
* <p>Specifies whether a read-only replica is automatically promoted to read/write primary
|
|
4206
4205
|
* if the existing primary fails.</p>
|
|
4207
4206
|
* <p>
|
|
4208
|
-
* <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled)
|
|
4207
|
+
* <code>AutomaticFailoverEnabled</code> must be enabled for Redis OSS (cluster mode enabled)
|
|
4209
4208
|
* replication groups.</p>
|
|
4210
4209
|
* <p>Default: false</p>
|
|
4211
4210
|
* @public
|
|
@@ -4248,8 +4247,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4248
4247
|
*/
|
|
4249
4248
|
PreferredCacheClusterAZs?: string[];
|
|
4250
4249
|
/**
|
|
4251
|
-
* <p>An optional parameter that specifies the number of node groups (shards) for this Redis
|
|
4252
|
-
* (cluster mode enabled) replication group. For Redis (cluster mode disabled) either omit
|
|
4250
|
+
* <p>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
|
|
4253
4251
|
* this parameter or set it to 1.</p>
|
|
4254
4252
|
* <p>Default: 1</p>
|
|
4255
4253
|
* @public
|
|
@@ -4266,10 +4264,9 @@ export interface CreateReplicationGroupMessage {
|
|
|
4266
4264
|
* configuration has the following members: <code>PrimaryAvailabilityZone</code>,
|
|
4267
4265
|
* <code>ReplicaAvailabilityZones</code>, <code>ReplicaCount</code>, and
|
|
4268
4266
|
* <code>Slots</code>.</p>
|
|
4269
|
-
* <p>If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled)
|
|
4267
|
+
* <p>If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled)
|
|
4270
4268
|
* replication group, you can use this parameter to individually configure each node group
|
|
4271
|
-
* (shard), or you can omit this parameter. However, it is required when seeding a Redis
|
|
4272
|
-
* (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group
|
|
4269
|
+
* (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
|
|
4273
4270
|
* (shard) using this parameter because you must specify the slots for each node
|
|
4274
4271
|
* group.</p>
|
|
4275
4272
|
* @public
|
|
@@ -4301,7 +4298,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4301
4298
|
* </p>
|
|
4302
4299
|
* </note>
|
|
4303
4300
|
* <p>
|
|
4304
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
4301
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
4305
4302
|
*
|
|
4306
4303
|
* <code>cache.m6g.large</code>,
|
|
4307
4304
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -4329,7 +4326,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4329
4326
|
* <code>cache.m4.10xlarge</code>
|
|
4330
4327
|
* </p>
|
|
4331
4328
|
* <p>
|
|
4332
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
4329
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
4333
4330
|
* <code>cache.t4g.micro</code>,
|
|
4334
4331
|
* <code>cache.t4g.small</code>,
|
|
4335
4332
|
* <code>cache.t4g.medium</code>
|
|
@@ -4402,7 +4399,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4402
4399
|
* </p>
|
|
4403
4400
|
* </note>
|
|
4404
4401
|
* <p>
|
|
4405
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
4402
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
4406
4403
|
* <code>cache.r6g.large</code>,
|
|
4407
4404
|
* <code>cache.r6g.xlarge</code>,
|
|
4408
4405
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -4459,15 +4456,15 @@ export interface CreateReplicationGroupMessage {
|
|
|
4459
4456
|
* default.</p>
|
|
4460
4457
|
* </li>
|
|
4461
4458
|
* <li>
|
|
4462
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
4459
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
4463
4460
|
* </li>
|
|
4464
4461
|
* <li>
|
|
4465
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
4462
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
4466
4463
|
* instances.</p>
|
|
4467
4464
|
* </li>
|
|
4468
4465
|
* <li>
|
|
4469
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
4470
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
4466
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
4467
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
4471
4468
|
* later.</p>
|
|
4472
4469
|
* </li>
|
|
4473
4470
|
* </ul>
|
|
@@ -4498,16 +4495,16 @@ export interface CreateReplicationGroupMessage {
|
|
|
4498
4495
|
* <p>The name of the parameter group to associate with this replication group. If this
|
|
4499
4496
|
* argument is omitted, the default cache parameter group for the specified engine is
|
|
4500
4497
|
* used.</p>
|
|
4501
|
-
* <p>If you are running Redis version 3.2.4 or later, only one node group (shard), and want
|
|
4498
|
+
* <p>If you are running Redis OSS version 3.2.4 or later, only one node group (shard), and want
|
|
4502
4499
|
* to use a default parameter group, we recommend that you specify the parameter group by
|
|
4503
4500
|
* name. </p>
|
|
4504
4501
|
* <ul>
|
|
4505
4502
|
* <li>
|
|
4506
|
-
* <p>To create a Redis (cluster mode disabled) replication group, use
|
|
4503
|
+
* <p>To create a Redis OSS (cluster mode disabled) replication group, use
|
|
4507
4504
|
* <code>CacheParameterGroupName=default.redis3.2</code>.</p>
|
|
4508
4505
|
* </li>
|
|
4509
4506
|
* <li>
|
|
4510
|
-
* <p>To create a Redis (cluster mode enabled) replication group, use
|
|
4507
|
+
* <p>To create a Redis OSS (cluster mode enabled) replication group, use
|
|
4511
4508
|
* <code>CacheParameterGroupName=default.redis3.2.cluster.on</code>.</p>
|
|
4512
4509
|
* </li>
|
|
4513
4510
|
* </ul>
|
|
@@ -4545,7 +4542,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4545
4542
|
*/
|
|
4546
4543
|
Tags?: Tag[];
|
|
4547
4544
|
/**
|
|
4548
|
-
* <p>A list of Amazon Resource Names (ARN) that uniquely identify the Redis RDB snapshot
|
|
4545
|
+
* <p>A list of Amazon Resource Names (ARN) that uniquely identify the Redis OSS RDB snapshot
|
|
4549
4546
|
* files stored in Amazon S3. The snapshot files are used to populate the new replication
|
|
4550
4547
|
* group. The Amazon S3 object name in the ARN cannot contain any commas. The new
|
|
4551
4548
|
* replication group will have the number of node groups (console: shards) specified by the
|
|
@@ -4627,7 +4624,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4627
4624
|
*/
|
|
4628
4625
|
NotificationTopicArn?: string;
|
|
4629
4626
|
/**
|
|
4630
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
4627
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
4631
4628
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
4632
4629
|
* disabled for previous versions. </p>
|
|
4633
4630
|
* @public
|
|
@@ -4692,7 +4689,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4692
4689
|
* <code>CacheSubnetGroup</code>.</p>
|
|
4693
4690
|
* <p>
|
|
4694
4691
|
* <b>Required:</b> Only available when creating a replication
|
|
4695
|
-
* group in an Amazon VPC using
|
|
4692
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
4696
4693
|
* later.</p>
|
|
4697
4694
|
* <p>Default: <code>false</code>
|
|
4698
4695
|
* </p>
|
|
@@ -4712,7 +4709,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4712
4709
|
* replication group. </p>
|
|
4713
4710
|
* <p>
|
|
4714
4711
|
* <b>Required:</b> Only available when creating a replication
|
|
4715
|
-
* group in an Amazon VPC using
|
|
4712
|
+
* group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
|
|
4716
4713
|
* later.</p>
|
|
4717
4714
|
* <p>Default: <code>false</code>
|
|
4718
4715
|
* </p>
|
|
@@ -4743,14 +4740,14 @@ export interface CreateReplicationGroupMessage {
|
|
|
4743
4740
|
DataTieringEnabled?: boolean;
|
|
4744
4741
|
/**
|
|
4745
4742
|
* <p>Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>. IPv6
|
|
4746
|
-
* is supported for workloads using Redis engine version 6.2 onward or Memcached engine
|
|
4743
|
+
* is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine
|
|
4747
4744
|
* version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
4748
4745
|
* @public
|
|
4749
4746
|
*/
|
|
4750
4747
|
NetworkType?: NetworkType;
|
|
4751
4748
|
/**
|
|
4752
4749
|
* <p>The network type you choose when creating a replication group, either
|
|
4753
|
-
* <code>ipv4</code> | <code>ipv6</code>. IPv6 is supported for workloads using Redis
|
|
4750
|
+
* <code>ipv4</code> | <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS
|
|
4754
4751
|
* engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on
|
|
4755
4752
|
* the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
4756
4753
|
* @public
|
|
@@ -4762,7 +4759,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4762
4759
|
* <p>When setting <code>TransitEncryptionEnabled</code> to <code>true</code>, you can set
|
|
4763
4760
|
* your <code>TransitEncryptionMode</code> to <code>preferred</code> in the same request,
|
|
4764
4761
|
* to allow both encrypted and unencrypted connections at the same time. Once you migrate
|
|
4765
|
-
* all your Redis clients to use encrypted connections you can modify the value to
|
|
4762
|
+
* all your Redis OSS clients to use encrypted connections you can modify the value to
|
|
4766
4763
|
* <code>required</code> to allow encrypted connections only.</p>
|
|
4767
4764
|
* <p>Setting <code>TransitEncryptionMode</code> to <code>required</code> is a two-step
|
|
4768
4765
|
* process that requires you to first set the <code>TransitEncryptionMode</code> to
|
|
@@ -4774,15 +4771,15 @@ export interface CreateReplicationGroupMessage {
|
|
|
4774
4771
|
TransitEncryptionMode?: TransitEncryptionMode;
|
|
4775
4772
|
/**
|
|
4776
4773
|
* <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
|
|
4777
|
-
* set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect
|
|
4778
|
-
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis
|
|
4774
|
+
* set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect
|
|
4775
|
+
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS
|
|
4779
4776
|
* clients to use cluster mode enabled, you can then complete cluster mode configuration
|
|
4780
4777
|
* and set the cluster mode to Enabled.</p>
|
|
4781
4778
|
* @public
|
|
4782
4779
|
*/
|
|
4783
4780
|
ClusterMode?: ClusterMode;
|
|
4784
4781
|
/**
|
|
4785
|
-
* <p>The name of the snapshot used to create a replication group. Available for Redis only.</p>
|
|
4782
|
+
* <p>The name of the snapshot used to create a replication group. Available for Redis OSS only.</p>
|
|
4786
4783
|
* @public
|
|
4787
4784
|
*/
|
|
4788
4785
|
ServerlessCacheSnapshotName?: string;
|
|
@@ -4792,7 +4789,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4792
4789
|
*/
|
|
4793
4790
|
export interface CreateReplicationGroupResult {
|
|
4794
4791
|
/**
|
|
4795
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
4792
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
4796
4793
|
* @public
|
|
4797
4794
|
*/
|
|
4798
4795
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -4981,7 +4978,7 @@ export interface CreateServerlessCacheRequest {
|
|
|
4981
4978
|
*/
|
|
4982
4979
|
SecurityGroupIds?: string[];
|
|
4983
4980
|
/**
|
|
4984
|
-
* <p>The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis only.</p>
|
|
4981
|
+
* <p>The ARN(s) of the snapshot that the new serverless cache will be created from. Available for Redis OSS and Serverless Memcached only.</p>
|
|
4985
4982
|
* @public
|
|
4986
4983
|
*/
|
|
4987
4984
|
SnapshotArnsToRestore?: string[];
|
|
@@ -4991,7 +4988,7 @@ export interface CreateServerlessCacheRequest {
|
|
|
4991
4988
|
*/
|
|
4992
4989
|
Tags?: Tag[];
|
|
4993
4990
|
/**
|
|
4994
|
-
* <p>The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only. Default is NULL.</p>
|
|
4991
|
+
* <p>The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only. Default is NULL.</p>
|
|
4995
4992
|
* @public
|
|
4996
4993
|
*/
|
|
4997
4994
|
UserGroupId?: string;
|
|
@@ -5003,13 +5000,13 @@ export interface CreateServerlessCacheRequest {
|
|
|
5003
5000
|
SubnetIds?: string[];
|
|
5004
5001
|
/**
|
|
5005
5002
|
* <p>The number of snapshots that will be retained for the serverless cache that is being created.
|
|
5006
|
-
* As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis only.</p>
|
|
5003
|
+
* 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.</p>
|
|
5007
5004
|
* @public
|
|
5008
5005
|
*/
|
|
5009
5006
|
SnapshotRetentionLimit?: number;
|
|
5010
5007
|
/**
|
|
5011
5008
|
* <p>The daily time that snapshots will be created from the new serverless cache. By default this number is populated with
|
|
5012
|
-
* 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis only.</p>
|
|
5009
|
+
* 0, i.e. no snapshots will be created on an automatic daily basis. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5013
5010
|
* @public
|
|
5014
5011
|
*/
|
|
5015
5012
|
DailySnapshotTime?: string;
|
|
@@ -5088,7 +5085,7 @@ export interface ServerlessCache {
|
|
|
5088
5085
|
*/
|
|
5089
5086
|
ARN?: string;
|
|
5090
5087
|
/**
|
|
5091
|
-
* <p>The identifier of the user group associated with the serverless cache. Available for Redis only. Default is NULL.</p>
|
|
5088
|
+
* <p>The identifier of the user group associated with the serverless cache. Available for Redis OSS only. Default is NULL.</p>
|
|
5092
5089
|
* @public
|
|
5093
5090
|
*/
|
|
5094
5091
|
UserGroupId?: string;
|
|
@@ -5099,13 +5096,13 @@ export interface ServerlessCache {
|
|
|
5099
5096
|
*/
|
|
5100
5097
|
SubnetIds?: string[];
|
|
5101
5098
|
/**
|
|
5102
|
-
* <p>The current setting for the number of serverless cache snapshots the system will retain. Available for Redis only.</p>
|
|
5099
|
+
* <p>The current setting for the number of serverless cache snapshots the system will retain. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5103
5100
|
* @public
|
|
5104
5101
|
*/
|
|
5105
5102
|
SnapshotRetentionLimit?: number;
|
|
5106
5103
|
/**
|
|
5107
5104
|
* <p>The daily time that a cache snapshot will be created. Default is NULL, i.e. snapshots will not be created at a
|
|
5108
|
-
* specific time on a daily basis. Available for Redis only.</p>
|
|
5105
|
+
* specific time on a daily basis. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5109
5106
|
* @public
|
|
5110
5107
|
*/
|
|
5111
5108
|
DailySnapshotTime?: string;
|
|
@@ -5161,23 +5158,23 @@ export declare class ServerlessCacheQuotaForCustomerExceededFault extends __Base
|
|
|
5161
5158
|
*/
|
|
5162
5159
|
export interface CreateServerlessCacheSnapshotRequest {
|
|
5163
5160
|
/**
|
|
5164
|
-
* <p>The name for the snapshot being created. Must be unique for the customer account. Available for Redis only.
|
|
5161
|
+
* <p>The name for the snapshot being created. Must be unique for the customer account. Available for Redis OSS and Serverless Memcached only.
|
|
5165
5162
|
* Must be between 1 and 255 characters.</p>
|
|
5166
5163
|
* @public
|
|
5167
5164
|
*/
|
|
5168
5165
|
ServerlessCacheSnapshotName: string | undefined;
|
|
5169
5166
|
/**
|
|
5170
|
-
* <p>The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis only.</p>
|
|
5167
|
+
* <p>The name of an existing serverless cache. The snapshot is created from this cache. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5171
5168
|
* @public
|
|
5172
5169
|
*/
|
|
5173
5170
|
ServerlessCacheName: string | undefined;
|
|
5174
5171
|
/**
|
|
5175
|
-
* <p>The ID of the KMS key used to encrypt the snapshot. Available for Redis only. Default: NULL</p>
|
|
5172
|
+
* <p>The ID of the KMS key used to encrypt the snapshot. Available for Redis OSS and Serverless Memcached only. Default: NULL</p>
|
|
5176
5173
|
* @public
|
|
5177
5174
|
*/
|
|
5178
5175
|
KmsKeyId?: string;
|
|
5179
5176
|
/**
|
|
5180
|
-
* <p>A list of tags to be added to the snapshot resource. A tag is a key-value pair. Available for Redis only.</p>
|
|
5177
|
+
* <p>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.</p>
|
|
5181
5178
|
* @public
|
|
5182
5179
|
*/
|
|
5183
5180
|
Tags?: Tag[];
|
|
@@ -5187,7 +5184,7 @@ export interface CreateServerlessCacheSnapshotRequest {
|
|
|
5187
5184
|
*/
|
|
5188
5185
|
export interface CreateServerlessCacheSnapshotResponse {
|
|
5189
5186
|
/**
|
|
5190
|
-
* <p>The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis only.</p>
|
|
5187
|
+
* <p>The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5191
5188
|
* @public
|
|
5192
5189
|
*/
|
|
5193
5190
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
|
@@ -5231,7 +5228,7 @@ export interface CreateSnapshotMessage {
|
|
|
5231
5228
|
*/
|
|
5232
5229
|
export interface CreateSnapshotResult {
|
|
5233
5230
|
/**
|
|
5234
|
-
* <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was
|
|
5231
|
+
* <p>Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was
|
|
5235
5232
|
* taken.</p>
|
|
5236
5233
|
* @public
|
|
5237
5234
|
*/
|
|
@@ -5241,12 +5238,12 @@ export interface CreateSnapshotResult {
|
|
|
5241
5238
|
* <p>You attempted one of the following operations:</p>
|
|
5242
5239
|
* <ul>
|
|
5243
5240
|
* <li>
|
|
5244
|
-
* <p>Creating a snapshot of a Redis cluster running on a
|
|
5241
|
+
* <p>Creating a snapshot of a Redis OSS cluster running on a
|
|
5245
5242
|
* <code>cache.t1.micro</code> cache node.</p>
|
|
5246
5243
|
* </li>
|
|
5247
5244
|
* <li>
|
|
5248
5245
|
* <p>Creating a snapshot of a cluster that is running Memcached rather than
|
|
5249
|
-
* Redis.</p>
|
|
5246
|
+
* Redis OSS.</p>
|
|
5250
5247
|
* </li>
|
|
5251
5248
|
* </ul>
|
|
5252
5249
|
* <p>Neither of these are supported by ElastiCache.</p>
|
|
@@ -5403,7 +5400,7 @@ export interface User {
|
|
|
5403
5400
|
*/
|
|
5404
5401
|
Engine?: string;
|
|
5405
5402
|
/**
|
|
5406
|
-
* <p>The minimum engine version required, which is Redis 6.0</p>
|
|
5403
|
+
* <p>The minimum engine version required, which is Redis OSS 6.0</p>
|
|
5407
5404
|
* @public
|
|
5408
5405
|
*/
|
|
5409
5406
|
MinimumEngineVersion?: string;
|
|
@@ -5462,7 +5459,7 @@ export interface CreateUserGroupMessage {
|
|
|
5462
5459
|
*/
|
|
5463
5460
|
UserGroupId: string | undefined;
|
|
5464
5461
|
/**
|
|
5465
|
-
* <p>The current supported value is Redis. </p>
|
|
5462
|
+
* <p>The current supported value is Redis user. </p>
|
|
5466
5463
|
* @public
|
|
5467
5464
|
*/
|
|
5468
5465
|
Engine: string | undefined;
|
|
@@ -5473,7 +5470,7 @@ export interface CreateUserGroupMessage {
|
|
|
5473
5470
|
UserIds?: string[];
|
|
5474
5471
|
/**
|
|
5475
5472
|
* <p>A list of tags to be added to this resource. A tag is a key-value pair. A tag key must
|
|
5476
|
-
* be accompanied by a tag value, although null is accepted. Available for Redis only.</p>
|
|
5473
|
+
* be accompanied by a tag value, although null is accepted. Available for Redis OSS only.</p>
|
|
5477
5474
|
* @public
|
|
5478
5475
|
*/
|
|
5479
5476
|
Tags?: Tag[];
|
|
@@ -5522,7 +5519,7 @@ export interface UserGroup {
|
|
|
5522
5519
|
*/
|
|
5523
5520
|
Status?: string;
|
|
5524
5521
|
/**
|
|
5525
|
-
* <p>The current supported value is Redis. </p>
|
|
5522
|
+
* <p>The current supported value is Redis user. </p>
|
|
5526
5523
|
* @public
|
|
5527
5524
|
*/
|
|
5528
5525
|
Engine?: string;
|
|
@@ -5532,7 +5529,7 @@ export interface UserGroup {
|
|
|
5532
5529
|
*/
|
|
5533
5530
|
UserIds?: string[];
|
|
5534
5531
|
/**
|
|
5535
|
-
* <p>The minimum engine version required, which is Redis 6.0</p>
|
|
5532
|
+
* <p>The minimum engine version required, which is Redis OSS 6.0</p>
|
|
5536
5533
|
* @public
|
|
5537
5534
|
*/
|
|
5538
5535
|
MinimumEngineVersion?: string;
|
|
@@ -5547,7 +5544,7 @@ export interface UserGroup {
|
|
|
5547
5544
|
*/
|
|
5548
5545
|
ReplicationGroups?: string[];
|
|
5549
5546
|
/**
|
|
5550
|
-
* <p>Indicates which serverless caches the specified user group is associated with. Available for Redis only.</p>
|
|
5547
|
+
* <p>Indicates which serverless caches the specified user group is associated with. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5551
5548
|
* @public
|
|
5552
5549
|
*/
|
|
5553
5550
|
ServerlessCaches?: string[];
|
|
@@ -5600,7 +5597,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
5600
5597
|
* <p>If the value of NodeGroupCount is less than the current number of node groups
|
|
5601
5598
|
* (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required.
|
|
5602
5599
|
* GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove from the cluster.
|
|
5603
|
-
* ElastiCache
|
|
5600
|
+
* ElastiCache (Redis OSS) will attempt to remove all node groups listed by
|
|
5604
5601
|
* GlobalNodeGroupsToRemove from the cluster. </p>
|
|
5605
5602
|
* @public
|
|
5606
5603
|
*/
|
|
@@ -5609,7 +5606,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
|
5609
5606
|
* <p>If the value of NodeGroupCount is less than the current number of node groups
|
|
5610
5607
|
* (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required.
|
|
5611
5608
|
* GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain from the cluster.
|
|
5612
|
-
* ElastiCache
|
|
5609
|
+
* ElastiCache (Redis OSS) will attempt to retain all node groups listed by
|
|
5613
5610
|
* GlobalNodeGroupsToRetain from the cluster. </p>
|
|
5614
5611
|
* @public
|
|
5615
5612
|
*/
|
|
@@ -5648,9 +5645,8 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
|
|
|
5648
5645
|
*/
|
|
5649
5646
|
export interface ConfigureShard {
|
|
5650
5647
|
/**
|
|
5651
|
-
* <p>The 4-digit id for the node group you are configuring. For Redis (cluster mode
|
|
5652
|
-
* disabled) replication groups, the node group id is always 0001. To find a Redis (cluster
|
|
5653
|
-
* mode enabled)'s node group's (shard's) id, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/shard-find-id.html">Finding a Shard's
|
|
5648
|
+
* <p>The 4-digit id for the node group you are configuring. For Redis OSS (cluster mode
|
|
5649
|
+
* 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 <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/shard-find-id.html">Finding a Shard's
|
|
5654
5650
|
* Id</a>.</p>
|
|
5655
5651
|
* @public
|
|
5656
5652
|
*/
|
|
@@ -5658,11 +5654,11 @@ export interface ConfigureShard {
|
|
|
5658
5654
|
/**
|
|
5659
5655
|
* <p>The number of replicas you want in this node group at the end of this operation.
|
|
5660
5656
|
* The maximum value for <code>NewReplicaCount</code> is 5. The minimum value depends upon
|
|
5661
|
-
* the type of Redis replication group you are working with.</p>
|
|
5657
|
+
* the type of Redis OSS replication group you are working with.</p>
|
|
5662
5658
|
* <p>The minimum number of replicas in a shard or replication group is:</p>
|
|
5663
5659
|
* <ul>
|
|
5664
5660
|
* <li>
|
|
5665
|
-
* <p>Redis (cluster mode disabled)</p>
|
|
5661
|
+
* <p>Redis OSS (cluster mode disabled)</p>
|
|
5666
5662
|
* <ul>
|
|
5667
5663
|
* <li>
|
|
5668
5664
|
* <p>If Multi-AZ: 1</p>
|
|
@@ -5673,7 +5669,7 @@ export interface ConfigureShard {
|
|
|
5673
5669
|
* </ul>
|
|
5674
5670
|
* </li>
|
|
5675
5671
|
* <li>
|
|
5676
|
-
* <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to
|
|
5672
|
+
* <p>Redis OSS (cluster mode enabled): 0 (though you will not be able to failover to
|
|
5677
5673
|
* a replica if your primary node fails)</p>
|
|
5678
5674
|
* </li>
|
|
5679
5675
|
* </ul>
|
|
@@ -5685,7 +5681,7 @@ export interface ConfigureShard {
|
|
|
5685
5681
|
* availability zones the replication group's nodes are to be in. The nummber of
|
|
5686
5682
|
* <code>PreferredAvailabilityZone</code> values must equal the value of
|
|
5687
5683
|
* <code>NewReplicaCount</code> plus 1 to account for the primary node. If this member
|
|
5688
|
-
* of <code>ReplicaConfiguration</code> is omitted, ElastiCache
|
|
5684
|
+
* of <code>ReplicaConfiguration</code> is omitted, ElastiCache (Redis OSS) selects the
|
|
5689
5685
|
* availability zone for each of the replicas.</p>
|
|
5690
5686
|
* @public
|
|
5691
5687
|
*/
|
|
@@ -5707,14 +5703,13 @@ export interface DecreaseReplicaCountMessage {
|
|
|
5707
5703
|
*/
|
|
5708
5704
|
ReplicationGroupId: string | undefined;
|
|
5709
5705
|
/**
|
|
5710
|
-
* <p>The number of read replica nodes you want at the completion of this operation. For
|
|
5711
|
-
* Redis (cluster mode
|
|
5712
|
-
* the replication group. For Redis (cluster mode enabled) replication groups, this is the
|
|
5706
|
+
* <p>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
|
|
5707
|
+
* the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the
|
|
5713
5708
|
* number of replica nodes in each of the replication group's node groups.</p>
|
|
5714
5709
|
* <p>The minimum number of replicas in a shard or replication group is:</p>
|
|
5715
5710
|
* <ul>
|
|
5716
5711
|
* <li>
|
|
5717
|
-
* <p>Redis (cluster mode disabled)</p>
|
|
5712
|
+
* <p>Redis OSS (cluster mode disabled)</p>
|
|
5718
5713
|
* <ul>
|
|
5719
5714
|
* <li>
|
|
5720
5715
|
* <p>If Multi-AZ is enabled: 1</p>
|
|
@@ -5725,7 +5720,7 @@ export interface DecreaseReplicaCountMessage {
|
|
|
5725
5720
|
* </ul>
|
|
5726
5721
|
* </li>
|
|
5727
5722
|
* <li>
|
|
5728
|
-
* <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to
|
|
5723
|
+
* <p>Redis OSS (cluster mode enabled): 0 (though you will not be able to failover to
|
|
5729
5724
|
* a replica if your primary node fails)</p>
|
|
5730
5725
|
* </li>
|
|
5731
5726
|
* </ul>
|
|
@@ -5734,7 +5729,7 @@ export interface DecreaseReplicaCountMessage {
|
|
|
5734
5729
|
NewReplicaCount?: number;
|
|
5735
5730
|
/**
|
|
5736
5731
|
* <p>A list of <code>ConfigureShard</code> objects that can be used to configure each
|
|
5737
|
-
* shard in a Redis (cluster mode enabled) replication group. The
|
|
5732
|
+
* shard in a Redis OSS (cluster mode enabled) replication group. The
|
|
5738
5733
|
* <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>,
|
|
5739
5734
|
* <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>
|
|
5740
5735
|
* @public
|
|
@@ -5758,7 +5753,7 @@ export interface DecreaseReplicaCountMessage {
|
|
|
5758
5753
|
*/
|
|
5759
5754
|
export interface DecreaseReplicaCountResult {
|
|
5760
5755
|
/**
|
|
5761
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
5756
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
5762
5757
|
* @public
|
|
5763
5758
|
*/
|
|
5764
5759
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -5922,7 +5917,7 @@ export interface DeleteReplicationGroupMessage {
|
|
|
5922
5917
|
*/
|
|
5923
5918
|
export interface DeleteReplicationGroupResult {
|
|
5924
5919
|
/**
|
|
5925
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
5920
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
5926
5921
|
* @public
|
|
5927
5922
|
*/
|
|
5928
5923
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -5937,7 +5932,7 @@ export interface DeleteServerlessCacheRequest {
|
|
|
5937
5932
|
*/
|
|
5938
5933
|
ServerlessCacheName: string | undefined;
|
|
5939
5934
|
/**
|
|
5940
|
-
* <p>Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis only.
|
|
5935
|
+
* <p>Name of the final snapshot to be taken before the serverless cache is deleted. Available for Redis OSS and Serverless Memcached only.
|
|
5941
5936
|
* Default: NULL, i.e. a final snapshot is not taken.</p>
|
|
5942
5937
|
* @public
|
|
5943
5938
|
*/
|
|
@@ -5958,7 +5953,7 @@ export interface DeleteServerlessCacheResponse {
|
|
|
5958
5953
|
*/
|
|
5959
5954
|
export interface DeleteServerlessCacheSnapshotRequest {
|
|
5960
5955
|
/**
|
|
5961
|
-
* <p>Idenfitier of the snapshot to be deleted. Available for Redis only.</p>
|
|
5956
|
+
* <p>Idenfitier of the snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5962
5957
|
* @public
|
|
5963
5958
|
*/
|
|
5964
5959
|
ServerlessCacheSnapshotName: string | undefined;
|
|
@@ -5968,7 +5963,7 @@ export interface DeleteServerlessCacheSnapshotRequest {
|
|
|
5968
5963
|
*/
|
|
5969
5964
|
export interface DeleteServerlessCacheSnapshotResponse {
|
|
5970
5965
|
/**
|
|
5971
|
-
* <p>The snapshot to be deleted. Available for Redis only.</p>
|
|
5966
|
+
* <p>The snapshot to be deleted. Available for Redis OSS and Serverless Memcached only.</p>
|
|
5972
5967
|
* @public
|
|
5973
5968
|
*/
|
|
5974
5969
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
|
@@ -5989,7 +5984,7 @@ export interface DeleteSnapshotMessage {
|
|
|
5989
5984
|
*/
|
|
5990
5985
|
export interface DeleteSnapshotResult {
|
|
5991
5986
|
/**
|
|
5992
|
-
* <p>Represents a copy of an entire Redis cluster as of the time when the snapshot was
|
|
5987
|
+
* <p>Represents a copy of an entire Redis OSS cluster as of the time when the snapshot was
|
|
5993
5988
|
* taken.</p>
|
|
5994
5989
|
* @public
|
|
5995
5990
|
*/
|
|
@@ -6092,7 +6087,7 @@ export interface DescribeCacheClustersMessage {
|
|
|
6092
6087
|
/**
|
|
6093
6088
|
* <p>An optional flag that can be included in the <code>DescribeCacheCluster</code> request
|
|
6094
6089
|
* to show only nodes (API/CLI: clusters) that are not members of a replication group. In
|
|
6095
|
-
* practice, this mean Memcached and single node Redis clusters.</p>
|
|
6090
|
+
* practice, this mean Memcached and single node Redis OSS clusters.</p>
|
|
6096
6091
|
* @public
|
|
6097
6092
|
*/
|
|
6098
6093
|
ShowCacheClustersNotInReplicationGroups?: boolean;
|
|
@@ -6289,7 +6284,7 @@ export declare const ChangeType: {
|
|
|
6289
6284
|
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
6290
6285
|
/**
|
|
6291
6286
|
* <p>A parameter that has a different value for each cache node type it is applied to. For
|
|
6292
|
-
* example, in a Redis cluster, a <code>cache.m1.large</code> cache node type would have a
|
|
6287
|
+
* example, in a Redis OSS cluster, a <code>cache.m1.large</code> cache node type would have a
|
|
6293
6288
|
* larger <code>maxmemory</code> value than a <code>cache.m1.small</code> type.</p>
|
|
6294
6289
|
* @public
|
|
6295
6290
|
*/
|
|
@@ -6883,7 +6878,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6883
6878
|
* </p>
|
|
6884
6879
|
* </note>
|
|
6885
6880
|
* <p>
|
|
6886
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
6881
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
6887
6882
|
*
|
|
6888
6883
|
* <code>cache.m6g.large</code>,
|
|
6889
6884
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -6911,7 +6906,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6911
6906
|
* <code>cache.m4.10xlarge</code>
|
|
6912
6907
|
* </p>
|
|
6913
6908
|
* <p>
|
|
6914
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
6909
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
6915
6910
|
* <code>cache.t4g.micro</code>,
|
|
6916
6911
|
* <code>cache.t4g.small</code>,
|
|
6917
6912
|
* <code>cache.t4g.medium</code>
|
|
@@ -6984,7 +6979,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6984
6979
|
* </p>
|
|
6985
6980
|
* </note>
|
|
6986
6981
|
* <p>
|
|
6987
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
6982
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
6988
6983
|
* <code>cache.r6g.large</code>,
|
|
6989
6984
|
* <code>cache.r6g.xlarge</code>,
|
|
6990
6985
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -7041,15 +7036,15 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
7041
7036
|
* default.</p>
|
|
7042
7037
|
* </li>
|
|
7043
7038
|
* <li>
|
|
7044
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7039
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7045
7040
|
* </li>
|
|
7046
7041
|
* <li>
|
|
7047
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
7042
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
7048
7043
|
* instances.</p>
|
|
7049
7044
|
* </li>
|
|
7050
7045
|
* <li>
|
|
7051
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
7052
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
7046
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
7047
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
7053
7048
|
* later.</p>
|
|
7054
7049
|
* </li>
|
|
7055
7050
|
* </ul>
|
|
@@ -7155,7 +7150,7 @@ export interface ReservedCacheNode {
|
|
|
7155
7150
|
* </p>
|
|
7156
7151
|
* </note>
|
|
7157
7152
|
* <p>
|
|
7158
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7153
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7159
7154
|
*
|
|
7160
7155
|
* <code>cache.m6g.large</code>,
|
|
7161
7156
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -7183,7 +7178,7 @@ export interface ReservedCacheNode {
|
|
|
7183
7178
|
* <code>cache.m4.10xlarge</code>
|
|
7184
7179
|
* </p>
|
|
7185
7180
|
* <p>
|
|
7186
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7181
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7187
7182
|
* <code>cache.t4g.micro</code>,
|
|
7188
7183
|
* <code>cache.t4g.small</code>,
|
|
7189
7184
|
* <code>cache.t4g.medium</code>
|
|
@@ -7256,7 +7251,7 @@ export interface ReservedCacheNode {
|
|
|
7256
7251
|
* </p>
|
|
7257
7252
|
* </note>
|
|
7258
7253
|
* <p>
|
|
7259
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7254
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7260
7255
|
* <code>cache.r6g.large</code>,
|
|
7261
7256
|
* <code>cache.r6g.xlarge</code>,
|
|
7262
7257
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -7313,15 +7308,15 @@ export interface ReservedCacheNode {
|
|
|
7313
7308
|
* default.</p>
|
|
7314
7309
|
* </li>
|
|
7315
7310
|
* <li>
|
|
7316
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7311
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7317
7312
|
* </li>
|
|
7318
7313
|
* <li>
|
|
7319
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
7314
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
7320
7315
|
* instances.</p>
|
|
7321
7316
|
* </li>
|
|
7322
7317
|
* <li>
|
|
7323
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
7324
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
7318
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
7319
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
7325
7320
|
* later.</p>
|
|
7326
7321
|
* </li>
|
|
7327
7322
|
* </ul>
|
|
@@ -7440,7 +7435,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7440
7435
|
* </p>
|
|
7441
7436
|
* </note>
|
|
7442
7437
|
* <p>
|
|
7443
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7438
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7444
7439
|
*
|
|
7445
7440
|
* <code>cache.m6g.large</code>,
|
|
7446
7441
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -7468,7 +7463,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7468
7463
|
* <code>cache.m4.10xlarge</code>
|
|
7469
7464
|
* </p>
|
|
7470
7465
|
* <p>
|
|
7471
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7466
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7472
7467
|
* <code>cache.t4g.micro</code>,
|
|
7473
7468
|
* <code>cache.t4g.small</code>,
|
|
7474
7469
|
* <code>cache.t4g.medium</code>
|
|
@@ -7541,7 +7536,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7541
7536
|
* </p>
|
|
7542
7537
|
* </note>
|
|
7543
7538
|
* <p>
|
|
7544
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7539
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7545
7540
|
* <code>cache.r6g.large</code>,
|
|
7546
7541
|
* <code>cache.r6g.xlarge</code>,
|
|
7547
7542
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -7598,15 +7593,15 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
7598
7593
|
* default.</p>
|
|
7599
7594
|
* </li>
|
|
7600
7595
|
* <li>
|
|
7601
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7596
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7602
7597
|
* </li>
|
|
7603
7598
|
* <li>
|
|
7604
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
7599
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
7605
7600
|
* instances.</p>
|
|
7606
7601
|
* </li>
|
|
7607
7602
|
* <li>
|
|
7608
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
7609
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
7603
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
7604
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
7610
7605
|
* later.</p>
|
|
7611
7606
|
* </li>
|
|
7612
7607
|
* </ul>
|
|
@@ -7689,7 +7684,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7689
7684
|
* </p>
|
|
7690
7685
|
* </note>
|
|
7691
7686
|
* <p>
|
|
7692
|
-
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7687
|
+
* <b>M6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7693
7688
|
*
|
|
7694
7689
|
* <code>cache.m6g.large</code>,
|
|
7695
7690
|
* <code>cache.m6g.xlarge</code>,
|
|
@@ -7717,7 +7712,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7717
7712
|
* <code>cache.m4.10xlarge</code>
|
|
7718
7713
|
* </p>
|
|
7719
7714
|
* <p>
|
|
7720
|
-
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7715
|
+
* <b>T4g node types</b> (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
7721
7716
|
* <code>cache.t4g.micro</code>,
|
|
7722
7717
|
* <code>cache.t4g.small</code>,
|
|
7723
7718
|
* <code>cache.t4g.medium</code>
|
|
@@ -7790,7 +7785,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7790
7785
|
* </p>
|
|
7791
7786
|
* </note>
|
|
7792
7787
|
* <p>
|
|
7793
|
-
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7788
|
+
* <b>R6g node types</b> (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
7794
7789
|
* <code>cache.r6g.large</code>,
|
|
7795
7790
|
* <code>cache.r6g.xlarge</code>,
|
|
7796
7791
|
* <code>cache.r6g.2xlarge</code>,
|
|
@@ -7847,15 +7842,15 @@ export interface ReservedCacheNodesOffering {
|
|
|
7847
7842
|
* default.</p>
|
|
7848
7843
|
* </li>
|
|
7849
7844
|
* <li>
|
|
7850
|
-
* <p>Redis append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7845
|
+
* <p>Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.</p>
|
|
7851
7846
|
* </li>
|
|
7852
7847
|
* <li>
|
|
7853
|
-
* <p>Redis Multi-AZ with automatic failover is not supported on T1
|
|
7848
|
+
* <p>Redis OSS Multi-AZ with automatic failover is not supported on T1
|
|
7854
7849
|
* instances.</p>
|
|
7855
7850
|
* </li>
|
|
7856
7851
|
* <li>
|
|
7857
|
-
* <p>Redis configuration variables <code>appendonly</code> and
|
|
7858
|
-
* <code>appendfsync</code> are not supported on Redis version 2.8.22 and
|
|
7852
|
+
* <p>Redis OSS configuration variables <code>appendonly</code> and
|
|
7853
|
+
* <code>appendfsync</code> are not supported on Redis OSS version 2.8.22 and
|
|
7859
7854
|
* later.</p>
|
|
7860
7855
|
* </li>
|
|
7861
7856
|
* </ul>
|
|
@@ -7971,32 +7966,32 @@ export interface DescribeServerlessCachesResponse {
|
|
|
7971
7966
|
export interface DescribeServerlessCacheSnapshotsRequest {
|
|
7972
7967
|
/**
|
|
7973
7968
|
* <p>The identifier of serverless cache. If this parameter is specified,
|
|
7974
|
-
* only snapshots associated with that specific serverless cache are described. Available for Redis only.</p>
|
|
7969
|
+
* only snapshots associated with that specific serverless cache are described. Available for Redis OSS and Serverless Memcached only.</p>
|
|
7975
7970
|
* @public
|
|
7976
7971
|
*/
|
|
7977
7972
|
ServerlessCacheName?: string;
|
|
7978
7973
|
/**
|
|
7979
7974
|
* <p>The identifier of the serverless cache’s snapshot.
|
|
7980
|
-
* If this parameter is specified, only this snapshot is described. Available for Redis only.</p>
|
|
7975
|
+
* If this parameter is specified, only this snapshot is described. Available for Redis OSS and Serverless Memcached only.</p>
|
|
7981
7976
|
* @public
|
|
7982
7977
|
*/
|
|
7983
7978
|
ServerlessCacheSnapshotName?: string;
|
|
7984
7979
|
/**
|
|
7985
|
-
* <p>The type of snapshot that is being described. Available for Redis only.</p>
|
|
7980
|
+
* <p>The type of snapshot that is being described. Available for Redis OSS and Serverless Memcached only.</p>
|
|
7986
7981
|
* @public
|
|
7987
7982
|
*/
|
|
7988
7983
|
SnapshotType?: string;
|
|
7989
7984
|
/**
|
|
7990
7985
|
* <p>An optional marker returned from a prior request to support pagination of results from this operation.
|
|
7991
7986
|
* If this parameter is specified, the response includes only records beyond the marker,
|
|
7992
|
-
* up to the value specified by max-results. Available for Redis only.</p>
|
|
7987
|
+
* up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.</p>
|
|
7993
7988
|
* @public
|
|
7994
7989
|
*/
|
|
7995
7990
|
NextToken?: string;
|
|
7996
7991
|
/**
|
|
7997
7992
|
* <p>The maximum number of records to include in the response. If more records exist than
|
|
7998
7993
|
* the specified max-results value, a market is included in the response so that remaining results
|
|
7999
|
-
* can be retrieved. Available for Redis only.The default is 50. The Validation Constraints are a maximum of 50.</p>
|
|
7994
|
+
* can be retrieved. Available for Redis OSS and Serverless Memcached only.The default is 50. The Validation Constraints are a maximum of 50.</p>
|
|
8000
7995
|
* @public
|
|
8001
7996
|
*/
|
|
8002
7997
|
MaxResults?: number;
|
|
@@ -8008,12 +8003,12 @@ export interface DescribeServerlessCacheSnapshotsResponse {
|
|
|
8008
8003
|
/**
|
|
8009
8004
|
* <p>An optional marker returned from a prior request to support pagination of results from this operation.
|
|
8010
8005
|
* If this parameter is specified, the response includes only records beyond the marker,
|
|
8011
|
-
* up to the value specified by max-results. Available for Redis only.</p>
|
|
8006
|
+
* up to the value specified by max-results. Available for Redis OSS and Serverless Memcached only.</p>
|
|
8012
8007
|
* @public
|
|
8013
8008
|
*/
|
|
8014
8009
|
NextToken?: string;
|
|
8015
8010
|
/**
|
|
8016
|
-
* <p>The serverless caches snapshots associated with a given description request. Available for Redis only.</p>
|
|
8011
|
+
* <p>The serverless caches snapshots associated with a given description request. Available for Redis OSS and Serverless Memcached only.</p>
|
|
8017
8012
|
* @public
|
|
8018
8013
|
*/
|
|
8019
8014
|
ServerlessCacheSnapshots?: ServerlessCacheSnapshot[];
|
|
@@ -8084,7 +8079,7 @@ export declare const ServiceUpdateType: {
|
|
|
8084
8079
|
*/
|
|
8085
8080
|
export type ServiceUpdateType = (typeof ServiceUpdateType)[keyof typeof ServiceUpdateType];
|
|
8086
8081
|
/**
|
|
8087
|
-
* <p>An update that you can apply to your Redis clusters.</p>
|
|
8082
|
+
* <p>An update that you can apply to your Redis OSS clusters.</p>
|
|
8088
8083
|
* @public
|
|
8089
8084
|
*/
|
|
8090
8085
|
export interface ServiceUpdate {
|
|
@@ -8130,13 +8125,13 @@ export interface ServiceUpdate {
|
|
|
8130
8125
|
*/
|
|
8131
8126
|
ServiceUpdateType?: ServiceUpdateType;
|
|
8132
8127
|
/**
|
|
8133
|
-
* <p>The Elasticache engine to which the update applies. Either Redis or Memcached
|
|
8128
|
+
* <p>The Elasticache engine to which the update applies. Either Redis OSS or Memcached.</p>
|
|
8134
8129
|
* @public
|
|
8135
8130
|
*/
|
|
8136
8131
|
Engine?: string;
|
|
8137
8132
|
/**
|
|
8138
|
-
* <p>The Elasticache engine version to which the update applies. Either Redis or Memcached
|
|
8139
|
-
* engine version
|
|
8133
|
+
* <p>The Elasticache engine version to which the update applies. Either Redis OSS or Memcached
|
|
8134
|
+
* engine version.</p>
|
|
8140
8135
|
* @public
|
|
8141
8136
|
*/
|
|
8142
8137
|
EngineVersion?: string;
|
|
@@ -8279,7 +8274,7 @@ export interface DescribeUpdateActionsMessage {
|
|
|
8279
8274
|
*/
|
|
8280
8275
|
CacheClusterIds?: string[];
|
|
8281
8276
|
/**
|
|
8282
|
-
* <p>The Elasticache engine to which the update applies. Either Redis or Memcached
|
|
8277
|
+
* <p>The Elasticache engine to which the update applies. Either Redis OSS or Memcached.</p>
|
|
8283
8278
|
* @public
|
|
8284
8279
|
*/
|
|
8285
8280
|
Engine?: string;
|
|
@@ -8563,7 +8558,7 @@ export interface UpdateAction {
|
|
|
8563
8558
|
*/
|
|
8564
8559
|
EstimatedUpdateTime?: string;
|
|
8565
8560
|
/**
|
|
8566
|
-
* <p>The Elasticache engine to which the update applies. Either Redis or Memcached
|
|
8561
|
+
* <p>The Elasticache engine to which the update applies. Either Redis OSS or Memcached.</p>
|
|
8567
8562
|
* @public
|
|
8568
8563
|
*/
|
|
8569
8564
|
Engine?: string;
|
|
@@ -8647,7 +8642,7 @@ export interface Filter {
|
|
|
8647
8642
|
*/
|
|
8648
8643
|
export interface DescribeUsersMessage {
|
|
8649
8644
|
/**
|
|
8650
|
-
* <p>The Redis engine. </p>
|
|
8645
|
+
* <p>The Redis OSS engine. </p>
|
|
8651
8646
|
* @public
|
|
8652
8647
|
*/
|
|
8653
8648
|
Engine?: string;
|
|
@@ -8738,13 +8733,13 @@ export interface DisassociateGlobalReplicationGroupResult {
|
|
|
8738
8733
|
*/
|
|
8739
8734
|
export interface ExportServerlessCacheSnapshotRequest {
|
|
8740
8735
|
/**
|
|
8741
|
-
* <p>The identifier of the serverless cache snapshot to be exported to S3. Available for Redis only.</p>
|
|
8736
|
+
* <p>The identifier of the serverless cache snapshot to be exported to S3. Available for Redis OSS only.</p>
|
|
8742
8737
|
* @public
|
|
8743
8738
|
*/
|
|
8744
8739
|
ServerlessCacheSnapshotName: string | undefined;
|
|
8745
8740
|
/**
|
|
8746
8741
|
* <p>Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region
|
|
8747
|
-
* as the snapshot. Available for Redis only.</p>
|
|
8742
|
+
* as the snapshot. Available for Redis OSS only.</p>
|
|
8748
8743
|
* @public
|
|
8749
8744
|
*/
|
|
8750
8745
|
S3BucketName: string | undefined;
|
|
@@ -8754,7 +8749,7 @@ export interface ExportServerlessCacheSnapshotRequest {
|
|
|
8754
8749
|
*/
|
|
8755
8750
|
export interface ExportServerlessCacheSnapshotResponse {
|
|
8756
8751
|
/**
|
|
8757
|
-
* <p>The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis only.</p>
|
|
8752
|
+
* <p>The state of a serverless cache at a specific point in time, to the millisecond. Available for Redis OSS and Serverless Memcached only.</p>
|
|
8758
8753
|
* @public
|
|
8759
8754
|
*/
|
|
8760
8755
|
ServerlessCacheSnapshot?: ServerlessCacheSnapshot;
|
|
@@ -8805,7 +8800,7 @@ export interface FailoverGlobalReplicationGroupResult {
|
|
|
8805
8800
|
*/
|
|
8806
8801
|
export interface ReshardingConfiguration {
|
|
8807
8802
|
/**
|
|
8808
|
-
* <p>Either the ElastiCache
|
|
8803
|
+
* <p>Either the ElastiCache (Redis OSS) supplied 4-digit id or a user supplied id for the
|
|
8809
8804
|
* node group these configuration values apply to.</p>
|
|
8810
8805
|
* @public
|
|
8811
8806
|
*/
|
|
@@ -8894,16 +8889,15 @@ export interface IncreaseReplicaCountMessage {
|
|
|
8894
8889
|
*/
|
|
8895
8890
|
ReplicationGroupId: string | undefined;
|
|
8896
8891
|
/**
|
|
8897
|
-
* <p>The number of read replica nodes you want at the completion of this operation. For
|
|
8898
|
-
* Redis (cluster mode
|
|
8899
|
-
* the replication group. For Redis (cluster mode enabled) replication groups, this is the
|
|
8892
|
+
* <p>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
|
|
8893
|
+
* the replication group. For Redis OSS (cluster mode enabled) replication groups, this is the
|
|
8900
8894
|
* number of replica nodes in each of the replication group's node groups.</p>
|
|
8901
8895
|
* @public
|
|
8902
8896
|
*/
|
|
8903
8897
|
NewReplicaCount?: number;
|
|
8904
8898
|
/**
|
|
8905
8899
|
* <p>A list of <code>ConfigureShard</code> objects that can be used to configure each
|
|
8906
|
-
* shard in a Redis (cluster mode enabled) replication group. The
|
|
8900
|
+
* shard in a Redis OSS (cluster mode enabled) replication group. The
|
|
8907
8901
|
* <code>ConfigureShard</code> has three members: <code>NewReplicaCount</code>,
|
|
8908
8902
|
* <code>NodeGroupId</code>, and <code>PreferredAvailabilityZones</code>.</p>
|
|
8909
8903
|
* @public
|
|
@@ -8921,7 +8915,7 @@ export interface IncreaseReplicaCountMessage {
|
|
|
8921
8915
|
*/
|
|
8922
8916
|
export interface IncreaseReplicaCountResult {
|
|
8923
8917
|
/**
|
|
8924
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
8918
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
8925
8919
|
* @public
|
|
8926
8920
|
*/
|
|
8927
8921
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -9016,7 +9010,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9016
9010
|
* requests are canceled.</p>
|
|
9017
9011
|
* <p>If you are removing cache nodes, you must use the <code>CacheNodeIdsToRemove</code>
|
|
9018
9012
|
* parameter to provide the IDs of the specific cache nodes to remove.</p>
|
|
9019
|
-
* <p>For clusters running Redis, this value must be 1. For clusters running Memcached, this
|
|
9013
|
+
* <p>For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this
|
|
9020
9014
|
* value must be between 1 and 40.</p>
|
|
9021
9015
|
* <note>
|
|
9022
9016
|
* <p>Adding or removing Memcached cache nodes can be applied immediately or as a
|
|
@@ -9300,7 +9294,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9300
9294
|
*/
|
|
9301
9295
|
EngineVersion?: string;
|
|
9302
9296
|
/**
|
|
9303
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
9297
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
9304
9298
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
9305
9299
|
* disabled for previous versions. </p>
|
|
9306
9300
|
* @public
|
|
@@ -9362,7 +9356,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9362
9356
|
* <p>DELETE - allowed only when transitioning to RBAC</p>
|
|
9363
9357
|
* </li>
|
|
9364
9358
|
* </ul>
|
|
9365
|
-
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
|
|
9359
|
+
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis OSS AUTH</a>
|
|
9366
9360
|
* </p>
|
|
9367
9361
|
* @public
|
|
9368
9362
|
*/
|
|
@@ -9374,7 +9368,7 @@ export interface ModifyCacheClusterMessage {
|
|
|
9374
9368
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
9375
9369
|
/**
|
|
9376
9370
|
* <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
|
|
9377
|
-
* <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
|
|
9371
|
+
* <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS engine version 6.2
|
|
9378
9372
|
* onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
9379
9373
|
* @public
|
|
9380
9374
|
*/
|
|
@@ -9596,7 +9590,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9596
9590
|
PrimaryClusterId?: string;
|
|
9597
9591
|
/**
|
|
9598
9592
|
* <p>The cluster ID that is used as the daily snapshot source for the replication group.
|
|
9599
|
-
* This parameter cannot be set for Redis (cluster mode enabled) replication groups.</p>
|
|
9593
|
+
* This parameter cannot be set for Redis OSS (cluster mode enabled) replication groups.</p>
|
|
9600
9594
|
* @public
|
|
9601
9595
|
*/
|
|
9602
9596
|
SnapshottingClusterId?: string;
|
|
@@ -9736,7 +9730,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9736
9730
|
*/
|
|
9737
9731
|
EngineVersion?: string;
|
|
9738
9732
|
/**
|
|
9739
|
-
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if
|
|
9733
|
+
* <p> If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if
|
|
9740
9734
|
* you want to opt-in to the next auto minor version upgrade campaign. This parameter is
|
|
9741
9735
|
* disabled for previous versions. </p>
|
|
9742
9736
|
* @public
|
|
@@ -9802,7 +9796,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9802
9796
|
* <p>DELETE - allowed only when transitioning to RBAC</p>
|
|
9803
9797
|
* </li>
|
|
9804
9798
|
* </ul>
|
|
9805
|
-
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
|
|
9799
|
+
* <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis OSS AUTH</a>
|
|
9806
9800
|
* </p>
|
|
9807
9801
|
* @public
|
|
9808
9802
|
*/
|
|
@@ -9830,7 +9824,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9830
9824
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
9831
9825
|
/**
|
|
9832
9826
|
* <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
|
|
9833
|
-
* <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
|
|
9827
|
+
* <code>ipv6</code>. IPv6 is supported for workloads using Redis OSS engine version 6.2
|
|
9834
9828
|
* onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
|
|
9835
9829
|
* @public
|
|
9836
9830
|
*/
|
|
@@ -9848,7 +9842,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9848
9842
|
* <p>You must set <code>TransitEncryptionEnabled</code> to <code>true</code>, for your
|
|
9849
9843
|
* existing cluster, and set <code>TransitEncryptionMode</code> to <code>preferred</code>
|
|
9850
9844
|
* in the same request to allow both encrypted and unencrypted connections at the same
|
|
9851
|
-
* time. Once you migrate all your Redis clients to use encrypted connections you can set
|
|
9845
|
+
* time. Once you migrate all your Redis OSS clients to use encrypted connections you can set
|
|
9852
9846
|
* the value to <code>required</code> to allow encrypted connections only.</p>
|
|
9853
9847
|
* <p>Setting <code>TransitEncryptionMode</code> to <code>required</code> is a two-step
|
|
9854
9848
|
* process that requires you to first set the <code>TransitEncryptionMode</code> to
|
|
@@ -9859,8 +9853,8 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9859
9853
|
TransitEncryptionMode?: TransitEncryptionMode;
|
|
9860
9854
|
/**
|
|
9861
9855
|
* <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
|
|
9862
|
-
* set the cluster mode to Compatible. Compatible mode allows your Redis clients to connect
|
|
9863
|
-
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis
|
|
9856
|
+
* set the cluster mode to Compatible. Compatible mode allows your Redis OSS clients to connect
|
|
9857
|
+
* using both cluster mode enabled and cluster mode disabled. After you migrate all Redis OSS
|
|
9864
9858
|
* clients to use cluster mode enabled, you can then complete cluster mode configuration
|
|
9865
9859
|
* and set the cluster mode to Enabled.</p>
|
|
9866
9860
|
* @public
|
|
@@ -9872,7 +9866,7 @@ export interface ModifyReplicationGroupMessage {
|
|
|
9872
9866
|
*/
|
|
9873
9867
|
export interface ModifyReplicationGroupResult {
|
|
9874
9868
|
/**
|
|
9875
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
9869
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
9876
9870
|
* @public
|
|
9877
9871
|
*/
|
|
9878
9872
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -9884,7 +9878,7 @@ export interface ModifyReplicationGroupResult {
|
|
|
9884
9878
|
*/
|
|
9885
9879
|
export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
9886
9880
|
/**
|
|
9887
|
-
* <p>The name of the Redis (cluster mode enabled) cluster (replication group) on which the
|
|
9881
|
+
* <p>The name of the Redis OSS (cluster mode enabled) cluster (replication group) on which the
|
|
9888
9882
|
* shards are to be configured.</p>
|
|
9889
9883
|
* @public
|
|
9890
9884
|
*/
|
|
@@ -9918,7 +9912,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
|
9918
9912
|
* groups (shards), then either <code>NodeGroupsToRemove</code> or
|
|
9919
9913
|
* <code>NodeGroupsToRetain</code> is required. <code>NodeGroupsToRemove</code> is a
|
|
9920
9914
|
* list of <code>NodeGroupId</code>s to remove from the cluster.</p>
|
|
9921
|
-
* <p>ElastiCache
|
|
9915
|
+
* <p>ElastiCache (Redis OSS) will attempt to remove all node groups listed by
|
|
9922
9916
|
* <code>NodeGroupsToRemove</code> from the cluster.</p>
|
|
9923
9917
|
* @public
|
|
9924
9918
|
*/
|
|
@@ -9928,7 +9922,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
|
9928
9922
|
* groups (shards), then either <code>NodeGroupsToRemove</code> or
|
|
9929
9923
|
* <code>NodeGroupsToRetain</code> is required. <code>NodeGroupsToRetain</code> is a
|
|
9930
9924
|
* list of <code>NodeGroupId</code>s to retain in the cluster.</p>
|
|
9931
|
-
* <p>ElastiCache
|
|
9925
|
+
* <p>ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by
|
|
9932
9926
|
* <code>NodeGroupsToRetain</code> from the cluster.</p>
|
|
9933
9927
|
* @public
|
|
9934
9928
|
*/
|
|
@@ -9939,7 +9933,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
|
|
|
9939
9933
|
*/
|
|
9940
9934
|
export interface ModifyReplicationGroupShardConfigurationResult {
|
|
9941
9935
|
/**
|
|
9942
|
-
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|
|
9936
|
+
* <p>Contains all of the attributes of a specific Redis OSS replication group.</p>
|
|
9943
9937
|
* @public
|
|
9944
9938
|
*/
|
|
9945
9939
|
ReplicationGroup?: ReplicationGroup;
|
|
@@ -9966,12 +9960,12 @@ export interface ModifyServerlessCacheRequest {
|
|
|
9966
9960
|
*/
|
|
9967
9961
|
CacheUsageLimits?: CacheUsageLimits;
|
|
9968
9962
|
/**
|
|
9969
|
-
* <p>The identifier of the UserGroup to be removed from association with the Redis serverless cache. Available for Redis only. Default is NULL.</p>
|
|
9963
|
+
* <p>The identifier of the UserGroup to be removed from association with the Redis OSS serverless cache. Available for Redis OSS only. Default is NULL.</p>
|
|
9970
9964
|
* @public
|
|
9971
9965
|
*/
|
|
9972
9966
|
RemoveUserGroup?: boolean;
|
|
9973
9967
|
/**
|
|
9974
|
-
* <p>The identifier of the UserGroup to be associated with the serverless cache. Available for Redis only.
|
|
9968
|
+
* <p>The identifier of the UserGroup to be associated with the serverless cache. Available for Redis OSS only.
|
|
9975
9969
|
* Default is NULL - the existing UserGroup is not removed.</p>
|
|
9976
9970
|
* @public
|
|
9977
9971
|
*/
|
|
@@ -9986,14 +9980,14 @@ export interface ModifyServerlessCacheRequest {
|
|
|
9986
9980
|
SecurityGroupIds?: string[];
|
|
9987
9981
|
/**
|
|
9988
9982
|
* <p>The number of days for which Elasticache retains automatic snapshots before deleting them.
|
|
9989
|
-
* Available for Redis only.
|
|
9983
|
+
* Available for Redis OSS and Serverless Memcached only.
|
|
9990
9984
|
* Default = NULL, i.e. the existing snapshot-retention-limit will not be removed or modified.
|
|
9991
9985
|
* The maximum value allowed is 35 days.</p>
|
|
9992
9986
|
* @public
|
|
9993
9987
|
*/
|
|
9994
9988
|
SnapshotRetentionLimit?: number;
|
|
9995
9989
|
/**
|
|
9996
|
-
* <p>The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis only.
|
|
9990
|
+
* <p>The daily time during which Elasticache begins taking a daily snapshot of the serverless cache. Available for Redis OSS and Serverless Memcached only.
|
|
9997
9991
|
* The default is NULL, i.e. the existing snapshot time configured for the cluster is not removed.</p>
|
|
9998
9992
|
* @public
|
|
9999
9993
|
*/
|