@aws-sdk/client-elasticache 3.42.0 → 3.47.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/CHANGELOG.md +51 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +9 -408
- package/dist-cjs/protocols/Aws_query.js +83 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +5 -268
- package/dist-es/protocols/Aws_query.js +269 -186
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ElastiCache.d.ts +6 -5
- package/dist-types/ElastiCacheClient.d.ts +5 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserGroupCommand.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/TestFailoverCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +544 -480
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +14 -268
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -51,12 +51,6 @@ export interface CacheClusterNotFoundFault extends __SmithyException, $MetadataB
|
|
|
51
51
|
$fault: "client";
|
|
52
52
|
message?: string;
|
|
53
53
|
}
|
|
54
|
-
export declare namespace CacheClusterNotFoundFault {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: CacheClusterNotFoundFault) => any;
|
|
59
|
-
}
|
|
60
54
|
/**
|
|
61
55
|
* <p>The requested cache parameter group name does not refer to an existing cache parameter group.</p>
|
|
62
56
|
*/
|
|
@@ -65,12 +59,6 @@ export interface CacheParameterGroupNotFoundFault extends __SmithyException, $Me
|
|
|
65
59
|
$fault: "client";
|
|
66
60
|
message?: string;
|
|
67
61
|
}
|
|
68
|
-
export declare namespace CacheParameterGroupNotFoundFault {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: CacheParameterGroupNotFoundFault) => any;
|
|
73
|
-
}
|
|
74
62
|
/**
|
|
75
63
|
* <p>The requested cache security group name does not refer to an existing cache security group.</p>
|
|
76
64
|
*/
|
|
@@ -79,12 +67,6 @@ export interface CacheSecurityGroupNotFoundFault extends __SmithyException, $Met
|
|
|
79
67
|
$fault: "client";
|
|
80
68
|
message?: string;
|
|
81
69
|
}
|
|
82
|
-
export declare namespace CacheSecurityGroupNotFoundFault {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupNotFoundFault) => any;
|
|
87
|
-
}
|
|
88
70
|
/**
|
|
89
71
|
* <p>The requested cache subnet group name does not refer to an existing cache subnet group.</p>
|
|
90
72
|
*/
|
|
@@ -93,12 +75,6 @@ export interface CacheSubnetGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
93
75
|
$fault: "client";
|
|
94
76
|
message?: string;
|
|
95
77
|
}
|
|
96
|
-
export declare namespace CacheSubnetGroupNotFoundFault {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupNotFoundFault) => any;
|
|
101
|
-
}
|
|
102
78
|
/**
|
|
103
79
|
* <p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>
|
|
104
80
|
*/
|
|
@@ -107,12 +83,6 @@ export interface InvalidARNFault extends __SmithyException, $MetadataBearer {
|
|
|
107
83
|
$fault: "client";
|
|
108
84
|
message?: string;
|
|
109
85
|
}
|
|
110
|
-
export declare namespace InvalidARNFault {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
const filterSensitiveLog: (obj: InvalidARNFault) => any;
|
|
115
|
-
}
|
|
116
86
|
/**
|
|
117
87
|
* <p>The requested replication group is not in the <code>available</code> state.</p>
|
|
118
88
|
*/
|
|
@@ -121,12 +91,6 @@ export interface InvalidReplicationGroupStateFault extends __SmithyException, $M
|
|
|
121
91
|
$fault: "client";
|
|
122
92
|
message?: string;
|
|
123
93
|
}
|
|
124
|
-
export declare namespace InvalidReplicationGroupStateFault {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: InvalidReplicationGroupStateFault) => any;
|
|
129
|
-
}
|
|
130
94
|
/**
|
|
131
95
|
* <p>The specified replication group does not exist.</p>
|
|
132
96
|
*/
|
|
@@ -135,12 +99,6 @@ export interface ReplicationGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
135
99
|
$fault: "client";
|
|
136
100
|
message?: string;
|
|
137
101
|
}
|
|
138
|
-
export declare namespace ReplicationGroupNotFoundFault {
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotFoundFault) => any;
|
|
143
|
-
}
|
|
144
102
|
/**
|
|
145
103
|
* <p>The requested reserved cache node was not found.</p>
|
|
146
104
|
*/
|
|
@@ -149,12 +107,6 @@ export interface ReservedCacheNodeNotFoundFault extends __SmithyException, $Meta
|
|
|
149
107
|
$fault: "client";
|
|
150
108
|
message?: string;
|
|
151
109
|
}
|
|
152
|
-
export declare namespace ReservedCacheNodeNotFoundFault {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeNotFoundFault) => any;
|
|
157
|
-
}
|
|
158
110
|
/**
|
|
159
111
|
* <p>The requested snapshot name does not refer to an existing snapshot.</p>
|
|
160
112
|
*/
|
|
@@ -163,12 +115,6 @@ export interface SnapshotNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
163
115
|
$fault: "client";
|
|
164
116
|
message?: string;
|
|
165
117
|
}
|
|
166
|
-
export declare namespace SnapshotNotFoundFault {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
const filterSensitiveLog: (obj: SnapshotNotFoundFault) => any;
|
|
171
|
-
}
|
|
172
118
|
/**
|
|
173
119
|
* <p>Represents the output from the <code>AddTagsToResource</code>,
|
|
174
120
|
* <code>ListTagsForResource</code>, and <code>RemoveTagsFromResource</code> operations.</p>
|
|
@@ -193,12 +139,6 @@ export interface TagQuotaPerResourceExceeded extends __SmithyException, $Metadat
|
|
|
193
139
|
$fault: "client";
|
|
194
140
|
message?: string;
|
|
195
141
|
}
|
|
196
|
-
export declare namespace TagQuotaPerResourceExceeded {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
const filterSensitiveLog: (obj: TagQuotaPerResourceExceeded) => any;
|
|
201
|
-
}
|
|
202
142
|
/**
|
|
203
143
|
* <p>The user group was not found or does not exist</p>
|
|
204
144
|
*/
|
|
@@ -207,12 +147,6 @@ export interface UserGroupNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
207
147
|
$fault: "client";
|
|
208
148
|
message?: string;
|
|
209
149
|
}
|
|
210
|
-
export declare namespace UserGroupNotFoundFault {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
const filterSensitiveLog: (obj: UserGroupNotFoundFault) => any;
|
|
215
|
-
}
|
|
216
150
|
/**
|
|
217
151
|
* <p>The user does not exist or could not be found.</p>
|
|
218
152
|
*/
|
|
@@ -221,12 +155,6 @@ export interface UserNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
221
155
|
$fault: "client";
|
|
222
156
|
message?: string;
|
|
223
157
|
}
|
|
224
|
-
export declare namespace UserNotFoundFault {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
const filterSensitiveLog: (obj: UserNotFoundFault) => any;
|
|
229
|
-
}
|
|
230
158
|
/**
|
|
231
159
|
* <p>Represents the allowed node types you can use to modify your cluster or replication group.</p>
|
|
232
160
|
*/
|
|
@@ -260,12 +188,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
|
|
|
260
188
|
$fault: "client";
|
|
261
189
|
message?: string;
|
|
262
190
|
}
|
|
263
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
268
|
-
}
|
|
269
191
|
/**
|
|
270
192
|
* <p>Represents the input of an AuthorizeCacheSecurityGroupIngress operation.</p>
|
|
271
193
|
*/
|
|
@@ -399,12 +321,6 @@ export interface InvalidCacheSecurityGroupStateFault extends __SmithyException,
|
|
|
399
321
|
$fault: "client";
|
|
400
322
|
message?: string;
|
|
401
323
|
}
|
|
402
|
-
export declare namespace InvalidCacheSecurityGroupStateFault {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
|
-
const filterSensitiveLog: (obj: InvalidCacheSecurityGroupStateFault) => any;
|
|
407
|
-
}
|
|
408
324
|
/**
|
|
409
325
|
* <p>Two or more incompatible parameters were specified.</p>
|
|
410
326
|
*/
|
|
@@ -416,12 +332,6 @@ export interface InvalidParameterCombinationException extends __SmithyException,
|
|
|
416
332
|
*/
|
|
417
333
|
message?: string;
|
|
418
334
|
}
|
|
419
|
-
export declare namespace InvalidParameterCombinationException {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
424
|
-
}
|
|
425
335
|
/**
|
|
426
336
|
* <p>The value for a parameter is invalid.</p>
|
|
427
337
|
*/
|
|
@@ -433,12 +343,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
|
|
|
433
343
|
*/
|
|
434
344
|
message?: string;
|
|
435
345
|
}
|
|
436
|
-
export declare namespace InvalidParameterValueException {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
441
|
-
}
|
|
442
346
|
export interface BatchApplyUpdateActionMessage {
|
|
443
347
|
/**
|
|
444
348
|
* <p>The replication group IDs</p>
|
|
@@ -467,12 +371,6 @@ export interface ServiceUpdateNotFoundFault extends __SmithyException, $Metadata
|
|
|
467
371
|
$fault: "client";
|
|
468
372
|
message?: string;
|
|
469
373
|
}
|
|
470
|
-
export declare namespace ServiceUpdateNotFoundFault {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
const filterSensitiveLog: (obj: ServiceUpdateNotFoundFault) => any;
|
|
475
|
-
}
|
|
476
374
|
export declare enum UpdateActionStatus {
|
|
477
375
|
COMPLETE = "complete",
|
|
478
376
|
IN_PROGRESS = "in-progress",
|
|
@@ -619,6 +517,10 @@ export declare namespace Endpoint {
|
|
|
619
517
|
*/
|
|
620
518
|
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
621
519
|
}
|
|
520
|
+
export declare enum DataTieringStatus {
|
|
521
|
+
DISABLED = "disabled",
|
|
522
|
+
ENABLED = "enabled"
|
|
523
|
+
}
|
|
622
524
|
/**
|
|
623
525
|
* <p>The name of the Global datastore and role of this replication group in the Global datastore.</p>
|
|
624
526
|
*/
|
|
@@ -1093,6 +995,11 @@ export interface ReplicationGroup {
|
|
|
1093
995
|
* <p>The date and time when the cluster was created.</p>
|
|
1094
996
|
*/
|
|
1095
997
|
ReplicationGroupCreateTime?: Date;
|
|
998
|
+
/**
|
|
999
|
+
* <p>Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes.
|
|
1000
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
|
|
1001
|
+
*/
|
|
1002
|
+
DataTiering?: DataTieringStatus | string;
|
|
1096
1003
|
}
|
|
1097
1004
|
export declare namespace ReplicationGroup {
|
|
1098
1005
|
/**
|
|
@@ -1120,12 +1027,6 @@ export interface ReplicationGroupNotUnderMigrationFault extends __SmithyExceptio
|
|
|
1120
1027
|
$fault: "client";
|
|
1121
1028
|
message?: string;
|
|
1122
1029
|
}
|
|
1123
|
-
export declare namespace ReplicationGroupNotUnderMigrationFault {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotUnderMigrationFault) => any;
|
|
1128
|
-
}
|
|
1129
1030
|
/**
|
|
1130
1031
|
* <p>Represents the input of a <code>CopySnapshotMessage</code> operation.</p>
|
|
1131
1032
|
*/
|
|
@@ -1296,9 +1197,13 @@ export interface Snapshot {
|
|
|
1296
1197
|
* <li>
|
|
1297
1198
|
* <p>Current generation: </p>
|
|
1298
1199
|
*
|
|
1299
|
-
*
|
|
1200
|
+
* <p>
|
|
1300
1201
|
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
1301
|
-
*
|
|
1202
|
+
*
|
|
1203
|
+
*
|
|
1204
|
+
*
|
|
1205
|
+
*
|
|
1206
|
+
* <p>
|
|
1302
1207
|
* <code>cache.m6g.large</code>,
|
|
1303
1208
|
* <code>cache.m6g.xlarge</code>,
|
|
1304
1209
|
* <code>cache.m6g.2xlarge</code>,
|
|
@@ -1307,10 +1212,9 @@ export interface Snapshot {
|
|
|
1307
1212
|
* <code>cache.m6g.12xlarge</code>,
|
|
1308
1213
|
* <code>cache.m6g.16xlarge</code>
|
|
1309
1214
|
*
|
|
1215
|
+
* </p>
|
|
1310
1216
|
*
|
|
1311
1217
|
*
|
|
1312
|
-
* </p>
|
|
1313
|
-
*
|
|
1314
1218
|
* <note>
|
|
1315
1219
|
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
1316
1220
|
* </p>
|
|
@@ -1338,7 +1242,20 @@ export interface Snapshot {
|
|
|
1338
1242
|
* <code>cache.m4.4xlarge</code>,
|
|
1339
1243
|
* <code>cache.m4.10xlarge</code>
|
|
1340
1244
|
* </p>
|
|
1341
|
-
*
|
|
1245
|
+
*
|
|
1246
|
+
* <p>
|
|
1247
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):</p>
|
|
1248
|
+
*
|
|
1249
|
+
*
|
|
1250
|
+
* <p>
|
|
1251
|
+
* <code>cache.t4g.micro</code>,
|
|
1252
|
+
* <code>cache.t4g.small</code>,
|
|
1253
|
+
* <code>cache.t4g.medium</code>
|
|
1254
|
+
* </p>
|
|
1255
|
+
*
|
|
1256
|
+
*
|
|
1257
|
+
*
|
|
1258
|
+
* <p>
|
|
1342
1259
|
* <b>T3 node types:</b>
|
|
1343
1260
|
* <code>cache.t3.micro</code>,
|
|
1344
1261
|
* <code>cache.t3.small</code>,
|
|
@@ -1397,31 +1314,76 @@ export interface Snapshot {
|
|
|
1397
1314
|
* </ul>
|
|
1398
1315
|
* </li>
|
|
1399
1316
|
* <li>
|
|
1317
|
+
* <p>Memory optimized with data tiering:</p>
|
|
1318
|
+
* <ul>
|
|
1319
|
+
* <li>
|
|
1320
|
+
* <p>Current generation: </p>
|
|
1321
|
+
*
|
|
1322
|
+
* <p>
|
|
1323
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
1324
|
+
*
|
|
1325
|
+
*
|
|
1326
|
+
*
|
|
1327
|
+
*
|
|
1328
|
+
* <p>
|
|
1329
|
+
*
|
|
1330
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
1331
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
1332
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
1333
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
1334
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
1335
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
1336
|
+
*
|
|
1337
|
+
*
|
|
1338
|
+
*
|
|
1339
|
+
*
|
|
1340
|
+
*
|
|
1341
|
+
*
|
|
1342
|
+
* </p>
|
|
1343
|
+
*
|
|
1344
|
+
* </li>
|
|
1345
|
+
* </ul>
|
|
1346
|
+
* </li>
|
|
1347
|
+
* <li>
|
|
1400
1348
|
* <p>Memory optimized:</p>
|
|
1401
|
-
*
|
|
1349
|
+
*
|
|
1350
|
+
*
|
|
1351
|
+
* <ul>
|
|
1402
1352
|
* <li>
|
|
1403
1353
|
* <p>Current generation: </p>
|
|
1404
|
-
*
|
|
1354
|
+
*
|
|
1355
|
+
*
|
|
1356
|
+
*
|
|
1357
|
+
*
|
|
1358
|
+
* <p>
|
|
1405
1359
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
1406
1360
|
*
|
|
1407
1361
|
*
|
|
1408
1362
|
*
|
|
1363
|
+
* <p>
|
|
1364
|
+
* <code>cache.r6g.large</code>,
|
|
1365
|
+
* <code>cache.r6g.xlarge</code>,
|
|
1366
|
+
* <code>cache.r6g.2xlarge</code>,
|
|
1367
|
+
* <code>cache.r6g.4xlarge</code>,
|
|
1368
|
+
* <code>cache.r6g.8xlarge</code>,
|
|
1369
|
+
* <code>cache.r6g.12xlarge</code>,
|
|
1370
|
+
* <code>cache.r6g.16xlarge</code>
|
|
1409
1371
|
*
|
|
1410
|
-
* <p>
|
|
1411
|
-
* <code>cache.r6g.large</code>,
|
|
1412
|
-
* <code>cache.r6g.xlarge</code>,
|
|
1413
|
-
* <code>cache.r6g.2xlarge</code>,
|
|
1414
|
-
* <code>cache.r6g.4xlarge</code>,
|
|
1415
|
-
* <code>cache.r6g.8xlarge</code>,
|
|
1416
|
-
* <code>cache.r6g.12xlarge</code>,
|
|
1417
|
-
* <code>cache.r6g.16xlarge</code>
|
|
1418
1372
|
*
|
|
1419
1373
|
*
|
|
1420
1374
|
*
|
|
1421
1375
|
*
|
|
1422
1376
|
*
|
|
1377
|
+
* </p>
|
|
1378
|
+
* <note>
|
|
1379
|
+
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
1380
|
+
* </p>
|
|
1381
|
+
* </note>
|
|
1382
|
+
*
|
|
1383
|
+
*
|
|
1384
|
+
*
|
|
1385
|
+
*
|
|
1423
1386
|
*
|
|
1424
|
-
* </p>
|
|
1425
1387
|
* <note>
|
|
1426
1388
|
* <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
|
|
1427
1389
|
* </p>
|
|
@@ -1595,7 +1557,8 @@ export interface Snapshot {
|
|
|
1595
1557
|
*/
|
|
1596
1558
|
VpcId?: string;
|
|
1597
1559
|
/**
|
|
1598
|
-
* <p>This parameter is
|
|
1560
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
1561
|
+
* </p>
|
|
1599
1562
|
*/
|
|
1600
1563
|
AutoMinorVersionUpgrade?: boolean;
|
|
1601
1564
|
/**
|
|
@@ -1635,6 +1598,11 @@ export interface Snapshot {
|
|
|
1635
1598
|
* <p>The ARN (Amazon Resource Name) of the snapshot.</p>
|
|
1636
1599
|
*/
|
|
1637
1600
|
ARN?: string;
|
|
1601
|
+
/**
|
|
1602
|
+
* <p>Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes.
|
|
1603
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
|
|
1604
|
+
*/
|
|
1605
|
+
DataTiering?: DataTieringStatus | string;
|
|
1638
1606
|
}
|
|
1639
1607
|
export declare namespace Snapshot {
|
|
1640
1608
|
/**
|
|
@@ -1662,12 +1630,6 @@ export interface InvalidSnapshotStateFault extends __SmithyException, $MetadataB
|
|
|
1662
1630
|
$fault: "client";
|
|
1663
1631
|
message?: string;
|
|
1664
1632
|
}
|
|
1665
|
-
export declare namespace InvalidSnapshotStateFault {
|
|
1666
|
-
/**
|
|
1667
|
-
* @internal
|
|
1668
|
-
*/
|
|
1669
|
-
const filterSensitiveLog: (obj: InvalidSnapshotStateFault) => any;
|
|
1670
|
-
}
|
|
1671
1633
|
/**
|
|
1672
1634
|
* <p>You already have a snapshot with the given name.</p>
|
|
1673
1635
|
*/
|
|
@@ -1676,12 +1638,6 @@ export interface SnapshotAlreadyExistsFault extends __SmithyException, $Metadata
|
|
|
1676
1638
|
$fault: "client";
|
|
1677
1639
|
message?: string;
|
|
1678
1640
|
}
|
|
1679
|
-
export declare namespace SnapshotAlreadyExistsFault {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
const filterSensitiveLog: (obj: SnapshotAlreadyExistsFault) => any;
|
|
1684
|
-
}
|
|
1685
1641
|
/**
|
|
1686
1642
|
* <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
|
|
1687
1643
|
*/
|
|
@@ -1690,12 +1646,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1690
1646
|
$fault: "client";
|
|
1691
1647
|
message?: string;
|
|
1692
1648
|
}
|
|
1693
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1698
|
-
}
|
|
1699
1649
|
/**
|
|
1700
1650
|
* <p>You already have a cluster with the given identifier.</p>
|
|
1701
1651
|
*/
|
|
@@ -1704,12 +1654,6 @@ export interface CacheClusterAlreadyExistsFault extends __SmithyException, $Meta
|
|
|
1704
1654
|
$fault: "client";
|
|
1705
1655
|
message?: string;
|
|
1706
1656
|
}
|
|
1707
|
-
export declare namespace CacheClusterAlreadyExistsFault {
|
|
1708
|
-
/**
|
|
1709
|
-
* @internal
|
|
1710
|
-
*/
|
|
1711
|
-
const filterSensitiveLog: (obj: CacheClusterAlreadyExistsFault) => any;
|
|
1712
|
-
}
|
|
1713
1657
|
/**
|
|
1714
1658
|
* <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
|
|
1715
1659
|
*/
|
|
@@ -1718,12 +1662,6 @@ export interface ClusterQuotaForCustomerExceededFault extends __SmithyException,
|
|
|
1718
1662
|
$fault: "client";
|
|
1719
1663
|
message?: string;
|
|
1720
1664
|
}
|
|
1721
|
-
export declare namespace ClusterQuotaForCustomerExceededFault {
|
|
1722
|
-
/**
|
|
1723
|
-
* @internal
|
|
1724
|
-
*/
|
|
1725
|
-
const filterSensitiveLog: (obj: ClusterQuotaForCustomerExceededFault) => any;
|
|
1726
|
-
}
|
|
1727
1665
|
export declare enum AZMode {
|
|
1728
1666
|
CROSS_AZ = "cross-az",
|
|
1729
1667
|
SINGLE_AZ = "single-az"
|
|
@@ -1840,10 +1778,13 @@ export interface CreateCacheClusterMessage {
|
|
|
1840
1778
|
* <li>
|
|
1841
1779
|
* <p>Current generation: </p>
|
|
1842
1780
|
*
|
|
1843
|
-
*
|
|
1844
|
-
*
|
|
1845
|
-
*
|
|
1846
|
-
*
|
|
1781
|
+
*
|
|
1782
|
+
*
|
|
1783
|
+
*
|
|
1784
|
+
* <p>
|
|
1785
|
+
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
1786
|
+
*
|
|
1787
|
+
* <code>cache.m6g.large</code>,
|
|
1847
1788
|
* <code>cache.m6g.xlarge</code>,
|
|
1848
1789
|
* <code>cache.m6g.2xlarge</code>,
|
|
1849
1790
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -1882,7 +1823,16 @@ export interface CreateCacheClusterMessage {
|
|
|
1882
1823
|
* <code>cache.m4.4xlarge</code>,
|
|
1883
1824
|
* <code>cache.m4.10xlarge</code>
|
|
1884
1825
|
* </p>
|
|
1885
|
-
*
|
|
1826
|
+
*
|
|
1827
|
+
* <p>
|
|
1828
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
1829
|
+
* <code>cache.t4g.micro</code>,
|
|
1830
|
+
* <code>cache.t4g.small</code>,
|
|
1831
|
+
* <code>cache.t4g.medium</code>
|
|
1832
|
+
* </p>
|
|
1833
|
+
*
|
|
1834
|
+
*
|
|
1835
|
+
* <p>
|
|
1886
1836
|
* <b>T3 node types:</b>
|
|
1887
1837
|
* <code>cache.t3.micro</code>,
|
|
1888
1838
|
* <code>cache.t3.small</code>,
|
|
@@ -1941,16 +1891,50 @@ export interface CreateCacheClusterMessage {
|
|
|
1941
1891
|
* </ul>
|
|
1942
1892
|
* </li>
|
|
1943
1893
|
* <li>
|
|
1894
|
+
* <p>Memory optimized with data tiering:</p>
|
|
1895
|
+
* <ul>
|
|
1896
|
+
* <li>
|
|
1897
|
+
* <p>Current generation: </p>
|
|
1898
|
+
*
|
|
1899
|
+
* <p>
|
|
1900
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
1901
|
+
*
|
|
1902
|
+
*
|
|
1903
|
+
*
|
|
1904
|
+
*
|
|
1905
|
+
* <p>
|
|
1906
|
+
*
|
|
1907
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
1908
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
1909
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
1910
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
1911
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
1912
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
1913
|
+
*
|
|
1914
|
+
*
|
|
1915
|
+
*
|
|
1916
|
+
*
|
|
1917
|
+
*
|
|
1918
|
+
*
|
|
1919
|
+
* </p>
|
|
1920
|
+
*
|
|
1921
|
+
* </li>
|
|
1922
|
+
* </ul>
|
|
1923
|
+
* </li>
|
|
1924
|
+
* <li>
|
|
1944
1925
|
* <p>Memory optimized:</p>
|
|
1945
1926
|
* <ul>
|
|
1946
1927
|
* <li>
|
|
1947
1928
|
* <p>Current generation: </p>
|
|
1929
|
+
*
|
|
1930
|
+
*
|
|
1931
|
+
*
|
|
1932
|
+
*
|
|
1948
1933
|
* <p>
|
|
1949
1934
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
1950
1935
|
*
|
|
1951
1936
|
*
|
|
1952
1937
|
*
|
|
1953
|
-
*
|
|
1954
1938
|
* <p>
|
|
1955
1939
|
* <code>cache.r6g.large</code>,
|
|
1956
1940
|
* <code>cache.r6g.xlarge</code>,
|
|
@@ -2131,7 +2115,8 @@ export interface CreateCacheClusterMessage {
|
|
|
2131
2115
|
*/
|
|
2132
2116
|
NotificationTopicArn?: string;
|
|
2133
2117
|
/**
|
|
2134
|
-
* <p>This parameter is
|
|
2118
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
2119
|
+
* </p>
|
|
2135
2120
|
*/
|
|
2136
2121
|
AutoMinorVersionUpgrade?: boolean;
|
|
2137
2122
|
/**
|
|
@@ -2212,10 +2197,12 @@ export declare namespace CreateCacheClusterMessage {
|
|
|
2212
2197
|
* <li>
|
|
2213
2198
|
* <p>Current generation: </p>
|
|
2214
2199
|
*
|
|
2215
|
-
*
|
|
2216
|
-
*
|
|
2217
|
-
*
|
|
2218
|
-
*
|
|
2200
|
+
*
|
|
2201
|
+
*
|
|
2202
|
+
*
|
|
2203
|
+
*
|
|
2204
|
+
* <p>
|
|
2205
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): <code>cache.m6g.large</code>,
|
|
2219
2206
|
* <code>cache.m6g.xlarge</code>,
|
|
2220
2207
|
* <code>cache.m6g.2xlarge</code>,
|
|
2221
2208
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -2254,7 +2241,15 @@ export declare namespace CreateCacheClusterMessage {
|
|
|
2254
2241
|
* <code>cache.m4.4xlarge</code>,
|
|
2255
2242
|
* <code>cache.m4.10xlarge</code>
|
|
2256
2243
|
* </p>
|
|
2257
|
-
*
|
|
2244
|
+
*
|
|
2245
|
+
* <p>
|
|
2246
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2247
|
+
* <code>cache.t4g.micro</code>,
|
|
2248
|
+
* <code>cache.t4g.small</code>,
|
|
2249
|
+
* <code>cache.t4g.medium</code>
|
|
2250
|
+
* </p>
|
|
2251
|
+
*
|
|
2252
|
+
* <p>
|
|
2258
2253
|
* <b>T3 node types:</b>
|
|
2259
2254
|
* <code>cache.t3.micro</code>,
|
|
2260
2255
|
* <code>cache.t3.small</code>,
|
|
@@ -2313,11 +2308,45 @@ export declare namespace CreateCacheClusterMessage {
|
|
|
2313
2308
|
* </ul>
|
|
2314
2309
|
* </li>
|
|
2315
2310
|
* <li>
|
|
2311
|
+
* <p>Memory optimized with data tiering:</p>
|
|
2312
|
+
* <ul>
|
|
2313
|
+
* <li>
|
|
2314
|
+
* <p>Current generation: </p>
|
|
2315
|
+
*
|
|
2316
|
+
* <p>
|
|
2317
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
2318
|
+
*
|
|
2319
|
+
*
|
|
2320
|
+
*
|
|
2321
|
+
*
|
|
2322
|
+
* <p>
|
|
2323
|
+
*
|
|
2324
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
2325
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
2326
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
2327
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
2328
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
2329
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
2330
|
+
*
|
|
2331
|
+
*
|
|
2332
|
+
*
|
|
2333
|
+
*
|
|
2334
|
+
*
|
|
2335
|
+
*
|
|
2336
|
+
* </p>
|
|
2337
|
+
*
|
|
2338
|
+
* </li>
|
|
2339
|
+
* </ul>
|
|
2340
|
+
* </li>
|
|
2341
|
+
* <li>
|
|
2316
2342
|
* <p>Memory optimized:</p>
|
|
2317
2343
|
* <ul>
|
|
2318
2344
|
* <li>
|
|
2319
2345
|
* <p>Current generation: </p>
|
|
2320
|
-
*
|
|
2346
|
+
*
|
|
2347
|
+
*
|
|
2348
|
+
*
|
|
2349
|
+
* <p>
|
|
2321
2350
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
2322
2351
|
*
|
|
2323
2352
|
*
|
|
@@ -2613,10 +2642,12 @@ export interface CacheCluster {
|
|
|
2613
2642
|
* <li>
|
|
2614
2643
|
* <p>Current generation: </p>
|
|
2615
2644
|
*
|
|
2616
|
-
*
|
|
2617
|
-
*
|
|
2618
|
-
*
|
|
2619
|
-
*
|
|
2645
|
+
*
|
|
2646
|
+
*
|
|
2647
|
+
*
|
|
2648
|
+
*
|
|
2649
|
+
* <p>
|
|
2650
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): <code>cache.m6g.large</code>,
|
|
2620
2651
|
* <code>cache.m6g.xlarge</code>,
|
|
2621
2652
|
* <code>cache.m6g.2xlarge</code>,
|
|
2622
2653
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -2655,7 +2686,16 @@ export interface CacheCluster {
|
|
|
2655
2686
|
* <code>cache.m4.4xlarge</code>,
|
|
2656
2687
|
* <code>cache.m4.10xlarge</code>
|
|
2657
2688
|
* </p>
|
|
2658
|
-
*
|
|
2689
|
+
*
|
|
2690
|
+
*
|
|
2691
|
+
* <p>
|
|
2692
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
2693
|
+
* <code>cache.t4g.micro</code>,
|
|
2694
|
+
* <code>cache.t4g.small</code>,
|
|
2695
|
+
* <code>cache.t4g.medium</code>
|
|
2696
|
+
* </p>
|
|
2697
|
+
*
|
|
2698
|
+
* <p>
|
|
2659
2699
|
* <b>T3 node types:</b>
|
|
2660
2700
|
* <code>cache.t3.micro</code>,
|
|
2661
2701
|
* <code>cache.t3.small</code>,
|
|
@@ -2714,16 +2754,51 @@ export interface CacheCluster {
|
|
|
2714
2754
|
* </ul>
|
|
2715
2755
|
* </li>
|
|
2716
2756
|
* <li>
|
|
2757
|
+
* <p>Memory optimized with data tiering:</p>
|
|
2758
|
+
* <ul>
|
|
2759
|
+
* <li>
|
|
2760
|
+
* <p>Current generation: </p>
|
|
2761
|
+
*
|
|
2762
|
+
* <p>
|
|
2763
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
2764
|
+
*
|
|
2765
|
+
*
|
|
2766
|
+
*
|
|
2767
|
+
*
|
|
2768
|
+
* <p>
|
|
2769
|
+
*
|
|
2770
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
2771
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
2772
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
2773
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
2774
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
2775
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
2776
|
+
*
|
|
2777
|
+
*
|
|
2778
|
+
*
|
|
2779
|
+
*
|
|
2780
|
+
*
|
|
2781
|
+
*
|
|
2782
|
+
* </p>
|
|
2783
|
+
*
|
|
2784
|
+
* </li>
|
|
2785
|
+
* </ul>
|
|
2786
|
+
* </li>
|
|
2787
|
+
* <li>
|
|
2717
2788
|
* <p>Memory optimized:</p>
|
|
2718
2789
|
* <ul>
|
|
2719
2790
|
* <li>
|
|
2720
2791
|
* <p>Current generation: </p>
|
|
2721
|
-
*
|
|
2792
|
+
*
|
|
2793
|
+
*
|
|
2794
|
+
*
|
|
2795
|
+
* <p>
|
|
2722
2796
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
2723
2797
|
*
|
|
2724
2798
|
*
|
|
2725
2799
|
*
|
|
2726
2800
|
*
|
|
2801
|
+
*
|
|
2727
2802
|
* <p>
|
|
2728
2803
|
* <code>cache.r6g.large</code>,
|
|
2729
2804
|
* <code>cache.r6g.xlarge</code>,
|
|
@@ -2932,7 +3007,8 @@ export interface CacheCluster {
|
|
|
2932
3007
|
*/
|
|
2933
3008
|
CacheNodes?: CacheNode[];
|
|
2934
3009
|
/**
|
|
2935
|
-
* <p>This parameter is
|
|
3010
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
3011
|
+
* </p>
|
|
2936
3012
|
*/
|
|
2937
3013
|
AutoMinorVersionUpgrade?: boolean;
|
|
2938
3014
|
/**
|
|
@@ -3038,12 +3114,6 @@ export interface InsufficientCacheClusterCapacityFault extends __SmithyException
|
|
|
3038
3114
|
$fault: "client";
|
|
3039
3115
|
message?: string;
|
|
3040
3116
|
}
|
|
3041
|
-
export declare namespace InsufficientCacheClusterCapacityFault {
|
|
3042
|
-
/**
|
|
3043
|
-
* @internal
|
|
3044
|
-
*/
|
|
3045
|
-
const filterSensitiveLog: (obj: InsufficientCacheClusterCapacityFault) => any;
|
|
3046
|
-
}
|
|
3047
3117
|
/**
|
|
3048
3118
|
* <p>The VPC network is in an invalid state.</p>
|
|
3049
3119
|
*/
|
|
@@ -3052,12 +3122,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
3052
3122
|
$fault: "client";
|
|
3053
3123
|
message?: string;
|
|
3054
3124
|
}
|
|
3055
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
3056
|
-
/**
|
|
3057
|
-
* @internal
|
|
3058
|
-
*/
|
|
3059
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
3060
|
-
}
|
|
3061
3125
|
/**
|
|
3062
3126
|
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
|
|
3063
3127
|
*/
|
|
@@ -3066,12 +3130,6 @@ export interface NodeQuotaForClusterExceededFault extends __SmithyException, $Me
|
|
|
3066
3130
|
$fault: "client";
|
|
3067
3131
|
message?: string;
|
|
3068
3132
|
}
|
|
3069
|
-
export declare namespace NodeQuotaForClusterExceededFault {
|
|
3070
|
-
/**
|
|
3071
|
-
* @internal
|
|
3072
|
-
*/
|
|
3073
|
-
const filterSensitiveLog: (obj: NodeQuotaForClusterExceededFault) => any;
|
|
3074
|
-
}
|
|
3075
3133
|
/**
|
|
3076
3134
|
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
3077
3135
|
*/
|
|
@@ -3080,12 +3138,6 @@ export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $M
|
|
|
3080
3138
|
$fault: "client";
|
|
3081
3139
|
message?: string;
|
|
3082
3140
|
}
|
|
3083
|
-
export declare namespace NodeQuotaForCustomerExceededFault {
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
const filterSensitiveLog: (obj: NodeQuotaForCustomerExceededFault) => any;
|
|
3088
|
-
}
|
|
3089
3141
|
/**
|
|
3090
3142
|
* <p>A cache parameter group with the requested name already exists.</p>
|
|
3091
3143
|
*/
|
|
@@ -3094,12 +3146,6 @@ export interface CacheParameterGroupAlreadyExistsFault extends __SmithyException
|
|
|
3094
3146
|
$fault: "client";
|
|
3095
3147
|
message?: string;
|
|
3096
3148
|
}
|
|
3097
|
-
export declare namespace CacheParameterGroupAlreadyExistsFault {
|
|
3098
|
-
/**
|
|
3099
|
-
* @internal
|
|
3100
|
-
*/
|
|
3101
|
-
const filterSensitiveLog: (obj: CacheParameterGroupAlreadyExistsFault) => any;
|
|
3102
|
-
}
|
|
3103
3149
|
/**
|
|
3104
3150
|
* <p>The request cannot be processed because it would exceed the maximum number of cache security groups.</p>
|
|
3105
3151
|
*/
|
|
@@ -3108,12 +3154,6 @@ export interface CacheParameterGroupQuotaExceededFault extends __SmithyException
|
|
|
3108
3154
|
$fault: "client";
|
|
3109
3155
|
message?: string;
|
|
3110
3156
|
}
|
|
3111
|
-
export declare namespace CacheParameterGroupQuotaExceededFault {
|
|
3112
|
-
/**
|
|
3113
|
-
* @internal
|
|
3114
|
-
*/
|
|
3115
|
-
const filterSensitiveLog: (obj: CacheParameterGroupQuotaExceededFault) => any;
|
|
3116
|
-
}
|
|
3117
3157
|
/**
|
|
3118
3158
|
* <p>Represents the input of a <code>CreateCacheParameterGroup</code> operation.</p>
|
|
3119
3159
|
*/
|
|
@@ -3133,8 +3173,9 @@ export interface CreateCacheParameterGroupMessage {
|
|
|
3133
3173
|
* <code>redis3.2</code> |
|
|
3134
3174
|
* <code>redis4.0</code> |
|
|
3135
3175
|
* <code>redis5.0</code> |
|
|
3136
|
-
* <code>redis6.
|
|
3137
|
-
*
|
|
3176
|
+
* <code>redis6.0</code> |
|
|
3177
|
+
* <code>redis6.2</code>
|
|
3178
|
+
* </p>
|
|
3138
3179
|
*/
|
|
3139
3180
|
CacheParameterGroupFamily: string | undefined;
|
|
3140
3181
|
/**
|
|
@@ -3171,7 +3212,7 @@ export interface CacheParameterGroup {
|
|
|
3171
3212
|
* <code>redis3.2</code> |
|
|
3172
3213
|
* <code>redis4.0</code> |
|
|
3173
3214
|
* <code>redis5.0</code> |
|
|
3174
|
-
* <code>redis6.
|
|
3215
|
+
* <code>redis6.0</code> |
|
|
3175
3216
|
* </p>
|
|
3176
3217
|
*/
|
|
3177
3218
|
CacheParameterGroupFamily?: string;
|
|
@@ -3214,12 +3255,6 @@ export interface InvalidCacheParameterGroupStateFault extends __SmithyException,
|
|
|
3214
3255
|
$fault: "client";
|
|
3215
3256
|
message?: string;
|
|
3216
3257
|
}
|
|
3217
|
-
export declare namespace InvalidCacheParameterGroupStateFault {
|
|
3218
|
-
/**
|
|
3219
|
-
* @internal
|
|
3220
|
-
*/
|
|
3221
|
-
const filterSensitiveLog: (obj: InvalidCacheParameterGroupStateFault) => any;
|
|
3222
|
-
}
|
|
3223
3258
|
/**
|
|
3224
3259
|
* <p>A cache security group with the specified name already exists.</p>
|
|
3225
3260
|
*/
|
|
@@ -3228,12 +3263,6 @@ export interface CacheSecurityGroupAlreadyExistsFault extends __SmithyException,
|
|
|
3228
3263
|
$fault: "client";
|
|
3229
3264
|
message?: string;
|
|
3230
3265
|
}
|
|
3231
|
-
export declare namespace CacheSecurityGroupAlreadyExistsFault {
|
|
3232
|
-
/**
|
|
3233
|
-
* @internal
|
|
3234
|
-
*/
|
|
3235
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupAlreadyExistsFault) => any;
|
|
3236
|
-
}
|
|
3237
3266
|
/**
|
|
3238
3267
|
* <p>The request cannot be processed because it would exceed the allowed number of cache security groups.</p>
|
|
3239
3268
|
*/
|
|
@@ -3242,12 +3271,6 @@ export interface CacheSecurityGroupQuotaExceededFault extends __SmithyException,
|
|
|
3242
3271
|
$fault: "client";
|
|
3243
3272
|
message?: string;
|
|
3244
3273
|
}
|
|
3245
|
-
export declare namespace CacheSecurityGroupQuotaExceededFault {
|
|
3246
|
-
/**
|
|
3247
|
-
* @internal
|
|
3248
|
-
*/
|
|
3249
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupQuotaExceededFault) => any;
|
|
3250
|
-
}
|
|
3251
3274
|
/**
|
|
3252
3275
|
* <p>Represents the input of a <code>CreateCacheSecurityGroup</code> operation.</p>
|
|
3253
3276
|
*/
|
|
@@ -3311,12 +3334,6 @@ export interface CacheSubnetGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
3311
3334
|
$fault: "client";
|
|
3312
3335
|
message?: string;
|
|
3313
3336
|
}
|
|
3314
|
-
export declare namespace CacheSubnetGroupAlreadyExistsFault {
|
|
3315
|
-
/**
|
|
3316
|
-
* @internal
|
|
3317
|
-
*/
|
|
3318
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupAlreadyExistsFault) => any;
|
|
3319
|
-
}
|
|
3320
3337
|
/**
|
|
3321
3338
|
* <p>The request cannot be processed because it would exceed the allowed number of cache subnet groups.</p>
|
|
3322
3339
|
*/
|
|
@@ -3325,12 +3342,6 @@ export interface CacheSubnetGroupQuotaExceededFault extends __SmithyException, $
|
|
|
3325
3342
|
$fault: "client";
|
|
3326
3343
|
message?: string;
|
|
3327
3344
|
}
|
|
3328
|
-
export declare namespace CacheSubnetGroupQuotaExceededFault {
|
|
3329
|
-
/**
|
|
3330
|
-
* @internal
|
|
3331
|
-
*/
|
|
3332
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupQuotaExceededFault) => any;
|
|
3333
|
-
}
|
|
3334
3345
|
/**
|
|
3335
3346
|
* <p>The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.</p>
|
|
3336
3347
|
*/
|
|
@@ -3339,12 +3350,6 @@ export interface CacheSubnetQuotaExceededFault extends __SmithyException, $Metad
|
|
|
3339
3350
|
$fault: "client";
|
|
3340
3351
|
message?: string;
|
|
3341
3352
|
}
|
|
3342
|
-
export declare namespace CacheSubnetQuotaExceededFault {
|
|
3343
|
-
/**
|
|
3344
|
-
* @internal
|
|
3345
|
-
*/
|
|
3346
|
-
const filterSensitiveLog: (obj: CacheSubnetQuotaExceededFault) => any;
|
|
3347
|
-
}
|
|
3348
3353
|
/**
|
|
3349
3354
|
* <p>Represents the input of a <code>CreateCacheSubnetGroup</code> operation.</p>
|
|
3350
3355
|
*/
|
|
@@ -3504,12 +3509,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
3504
3509
|
$fault: "client";
|
|
3505
3510
|
message?: string;
|
|
3506
3511
|
}
|
|
3507
|
-
export declare namespace InvalidSubnet {
|
|
3508
|
-
/**
|
|
3509
|
-
* @internal
|
|
3510
|
-
*/
|
|
3511
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
3512
|
-
}
|
|
3513
3512
|
/**
|
|
3514
3513
|
* <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a
|
|
3515
3514
|
* user sets one subnet ID to a regional Availability Zone and a different one to an outpost. Or when a user sets the subnet ID to an Outpost when not subscribed on this service.</p>
|
|
@@ -3519,12 +3518,6 @@ export interface SubnetNotAllowedFault extends __SmithyException, $MetadataBeare
|
|
|
3519
3518
|
$fault: "client";
|
|
3520
3519
|
message?: string;
|
|
3521
3520
|
}
|
|
3522
|
-
export declare namespace SubnetNotAllowedFault {
|
|
3523
|
-
/**
|
|
3524
|
-
* @internal
|
|
3525
|
-
*/
|
|
3526
|
-
const filterSensitiveLog: (obj: SubnetNotAllowedFault) => any;
|
|
3527
|
-
}
|
|
3528
3521
|
export interface CreateGlobalReplicationGroupMessage {
|
|
3529
3522
|
/**
|
|
3530
3523
|
* <p>The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix
|
|
@@ -3713,12 +3706,6 @@ export interface GlobalReplicationGroupAlreadyExistsFault extends __SmithyExcept
|
|
|
3713
3706
|
$fault: "client";
|
|
3714
3707
|
message?: string;
|
|
3715
3708
|
}
|
|
3716
|
-
export declare namespace GlobalReplicationGroupAlreadyExistsFault {
|
|
3717
|
-
/**
|
|
3718
|
-
* @internal
|
|
3719
|
-
*/
|
|
3720
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupAlreadyExistsFault) => any;
|
|
3721
|
-
}
|
|
3722
3709
|
/**
|
|
3723
3710
|
* <p>The specified service linked role (SLR) was not found.</p>
|
|
3724
3711
|
*/
|
|
@@ -3727,12 +3714,6 @@ export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $Meta
|
|
|
3727
3714
|
$fault: "client";
|
|
3728
3715
|
message?: string;
|
|
3729
3716
|
}
|
|
3730
|
-
export declare namespace ServiceLinkedRoleNotFoundFault {
|
|
3731
|
-
/**
|
|
3732
|
-
* @internal
|
|
3733
|
-
*/
|
|
3734
|
-
const filterSensitiveLog: (obj: ServiceLinkedRoleNotFoundFault) => any;
|
|
3735
|
-
}
|
|
3736
3717
|
/**
|
|
3737
3718
|
* <p>Represents the input of a <code>CreateReplicationGroup</code> operation.</p>
|
|
3738
3719
|
*/
|
|
@@ -3843,10 +3824,13 @@ export interface CreateReplicationGroupMessage {
|
|
|
3843
3824
|
* <li>
|
|
3844
3825
|
* <p>Current generation: </p>
|
|
3845
3826
|
*
|
|
3846
|
-
*
|
|
3847
|
-
*
|
|
3848
|
-
*
|
|
3849
|
-
*
|
|
3827
|
+
*
|
|
3828
|
+
*
|
|
3829
|
+
*
|
|
3830
|
+
*
|
|
3831
|
+
* <p>
|
|
3832
|
+
* <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
3833
|
+
* <code>cache.m6g.large</code>,
|
|
3850
3834
|
* <code>cache.m6g.xlarge</code>,
|
|
3851
3835
|
* <code>cache.m6g.2xlarge</code>,
|
|
3852
3836
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -3885,7 +3869,15 @@ export interface CreateReplicationGroupMessage {
|
|
|
3885
3869
|
* <code>cache.m4.4xlarge</code>,
|
|
3886
3870
|
* <code>cache.m4.10xlarge</code>
|
|
3887
3871
|
* </p>
|
|
3888
|
-
*
|
|
3872
|
+
*
|
|
3873
|
+
*
|
|
3874
|
+
* <p>
|
|
3875
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
3876
|
+
* <code>cache.t4g.micro</code>,
|
|
3877
|
+
* <code>cache.t4g.small</code>,
|
|
3878
|
+
* <code>cache.t4g.medium</code>
|
|
3879
|
+
* </p>
|
|
3880
|
+
* <p>
|
|
3889
3881
|
* <b>T3 node types:</b>
|
|
3890
3882
|
* <code>cache.t3.micro</code>,
|
|
3891
3883
|
* <code>cache.t3.small</code>,
|
|
@@ -3944,11 +3936,46 @@ export interface CreateReplicationGroupMessage {
|
|
|
3944
3936
|
* </ul>
|
|
3945
3937
|
* </li>
|
|
3946
3938
|
* <li>
|
|
3939
|
+
* <p>Memory optimized with data tiering:</p>
|
|
3940
|
+
* <ul>
|
|
3941
|
+
* <li>
|
|
3942
|
+
* <p>Current generation: </p>
|
|
3943
|
+
*
|
|
3944
|
+
* <p>
|
|
3945
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
3946
|
+
*
|
|
3947
|
+
*
|
|
3948
|
+
*
|
|
3949
|
+
*
|
|
3950
|
+
* <p>
|
|
3951
|
+
*
|
|
3952
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
3953
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
3954
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
3955
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
3956
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
3957
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
3958
|
+
*
|
|
3959
|
+
*
|
|
3960
|
+
*
|
|
3961
|
+
*
|
|
3962
|
+
*
|
|
3963
|
+
*
|
|
3964
|
+
* </p>
|
|
3965
|
+
*
|
|
3966
|
+
* </li>
|
|
3967
|
+
* </ul>
|
|
3968
|
+
* </li>
|
|
3969
|
+
* <li>
|
|
3947
3970
|
* <p>Memory optimized:</p>
|
|
3948
3971
|
* <ul>
|
|
3949
3972
|
* <li>
|
|
3950
3973
|
* <p>Current generation: </p>
|
|
3951
|
-
*
|
|
3974
|
+
*
|
|
3975
|
+
*
|
|
3976
|
+
*
|
|
3977
|
+
*
|
|
3978
|
+
* <p>
|
|
3952
3979
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
3953
3980
|
*
|
|
3954
3981
|
*
|
|
@@ -4188,7 +4215,8 @@ export interface CreateReplicationGroupMessage {
|
|
|
4188
4215
|
*/
|
|
4189
4216
|
NotificationTopicArn?: string;
|
|
4190
4217
|
/**
|
|
4191
|
-
* <p>This parameter is
|
|
4218
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
4219
|
+
* </p>
|
|
4192
4220
|
*/
|
|
4193
4221
|
AutoMinorVersionUpgrade?: boolean;
|
|
4194
4222
|
/**
|
|
@@ -4279,6 +4307,11 @@ export interface CreateReplicationGroupMessage {
|
|
|
4279
4307
|
* <p>Specifies the destination, format and type of the logs.</p>
|
|
4280
4308
|
*/
|
|
4281
4309
|
LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
|
|
4310
|
+
/**
|
|
4311
|
+
* <p>Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes.
|
|
4312
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
|
|
4313
|
+
*/
|
|
4314
|
+
DataTieringEnabled?: boolean;
|
|
4282
4315
|
}
|
|
4283
4316
|
export declare namespace CreateReplicationGroupMessage {
|
|
4284
4317
|
/**
|
|
@@ -4306,12 +4339,6 @@ export interface GlobalReplicationGroupNotFoundFault extends __SmithyException,
|
|
|
4306
4339
|
$fault: "client";
|
|
4307
4340
|
message?: string;
|
|
4308
4341
|
}
|
|
4309
|
-
export declare namespace GlobalReplicationGroupNotFoundFault {
|
|
4310
|
-
/**
|
|
4311
|
-
* @internal
|
|
4312
|
-
*/
|
|
4313
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupNotFoundFault) => any;
|
|
4314
|
-
}
|
|
4315
4342
|
/**
|
|
4316
4343
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
4317
4344
|
*/
|
|
@@ -4320,12 +4347,6 @@ export interface InvalidCacheClusterStateFault extends __SmithyException, $Metad
|
|
|
4320
4347
|
$fault: "client";
|
|
4321
4348
|
message?: string;
|
|
4322
4349
|
}
|
|
4323
|
-
export declare namespace InvalidCacheClusterStateFault {
|
|
4324
|
-
/**
|
|
4325
|
-
* @internal
|
|
4326
|
-
*/
|
|
4327
|
-
const filterSensitiveLog: (obj: InvalidCacheClusterStateFault) => any;
|
|
4328
|
-
}
|
|
4329
4350
|
/**
|
|
4330
4351
|
* <p>The Global datastore is not available or in primary-only state.</p>
|
|
4331
4352
|
*/
|
|
@@ -4334,12 +4355,6 @@ export interface InvalidGlobalReplicationGroupStateFault extends __SmithyExcepti
|
|
|
4334
4355
|
$fault: "client";
|
|
4335
4356
|
message?: string;
|
|
4336
4357
|
}
|
|
4337
|
-
export declare namespace InvalidGlobalReplicationGroupStateFault {
|
|
4338
|
-
/**
|
|
4339
|
-
* @internal
|
|
4340
|
-
*/
|
|
4341
|
-
const filterSensitiveLog: (obj: InvalidGlobalReplicationGroupStateFault) => any;
|
|
4342
|
-
}
|
|
4343
4358
|
/**
|
|
4344
4359
|
* <p>The user group is not in an active state.</p>
|
|
4345
4360
|
*/
|
|
@@ -4348,12 +4363,6 @@ export interface InvalidUserGroupStateFault extends __SmithyException, $Metadata
|
|
|
4348
4363
|
$fault: "client";
|
|
4349
4364
|
message?: string;
|
|
4350
4365
|
}
|
|
4351
|
-
export declare namespace InvalidUserGroupStateFault {
|
|
4352
|
-
/**
|
|
4353
|
-
* @internal
|
|
4354
|
-
*/
|
|
4355
|
-
const filterSensitiveLog: (obj: InvalidUserGroupStateFault) => any;
|
|
4356
|
-
}
|
|
4357
4366
|
/**
|
|
4358
4367
|
* <p>The request cannot be processed because it would exceed the maximum allowed number
|
|
4359
4368
|
* of node groups (shards) in a single replication group. The default maximum is 90</p>
|
|
@@ -4363,12 +4372,6 @@ export interface NodeGroupsPerReplicationGroupQuotaExceededFault extends __Smith
|
|
|
4363
4372
|
$fault: "client";
|
|
4364
4373
|
message?: string;
|
|
4365
4374
|
}
|
|
4366
|
-
export declare namespace NodeGroupsPerReplicationGroupQuotaExceededFault {
|
|
4367
|
-
/**
|
|
4368
|
-
* @internal
|
|
4369
|
-
*/
|
|
4370
|
-
const filterSensitiveLog: (obj: NodeGroupsPerReplicationGroupQuotaExceededFault) => any;
|
|
4371
|
-
}
|
|
4372
4375
|
/**
|
|
4373
4376
|
* <p>The specified replication group already exists.</p>
|
|
4374
4377
|
*/
|
|
@@ -4377,12 +4380,6 @@ export interface ReplicationGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
4377
4380
|
$fault: "client";
|
|
4378
4381
|
message?: string;
|
|
4379
4382
|
}
|
|
4380
|
-
export declare namespace ReplicationGroupAlreadyExistsFault {
|
|
4381
|
-
/**
|
|
4382
|
-
* @internal
|
|
4383
|
-
*/
|
|
4384
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyExistsFault) => any;
|
|
4385
|
-
}
|
|
4386
4383
|
/**
|
|
4387
4384
|
* <p>Represents the input of a <code>CreateSnapshot</code> operation.</p>
|
|
4388
4385
|
*/
|
|
@@ -4444,12 +4441,6 @@ export interface SnapshotFeatureNotSupportedFault extends __SmithyException, $Me
|
|
|
4444
4441
|
$fault: "client";
|
|
4445
4442
|
message?: string;
|
|
4446
4443
|
}
|
|
4447
|
-
export declare namespace SnapshotFeatureNotSupportedFault {
|
|
4448
|
-
/**
|
|
4449
|
-
* @internal
|
|
4450
|
-
*/
|
|
4451
|
-
const filterSensitiveLog: (obj: SnapshotFeatureNotSupportedFault) => any;
|
|
4452
|
-
}
|
|
4453
4444
|
export interface CreateUserMessage {
|
|
4454
4445
|
/**
|
|
4455
4446
|
* <p>The ID of the user.</p>
|
|
@@ -4494,12 +4485,6 @@ export interface DuplicateUserNameFault extends __SmithyException, $MetadataBear
|
|
|
4494
4485
|
$fault: "client";
|
|
4495
4486
|
message?: string;
|
|
4496
4487
|
}
|
|
4497
|
-
export declare namespace DuplicateUserNameFault {
|
|
4498
|
-
/**
|
|
4499
|
-
* @internal
|
|
4500
|
-
*/
|
|
4501
|
-
const filterSensitiveLog: (obj: DuplicateUserNameFault) => any;
|
|
4502
|
-
}
|
|
4503
4488
|
export declare enum AuthenticationType {
|
|
4504
4489
|
NO_PASSWORD = "no-password",
|
|
4505
4490
|
PASSWORD = "password"
|
|
@@ -4540,6 +4525,10 @@ export interface User {
|
|
|
4540
4525
|
* <p>The current supported value is Redis.</p>
|
|
4541
4526
|
*/
|
|
4542
4527
|
Engine?: string;
|
|
4528
|
+
/**
|
|
4529
|
+
* <p>The minimum engine version required, which is Redis 6.0</p>
|
|
4530
|
+
*/
|
|
4531
|
+
MinimumEngineVersion?: string;
|
|
4543
4532
|
/**
|
|
4544
4533
|
* <p>Access permissions string used for this user.</p>
|
|
4545
4534
|
*/
|
|
@@ -4571,12 +4560,6 @@ export interface UserAlreadyExistsFault extends __SmithyException, $MetadataBear
|
|
|
4571
4560
|
$fault: "client";
|
|
4572
4561
|
message?: string;
|
|
4573
4562
|
}
|
|
4574
|
-
export declare namespace UserAlreadyExistsFault {
|
|
4575
|
-
/**
|
|
4576
|
-
* @internal
|
|
4577
|
-
*/
|
|
4578
|
-
const filterSensitiveLog: (obj: UserAlreadyExistsFault) => any;
|
|
4579
|
-
}
|
|
4580
4563
|
/**
|
|
4581
4564
|
* <p>The quota of users has been exceeded.</p>
|
|
4582
4565
|
*/
|
|
@@ -4585,12 +4568,6 @@ export interface UserQuotaExceededFault extends __SmithyException, $MetadataBear
|
|
|
4585
4568
|
$fault: "client";
|
|
4586
4569
|
message?: string;
|
|
4587
4570
|
}
|
|
4588
|
-
export declare namespace UserQuotaExceededFault {
|
|
4589
|
-
/**
|
|
4590
|
-
* @internal
|
|
4591
|
-
*/
|
|
4592
|
-
const filterSensitiveLog: (obj: UserQuotaExceededFault) => any;
|
|
4593
|
-
}
|
|
4594
4571
|
export interface CreateUserGroupMessage {
|
|
4595
4572
|
/**
|
|
4596
4573
|
* <p>The ID of the user group.</p>
|
|
@@ -4623,12 +4600,6 @@ export interface DefaultUserRequired extends __SmithyException, $MetadataBearer
|
|
|
4623
4600
|
$fault: "client";
|
|
4624
4601
|
message?: string;
|
|
4625
4602
|
}
|
|
4626
|
-
export declare namespace DefaultUserRequired {
|
|
4627
|
-
/**
|
|
4628
|
-
* @internal
|
|
4629
|
-
*/
|
|
4630
|
-
const filterSensitiveLog: (obj: DefaultUserRequired) => any;
|
|
4631
|
-
}
|
|
4632
4603
|
/**
|
|
4633
4604
|
* <p>Returns the updates being applied to the user group.</p>
|
|
4634
4605
|
*/
|
|
@@ -4665,6 +4636,10 @@ export interface UserGroup {
|
|
|
4665
4636
|
* <p>The list of user IDs that belong to the user group.</p>
|
|
4666
4637
|
*/
|
|
4667
4638
|
UserIds?: string[];
|
|
4639
|
+
/**
|
|
4640
|
+
* <p>The minimum engine version required, which is Redis 6.0</p>
|
|
4641
|
+
*/
|
|
4642
|
+
MinimumEngineVersion?: string;
|
|
4668
4643
|
/**
|
|
4669
4644
|
* <p>A list of updates being applied to the user group.</p>
|
|
4670
4645
|
*/
|
|
@@ -4692,12 +4667,6 @@ export interface UserGroupAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4692
4667
|
$fault: "client";
|
|
4693
4668
|
message?: string;
|
|
4694
4669
|
}
|
|
4695
|
-
export declare namespace UserGroupAlreadyExistsFault {
|
|
4696
|
-
/**
|
|
4697
|
-
* @internal
|
|
4698
|
-
*/
|
|
4699
|
-
const filterSensitiveLog: (obj: UserGroupAlreadyExistsFault) => any;
|
|
4700
|
-
}
|
|
4701
4670
|
/**
|
|
4702
4671
|
* <p>The number of users exceeds the user group limit.</p>
|
|
4703
4672
|
*/
|
|
@@ -4706,12 +4675,6 @@ export interface UserGroupQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4706
4675
|
$fault: "client";
|
|
4707
4676
|
message?: string;
|
|
4708
4677
|
}
|
|
4709
|
-
export declare namespace UserGroupQuotaExceededFault {
|
|
4710
|
-
/**
|
|
4711
|
-
* @internal
|
|
4712
|
-
*/
|
|
4713
|
-
const filterSensitiveLog: (obj: UserGroupQuotaExceededFault) => any;
|
|
4714
|
-
}
|
|
4715
4678
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
4716
4679
|
/**
|
|
4717
4680
|
* <p>The name of the Global datastore</p>
|
|
@@ -4891,12 +4854,6 @@ export interface NoOperationFault extends __SmithyException, $MetadataBearer {
|
|
|
4891
4854
|
$fault: "client";
|
|
4892
4855
|
message?: string;
|
|
4893
4856
|
}
|
|
4894
|
-
export declare namespace NoOperationFault {
|
|
4895
|
-
/**
|
|
4896
|
-
* @internal
|
|
4897
|
-
*/
|
|
4898
|
-
const filterSensitiveLog: (obj: NoOperationFault) => any;
|
|
4899
|
-
}
|
|
4900
4857
|
/**
|
|
4901
4858
|
* <p>Represents the input of a <code>DeleteCacheCluster</code> operation.</p>
|
|
4902
4859
|
*/
|
|
@@ -4973,12 +4930,6 @@ export interface CacheSubnetGroupInUse extends __SmithyException, $MetadataBeare
|
|
|
4973
4930
|
$fault: "client";
|
|
4974
4931
|
message?: string;
|
|
4975
4932
|
}
|
|
4976
|
-
export declare namespace CacheSubnetGroupInUse {
|
|
4977
|
-
/**
|
|
4978
|
-
* @internal
|
|
4979
|
-
*/
|
|
4980
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupInUse) => any;
|
|
4981
|
-
}
|
|
4982
4933
|
/**
|
|
4983
4934
|
* <p>Represents the input of a <code>DeleteCacheSubnetGroup</code> operation.</p>
|
|
4984
4935
|
*/
|
|
@@ -5106,12 +5057,6 @@ export interface DefaultUserAssociatedToUserGroupFault extends __SmithyException
|
|
|
5106
5057
|
$fault: "client";
|
|
5107
5058
|
message?: string;
|
|
5108
5059
|
}
|
|
5109
|
-
export declare namespace DefaultUserAssociatedToUserGroupFault {
|
|
5110
|
-
/**
|
|
5111
|
-
* @internal
|
|
5112
|
-
*/
|
|
5113
|
-
const filterSensitiveLog: (obj: DefaultUserAssociatedToUserGroupFault) => any;
|
|
5114
|
-
}
|
|
5115
5060
|
export interface DeleteUserMessage {
|
|
5116
5061
|
/**
|
|
5117
5062
|
* <p>The ID of the user.</p>
|
|
@@ -5132,12 +5077,6 @@ export interface InvalidUserStateFault extends __SmithyException, $MetadataBeare
|
|
|
5132
5077
|
$fault: "client";
|
|
5133
5078
|
message?: string;
|
|
5134
5079
|
}
|
|
5135
|
-
export declare namespace InvalidUserStateFault {
|
|
5136
|
-
/**
|
|
5137
|
-
* @internal
|
|
5138
|
-
*/
|
|
5139
|
-
const filterSensitiveLog: (obj: InvalidUserStateFault) => any;
|
|
5140
|
-
}
|
|
5141
5080
|
export interface DeleteUserGroupMessage {
|
|
5142
5081
|
/**
|
|
5143
5082
|
* <p>The ID of the user group.</p>
|
|
@@ -5235,8 +5174,9 @@ export interface CacheEngineVersion {
|
|
|
5235
5174
|
* <code>redis3.2</code> |
|
|
5236
5175
|
* <code>redis4.0</code> |
|
|
5237
5176
|
* <code>redis5.0</code> |
|
|
5238
|
-
* <code>redis6.
|
|
5239
|
-
*
|
|
5177
|
+
* <code>redis6.0</code> |
|
|
5178
|
+
* <code>redis6.2</code>
|
|
5179
|
+
* </p>
|
|
5240
5180
|
*/
|
|
5241
5181
|
CacheParameterGroupFamily?: string;
|
|
5242
5182
|
/**
|
|
@@ -5301,7 +5241,8 @@ export interface DescribeCacheEngineVersionsMessage {
|
|
|
5301
5241
|
* <code>redis4.0</code> |
|
|
5302
5242
|
* <code>redis5.0</code> |
|
|
5303
5243
|
* <code>redis6.x</code> |
|
|
5304
|
-
*
|
|
5244
|
+
* <code>redis6.2</code>
|
|
5245
|
+
* </p>
|
|
5305
5246
|
* <p>Constraints:</p>
|
|
5306
5247
|
* <ul>
|
|
5307
5248
|
* <li>
|
|
@@ -5694,7 +5635,8 @@ export interface DescribeEngineDefaultParametersMessage {
|
|
|
5694
5635
|
* <code>redis4.0</code> |
|
|
5695
5636
|
* <code>redis5.0</code> |
|
|
5696
5637
|
* <code>redis6.x</code> |
|
|
5697
|
-
*
|
|
5638
|
+
* <code>redis6.2</code>
|
|
5639
|
+
* </p>
|
|
5698
5640
|
*/
|
|
5699
5641
|
CacheParameterGroupFamily: string | undefined;
|
|
5700
5642
|
/**
|
|
@@ -5734,8 +5676,9 @@ export interface EngineDefaults {
|
|
|
5734
5676
|
* <code>redis3.2</code> |
|
|
5735
5677
|
* <code>redis4.0</code> |
|
|
5736
5678
|
* <code>redis5.0</code> |
|
|
5737
|
-
* <code>redis6.
|
|
5738
|
-
*
|
|
5679
|
+
* <code>redis6.0</code> |
|
|
5680
|
+
* <code>redis6.2</code>
|
|
5681
|
+
* </p>
|
|
5739
5682
|
*/
|
|
5740
5683
|
CacheParameterGroupFamily?: string;
|
|
5741
5684
|
/**
|
|
@@ -5990,10 +5933,14 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
5990
5933
|
* <li>
|
|
5991
5934
|
* <p>Current generation: </p>
|
|
5992
5935
|
*
|
|
5993
|
-
*
|
|
5994
|
-
*
|
|
5995
|
-
*
|
|
5996
|
-
*
|
|
5936
|
+
*
|
|
5937
|
+
*
|
|
5938
|
+
*
|
|
5939
|
+
*
|
|
5940
|
+
*
|
|
5941
|
+
* <p>
|
|
5942
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
5943
|
+
* <code>cache.m6g.large</code>,
|
|
5997
5944
|
* <code>cache.m6g.xlarge</code>,
|
|
5998
5945
|
* <code>cache.m6g.2xlarge</code>,
|
|
5999
5946
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -6032,7 +5979,16 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6032
5979
|
* <code>cache.m4.4xlarge</code>,
|
|
6033
5980
|
* <code>cache.m4.10xlarge</code>
|
|
6034
5981
|
* </p>
|
|
6035
|
-
*
|
|
5982
|
+
*
|
|
5983
|
+
* <p>
|
|
5984
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
5985
|
+
* <code>cache.t4g.micro</code>,
|
|
5986
|
+
* <code>cache.t4g.small</code>,
|
|
5987
|
+
* <code>cache.t4g.medium</code>
|
|
5988
|
+
* </p>
|
|
5989
|
+
*
|
|
5990
|
+
*
|
|
5991
|
+
* <p>
|
|
6036
5992
|
* <b>T3 node types:</b>
|
|
6037
5993
|
* <code>cache.t3.micro</code>,
|
|
6038
5994
|
* <code>cache.t3.small</code>,
|
|
@@ -6091,11 +6047,45 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6091
6047
|
* </ul>
|
|
6092
6048
|
* </li>
|
|
6093
6049
|
* <li>
|
|
6050
|
+
* <p>Memory optimized with data tiering:</p>
|
|
6051
|
+
* <ul>
|
|
6052
|
+
* <li>
|
|
6053
|
+
* <p>Current generation: </p>
|
|
6054
|
+
*
|
|
6055
|
+
* <p>
|
|
6056
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
6057
|
+
*
|
|
6058
|
+
*
|
|
6059
|
+
*
|
|
6060
|
+
*
|
|
6061
|
+
* <p>
|
|
6062
|
+
*
|
|
6063
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
6064
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
6065
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
6066
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
6067
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
6068
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
6069
|
+
*
|
|
6070
|
+
*
|
|
6071
|
+
*
|
|
6072
|
+
*
|
|
6073
|
+
*
|
|
6074
|
+
*
|
|
6075
|
+
* </p>
|
|
6076
|
+
*
|
|
6077
|
+
* </li>
|
|
6078
|
+
* </ul>
|
|
6079
|
+
* </li>
|
|
6080
|
+
* <li>
|
|
6094
6081
|
* <p>Memory optimized:</p>
|
|
6095
6082
|
* <ul>
|
|
6096
6083
|
* <li>
|
|
6097
6084
|
* <p>Current generation: </p>
|
|
6098
|
-
*
|
|
6085
|
+
*
|
|
6086
|
+
*
|
|
6087
|
+
*
|
|
6088
|
+
* <p>
|
|
6099
6089
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
6100
6090
|
*
|
|
6101
6091
|
*
|
|
@@ -6280,10 +6270,12 @@ export interface ReservedCacheNode {
|
|
|
6280
6270
|
* <li>
|
|
6281
6271
|
* <p>Current generation: </p>
|
|
6282
6272
|
*
|
|
6283
|
-
*
|
|
6284
|
-
*
|
|
6285
|
-
*
|
|
6286
|
-
*
|
|
6273
|
+
*
|
|
6274
|
+
*
|
|
6275
|
+
*
|
|
6276
|
+
*
|
|
6277
|
+
* <p>
|
|
6278
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): <code>cache.m6g.large</code>,
|
|
6287
6279
|
* <code>cache.m6g.xlarge</code>,
|
|
6288
6280
|
* <code>cache.m6g.2xlarge</code>,
|
|
6289
6281
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -6322,6 +6314,13 @@ export interface ReservedCacheNode {
|
|
|
6322
6314
|
* <code>cache.m4.4xlarge</code>,
|
|
6323
6315
|
* <code>cache.m4.10xlarge</code>
|
|
6324
6316
|
* </p>
|
|
6317
|
+
*
|
|
6318
|
+
* <p>
|
|
6319
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
6320
|
+
* <code>cache.t4g.micro</code>,
|
|
6321
|
+
* <code>cache.t4g.small</code>,
|
|
6322
|
+
* <code>cache.t4g.medium</code>
|
|
6323
|
+
* </p>
|
|
6325
6324
|
* <p>
|
|
6326
6325
|
* <b>T3 node types:</b>
|
|
6327
6326
|
* <code>cache.t3.micro</code>,
|
|
@@ -6381,11 +6380,45 @@ export interface ReservedCacheNode {
|
|
|
6381
6380
|
* </ul>
|
|
6382
6381
|
* </li>
|
|
6383
6382
|
* <li>
|
|
6383
|
+
* <p>Memory optimized with data tiering:</p>
|
|
6384
|
+
* <ul>
|
|
6385
|
+
* <li>
|
|
6386
|
+
* <p>Current generation: </p>
|
|
6387
|
+
*
|
|
6388
|
+
* <p>
|
|
6389
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
6390
|
+
*
|
|
6391
|
+
*
|
|
6392
|
+
*
|
|
6393
|
+
*
|
|
6394
|
+
* <p>
|
|
6395
|
+
*
|
|
6396
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
6397
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
6398
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
6399
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
6400
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
6401
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
6402
|
+
*
|
|
6403
|
+
*
|
|
6404
|
+
*
|
|
6405
|
+
*
|
|
6406
|
+
*
|
|
6407
|
+
*
|
|
6408
|
+
* </p>
|
|
6409
|
+
*
|
|
6410
|
+
* </li>
|
|
6411
|
+
* </ul>
|
|
6412
|
+
* </li>
|
|
6413
|
+
* <li>
|
|
6384
6414
|
* <p>Memory optimized:</p>
|
|
6385
6415
|
* <ul>
|
|
6386
6416
|
* <li>
|
|
6387
6417
|
* <p>Current generation: </p>
|
|
6388
|
-
*
|
|
6418
|
+
*
|
|
6419
|
+
*
|
|
6420
|
+
*
|
|
6421
|
+
* <p>
|
|
6389
6422
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
6390
6423
|
*
|
|
6391
6424
|
*
|
|
@@ -6577,10 +6610,13 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
6577
6610
|
* <li>
|
|
6578
6611
|
* <p>Current generation: </p>
|
|
6579
6612
|
*
|
|
6580
|
-
*
|
|
6581
|
-
*
|
|
6582
|
-
*
|
|
6583
|
-
*
|
|
6613
|
+
*
|
|
6614
|
+
*
|
|
6615
|
+
*
|
|
6616
|
+
*
|
|
6617
|
+
*
|
|
6618
|
+
* <p>
|
|
6619
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward) <code>cache.m6g.large</code>,
|
|
6584
6620
|
* <code>cache.m6g.xlarge</code>,
|
|
6585
6621
|
* <code>cache.m6g.2xlarge</code>,
|
|
6586
6622
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -6619,7 +6655,16 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
6619
6655
|
* <code>cache.m4.4xlarge</code>,
|
|
6620
6656
|
* <code>cache.m4.10xlarge</code>
|
|
6621
6657
|
* </p>
|
|
6622
|
-
*
|
|
6658
|
+
*
|
|
6659
|
+
* <p>
|
|
6660
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
|
|
6661
|
+
* <code>cache.t4g.micro</code>,
|
|
6662
|
+
* <code>cache.t4g.small</code>,
|
|
6663
|
+
* <code>cache.t4g.medium</code>
|
|
6664
|
+
* </p>
|
|
6665
|
+
*
|
|
6666
|
+
*
|
|
6667
|
+
* <p>
|
|
6623
6668
|
* <b>T3 node types:</b>
|
|
6624
6669
|
* <code>cache.t3.micro</code>,
|
|
6625
6670
|
* <code>cache.t3.small</code>,
|
|
@@ -6678,16 +6723,52 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
6678
6723
|
* </ul>
|
|
6679
6724
|
* </li>
|
|
6680
6725
|
* <li>
|
|
6726
|
+
* <p>Memory optimized with data tiering:</p>
|
|
6727
|
+
* <ul>
|
|
6728
|
+
* <li>
|
|
6729
|
+
* <p>Current generation: </p>
|
|
6730
|
+
*
|
|
6731
|
+
* <p>
|
|
6732
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
6733
|
+
*
|
|
6734
|
+
*
|
|
6735
|
+
*
|
|
6736
|
+
*
|
|
6737
|
+
* <p>
|
|
6738
|
+
*
|
|
6739
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
6740
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
6741
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
6742
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
6743
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
6744
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
6745
|
+
*
|
|
6746
|
+
*
|
|
6747
|
+
*
|
|
6748
|
+
*
|
|
6749
|
+
*
|
|
6750
|
+
*
|
|
6751
|
+
* </p>
|
|
6752
|
+
*
|
|
6753
|
+
* </li>
|
|
6754
|
+
* </ul>
|
|
6755
|
+
* </li>
|
|
6756
|
+
* <li>
|
|
6681
6757
|
* <p>Memory optimized:</p>
|
|
6682
6758
|
* <ul>
|
|
6683
6759
|
* <li>
|
|
6684
6760
|
* <p>Current generation: </p>
|
|
6685
|
-
*
|
|
6761
|
+
*
|
|
6762
|
+
*
|
|
6763
|
+
*
|
|
6764
|
+
*
|
|
6765
|
+
* <p>
|
|
6686
6766
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
6687
6767
|
*
|
|
6688
6768
|
*
|
|
6689
6769
|
*
|
|
6690
6770
|
*
|
|
6771
|
+
*
|
|
6691
6772
|
* <p>
|
|
6692
6773
|
* <code>cache.r6g.large</code>,
|
|
6693
6774
|
* <code>cache.r6g.xlarge</code>,
|
|
@@ -6843,10 +6924,13 @@ export interface ReservedCacheNodesOffering {
|
|
|
6843
6924
|
* <li>
|
|
6844
6925
|
* <p>Current generation: </p>
|
|
6845
6926
|
*
|
|
6846
|
-
*
|
|
6847
|
-
*
|
|
6848
|
-
*
|
|
6849
|
-
*
|
|
6927
|
+
*
|
|
6928
|
+
*
|
|
6929
|
+
*
|
|
6930
|
+
*
|
|
6931
|
+
*
|
|
6932
|
+
* <p>
|
|
6933
|
+
* <b>M6g node types:</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): <code>cache.m6g.large</code>,
|
|
6850
6934
|
* <code>cache.m6g.xlarge</code>,
|
|
6851
6935
|
* <code>cache.m6g.2xlarge</code>,
|
|
6852
6936
|
* <code>cache.m6g.4xlarge</code>,
|
|
@@ -6885,7 +6969,15 @@ export interface ReservedCacheNodesOffering {
|
|
|
6885
6969
|
* <code>cache.m4.4xlarge</code>,
|
|
6886
6970
|
* <code>cache.m4.10xlarge</code>
|
|
6887
6971
|
* </p>
|
|
6888
|
-
*
|
|
6972
|
+
*
|
|
6973
|
+
* <p>
|
|
6974
|
+
* <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
|
|
6975
|
+
* <code>cache.t4g.micro</code>,
|
|
6976
|
+
* <code>cache.t4g.small</code>,
|
|
6977
|
+
* <code>cache.t4g.medium</code>
|
|
6978
|
+
* </p>
|
|
6979
|
+
*
|
|
6980
|
+
* <p>
|
|
6889
6981
|
* <b>T3 node types:</b>
|
|
6890
6982
|
* <code>cache.t3.micro</code>,
|
|
6891
6983
|
* <code>cache.t3.small</code>,
|
|
@@ -6944,16 +7036,52 @@ export interface ReservedCacheNodesOffering {
|
|
|
6944
7036
|
* </ul>
|
|
6945
7037
|
* </li>
|
|
6946
7038
|
* <li>
|
|
7039
|
+
* <p>Memory optimized with data tiering:</p>
|
|
7040
|
+
* <ul>
|
|
7041
|
+
* <li>
|
|
7042
|
+
* <p>Current generation: </p>
|
|
7043
|
+
*
|
|
7044
|
+
* <p>
|
|
7045
|
+
* <b>R6gd node types</b> (available only for Redis engine version 6.2 onward).</p>
|
|
7046
|
+
*
|
|
7047
|
+
*
|
|
7048
|
+
*
|
|
7049
|
+
*
|
|
7050
|
+
* <p>
|
|
7051
|
+
*
|
|
7052
|
+
* <code>cache.r6gd.xlarge</code>,
|
|
7053
|
+
* <code>cache.r6gd.2xlarge</code>,
|
|
7054
|
+
* <code>cache.r6gd.4xlarge</code>,
|
|
7055
|
+
* <code>cache.r6gd.8xlarge</code>,
|
|
7056
|
+
* <code>cache.r6gd.12xlarge</code>,
|
|
7057
|
+
* <code>cache.r6gd.16xlarge</code>
|
|
7058
|
+
*
|
|
7059
|
+
*
|
|
7060
|
+
*
|
|
7061
|
+
*
|
|
7062
|
+
*
|
|
7063
|
+
*
|
|
7064
|
+
* </p>
|
|
7065
|
+
*
|
|
7066
|
+
* </li>
|
|
7067
|
+
* </ul>
|
|
7068
|
+
* </li>
|
|
7069
|
+
* <li>
|
|
6947
7070
|
* <p>Memory optimized:</p>
|
|
6948
7071
|
* <ul>
|
|
6949
7072
|
* <li>
|
|
6950
7073
|
* <p>Current generation: </p>
|
|
6951
|
-
*
|
|
7074
|
+
*
|
|
7075
|
+
*
|
|
7076
|
+
*
|
|
7077
|
+
*
|
|
7078
|
+
* <p>
|
|
6952
7079
|
* <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
|
|
6953
7080
|
*
|
|
6954
7081
|
*
|
|
6955
7082
|
*
|
|
6956
7083
|
*
|
|
7084
|
+
*
|
|
6957
7085
|
* <p>
|
|
6958
7086
|
* <code>cache.r6g.large</code>,
|
|
6959
7087
|
* <code>cache.r6g.xlarge</code>,
|
|
@@ -7105,12 +7233,6 @@ export interface ReservedCacheNodesOfferingNotFoundFault extends __SmithyExcepti
|
|
|
7105
7233
|
$fault: "client";
|
|
7106
7234
|
message?: string;
|
|
7107
7235
|
}
|
|
7108
|
-
export declare namespace ReservedCacheNodesOfferingNotFoundFault {
|
|
7109
|
-
/**
|
|
7110
|
-
* @internal
|
|
7111
|
-
*/
|
|
7112
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingNotFoundFault) => any;
|
|
7113
|
-
}
|
|
7114
7236
|
export declare enum ServiceUpdateStatus {
|
|
7115
7237
|
AVAILABLE = "available",
|
|
7116
7238
|
CANCELLED = "cancelled",
|
|
@@ -7919,12 +8041,6 @@ export interface InvalidKMSKeyFault extends __SmithyException, $MetadataBearer {
|
|
|
7919
8041
|
$fault: "client";
|
|
7920
8042
|
message?: string;
|
|
7921
8043
|
}
|
|
7922
|
-
export declare namespace InvalidKMSKeyFault {
|
|
7923
|
-
/**
|
|
7924
|
-
* @internal
|
|
7925
|
-
*/
|
|
7926
|
-
const filterSensitiveLog: (obj: InvalidKMSKeyFault) => any;
|
|
7927
|
-
}
|
|
7928
8044
|
/**
|
|
7929
8045
|
* <p>The input parameters for the <code>ListAllowedNodeTypeModifications</code> operation.</p>
|
|
7930
8046
|
*/
|
|
@@ -8252,7 +8368,8 @@ export interface ModifyCacheClusterMessage {
|
|
|
8252
8368
|
*/
|
|
8253
8369
|
EngineVersion?: string;
|
|
8254
8370
|
/**
|
|
8255
|
-
* <p>This parameter is
|
|
8371
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
8372
|
+
* </p>
|
|
8256
8373
|
*/
|
|
8257
8374
|
AutoMinorVersionUpgrade?: boolean;
|
|
8258
8375
|
/**
|
|
@@ -8454,12 +8571,6 @@ export interface SubnetInUse extends __SmithyException, $MetadataBearer {
|
|
|
8454
8571
|
$fault: "client";
|
|
8455
8572
|
message?: string;
|
|
8456
8573
|
}
|
|
8457
|
-
export declare namespace SubnetInUse {
|
|
8458
|
-
/**
|
|
8459
|
-
* @internal
|
|
8460
|
-
*/
|
|
8461
|
-
const filterSensitiveLog: (obj: SubnetInUse) => any;
|
|
8462
|
-
}
|
|
8463
8574
|
export interface ModifyGlobalReplicationGroupMessage {
|
|
8464
8575
|
/**
|
|
8465
8576
|
* <p>The name of the Global datastore</p>
|
|
@@ -8659,7 +8770,8 @@ export interface ModifyReplicationGroupMessage {
|
|
|
8659
8770
|
*/
|
|
8660
8771
|
EngineVersion?: string;
|
|
8661
8772
|
/**
|
|
8662
|
-
* <p>This parameter is
|
|
8773
|
+
* <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
|
|
8774
|
+
* </p>
|
|
8663
8775
|
*/
|
|
8664
8776
|
AutoMinorVersionUpgrade?: boolean;
|
|
8665
8777
|
/**
|
|
@@ -8928,12 +9040,6 @@ export interface ReservedCacheNodeAlreadyExistsFault extends __SmithyException,
|
|
|
8928
9040
|
$fault: "client";
|
|
8929
9041
|
message?: string;
|
|
8930
9042
|
}
|
|
8931
|
-
export declare namespace ReservedCacheNodeAlreadyExistsFault {
|
|
8932
|
-
/**
|
|
8933
|
-
* @internal
|
|
8934
|
-
*/
|
|
8935
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeAlreadyExistsFault) => any;
|
|
8936
|
-
}
|
|
8937
9043
|
/**
|
|
8938
9044
|
* <p>The request cannot be processed because it would exceed the user's cache node quota.</p>
|
|
8939
9045
|
*/
|
|
@@ -8942,12 +9048,6 @@ export interface ReservedCacheNodeQuotaExceededFault extends __SmithyException,
|
|
|
8942
9048
|
$fault: "client";
|
|
8943
9049
|
message?: string;
|
|
8944
9050
|
}
|
|
8945
|
-
export declare namespace ReservedCacheNodeQuotaExceededFault {
|
|
8946
|
-
/**
|
|
8947
|
-
* @internal
|
|
8948
|
-
*/
|
|
8949
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeQuotaExceededFault) => any;
|
|
8950
|
-
}
|
|
8951
9051
|
export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
8952
9052
|
/**
|
|
8953
9053
|
* <p>The name of the Global datastore</p>
|
|
@@ -9046,12 +9146,6 @@ export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
9046
9146
|
$fault: "client";
|
|
9047
9147
|
message?: string;
|
|
9048
9148
|
}
|
|
9049
|
-
export declare namespace TagNotFoundFault {
|
|
9050
|
-
/**
|
|
9051
|
-
* @internal
|
|
9052
|
-
*/
|
|
9053
|
-
const filterSensitiveLog: (obj: TagNotFoundFault) => any;
|
|
9054
|
-
}
|
|
9055
9149
|
/**
|
|
9056
9150
|
* <p>Represents the input of a <code>ResetCacheParameterGroup</code> operation.</p>
|
|
9057
9151
|
*/
|
|
@@ -9092,12 +9186,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
9092
9186
|
$fault: "client";
|
|
9093
9187
|
message?: string;
|
|
9094
9188
|
}
|
|
9095
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
9096
|
-
/**
|
|
9097
|
-
* @internal
|
|
9098
|
-
*/
|
|
9099
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
9100
|
-
}
|
|
9101
9189
|
/**
|
|
9102
9190
|
* <p>Represents the input of a <code>RevokeCacheSecurityGroupIngress</code> operation.</p>
|
|
9103
9191
|
*/
|
|
@@ -9160,12 +9248,6 @@ export interface ReplicationGroupAlreadyUnderMigrationFault extends __SmithyExce
|
|
|
9160
9248
|
$fault: "client";
|
|
9161
9249
|
message?: string;
|
|
9162
9250
|
}
|
|
9163
|
-
export declare namespace ReplicationGroupAlreadyUnderMigrationFault {
|
|
9164
|
-
/**
|
|
9165
|
-
* @internal
|
|
9166
|
-
*/
|
|
9167
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyUnderMigrationFault) => any;
|
|
9168
|
-
}
|
|
9169
9251
|
/**
|
|
9170
9252
|
* <p>The endpoint from which data should be migrated.</p>
|
|
9171
9253
|
*/
|
|
@@ -9221,12 +9303,6 @@ export interface APICallRateForCustomerExceededFault extends __SmithyException,
|
|
|
9221
9303
|
$fault: "client";
|
|
9222
9304
|
message?: string;
|
|
9223
9305
|
}
|
|
9224
|
-
export declare namespace APICallRateForCustomerExceededFault {
|
|
9225
|
-
/**
|
|
9226
|
-
* @internal
|
|
9227
|
-
*/
|
|
9228
|
-
const filterSensitiveLog: (obj: APICallRateForCustomerExceededFault) => any;
|
|
9229
|
-
}
|
|
9230
9306
|
/**
|
|
9231
9307
|
* <p>The node group specified by the <code>NodeGroupId</code> parameter could not be found.
|
|
9232
9308
|
* Please verify that the node group exists and that you spelled the <code>NodeGroupId</code> value correctly.</p>
|
|
@@ -9236,12 +9312,6 @@ export interface NodeGroupNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
9236
9312
|
$fault: "client";
|
|
9237
9313
|
message?: string;
|
|
9238
9314
|
}
|
|
9239
|
-
export declare namespace NodeGroupNotFoundFault {
|
|
9240
|
-
/**
|
|
9241
|
-
* @internal
|
|
9242
|
-
*/
|
|
9243
|
-
const filterSensitiveLog: (obj: NodeGroupNotFoundFault) => any;
|
|
9244
|
-
}
|
|
9245
9315
|
export interface TestFailoverMessage {
|
|
9246
9316
|
/**
|
|
9247
9317
|
* <p>The name of the replication group (console: cluster) whose automatic failover is being
|
|
@@ -9269,12 +9339,6 @@ export interface TestFailoverNotAvailableFault extends __SmithyException, $Metad
|
|
|
9269
9339
|
$fault: "client";
|
|
9270
9340
|
message?: string;
|
|
9271
9341
|
}
|
|
9272
|
-
export declare namespace TestFailoverNotAvailableFault {
|
|
9273
|
-
/**
|
|
9274
|
-
* @internal
|
|
9275
|
-
*/
|
|
9276
|
-
const filterSensitiveLog: (obj: TestFailoverNotAvailableFault) => any;
|
|
9277
|
-
}
|
|
9278
9342
|
export interface TestFailoverResult {
|
|
9279
9343
|
/**
|
|
9280
9344
|
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|