@aws-sdk/client-elasticache 3.46.0 → 3.48.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 +39 -0
- package/dist-cjs/endpoints.js +0 -20
- package/dist-cjs/models/models_0.js +5 -408
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -20
- package/dist-es/models/models_0.js +1 -268
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/ElastiCache.d.ts +1 -1
- package/dist-types/ElastiCacheClient.d.ts +5 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +13 -414
- 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 +1 -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 +36 -36
|
@@ -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",
|
|
@@ -700,6 +598,7 @@ export declare enum LogFormat {
|
|
|
700
598
|
TEXT = "text"
|
|
701
599
|
}
|
|
702
600
|
export declare enum LogType {
|
|
601
|
+
ENGINE_LOG = "engine-log",
|
|
703
602
|
SLOW_LOG = "slow-log"
|
|
704
603
|
}
|
|
705
604
|
export declare enum LogDeliveryConfigurationStatus {
|
|
@@ -714,7 +613,7 @@ export declare enum LogDeliveryConfigurationStatus {
|
|
|
714
613
|
*/
|
|
715
614
|
export interface LogDeliveryConfiguration {
|
|
716
615
|
/**
|
|
717
|
-
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a
|
|
616
|
+
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or engine-log.</p>
|
|
718
617
|
*/
|
|
719
618
|
LogType?: LogType | string;
|
|
720
619
|
/**
|
|
@@ -837,7 +736,7 @@ export declare enum PendingAutomaticFailoverStatus {
|
|
|
837
736
|
*/
|
|
838
737
|
export interface PendingLogDeliveryConfiguration {
|
|
839
738
|
/**
|
|
840
|
-
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a
|
|
739
|
+
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or engine-log..</p>
|
|
841
740
|
*/
|
|
842
741
|
LogType?: LogType | string;
|
|
843
742
|
/**
|
|
@@ -1129,12 +1028,6 @@ export interface ReplicationGroupNotUnderMigrationFault extends __SmithyExceptio
|
|
|
1129
1028
|
$fault: "client";
|
|
1130
1029
|
message?: string;
|
|
1131
1030
|
}
|
|
1132
|
-
export declare namespace ReplicationGroupNotUnderMigrationFault {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
const filterSensitiveLog: (obj: ReplicationGroupNotUnderMigrationFault) => any;
|
|
1137
|
-
}
|
|
1138
1031
|
/**
|
|
1139
1032
|
* <p>Represents the input of a <code>CopySnapshotMessage</code> operation.</p>
|
|
1140
1033
|
*/
|
|
@@ -1352,7 +1245,7 @@ export interface Snapshot {
|
|
|
1352
1245
|
* </p>
|
|
1353
1246
|
*
|
|
1354
1247
|
* <p>
|
|
1355
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
1248
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and Memcached engine version 1.5.16 onward):</p>
|
|
1356
1249
|
*
|
|
1357
1250
|
*
|
|
1358
1251
|
* <p>
|
|
@@ -1738,12 +1631,6 @@ export interface InvalidSnapshotStateFault extends __SmithyException, $MetadataB
|
|
|
1738
1631
|
$fault: "client";
|
|
1739
1632
|
message?: string;
|
|
1740
1633
|
}
|
|
1741
|
-
export declare namespace InvalidSnapshotStateFault {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
const filterSensitiveLog: (obj: InvalidSnapshotStateFault) => any;
|
|
1746
|
-
}
|
|
1747
1634
|
/**
|
|
1748
1635
|
* <p>You already have a snapshot with the given name.</p>
|
|
1749
1636
|
*/
|
|
@@ -1752,12 +1639,6 @@ export interface SnapshotAlreadyExistsFault extends __SmithyException, $Metadata
|
|
|
1752
1639
|
$fault: "client";
|
|
1753
1640
|
message?: string;
|
|
1754
1641
|
}
|
|
1755
|
-
export declare namespace SnapshotAlreadyExistsFault {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
const filterSensitiveLog: (obj: SnapshotAlreadyExistsFault) => any;
|
|
1760
|
-
}
|
|
1761
1642
|
/**
|
|
1762
1643
|
* <p>The request cannot be processed because it would exceed the maximum number of snapshots.</p>
|
|
1763
1644
|
*/
|
|
@@ -1766,12 +1647,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1766
1647
|
$fault: "client";
|
|
1767
1648
|
message?: string;
|
|
1768
1649
|
}
|
|
1769
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1774
|
-
}
|
|
1775
1650
|
/**
|
|
1776
1651
|
* <p>You already have a cluster with the given identifier.</p>
|
|
1777
1652
|
*/
|
|
@@ -1780,12 +1655,6 @@ export interface CacheClusterAlreadyExistsFault extends __SmithyException, $Meta
|
|
|
1780
1655
|
$fault: "client";
|
|
1781
1656
|
message?: string;
|
|
1782
1657
|
}
|
|
1783
|
-
export declare namespace CacheClusterAlreadyExistsFault {
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
const filterSensitiveLog: (obj: CacheClusterAlreadyExistsFault) => any;
|
|
1788
|
-
}
|
|
1789
1658
|
/**
|
|
1790
1659
|
* <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
|
|
1791
1660
|
*/
|
|
@@ -1794,12 +1663,6 @@ export interface ClusterQuotaForCustomerExceededFault extends __SmithyException,
|
|
|
1794
1663
|
$fault: "client";
|
|
1795
1664
|
message?: string;
|
|
1796
1665
|
}
|
|
1797
|
-
export declare namespace ClusterQuotaForCustomerExceededFault {
|
|
1798
|
-
/**
|
|
1799
|
-
* @internal
|
|
1800
|
-
*/
|
|
1801
|
-
const filterSensitiveLog: (obj: ClusterQuotaForCustomerExceededFault) => any;
|
|
1802
|
-
}
|
|
1803
1666
|
export declare enum AZMode {
|
|
1804
1667
|
CROSS_AZ = "cross-az",
|
|
1805
1668
|
SINGLE_AZ = "single-az"
|
|
@@ -1809,7 +1672,7 @@ export declare enum AZMode {
|
|
|
1809
1672
|
*/
|
|
1810
1673
|
export interface LogDeliveryConfigurationRequest {
|
|
1811
1674
|
/**
|
|
1812
|
-
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a
|
|
1675
|
+
* <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or engine-log..</p>
|
|
1813
1676
|
*/
|
|
1814
1677
|
LogType?: LogType | string;
|
|
1815
1678
|
/**
|
|
@@ -1963,7 +1826,7 @@ export interface CreateCacheClusterMessage {
|
|
|
1963
1826
|
* </p>
|
|
1964
1827
|
*
|
|
1965
1828
|
* <p>
|
|
1966
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
1829
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and Memcached engine version 1.5.16 onward):
|
|
1967
1830
|
* <code>cache.t4g.micro</code>,
|
|
1968
1831
|
* <code>cache.t4g.small</code>,
|
|
1969
1832
|
* <code>cache.t4g.medium</code>
|
|
@@ -2381,7 +2244,7 @@ export declare namespace CreateCacheClusterMessage {
|
|
|
2381
2244
|
* </p>
|
|
2382
2245
|
*
|
|
2383
2246
|
* <p>
|
|
2384
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
2247
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and for Memcached engine version 1.5.16 onward):
|
|
2385
2248
|
* <code>cache.t4g.micro</code>,
|
|
2386
2249
|
* <code>cache.t4g.small</code>,
|
|
2387
2250
|
* <code>cache.t4g.medium</code>
|
|
@@ -2827,7 +2690,7 @@ export interface CacheCluster {
|
|
|
2827
2690
|
*
|
|
2828
2691
|
*
|
|
2829
2692
|
* <p>
|
|
2830
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
2693
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and for Memcached engine version 1.5.16 onward):
|
|
2831
2694
|
* <code>cache.t4g.micro</code>,
|
|
2832
2695
|
* <code>cache.t4g.small</code>,
|
|
2833
2696
|
* <code>cache.t4g.medium</code>
|
|
@@ -3252,12 +3115,6 @@ export interface InsufficientCacheClusterCapacityFault extends __SmithyException
|
|
|
3252
3115
|
$fault: "client";
|
|
3253
3116
|
message?: string;
|
|
3254
3117
|
}
|
|
3255
|
-
export declare namespace InsufficientCacheClusterCapacityFault {
|
|
3256
|
-
/**
|
|
3257
|
-
* @internal
|
|
3258
|
-
*/
|
|
3259
|
-
const filterSensitiveLog: (obj: InsufficientCacheClusterCapacityFault) => any;
|
|
3260
|
-
}
|
|
3261
3118
|
/**
|
|
3262
3119
|
* <p>The VPC network is in an invalid state.</p>
|
|
3263
3120
|
*/
|
|
@@ -3266,12 +3123,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
3266
3123
|
$fault: "client";
|
|
3267
3124
|
message?: string;
|
|
3268
3125
|
}
|
|
3269
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
3270
|
-
/**
|
|
3271
|
-
* @internal
|
|
3272
|
-
*/
|
|
3273
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
3274
|
-
}
|
|
3275
3126
|
/**
|
|
3276
3127
|
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes in a single cluster.</p>
|
|
3277
3128
|
*/
|
|
@@ -3280,12 +3131,6 @@ export interface NodeQuotaForClusterExceededFault extends __SmithyException, $Me
|
|
|
3280
3131
|
$fault: "client";
|
|
3281
3132
|
message?: string;
|
|
3282
3133
|
}
|
|
3283
|
-
export declare namespace NodeQuotaForClusterExceededFault {
|
|
3284
|
-
/**
|
|
3285
|
-
* @internal
|
|
3286
|
-
*/
|
|
3287
|
-
const filterSensitiveLog: (obj: NodeQuotaForClusterExceededFault) => any;
|
|
3288
|
-
}
|
|
3289
3134
|
/**
|
|
3290
3135
|
* <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
|
|
3291
3136
|
*/
|
|
@@ -3294,12 +3139,6 @@ export interface NodeQuotaForCustomerExceededFault extends __SmithyException, $M
|
|
|
3294
3139
|
$fault: "client";
|
|
3295
3140
|
message?: string;
|
|
3296
3141
|
}
|
|
3297
|
-
export declare namespace NodeQuotaForCustomerExceededFault {
|
|
3298
|
-
/**
|
|
3299
|
-
* @internal
|
|
3300
|
-
*/
|
|
3301
|
-
const filterSensitiveLog: (obj: NodeQuotaForCustomerExceededFault) => any;
|
|
3302
|
-
}
|
|
3303
3142
|
/**
|
|
3304
3143
|
* <p>A cache parameter group with the requested name already exists.</p>
|
|
3305
3144
|
*/
|
|
@@ -3308,12 +3147,6 @@ export interface CacheParameterGroupAlreadyExistsFault extends __SmithyException
|
|
|
3308
3147
|
$fault: "client";
|
|
3309
3148
|
message?: string;
|
|
3310
3149
|
}
|
|
3311
|
-
export declare namespace CacheParameterGroupAlreadyExistsFault {
|
|
3312
|
-
/**
|
|
3313
|
-
* @internal
|
|
3314
|
-
*/
|
|
3315
|
-
const filterSensitiveLog: (obj: CacheParameterGroupAlreadyExistsFault) => any;
|
|
3316
|
-
}
|
|
3317
3150
|
/**
|
|
3318
3151
|
* <p>The request cannot be processed because it would exceed the maximum number of cache security groups.</p>
|
|
3319
3152
|
*/
|
|
@@ -3322,12 +3155,6 @@ export interface CacheParameterGroupQuotaExceededFault extends __SmithyException
|
|
|
3322
3155
|
$fault: "client";
|
|
3323
3156
|
message?: string;
|
|
3324
3157
|
}
|
|
3325
|
-
export declare namespace CacheParameterGroupQuotaExceededFault {
|
|
3326
|
-
/**
|
|
3327
|
-
* @internal
|
|
3328
|
-
*/
|
|
3329
|
-
const filterSensitiveLog: (obj: CacheParameterGroupQuotaExceededFault) => any;
|
|
3330
|
-
}
|
|
3331
3158
|
/**
|
|
3332
3159
|
* <p>Represents the input of a <code>CreateCacheParameterGroup</code> operation.</p>
|
|
3333
3160
|
*/
|
|
@@ -3429,12 +3256,6 @@ export interface InvalidCacheParameterGroupStateFault extends __SmithyException,
|
|
|
3429
3256
|
$fault: "client";
|
|
3430
3257
|
message?: string;
|
|
3431
3258
|
}
|
|
3432
|
-
export declare namespace InvalidCacheParameterGroupStateFault {
|
|
3433
|
-
/**
|
|
3434
|
-
* @internal
|
|
3435
|
-
*/
|
|
3436
|
-
const filterSensitiveLog: (obj: InvalidCacheParameterGroupStateFault) => any;
|
|
3437
|
-
}
|
|
3438
3259
|
/**
|
|
3439
3260
|
* <p>A cache security group with the specified name already exists.</p>
|
|
3440
3261
|
*/
|
|
@@ -3443,12 +3264,6 @@ export interface CacheSecurityGroupAlreadyExistsFault extends __SmithyException,
|
|
|
3443
3264
|
$fault: "client";
|
|
3444
3265
|
message?: string;
|
|
3445
3266
|
}
|
|
3446
|
-
export declare namespace CacheSecurityGroupAlreadyExistsFault {
|
|
3447
|
-
/**
|
|
3448
|
-
* @internal
|
|
3449
|
-
*/
|
|
3450
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupAlreadyExistsFault) => any;
|
|
3451
|
-
}
|
|
3452
3267
|
/**
|
|
3453
3268
|
* <p>The request cannot be processed because it would exceed the allowed number of cache security groups.</p>
|
|
3454
3269
|
*/
|
|
@@ -3457,12 +3272,6 @@ export interface CacheSecurityGroupQuotaExceededFault extends __SmithyException,
|
|
|
3457
3272
|
$fault: "client";
|
|
3458
3273
|
message?: string;
|
|
3459
3274
|
}
|
|
3460
|
-
export declare namespace CacheSecurityGroupQuotaExceededFault {
|
|
3461
|
-
/**
|
|
3462
|
-
* @internal
|
|
3463
|
-
*/
|
|
3464
|
-
const filterSensitiveLog: (obj: CacheSecurityGroupQuotaExceededFault) => any;
|
|
3465
|
-
}
|
|
3466
3275
|
/**
|
|
3467
3276
|
* <p>Represents the input of a <code>CreateCacheSecurityGroup</code> operation.</p>
|
|
3468
3277
|
*/
|
|
@@ -3526,12 +3335,6 @@ export interface CacheSubnetGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
3526
3335
|
$fault: "client";
|
|
3527
3336
|
message?: string;
|
|
3528
3337
|
}
|
|
3529
|
-
export declare namespace CacheSubnetGroupAlreadyExistsFault {
|
|
3530
|
-
/**
|
|
3531
|
-
* @internal
|
|
3532
|
-
*/
|
|
3533
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupAlreadyExistsFault) => any;
|
|
3534
|
-
}
|
|
3535
3338
|
/**
|
|
3536
3339
|
* <p>The request cannot be processed because it would exceed the allowed number of cache subnet groups.</p>
|
|
3537
3340
|
*/
|
|
@@ -3540,12 +3343,6 @@ export interface CacheSubnetGroupQuotaExceededFault extends __SmithyException, $
|
|
|
3540
3343
|
$fault: "client";
|
|
3541
3344
|
message?: string;
|
|
3542
3345
|
}
|
|
3543
|
-
export declare namespace CacheSubnetGroupQuotaExceededFault {
|
|
3544
|
-
/**
|
|
3545
|
-
* @internal
|
|
3546
|
-
*/
|
|
3547
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupQuotaExceededFault) => any;
|
|
3548
|
-
}
|
|
3549
3346
|
/**
|
|
3550
3347
|
* <p>The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group.</p>
|
|
3551
3348
|
*/
|
|
@@ -3554,12 +3351,6 @@ export interface CacheSubnetQuotaExceededFault extends __SmithyException, $Metad
|
|
|
3554
3351
|
$fault: "client";
|
|
3555
3352
|
message?: string;
|
|
3556
3353
|
}
|
|
3557
|
-
export declare namespace CacheSubnetQuotaExceededFault {
|
|
3558
|
-
/**
|
|
3559
|
-
* @internal
|
|
3560
|
-
*/
|
|
3561
|
-
const filterSensitiveLog: (obj: CacheSubnetQuotaExceededFault) => any;
|
|
3562
|
-
}
|
|
3563
3354
|
/**
|
|
3564
3355
|
* <p>Represents the input of a <code>CreateCacheSubnetGroup</code> operation.</p>
|
|
3565
3356
|
*/
|
|
@@ -3719,12 +3510,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
3719
3510
|
$fault: "client";
|
|
3720
3511
|
message?: string;
|
|
3721
3512
|
}
|
|
3722
|
-
export declare namespace InvalidSubnet {
|
|
3723
|
-
/**
|
|
3724
|
-
* @internal
|
|
3725
|
-
*/
|
|
3726
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
3727
|
-
}
|
|
3728
3513
|
/**
|
|
3729
3514
|
* <p>At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a
|
|
3730
3515
|
* 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>
|
|
@@ -3734,12 +3519,6 @@ export interface SubnetNotAllowedFault extends __SmithyException, $MetadataBeare
|
|
|
3734
3519
|
$fault: "client";
|
|
3735
3520
|
message?: string;
|
|
3736
3521
|
}
|
|
3737
|
-
export declare namespace SubnetNotAllowedFault {
|
|
3738
|
-
/**
|
|
3739
|
-
* @internal
|
|
3740
|
-
*/
|
|
3741
|
-
const filterSensitiveLog: (obj: SubnetNotAllowedFault) => any;
|
|
3742
|
-
}
|
|
3743
3522
|
export interface CreateGlobalReplicationGroupMessage {
|
|
3744
3523
|
/**
|
|
3745
3524
|
* <p>The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix
|
|
@@ -3928,12 +3707,6 @@ export interface GlobalReplicationGroupAlreadyExistsFault extends __SmithyExcept
|
|
|
3928
3707
|
$fault: "client";
|
|
3929
3708
|
message?: string;
|
|
3930
3709
|
}
|
|
3931
|
-
export declare namespace GlobalReplicationGroupAlreadyExistsFault {
|
|
3932
|
-
/**
|
|
3933
|
-
* @internal
|
|
3934
|
-
*/
|
|
3935
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupAlreadyExistsFault) => any;
|
|
3936
|
-
}
|
|
3937
3710
|
/**
|
|
3938
3711
|
* <p>The specified service linked role (SLR) was not found.</p>
|
|
3939
3712
|
*/
|
|
@@ -3942,12 +3715,6 @@ export interface ServiceLinkedRoleNotFoundFault extends __SmithyException, $Meta
|
|
|
3942
3715
|
$fault: "client";
|
|
3943
3716
|
message?: string;
|
|
3944
3717
|
}
|
|
3945
|
-
export declare namespace ServiceLinkedRoleNotFoundFault {
|
|
3946
|
-
/**
|
|
3947
|
-
* @internal
|
|
3948
|
-
*/
|
|
3949
|
-
const filterSensitiveLog: (obj: ServiceLinkedRoleNotFoundFault) => any;
|
|
3950
|
-
}
|
|
3951
3718
|
/**
|
|
3952
3719
|
* <p>Represents the input of a <code>CreateReplicationGroup</code> operation.</p>
|
|
3953
3720
|
*/
|
|
@@ -4106,7 +3873,7 @@ export interface CreateReplicationGroupMessage {
|
|
|
4106
3873
|
*
|
|
4107
3874
|
*
|
|
4108
3875
|
* <p>
|
|
4109
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
3876
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and Memcached engine version 1.5.16 onward):
|
|
4110
3877
|
* <code>cache.t4g.micro</code>,
|
|
4111
3878
|
* <code>cache.t4g.small</code>,
|
|
4112
3879
|
* <code>cache.t4g.medium</code>
|
|
@@ -4573,12 +4340,6 @@ export interface GlobalReplicationGroupNotFoundFault extends __SmithyException,
|
|
|
4573
4340
|
$fault: "client";
|
|
4574
4341
|
message?: string;
|
|
4575
4342
|
}
|
|
4576
|
-
export declare namespace GlobalReplicationGroupNotFoundFault {
|
|
4577
|
-
/**
|
|
4578
|
-
* @internal
|
|
4579
|
-
*/
|
|
4580
|
-
const filterSensitiveLog: (obj: GlobalReplicationGroupNotFoundFault) => any;
|
|
4581
|
-
}
|
|
4582
4343
|
/**
|
|
4583
4344
|
* <p>The requested cluster is not in the <code>available</code> state.</p>
|
|
4584
4345
|
*/
|
|
@@ -4587,12 +4348,6 @@ export interface InvalidCacheClusterStateFault extends __SmithyException, $Metad
|
|
|
4587
4348
|
$fault: "client";
|
|
4588
4349
|
message?: string;
|
|
4589
4350
|
}
|
|
4590
|
-
export declare namespace InvalidCacheClusterStateFault {
|
|
4591
|
-
/**
|
|
4592
|
-
* @internal
|
|
4593
|
-
*/
|
|
4594
|
-
const filterSensitiveLog: (obj: InvalidCacheClusterStateFault) => any;
|
|
4595
|
-
}
|
|
4596
4351
|
/**
|
|
4597
4352
|
* <p>The Global datastore is not available or in primary-only state.</p>
|
|
4598
4353
|
*/
|
|
@@ -4601,12 +4356,6 @@ export interface InvalidGlobalReplicationGroupStateFault extends __SmithyExcepti
|
|
|
4601
4356
|
$fault: "client";
|
|
4602
4357
|
message?: string;
|
|
4603
4358
|
}
|
|
4604
|
-
export declare namespace InvalidGlobalReplicationGroupStateFault {
|
|
4605
|
-
/**
|
|
4606
|
-
* @internal
|
|
4607
|
-
*/
|
|
4608
|
-
const filterSensitiveLog: (obj: InvalidGlobalReplicationGroupStateFault) => any;
|
|
4609
|
-
}
|
|
4610
4359
|
/**
|
|
4611
4360
|
* <p>The user group is not in an active state.</p>
|
|
4612
4361
|
*/
|
|
@@ -4615,12 +4364,6 @@ export interface InvalidUserGroupStateFault extends __SmithyException, $Metadata
|
|
|
4615
4364
|
$fault: "client";
|
|
4616
4365
|
message?: string;
|
|
4617
4366
|
}
|
|
4618
|
-
export declare namespace InvalidUserGroupStateFault {
|
|
4619
|
-
/**
|
|
4620
|
-
* @internal
|
|
4621
|
-
*/
|
|
4622
|
-
const filterSensitiveLog: (obj: InvalidUserGroupStateFault) => any;
|
|
4623
|
-
}
|
|
4624
4367
|
/**
|
|
4625
4368
|
* <p>The request cannot be processed because it would exceed the maximum allowed number
|
|
4626
4369
|
* of node groups (shards) in a single replication group. The default maximum is 90</p>
|
|
@@ -4630,12 +4373,6 @@ export interface NodeGroupsPerReplicationGroupQuotaExceededFault extends __Smith
|
|
|
4630
4373
|
$fault: "client";
|
|
4631
4374
|
message?: string;
|
|
4632
4375
|
}
|
|
4633
|
-
export declare namespace NodeGroupsPerReplicationGroupQuotaExceededFault {
|
|
4634
|
-
/**
|
|
4635
|
-
* @internal
|
|
4636
|
-
*/
|
|
4637
|
-
const filterSensitiveLog: (obj: NodeGroupsPerReplicationGroupQuotaExceededFault) => any;
|
|
4638
|
-
}
|
|
4639
4376
|
/**
|
|
4640
4377
|
* <p>The specified replication group already exists.</p>
|
|
4641
4378
|
*/
|
|
@@ -4644,12 +4381,6 @@ export interface ReplicationGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
4644
4381
|
$fault: "client";
|
|
4645
4382
|
message?: string;
|
|
4646
4383
|
}
|
|
4647
|
-
export declare namespace ReplicationGroupAlreadyExistsFault {
|
|
4648
|
-
/**
|
|
4649
|
-
* @internal
|
|
4650
|
-
*/
|
|
4651
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyExistsFault) => any;
|
|
4652
|
-
}
|
|
4653
4384
|
/**
|
|
4654
4385
|
* <p>Represents the input of a <code>CreateSnapshot</code> operation.</p>
|
|
4655
4386
|
*/
|
|
@@ -4711,12 +4442,6 @@ export interface SnapshotFeatureNotSupportedFault extends __SmithyException, $Me
|
|
|
4711
4442
|
$fault: "client";
|
|
4712
4443
|
message?: string;
|
|
4713
4444
|
}
|
|
4714
|
-
export declare namespace SnapshotFeatureNotSupportedFault {
|
|
4715
|
-
/**
|
|
4716
|
-
* @internal
|
|
4717
|
-
*/
|
|
4718
|
-
const filterSensitiveLog: (obj: SnapshotFeatureNotSupportedFault) => any;
|
|
4719
|
-
}
|
|
4720
4445
|
export interface CreateUserMessage {
|
|
4721
4446
|
/**
|
|
4722
4447
|
* <p>The ID of the user.</p>
|
|
@@ -4761,12 +4486,6 @@ export interface DuplicateUserNameFault extends __SmithyException, $MetadataBear
|
|
|
4761
4486
|
$fault: "client";
|
|
4762
4487
|
message?: string;
|
|
4763
4488
|
}
|
|
4764
|
-
export declare namespace DuplicateUserNameFault {
|
|
4765
|
-
/**
|
|
4766
|
-
* @internal
|
|
4767
|
-
*/
|
|
4768
|
-
const filterSensitiveLog: (obj: DuplicateUserNameFault) => any;
|
|
4769
|
-
}
|
|
4770
4489
|
export declare enum AuthenticationType {
|
|
4771
4490
|
NO_PASSWORD = "no-password",
|
|
4772
4491
|
PASSWORD = "password"
|
|
@@ -4842,12 +4561,6 @@ export interface UserAlreadyExistsFault extends __SmithyException, $MetadataBear
|
|
|
4842
4561
|
$fault: "client";
|
|
4843
4562
|
message?: string;
|
|
4844
4563
|
}
|
|
4845
|
-
export declare namespace UserAlreadyExistsFault {
|
|
4846
|
-
/**
|
|
4847
|
-
* @internal
|
|
4848
|
-
*/
|
|
4849
|
-
const filterSensitiveLog: (obj: UserAlreadyExistsFault) => any;
|
|
4850
|
-
}
|
|
4851
4564
|
/**
|
|
4852
4565
|
* <p>The quota of users has been exceeded.</p>
|
|
4853
4566
|
*/
|
|
@@ -4856,12 +4569,6 @@ export interface UserQuotaExceededFault extends __SmithyException, $MetadataBear
|
|
|
4856
4569
|
$fault: "client";
|
|
4857
4570
|
message?: string;
|
|
4858
4571
|
}
|
|
4859
|
-
export declare namespace UserQuotaExceededFault {
|
|
4860
|
-
/**
|
|
4861
|
-
* @internal
|
|
4862
|
-
*/
|
|
4863
|
-
const filterSensitiveLog: (obj: UserQuotaExceededFault) => any;
|
|
4864
|
-
}
|
|
4865
4572
|
export interface CreateUserGroupMessage {
|
|
4866
4573
|
/**
|
|
4867
4574
|
* <p>The ID of the user group.</p>
|
|
@@ -4894,12 +4601,6 @@ export interface DefaultUserRequired extends __SmithyException, $MetadataBearer
|
|
|
4894
4601
|
$fault: "client";
|
|
4895
4602
|
message?: string;
|
|
4896
4603
|
}
|
|
4897
|
-
export declare namespace DefaultUserRequired {
|
|
4898
|
-
/**
|
|
4899
|
-
* @internal
|
|
4900
|
-
*/
|
|
4901
|
-
const filterSensitiveLog: (obj: DefaultUserRequired) => any;
|
|
4902
|
-
}
|
|
4903
4604
|
/**
|
|
4904
4605
|
* <p>Returns the updates being applied to the user group.</p>
|
|
4905
4606
|
*/
|
|
@@ -4967,12 +4668,6 @@ export interface UserGroupAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4967
4668
|
$fault: "client";
|
|
4968
4669
|
message?: string;
|
|
4969
4670
|
}
|
|
4970
|
-
export declare namespace UserGroupAlreadyExistsFault {
|
|
4971
|
-
/**
|
|
4972
|
-
* @internal
|
|
4973
|
-
*/
|
|
4974
|
-
const filterSensitiveLog: (obj: UserGroupAlreadyExistsFault) => any;
|
|
4975
|
-
}
|
|
4976
4671
|
/**
|
|
4977
4672
|
* <p>The number of users exceeds the user group limit.</p>
|
|
4978
4673
|
*/
|
|
@@ -4981,12 +4676,6 @@ export interface UserGroupQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4981
4676
|
$fault: "client";
|
|
4982
4677
|
message?: string;
|
|
4983
4678
|
}
|
|
4984
|
-
export declare namespace UserGroupQuotaExceededFault {
|
|
4985
|
-
/**
|
|
4986
|
-
* @internal
|
|
4987
|
-
*/
|
|
4988
|
-
const filterSensitiveLog: (obj: UserGroupQuotaExceededFault) => any;
|
|
4989
|
-
}
|
|
4990
4679
|
export interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
4991
4680
|
/**
|
|
4992
4681
|
* <p>The name of the Global datastore</p>
|
|
@@ -5166,12 +4855,6 @@ export interface NoOperationFault extends __SmithyException, $MetadataBearer {
|
|
|
5166
4855
|
$fault: "client";
|
|
5167
4856
|
message?: string;
|
|
5168
4857
|
}
|
|
5169
|
-
export declare namespace NoOperationFault {
|
|
5170
|
-
/**
|
|
5171
|
-
* @internal
|
|
5172
|
-
*/
|
|
5173
|
-
const filterSensitiveLog: (obj: NoOperationFault) => any;
|
|
5174
|
-
}
|
|
5175
4858
|
/**
|
|
5176
4859
|
* <p>Represents the input of a <code>DeleteCacheCluster</code> operation.</p>
|
|
5177
4860
|
*/
|
|
@@ -5248,12 +4931,6 @@ export interface CacheSubnetGroupInUse extends __SmithyException, $MetadataBeare
|
|
|
5248
4931
|
$fault: "client";
|
|
5249
4932
|
message?: string;
|
|
5250
4933
|
}
|
|
5251
|
-
export declare namespace CacheSubnetGroupInUse {
|
|
5252
|
-
/**
|
|
5253
|
-
* @internal
|
|
5254
|
-
*/
|
|
5255
|
-
const filterSensitiveLog: (obj: CacheSubnetGroupInUse) => any;
|
|
5256
|
-
}
|
|
5257
4934
|
/**
|
|
5258
4935
|
* <p>Represents the input of a <code>DeleteCacheSubnetGroup</code> operation.</p>
|
|
5259
4936
|
*/
|
|
@@ -5381,12 +5058,6 @@ export interface DefaultUserAssociatedToUserGroupFault extends __SmithyException
|
|
|
5381
5058
|
$fault: "client";
|
|
5382
5059
|
message?: string;
|
|
5383
5060
|
}
|
|
5384
|
-
export declare namespace DefaultUserAssociatedToUserGroupFault {
|
|
5385
|
-
/**
|
|
5386
|
-
* @internal
|
|
5387
|
-
*/
|
|
5388
|
-
const filterSensitiveLog: (obj: DefaultUserAssociatedToUserGroupFault) => any;
|
|
5389
|
-
}
|
|
5390
5061
|
export interface DeleteUserMessage {
|
|
5391
5062
|
/**
|
|
5392
5063
|
* <p>The ID of the user.</p>
|
|
@@ -5407,12 +5078,6 @@ export interface InvalidUserStateFault extends __SmithyException, $MetadataBeare
|
|
|
5407
5078
|
$fault: "client";
|
|
5408
5079
|
message?: string;
|
|
5409
5080
|
}
|
|
5410
|
-
export declare namespace InvalidUserStateFault {
|
|
5411
|
-
/**
|
|
5412
|
-
* @internal
|
|
5413
|
-
*/
|
|
5414
|
-
const filterSensitiveLog: (obj: InvalidUserStateFault) => any;
|
|
5415
|
-
}
|
|
5416
5081
|
export interface DeleteUserGroupMessage {
|
|
5417
5082
|
/**
|
|
5418
5083
|
* <p>The ID of the user group.</p>
|
|
@@ -6317,7 +5982,7 @@ export interface DescribeReservedCacheNodesMessage {
|
|
|
6317
5982
|
* </p>
|
|
6318
5983
|
*
|
|
6319
5984
|
* <p>
|
|
6320
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
5985
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and for Memcached engine version 1.5.16 onward):
|
|
6321
5986
|
* <code>cache.t4g.micro</code>,
|
|
6322
5987
|
* <code>cache.t4g.small</code>,
|
|
6323
5988
|
* <code>cache.t4g.medium</code>
|
|
@@ -6652,7 +6317,7 @@ export interface ReservedCacheNode {
|
|
|
6652
6317
|
* </p>
|
|
6653
6318
|
*
|
|
6654
6319
|
* <p>
|
|
6655
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
6320
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and Memcached engine version 1.5.16 onward):
|
|
6656
6321
|
* <code>cache.t4g.micro</code>,
|
|
6657
6322
|
* <code>cache.t4g.small</code>,
|
|
6658
6323
|
* <code>cache.t4g.medium</code>
|
|
@@ -6993,7 +6658,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
|
|
|
6993
6658
|
* </p>
|
|
6994
6659
|
*
|
|
6995
6660
|
* <p>
|
|
6996
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
6661
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and for Memcached engine version 1.5.16 onward):
|
|
6997
6662
|
* <code>cache.t4g.micro</code>,
|
|
6998
6663
|
* <code>cache.t4g.small</code>,
|
|
6999
6664
|
* <code>cache.t4g.medium</code>
|
|
@@ -7307,7 +6972,7 @@ export interface ReservedCacheNodesOffering {
|
|
|
7307
6972
|
* </p>
|
|
7308
6973
|
*
|
|
7309
6974
|
* <p>
|
|
7310
|
-
* <b>T4g node types</b> (available only for Redis engine version
|
|
6975
|
+
* <b>T4g node types</b> (available only for Redis engine version 6.0 onward and Memcached engine version 1.5.16 onward):
|
|
7311
6976
|
* <code>cache.t4g.micro</code>,
|
|
7312
6977
|
* <code>cache.t4g.small</code>,
|
|
7313
6978
|
* <code>cache.t4g.medium</code>
|
|
@@ -7569,12 +7234,6 @@ export interface ReservedCacheNodesOfferingNotFoundFault extends __SmithyExcepti
|
|
|
7569
7234
|
$fault: "client";
|
|
7570
7235
|
message?: string;
|
|
7571
7236
|
}
|
|
7572
|
-
export declare namespace ReservedCacheNodesOfferingNotFoundFault {
|
|
7573
|
-
/**
|
|
7574
|
-
* @internal
|
|
7575
|
-
*/
|
|
7576
|
-
const filterSensitiveLog: (obj: ReservedCacheNodesOfferingNotFoundFault) => any;
|
|
7577
|
-
}
|
|
7578
7237
|
export declare enum ServiceUpdateStatus {
|
|
7579
7238
|
AVAILABLE = "available",
|
|
7580
7239
|
CANCELLED = "cancelled",
|
|
@@ -8383,12 +8042,6 @@ export interface InvalidKMSKeyFault extends __SmithyException, $MetadataBearer {
|
|
|
8383
8042
|
$fault: "client";
|
|
8384
8043
|
message?: string;
|
|
8385
8044
|
}
|
|
8386
|
-
export declare namespace InvalidKMSKeyFault {
|
|
8387
|
-
/**
|
|
8388
|
-
* @internal
|
|
8389
|
-
*/
|
|
8390
|
-
const filterSensitiveLog: (obj: InvalidKMSKeyFault) => any;
|
|
8391
|
-
}
|
|
8392
8045
|
/**
|
|
8393
8046
|
* <p>The input parameters for the <code>ListAllowedNodeTypeModifications</code> operation.</p>
|
|
8394
8047
|
*/
|
|
@@ -8919,12 +8572,6 @@ export interface SubnetInUse extends __SmithyException, $MetadataBearer {
|
|
|
8919
8572
|
$fault: "client";
|
|
8920
8573
|
message?: string;
|
|
8921
8574
|
}
|
|
8922
|
-
export declare namespace SubnetInUse {
|
|
8923
|
-
/**
|
|
8924
|
-
* @internal
|
|
8925
|
-
*/
|
|
8926
|
-
const filterSensitiveLog: (obj: SubnetInUse) => any;
|
|
8927
|
-
}
|
|
8928
8575
|
export interface ModifyGlobalReplicationGroupMessage {
|
|
8929
8576
|
/**
|
|
8930
8577
|
* <p>The name of the Global datastore</p>
|
|
@@ -9394,12 +9041,6 @@ export interface ReservedCacheNodeAlreadyExistsFault extends __SmithyException,
|
|
|
9394
9041
|
$fault: "client";
|
|
9395
9042
|
message?: string;
|
|
9396
9043
|
}
|
|
9397
|
-
export declare namespace ReservedCacheNodeAlreadyExistsFault {
|
|
9398
|
-
/**
|
|
9399
|
-
* @internal
|
|
9400
|
-
*/
|
|
9401
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeAlreadyExistsFault) => any;
|
|
9402
|
-
}
|
|
9403
9044
|
/**
|
|
9404
9045
|
* <p>The request cannot be processed because it would exceed the user's cache node quota.</p>
|
|
9405
9046
|
*/
|
|
@@ -9408,12 +9049,6 @@ export interface ReservedCacheNodeQuotaExceededFault extends __SmithyException,
|
|
|
9408
9049
|
$fault: "client";
|
|
9409
9050
|
message?: string;
|
|
9410
9051
|
}
|
|
9411
|
-
export declare namespace ReservedCacheNodeQuotaExceededFault {
|
|
9412
|
-
/**
|
|
9413
|
-
* @internal
|
|
9414
|
-
*/
|
|
9415
|
-
const filterSensitiveLog: (obj: ReservedCacheNodeQuotaExceededFault) => any;
|
|
9416
|
-
}
|
|
9417
9052
|
export interface RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
9418
9053
|
/**
|
|
9419
9054
|
* <p>The name of the Global datastore</p>
|
|
@@ -9512,12 +9147,6 @@ export interface TagNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
|
9512
9147
|
$fault: "client";
|
|
9513
9148
|
message?: string;
|
|
9514
9149
|
}
|
|
9515
|
-
export declare namespace TagNotFoundFault {
|
|
9516
|
-
/**
|
|
9517
|
-
* @internal
|
|
9518
|
-
*/
|
|
9519
|
-
const filterSensitiveLog: (obj: TagNotFoundFault) => any;
|
|
9520
|
-
}
|
|
9521
9150
|
/**
|
|
9522
9151
|
* <p>Represents the input of a <code>ResetCacheParameterGroup</code> operation.</p>
|
|
9523
9152
|
*/
|
|
@@ -9558,12 +9187,6 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
9558
9187
|
$fault: "client";
|
|
9559
9188
|
message?: string;
|
|
9560
9189
|
}
|
|
9561
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
9562
|
-
/**
|
|
9563
|
-
* @internal
|
|
9564
|
-
*/
|
|
9565
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
9566
|
-
}
|
|
9567
9190
|
/**
|
|
9568
9191
|
* <p>Represents the input of a <code>RevokeCacheSecurityGroupIngress</code> operation.</p>
|
|
9569
9192
|
*/
|
|
@@ -9626,12 +9249,6 @@ export interface ReplicationGroupAlreadyUnderMigrationFault extends __SmithyExce
|
|
|
9626
9249
|
$fault: "client";
|
|
9627
9250
|
message?: string;
|
|
9628
9251
|
}
|
|
9629
|
-
export declare namespace ReplicationGroupAlreadyUnderMigrationFault {
|
|
9630
|
-
/**
|
|
9631
|
-
* @internal
|
|
9632
|
-
*/
|
|
9633
|
-
const filterSensitiveLog: (obj: ReplicationGroupAlreadyUnderMigrationFault) => any;
|
|
9634
|
-
}
|
|
9635
9252
|
/**
|
|
9636
9253
|
* <p>The endpoint from which data should be migrated.</p>
|
|
9637
9254
|
*/
|
|
@@ -9687,12 +9304,6 @@ export interface APICallRateForCustomerExceededFault extends __SmithyException,
|
|
|
9687
9304
|
$fault: "client";
|
|
9688
9305
|
message?: string;
|
|
9689
9306
|
}
|
|
9690
|
-
export declare namespace APICallRateForCustomerExceededFault {
|
|
9691
|
-
/**
|
|
9692
|
-
* @internal
|
|
9693
|
-
*/
|
|
9694
|
-
const filterSensitiveLog: (obj: APICallRateForCustomerExceededFault) => any;
|
|
9695
|
-
}
|
|
9696
9307
|
/**
|
|
9697
9308
|
* <p>The node group specified by the <code>NodeGroupId</code> parameter could not be found.
|
|
9698
9309
|
* Please verify that the node group exists and that you spelled the <code>NodeGroupId</code> value correctly.</p>
|
|
@@ -9702,12 +9313,6 @@ export interface NodeGroupNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
9702
9313
|
$fault: "client";
|
|
9703
9314
|
message?: string;
|
|
9704
9315
|
}
|
|
9705
|
-
export declare namespace NodeGroupNotFoundFault {
|
|
9706
|
-
/**
|
|
9707
|
-
* @internal
|
|
9708
|
-
*/
|
|
9709
|
-
const filterSensitiveLog: (obj: NodeGroupNotFoundFault) => any;
|
|
9710
|
-
}
|
|
9711
9316
|
export interface TestFailoverMessage {
|
|
9712
9317
|
/**
|
|
9713
9318
|
* <p>The name of the replication group (console: cluster) whose automatic failover is being
|
|
@@ -9735,12 +9340,6 @@ export interface TestFailoverNotAvailableFault extends __SmithyException, $Metad
|
|
|
9735
9340
|
$fault: "client";
|
|
9736
9341
|
message?: string;
|
|
9737
9342
|
}
|
|
9738
|
-
export declare namespace TestFailoverNotAvailableFault {
|
|
9739
|
-
/**
|
|
9740
|
-
* @internal
|
|
9741
|
-
*/
|
|
9742
|
-
const filterSensitiveLog: (obj: TestFailoverNotAvailableFault) => any;
|
|
9743
|
-
}
|
|
9744
9343
|
export interface TestFailoverResult {
|
|
9745
9344
|
/**
|
|
9746
9345
|
* <p>Contains all of the attributes of a specific Redis replication group.</p>
|