@aws-sdk/client-elasticache 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElastiCacheServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +878 -4
- package/dist-cjs/protocols/Aws_query.js +821 -3133
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElastiCacheServiceException.js +12 -0
- package/dist-es/models/models_0.js +806 -1
- package/dist-es/protocols/Aws_query.js +1696 -3253
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElastiCacheServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +467 -271
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +335 -269
- package/package.json +26 -26
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
|
|
2
3
|
export var Tag;
|
|
3
4
|
(function (Tag) {
|
|
4
5
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -7,14 +8,170 @@ export var AddTagsToResourceMessage;
|
|
|
7
8
|
(function (AddTagsToResourceMessage) {
|
|
8
9
|
AddTagsToResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
10
|
})(AddTagsToResourceMessage || (AddTagsToResourceMessage = {}));
|
|
11
|
+
var CacheClusterNotFoundFault = (function (_super) {
|
|
12
|
+
__extends(CacheClusterNotFoundFault, _super);
|
|
13
|
+
function CacheClusterNotFoundFault(opts) {
|
|
14
|
+
var _this = _super.call(this, __assign({ name: "CacheClusterNotFoundFault", $fault: "client" }, opts)) || this;
|
|
15
|
+
_this.name = "CacheClusterNotFoundFault";
|
|
16
|
+
_this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(_this, CacheClusterNotFoundFault.prototype);
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
return CacheClusterNotFoundFault;
|
|
21
|
+
}(__BaseException));
|
|
22
|
+
export { CacheClusterNotFoundFault };
|
|
23
|
+
var CacheParameterGroupNotFoundFault = (function (_super) {
|
|
24
|
+
__extends(CacheParameterGroupNotFoundFault, _super);
|
|
25
|
+
function CacheParameterGroupNotFoundFault(opts) {
|
|
26
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
27
|
+
_this.name = "CacheParameterGroupNotFoundFault";
|
|
28
|
+
_this.$fault = "client";
|
|
29
|
+
Object.setPrototypeOf(_this, CacheParameterGroupNotFoundFault.prototype);
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
return CacheParameterGroupNotFoundFault;
|
|
33
|
+
}(__BaseException));
|
|
34
|
+
export { CacheParameterGroupNotFoundFault };
|
|
35
|
+
var CacheSecurityGroupNotFoundFault = (function (_super) {
|
|
36
|
+
__extends(CacheSecurityGroupNotFoundFault, _super);
|
|
37
|
+
function CacheSecurityGroupNotFoundFault(opts) {
|
|
38
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
39
|
+
_this.name = "CacheSecurityGroupNotFoundFault";
|
|
40
|
+
_this.$fault = "client";
|
|
41
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupNotFoundFault.prototype);
|
|
42
|
+
return _this;
|
|
43
|
+
}
|
|
44
|
+
return CacheSecurityGroupNotFoundFault;
|
|
45
|
+
}(__BaseException));
|
|
46
|
+
export { CacheSecurityGroupNotFoundFault };
|
|
47
|
+
var CacheSubnetGroupNotFoundFault = (function (_super) {
|
|
48
|
+
__extends(CacheSubnetGroupNotFoundFault, _super);
|
|
49
|
+
function CacheSubnetGroupNotFoundFault(opts) {
|
|
50
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
51
|
+
_this.name = "CacheSubnetGroupNotFoundFault";
|
|
52
|
+
_this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupNotFoundFault.prototype);
|
|
54
|
+
return _this;
|
|
55
|
+
}
|
|
56
|
+
return CacheSubnetGroupNotFoundFault;
|
|
57
|
+
}(__BaseException));
|
|
58
|
+
export { CacheSubnetGroupNotFoundFault };
|
|
59
|
+
var InvalidARNFault = (function (_super) {
|
|
60
|
+
__extends(InvalidARNFault, _super);
|
|
61
|
+
function InvalidARNFault(opts) {
|
|
62
|
+
var _this = _super.call(this, __assign({ name: "InvalidARNFault", $fault: "client" }, opts)) || this;
|
|
63
|
+
_this.name = "InvalidARNFault";
|
|
64
|
+
_this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(_this, InvalidARNFault.prototype);
|
|
66
|
+
return _this;
|
|
67
|
+
}
|
|
68
|
+
return InvalidARNFault;
|
|
69
|
+
}(__BaseException));
|
|
70
|
+
export { InvalidARNFault };
|
|
71
|
+
var InvalidReplicationGroupStateFault = (function (_super) {
|
|
72
|
+
__extends(InvalidReplicationGroupStateFault, _super);
|
|
73
|
+
function InvalidReplicationGroupStateFault(opts) {
|
|
74
|
+
var _this = _super.call(this, __assign({ name: "InvalidReplicationGroupStateFault", $fault: "client" }, opts)) || this;
|
|
75
|
+
_this.name = "InvalidReplicationGroupStateFault";
|
|
76
|
+
_this.$fault = "client";
|
|
77
|
+
Object.setPrototypeOf(_this, InvalidReplicationGroupStateFault.prototype);
|
|
78
|
+
return _this;
|
|
79
|
+
}
|
|
80
|
+
return InvalidReplicationGroupStateFault;
|
|
81
|
+
}(__BaseException));
|
|
82
|
+
export { InvalidReplicationGroupStateFault };
|
|
83
|
+
var ReplicationGroupNotFoundFault = (function (_super) {
|
|
84
|
+
__extends(ReplicationGroupNotFoundFault, _super);
|
|
85
|
+
function ReplicationGroupNotFoundFault(opts) {
|
|
86
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
87
|
+
_this.name = "ReplicationGroupNotFoundFault";
|
|
88
|
+
_this.$fault = "client";
|
|
89
|
+
Object.setPrototypeOf(_this, ReplicationGroupNotFoundFault.prototype);
|
|
90
|
+
return _this;
|
|
91
|
+
}
|
|
92
|
+
return ReplicationGroupNotFoundFault;
|
|
93
|
+
}(__BaseException));
|
|
94
|
+
export { ReplicationGroupNotFoundFault };
|
|
95
|
+
var ReservedCacheNodeNotFoundFault = (function (_super) {
|
|
96
|
+
__extends(ReservedCacheNodeNotFoundFault, _super);
|
|
97
|
+
function ReservedCacheNodeNotFoundFault(opts) {
|
|
98
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeNotFoundFault", $fault: "client" }, opts)) || this;
|
|
99
|
+
_this.name = "ReservedCacheNodeNotFoundFault";
|
|
100
|
+
_this.$fault = "client";
|
|
101
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeNotFoundFault.prototype);
|
|
102
|
+
return _this;
|
|
103
|
+
}
|
|
104
|
+
return ReservedCacheNodeNotFoundFault;
|
|
105
|
+
}(__BaseException));
|
|
106
|
+
export { ReservedCacheNodeNotFoundFault };
|
|
107
|
+
var SnapshotNotFoundFault = (function (_super) {
|
|
108
|
+
__extends(SnapshotNotFoundFault, _super);
|
|
109
|
+
function SnapshotNotFoundFault(opts) {
|
|
110
|
+
var _this = _super.call(this, __assign({ name: "SnapshotNotFoundFault", $fault: "client" }, opts)) || this;
|
|
111
|
+
_this.name = "SnapshotNotFoundFault";
|
|
112
|
+
_this.$fault = "client";
|
|
113
|
+
Object.setPrototypeOf(_this, SnapshotNotFoundFault.prototype);
|
|
114
|
+
return _this;
|
|
115
|
+
}
|
|
116
|
+
return SnapshotNotFoundFault;
|
|
117
|
+
}(__BaseException));
|
|
118
|
+
export { SnapshotNotFoundFault };
|
|
10
119
|
export var TagListMessage;
|
|
11
120
|
(function (TagListMessage) {
|
|
12
121
|
TagListMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
122
|
})(TagListMessage || (TagListMessage = {}));
|
|
123
|
+
var TagQuotaPerResourceExceeded = (function (_super) {
|
|
124
|
+
__extends(TagQuotaPerResourceExceeded, _super);
|
|
125
|
+
function TagQuotaPerResourceExceeded(opts) {
|
|
126
|
+
var _this = _super.call(this, __assign({ name: "TagQuotaPerResourceExceeded", $fault: "client" }, opts)) || this;
|
|
127
|
+
_this.name = "TagQuotaPerResourceExceeded";
|
|
128
|
+
_this.$fault = "client";
|
|
129
|
+
Object.setPrototypeOf(_this, TagQuotaPerResourceExceeded.prototype);
|
|
130
|
+
return _this;
|
|
131
|
+
}
|
|
132
|
+
return TagQuotaPerResourceExceeded;
|
|
133
|
+
}(__BaseException));
|
|
134
|
+
export { TagQuotaPerResourceExceeded };
|
|
135
|
+
var UserGroupNotFoundFault = (function (_super) {
|
|
136
|
+
__extends(UserGroupNotFoundFault, _super);
|
|
137
|
+
function UserGroupNotFoundFault(opts) {
|
|
138
|
+
var _this = _super.call(this, __assign({ name: "UserGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
139
|
+
_this.name = "UserGroupNotFoundFault";
|
|
140
|
+
_this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(_this, UserGroupNotFoundFault.prototype);
|
|
142
|
+
return _this;
|
|
143
|
+
}
|
|
144
|
+
return UserGroupNotFoundFault;
|
|
145
|
+
}(__BaseException));
|
|
146
|
+
export { UserGroupNotFoundFault };
|
|
147
|
+
var UserNotFoundFault = (function (_super) {
|
|
148
|
+
__extends(UserNotFoundFault, _super);
|
|
149
|
+
function UserNotFoundFault(opts) {
|
|
150
|
+
var _this = _super.call(this, __assign({ name: "UserNotFoundFault", $fault: "client" }, opts)) || this;
|
|
151
|
+
_this.name = "UserNotFoundFault";
|
|
152
|
+
_this.$fault = "client";
|
|
153
|
+
Object.setPrototypeOf(_this, UserNotFoundFault.prototype);
|
|
154
|
+
return _this;
|
|
155
|
+
}
|
|
156
|
+
return UserNotFoundFault;
|
|
157
|
+
}(__BaseException));
|
|
158
|
+
export { UserNotFoundFault };
|
|
14
159
|
export var AllowedNodeTypeModificationsMessage;
|
|
15
160
|
(function (AllowedNodeTypeModificationsMessage) {
|
|
16
161
|
AllowedNodeTypeModificationsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
162
|
})(AllowedNodeTypeModificationsMessage || (AllowedNodeTypeModificationsMessage = {}));
|
|
163
|
+
var AuthorizationAlreadyExistsFault = (function (_super) {
|
|
164
|
+
__extends(AuthorizationAlreadyExistsFault, _super);
|
|
165
|
+
function AuthorizationAlreadyExistsFault(opts) {
|
|
166
|
+
var _this = _super.call(this, __assign({ name: "AuthorizationAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
167
|
+
_this.name = "AuthorizationAlreadyExistsFault";
|
|
168
|
+
_this.$fault = "client";
|
|
169
|
+
Object.setPrototypeOf(_this, AuthorizationAlreadyExistsFault.prototype);
|
|
170
|
+
return _this;
|
|
171
|
+
}
|
|
172
|
+
return AuthorizationAlreadyExistsFault;
|
|
173
|
+
}(__BaseException));
|
|
174
|
+
export { AuthorizationAlreadyExistsFault };
|
|
18
175
|
export var AuthorizeCacheSecurityGroupIngressMessage;
|
|
19
176
|
(function (AuthorizeCacheSecurityGroupIngressMessage) {
|
|
20
177
|
AuthorizeCacheSecurityGroupIngressMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -31,10 +188,58 @@ export var AuthorizeCacheSecurityGroupIngressResult;
|
|
|
31
188
|
(function (AuthorizeCacheSecurityGroupIngressResult) {
|
|
32
189
|
AuthorizeCacheSecurityGroupIngressResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
190
|
})(AuthorizeCacheSecurityGroupIngressResult || (AuthorizeCacheSecurityGroupIngressResult = {}));
|
|
191
|
+
var InvalidCacheSecurityGroupStateFault = (function (_super) {
|
|
192
|
+
__extends(InvalidCacheSecurityGroupStateFault, _super);
|
|
193
|
+
function InvalidCacheSecurityGroupStateFault(opts) {
|
|
194
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheSecurityGroupStateFault", $fault: "client" }, opts)) || this;
|
|
195
|
+
_this.name = "InvalidCacheSecurityGroupStateFault";
|
|
196
|
+
_this.$fault = "client";
|
|
197
|
+
Object.setPrototypeOf(_this, InvalidCacheSecurityGroupStateFault.prototype);
|
|
198
|
+
return _this;
|
|
199
|
+
}
|
|
200
|
+
return InvalidCacheSecurityGroupStateFault;
|
|
201
|
+
}(__BaseException));
|
|
202
|
+
export { InvalidCacheSecurityGroupStateFault };
|
|
203
|
+
var InvalidParameterCombinationException = (function (_super) {
|
|
204
|
+
__extends(InvalidParameterCombinationException, _super);
|
|
205
|
+
function InvalidParameterCombinationException(opts) {
|
|
206
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterCombinationException", $fault: "client" }, opts)) || this;
|
|
207
|
+
_this.name = "InvalidParameterCombinationException";
|
|
208
|
+
_this.$fault = "client";
|
|
209
|
+
Object.setPrototypeOf(_this, InvalidParameterCombinationException.prototype);
|
|
210
|
+
return _this;
|
|
211
|
+
}
|
|
212
|
+
return InvalidParameterCombinationException;
|
|
213
|
+
}(__BaseException));
|
|
214
|
+
export { InvalidParameterCombinationException };
|
|
215
|
+
var InvalidParameterValueException = (function (_super) {
|
|
216
|
+
__extends(InvalidParameterValueException, _super);
|
|
217
|
+
function InvalidParameterValueException(opts) {
|
|
218
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
|
|
219
|
+
_this.name = "InvalidParameterValueException";
|
|
220
|
+
_this.$fault = "client";
|
|
221
|
+
Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
|
|
222
|
+
return _this;
|
|
223
|
+
}
|
|
224
|
+
return InvalidParameterValueException;
|
|
225
|
+
}(__BaseException));
|
|
226
|
+
export { InvalidParameterValueException };
|
|
34
227
|
export var BatchApplyUpdateActionMessage;
|
|
35
228
|
(function (BatchApplyUpdateActionMessage) {
|
|
36
229
|
BatchApplyUpdateActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
230
|
})(BatchApplyUpdateActionMessage || (BatchApplyUpdateActionMessage = {}));
|
|
231
|
+
var ServiceUpdateNotFoundFault = (function (_super) {
|
|
232
|
+
__extends(ServiceUpdateNotFoundFault, _super);
|
|
233
|
+
function ServiceUpdateNotFoundFault(opts) {
|
|
234
|
+
var _this = _super.call(this, __assign({ name: "ServiceUpdateNotFoundFault", $fault: "client" }, opts)) || this;
|
|
235
|
+
_this.name = "ServiceUpdateNotFoundFault";
|
|
236
|
+
_this.$fault = "client";
|
|
237
|
+
Object.setPrototypeOf(_this, ServiceUpdateNotFoundFault.prototype);
|
|
238
|
+
return _this;
|
|
239
|
+
}
|
|
240
|
+
return ServiceUpdateNotFoundFault;
|
|
241
|
+
}(__BaseException));
|
|
242
|
+
export { ServiceUpdateNotFoundFault };
|
|
38
243
|
export var UpdateActionStatus;
|
|
39
244
|
(function (UpdateActionStatus) {
|
|
40
245
|
UpdateActionStatus["COMPLETE"] = "complete";
|
|
@@ -172,6 +377,18 @@ export var CompleteMigrationResponse;
|
|
|
172
377
|
(function (CompleteMigrationResponse) {
|
|
173
378
|
CompleteMigrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
379
|
})(CompleteMigrationResponse || (CompleteMigrationResponse = {}));
|
|
380
|
+
var ReplicationGroupNotUnderMigrationFault = (function (_super) {
|
|
381
|
+
__extends(ReplicationGroupNotUnderMigrationFault, _super);
|
|
382
|
+
function ReplicationGroupNotUnderMigrationFault(opts) {
|
|
383
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupNotUnderMigrationFault", $fault: "client" }, opts)) || this;
|
|
384
|
+
_this.name = "ReplicationGroupNotUnderMigrationFault";
|
|
385
|
+
_this.$fault = "client";
|
|
386
|
+
Object.setPrototypeOf(_this, ReplicationGroupNotUnderMigrationFault.prototype);
|
|
387
|
+
return _this;
|
|
388
|
+
}
|
|
389
|
+
return ReplicationGroupNotUnderMigrationFault;
|
|
390
|
+
}(__BaseException));
|
|
391
|
+
export { ReplicationGroupNotUnderMigrationFault };
|
|
175
392
|
export var CopySnapshotMessage;
|
|
176
393
|
(function (CopySnapshotMessage) {
|
|
177
394
|
CopySnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -192,6 +409,66 @@ export var CopySnapshotResult;
|
|
|
192
409
|
(function (CopySnapshotResult) {
|
|
193
410
|
CopySnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
411
|
})(CopySnapshotResult || (CopySnapshotResult = {}));
|
|
412
|
+
var InvalidSnapshotStateFault = (function (_super) {
|
|
413
|
+
__extends(InvalidSnapshotStateFault, _super);
|
|
414
|
+
function InvalidSnapshotStateFault(opts) {
|
|
415
|
+
var _this = _super.call(this, __assign({ name: "InvalidSnapshotStateFault", $fault: "client" }, opts)) || this;
|
|
416
|
+
_this.name = "InvalidSnapshotStateFault";
|
|
417
|
+
_this.$fault = "client";
|
|
418
|
+
Object.setPrototypeOf(_this, InvalidSnapshotStateFault.prototype);
|
|
419
|
+
return _this;
|
|
420
|
+
}
|
|
421
|
+
return InvalidSnapshotStateFault;
|
|
422
|
+
}(__BaseException));
|
|
423
|
+
export { InvalidSnapshotStateFault };
|
|
424
|
+
var SnapshotAlreadyExistsFault = (function (_super) {
|
|
425
|
+
__extends(SnapshotAlreadyExistsFault, _super);
|
|
426
|
+
function SnapshotAlreadyExistsFault(opts) {
|
|
427
|
+
var _this = _super.call(this, __assign({ name: "SnapshotAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
428
|
+
_this.name = "SnapshotAlreadyExistsFault";
|
|
429
|
+
_this.$fault = "client";
|
|
430
|
+
Object.setPrototypeOf(_this, SnapshotAlreadyExistsFault.prototype);
|
|
431
|
+
return _this;
|
|
432
|
+
}
|
|
433
|
+
return SnapshotAlreadyExistsFault;
|
|
434
|
+
}(__BaseException));
|
|
435
|
+
export { SnapshotAlreadyExistsFault };
|
|
436
|
+
var SnapshotQuotaExceededFault = (function (_super) {
|
|
437
|
+
__extends(SnapshotQuotaExceededFault, _super);
|
|
438
|
+
function SnapshotQuotaExceededFault(opts) {
|
|
439
|
+
var _this = _super.call(this, __assign({ name: "SnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
440
|
+
_this.name = "SnapshotQuotaExceededFault";
|
|
441
|
+
_this.$fault = "client";
|
|
442
|
+
Object.setPrototypeOf(_this, SnapshotQuotaExceededFault.prototype);
|
|
443
|
+
return _this;
|
|
444
|
+
}
|
|
445
|
+
return SnapshotQuotaExceededFault;
|
|
446
|
+
}(__BaseException));
|
|
447
|
+
export { SnapshotQuotaExceededFault };
|
|
448
|
+
var CacheClusterAlreadyExistsFault = (function (_super) {
|
|
449
|
+
__extends(CacheClusterAlreadyExistsFault, _super);
|
|
450
|
+
function CacheClusterAlreadyExistsFault(opts) {
|
|
451
|
+
var _this = _super.call(this, __assign({ name: "CacheClusterAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
452
|
+
_this.name = "CacheClusterAlreadyExistsFault";
|
|
453
|
+
_this.$fault = "client";
|
|
454
|
+
Object.setPrototypeOf(_this, CacheClusterAlreadyExistsFault.prototype);
|
|
455
|
+
return _this;
|
|
456
|
+
}
|
|
457
|
+
return CacheClusterAlreadyExistsFault;
|
|
458
|
+
}(__BaseException));
|
|
459
|
+
export { CacheClusterAlreadyExistsFault };
|
|
460
|
+
var ClusterQuotaForCustomerExceededFault = (function (_super) {
|
|
461
|
+
__extends(ClusterQuotaForCustomerExceededFault, _super);
|
|
462
|
+
function ClusterQuotaForCustomerExceededFault(opts) {
|
|
463
|
+
var _this = _super.call(this, __assign({ name: "ClusterQuotaForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
464
|
+
_this.name = "ClusterQuotaForCustomerExceededFault";
|
|
465
|
+
_this.$fault = "client";
|
|
466
|
+
Object.setPrototypeOf(_this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
467
|
+
return _this;
|
|
468
|
+
}
|
|
469
|
+
return ClusterQuotaForCustomerExceededFault;
|
|
470
|
+
}(__BaseException));
|
|
471
|
+
export { ClusterQuotaForCustomerExceededFault };
|
|
195
472
|
export var AZMode;
|
|
196
473
|
(function (AZMode) {
|
|
197
474
|
AZMode["CROSS_AZ"] = "cross-az";
|
|
@@ -242,6 +519,78 @@ export var CreateCacheClusterResult;
|
|
|
242
519
|
(function (CreateCacheClusterResult) {
|
|
243
520
|
CreateCacheClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
521
|
})(CreateCacheClusterResult || (CreateCacheClusterResult = {}));
|
|
522
|
+
var InsufficientCacheClusterCapacityFault = (function (_super) {
|
|
523
|
+
__extends(InsufficientCacheClusterCapacityFault, _super);
|
|
524
|
+
function InsufficientCacheClusterCapacityFault(opts) {
|
|
525
|
+
var _this = _super.call(this, __assign({ name: "InsufficientCacheClusterCapacityFault", $fault: "client" }, opts)) || this;
|
|
526
|
+
_this.name = "InsufficientCacheClusterCapacityFault";
|
|
527
|
+
_this.$fault = "client";
|
|
528
|
+
Object.setPrototypeOf(_this, InsufficientCacheClusterCapacityFault.prototype);
|
|
529
|
+
return _this;
|
|
530
|
+
}
|
|
531
|
+
return InsufficientCacheClusterCapacityFault;
|
|
532
|
+
}(__BaseException));
|
|
533
|
+
export { InsufficientCacheClusterCapacityFault };
|
|
534
|
+
var InvalidVPCNetworkStateFault = (function (_super) {
|
|
535
|
+
__extends(InvalidVPCNetworkStateFault, _super);
|
|
536
|
+
function InvalidVPCNetworkStateFault(opts) {
|
|
537
|
+
var _this = _super.call(this, __assign({ name: "InvalidVPCNetworkStateFault", $fault: "client" }, opts)) || this;
|
|
538
|
+
_this.name = "InvalidVPCNetworkStateFault";
|
|
539
|
+
_this.$fault = "client";
|
|
540
|
+
Object.setPrototypeOf(_this, InvalidVPCNetworkStateFault.prototype);
|
|
541
|
+
return _this;
|
|
542
|
+
}
|
|
543
|
+
return InvalidVPCNetworkStateFault;
|
|
544
|
+
}(__BaseException));
|
|
545
|
+
export { InvalidVPCNetworkStateFault };
|
|
546
|
+
var NodeQuotaForClusterExceededFault = (function (_super) {
|
|
547
|
+
__extends(NodeQuotaForClusterExceededFault, _super);
|
|
548
|
+
function NodeQuotaForClusterExceededFault(opts) {
|
|
549
|
+
var _this = _super.call(this, __assign({ name: "NodeQuotaForClusterExceededFault", $fault: "client" }, opts)) || this;
|
|
550
|
+
_this.name = "NodeQuotaForClusterExceededFault";
|
|
551
|
+
_this.$fault = "client";
|
|
552
|
+
Object.setPrototypeOf(_this, NodeQuotaForClusterExceededFault.prototype);
|
|
553
|
+
return _this;
|
|
554
|
+
}
|
|
555
|
+
return NodeQuotaForClusterExceededFault;
|
|
556
|
+
}(__BaseException));
|
|
557
|
+
export { NodeQuotaForClusterExceededFault };
|
|
558
|
+
var NodeQuotaForCustomerExceededFault = (function (_super) {
|
|
559
|
+
__extends(NodeQuotaForCustomerExceededFault, _super);
|
|
560
|
+
function NodeQuotaForCustomerExceededFault(opts) {
|
|
561
|
+
var _this = _super.call(this, __assign({ name: "NodeQuotaForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
562
|
+
_this.name = "NodeQuotaForCustomerExceededFault";
|
|
563
|
+
_this.$fault = "client";
|
|
564
|
+
Object.setPrototypeOf(_this, NodeQuotaForCustomerExceededFault.prototype);
|
|
565
|
+
return _this;
|
|
566
|
+
}
|
|
567
|
+
return NodeQuotaForCustomerExceededFault;
|
|
568
|
+
}(__BaseException));
|
|
569
|
+
export { NodeQuotaForCustomerExceededFault };
|
|
570
|
+
var CacheParameterGroupAlreadyExistsFault = (function (_super) {
|
|
571
|
+
__extends(CacheParameterGroupAlreadyExistsFault, _super);
|
|
572
|
+
function CacheParameterGroupAlreadyExistsFault(opts) {
|
|
573
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
574
|
+
_this.name = "CacheParameterGroupAlreadyExistsFault";
|
|
575
|
+
_this.$fault = "client";
|
|
576
|
+
Object.setPrototypeOf(_this, CacheParameterGroupAlreadyExistsFault.prototype);
|
|
577
|
+
return _this;
|
|
578
|
+
}
|
|
579
|
+
return CacheParameterGroupAlreadyExistsFault;
|
|
580
|
+
}(__BaseException));
|
|
581
|
+
export { CacheParameterGroupAlreadyExistsFault };
|
|
582
|
+
var CacheParameterGroupQuotaExceededFault = (function (_super) {
|
|
583
|
+
__extends(CacheParameterGroupQuotaExceededFault, _super);
|
|
584
|
+
function CacheParameterGroupQuotaExceededFault(opts) {
|
|
585
|
+
var _this = _super.call(this, __assign({ name: "CacheParameterGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
586
|
+
_this.name = "CacheParameterGroupQuotaExceededFault";
|
|
587
|
+
_this.$fault = "client";
|
|
588
|
+
Object.setPrototypeOf(_this, CacheParameterGroupQuotaExceededFault.prototype);
|
|
589
|
+
return _this;
|
|
590
|
+
}
|
|
591
|
+
return CacheParameterGroupQuotaExceededFault;
|
|
592
|
+
}(__BaseException));
|
|
593
|
+
export { CacheParameterGroupQuotaExceededFault };
|
|
245
594
|
export var CreateCacheParameterGroupMessage;
|
|
246
595
|
(function (CreateCacheParameterGroupMessage) {
|
|
247
596
|
CreateCacheParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -254,6 +603,42 @@ export var CreateCacheParameterGroupResult;
|
|
|
254
603
|
(function (CreateCacheParameterGroupResult) {
|
|
255
604
|
CreateCacheParameterGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
605
|
})(CreateCacheParameterGroupResult || (CreateCacheParameterGroupResult = {}));
|
|
606
|
+
var InvalidCacheParameterGroupStateFault = (function (_super) {
|
|
607
|
+
__extends(InvalidCacheParameterGroupStateFault, _super);
|
|
608
|
+
function InvalidCacheParameterGroupStateFault(opts) {
|
|
609
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheParameterGroupStateFault", $fault: "client" }, opts)) || this;
|
|
610
|
+
_this.name = "InvalidCacheParameterGroupStateFault";
|
|
611
|
+
_this.$fault = "client";
|
|
612
|
+
Object.setPrototypeOf(_this, InvalidCacheParameterGroupStateFault.prototype);
|
|
613
|
+
return _this;
|
|
614
|
+
}
|
|
615
|
+
return InvalidCacheParameterGroupStateFault;
|
|
616
|
+
}(__BaseException));
|
|
617
|
+
export { InvalidCacheParameterGroupStateFault };
|
|
618
|
+
var CacheSecurityGroupAlreadyExistsFault = (function (_super) {
|
|
619
|
+
__extends(CacheSecurityGroupAlreadyExistsFault, _super);
|
|
620
|
+
function CacheSecurityGroupAlreadyExistsFault(opts) {
|
|
621
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
622
|
+
_this.name = "CacheSecurityGroupAlreadyExistsFault";
|
|
623
|
+
_this.$fault = "client";
|
|
624
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupAlreadyExistsFault.prototype);
|
|
625
|
+
return _this;
|
|
626
|
+
}
|
|
627
|
+
return CacheSecurityGroupAlreadyExistsFault;
|
|
628
|
+
}(__BaseException));
|
|
629
|
+
export { CacheSecurityGroupAlreadyExistsFault };
|
|
630
|
+
var CacheSecurityGroupQuotaExceededFault = (function (_super) {
|
|
631
|
+
__extends(CacheSecurityGroupQuotaExceededFault, _super);
|
|
632
|
+
function CacheSecurityGroupQuotaExceededFault(opts) {
|
|
633
|
+
var _this = _super.call(this, __assign({ name: "CacheSecurityGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
634
|
+
_this.name = "CacheSecurityGroupQuotaExceededFault";
|
|
635
|
+
_this.$fault = "client";
|
|
636
|
+
Object.setPrototypeOf(_this, CacheSecurityGroupQuotaExceededFault.prototype);
|
|
637
|
+
return _this;
|
|
638
|
+
}
|
|
639
|
+
return CacheSecurityGroupQuotaExceededFault;
|
|
640
|
+
}(__BaseException));
|
|
641
|
+
export { CacheSecurityGroupQuotaExceededFault };
|
|
257
642
|
export var CreateCacheSecurityGroupMessage;
|
|
258
643
|
(function (CreateCacheSecurityGroupMessage) {
|
|
259
644
|
CreateCacheSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -262,6 +647,42 @@ export var CreateCacheSecurityGroupResult;
|
|
|
262
647
|
(function (CreateCacheSecurityGroupResult) {
|
|
263
648
|
CreateCacheSecurityGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
649
|
})(CreateCacheSecurityGroupResult || (CreateCacheSecurityGroupResult = {}));
|
|
650
|
+
var CacheSubnetGroupAlreadyExistsFault = (function (_super) {
|
|
651
|
+
__extends(CacheSubnetGroupAlreadyExistsFault, _super);
|
|
652
|
+
function CacheSubnetGroupAlreadyExistsFault(opts) {
|
|
653
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
654
|
+
_this.name = "CacheSubnetGroupAlreadyExistsFault";
|
|
655
|
+
_this.$fault = "client";
|
|
656
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupAlreadyExistsFault.prototype);
|
|
657
|
+
return _this;
|
|
658
|
+
}
|
|
659
|
+
return CacheSubnetGroupAlreadyExistsFault;
|
|
660
|
+
}(__BaseException));
|
|
661
|
+
export { CacheSubnetGroupAlreadyExistsFault };
|
|
662
|
+
var CacheSubnetGroupQuotaExceededFault = (function (_super) {
|
|
663
|
+
__extends(CacheSubnetGroupQuotaExceededFault, _super);
|
|
664
|
+
function CacheSubnetGroupQuotaExceededFault(opts) {
|
|
665
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
666
|
+
_this.name = "CacheSubnetGroupQuotaExceededFault";
|
|
667
|
+
_this.$fault = "client";
|
|
668
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupQuotaExceededFault.prototype);
|
|
669
|
+
return _this;
|
|
670
|
+
}
|
|
671
|
+
return CacheSubnetGroupQuotaExceededFault;
|
|
672
|
+
}(__BaseException));
|
|
673
|
+
export { CacheSubnetGroupQuotaExceededFault };
|
|
674
|
+
var CacheSubnetQuotaExceededFault = (function (_super) {
|
|
675
|
+
__extends(CacheSubnetQuotaExceededFault, _super);
|
|
676
|
+
function CacheSubnetQuotaExceededFault(opts) {
|
|
677
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
678
|
+
_this.name = "CacheSubnetQuotaExceededFault";
|
|
679
|
+
_this.$fault = "client";
|
|
680
|
+
Object.setPrototypeOf(_this, CacheSubnetQuotaExceededFault.prototype);
|
|
681
|
+
return _this;
|
|
682
|
+
}
|
|
683
|
+
return CacheSubnetQuotaExceededFault;
|
|
684
|
+
}(__BaseException));
|
|
685
|
+
export { CacheSubnetQuotaExceededFault };
|
|
265
686
|
export var CreateCacheSubnetGroupMessage;
|
|
266
687
|
(function (CreateCacheSubnetGroupMessage) {
|
|
267
688
|
CreateCacheSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -286,6 +707,30 @@ export var CreateCacheSubnetGroupResult;
|
|
|
286
707
|
(function (CreateCacheSubnetGroupResult) {
|
|
287
708
|
CreateCacheSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
709
|
})(CreateCacheSubnetGroupResult || (CreateCacheSubnetGroupResult = {}));
|
|
710
|
+
var InvalidSubnet = (function (_super) {
|
|
711
|
+
__extends(InvalidSubnet, _super);
|
|
712
|
+
function InvalidSubnet(opts) {
|
|
713
|
+
var _this = _super.call(this, __assign({ name: "InvalidSubnet", $fault: "client" }, opts)) || this;
|
|
714
|
+
_this.name = "InvalidSubnet";
|
|
715
|
+
_this.$fault = "client";
|
|
716
|
+
Object.setPrototypeOf(_this, InvalidSubnet.prototype);
|
|
717
|
+
return _this;
|
|
718
|
+
}
|
|
719
|
+
return InvalidSubnet;
|
|
720
|
+
}(__BaseException));
|
|
721
|
+
export { InvalidSubnet };
|
|
722
|
+
var SubnetNotAllowedFault = (function (_super) {
|
|
723
|
+
__extends(SubnetNotAllowedFault, _super);
|
|
724
|
+
function SubnetNotAllowedFault(opts) {
|
|
725
|
+
var _this = _super.call(this, __assign({ name: "SubnetNotAllowedFault", $fault: "client" }, opts)) || this;
|
|
726
|
+
_this.name = "SubnetNotAllowedFault";
|
|
727
|
+
_this.$fault = "client";
|
|
728
|
+
Object.setPrototypeOf(_this, SubnetNotAllowedFault.prototype);
|
|
729
|
+
return _this;
|
|
730
|
+
}
|
|
731
|
+
return SubnetNotAllowedFault;
|
|
732
|
+
}(__BaseException));
|
|
733
|
+
export { SubnetNotAllowedFault };
|
|
289
734
|
export var CreateGlobalReplicationGroupMessage;
|
|
290
735
|
(function (CreateGlobalReplicationGroupMessage) {
|
|
291
736
|
CreateGlobalReplicationGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -306,6 +751,30 @@ export var CreateGlobalReplicationGroupResult;
|
|
|
306
751
|
(function (CreateGlobalReplicationGroupResult) {
|
|
307
752
|
CreateGlobalReplicationGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
753
|
})(CreateGlobalReplicationGroupResult || (CreateGlobalReplicationGroupResult = {}));
|
|
754
|
+
var GlobalReplicationGroupAlreadyExistsFault = (function (_super) {
|
|
755
|
+
__extends(GlobalReplicationGroupAlreadyExistsFault, _super);
|
|
756
|
+
function GlobalReplicationGroupAlreadyExistsFault(opts) {
|
|
757
|
+
var _this = _super.call(this, __assign({ name: "GlobalReplicationGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
758
|
+
_this.name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
759
|
+
_this.$fault = "client";
|
|
760
|
+
Object.setPrototypeOf(_this, GlobalReplicationGroupAlreadyExistsFault.prototype);
|
|
761
|
+
return _this;
|
|
762
|
+
}
|
|
763
|
+
return GlobalReplicationGroupAlreadyExistsFault;
|
|
764
|
+
}(__BaseException));
|
|
765
|
+
export { GlobalReplicationGroupAlreadyExistsFault };
|
|
766
|
+
var ServiceLinkedRoleNotFoundFault = (function (_super) {
|
|
767
|
+
__extends(ServiceLinkedRoleNotFoundFault, _super);
|
|
768
|
+
function ServiceLinkedRoleNotFoundFault(opts) {
|
|
769
|
+
var _this = _super.call(this, __assign({ name: "ServiceLinkedRoleNotFoundFault", $fault: "client" }, opts)) || this;
|
|
770
|
+
_this.name = "ServiceLinkedRoleNotFoundFault";
|
|
771
|
+
_this.$fault = "client";
|
|
772
|
+
Object.setPrototypeOf(_this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
773
|
+
return _this;
|
|
774
|
+
}
|
|
775
|
+
return ServiceLinkedRoleNotFoundFault;
|
|
776
|
+
}(__BaseException));
|
|
777
|
+
export { ServiceLinkedRoleNotFoundFault };
|
|
309
778
|
export var CreateReplicationGroupMessage;
|
|
310
779
|
(function (CreateReplicationGroupMessage) {
|
|
311
780
|
CreateReplicationGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -314,6 +783,78 @@ export var CreateReplicationGroupResult;
|
|
|
314
783
|
(function (CreateReplicationGroupResult) {
|
|
315
784
|
CreateReplicationGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
785
|
})(CreateReplicationGroupResult || (CreateReplicationGroupResult = {}));
|
|
786
|
+
var GlobalReplicationGroupNotFoundFault = (function (_super) {
|
|
787
|
+
__extends(GlobalReplicationGroupNotFoundFault, _super);
|
|
788
|
+
function GlobalReplicationGroupNotFoundFault(opts) {
|
|
789
|
+
var _this = _super.call(this, __assign({ name: "GlobalReplicationGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
790
|
+
_this.name = "GlobalReplicationGroupNotFoundFault";
|
|
791
|
+
_this.$fault = "client";
|
|
792
|
+
Object.setPrototypeOf(_this, GlobalReplicationGroupNotFoundFault.prototype);
|
|
793
|
+
return _this;
|
|
794
|
+
}
|
|
795
|
+
return GlobalReplicationGroupNotFoundFault;
|
|
796
|
+
}(__BaseException));
|
|
797
|
+
export { GlobalReplicationGroupNotFoundFault };
|
|
798
|
+
var InvalidCacheClusterStateFault = (function (_super) {
|
|
799
|
+
__extends(InvalidCacheClusterStateFault, _super);
|
|
800
|
+
function InvalidCacheClusterStateFault(opts) {
|
|
801
|
+
var _this = _super.call(this, __assign({ name: "InvalidCacheClusterStateFault", $fault: "client" }, opts)) || this;
|
|
802
|
+
_this.name = "InvalidCacheClusterStateFault";
|
|
803
|
+
_this.$fault = "client";
|
|
804
|
+
Object.setPrototypeOf(_this, InvalidCacheClusterStateFault.prototype);
|
|
805
|
+
return _this;
|
|
806
|
+
}
|
|
807
|
+
return InvalidCacheClusterStateFault;
|
|
808
|
+
}(__BaseException));
|
|
809
|
+
export { InvalidCacheClusterStateFault };
|
|
810
|
+
var InvalidGlobalReplicationGroupStateFault = (function (_super) {
|
|
811
|
+
__extends(InvalidGlobalReplicationGroupStateFault, _super);
|
|
812
|
+
function InvalidGlobalReplicationGroupStateFault(opts) {
|
|
813
|
+
var _this = _super.call(this, __assign({ name: "InvalidGlobalReplicationGroupStateFault", $fault: "client" }, opts)) || this;
|
|
814
|
+
_this.name = "InvalidGlobalReplicationGroupStateFault";
|
|
815
|
+
_this.$fault = "client";
|
|
816
|
+
Object.setPrototypeOf(_this, InvalidGlobalReplicationGroupStateFault.prototype);
|
|
817
|
+
return _this;
|
|
818
|
+
}
|
|
819
|
+
return InvalidGlobalReplicationGroupStateFault;
|
|
820
|
+
}(__BaseException));
|
|
821
|
+
export { InvalidGlobalReplicationGroupStateFault };
|
|
822
|
+
var InvalidUserGroupStateFault = (function (_super) {
|
|
823
|
+
__extends(InvalidUserGroupStateFault, _super);
|
|
824
|
+
function InvalidUserGroupStateFault(opts) {
|
|
825
|
+
var _this = _super.call(this, __assign({ name: "InvalidUserGroupStateFault", $fault: "client" }, opts)) || this;
|
|
826
|
+
_this.name = "InvalidUserGroupStateFault";
|
|
827
|
+
_this.$fault = "client";
|
|
828
|
+
Object.setPrototypeOf(_this, InvalidUserGroupStateFault.prototype);
|
|
829
|
+
return _this;
|
|
830
|
+
}
|
|
831
|
+
return InvalidUserGroupStateFault;
|
|
832
|
+
}(__BaseException));
|
|
833
|
+
export { InvalidUserGroupStateFault };
|
|
834
|
+
var NodeGroupsPerReplicationGroupQuotaExceededFault = (function (_super) {
|
|
835
|
+
__extends(NodeGroupsPerReplicationGroupQuotaExceededFault, _super);
|
|
836
|
+
function NodeGroupsPerReplicationGroupQuotaExceededFault(opts) {
|
|
837
|
+
var _this = _super.call(this, __assign({ name: "NodeGroupsPerReplicationGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
838
|
+
_this.name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
839
|
+
_this.$fault = "client";
|
|
840
|
+
Object.setPrototypeOf(_this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
|
|
841
|
+
return _this;
|
|
842
|
+
}
|
|
843
|
+
return NodeGroupsPerReplicationGroupQuotaExceededFault;
|
|
844
|
+
}(__BaseException));
|
|
845
|
+
export { NodeGroupsPerReplicationGroupQuotaExceededFault };
|
|
846
|
+
var ReplicationGroupAlreadyExistsFault = (function (_super) {
|
|
847
|
+
__extends(ReplicationGroupAlreadyExistsFault, _super);
|
|
848
|
+
function ReplicationGroupAlreadyExistsFault(opts) {
|
|
849
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
850
|
+
_this.name = "ReplicationGroupAlreadyExistsFault";
|
|
851
|
+
_this.$fault = "client";
|
|
852
|
+
Object.setPrototypeOf(_this, ReplicationGroupAlreadyExistsFault.prototype);
|
|
853
|
+
return _this;
|
|
854
|
+
}
|
|
855
|
+
return ReplicationGroupAlreadyExistsFault;
|
|
856
|
+
}(__BaseException));
|
|
857
|
+
export { ReplicationGroupAlreadyExistsFault };
|
|
317
858
|
export var CreateSnapshotMessage;
|
|
318
859
|
(function (CreateSnapshotMessage) {
|
|
319
860
|
CreateSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -322,10 +863,34 @@ export var CreateSnapshotResult;
|
|
|
322
863
|
(function (CreateSnapshotResult) {
|
|
323
864
|
CreateSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
865
|
})(CreateSnapshotResult || (CreateSnapshotResult = {}));
|
|
866
|
+
var SnapshotFeatureNotSupportedFault = (function (_super) {
|
|
867
|
+
__extends(SnapshotFeatureNotSupportedFault, _super);
|
|
868
|
+
function SnapshotFeatureNotSupportedFault(opts) {
|
|
869
|
+
var _this = _super.call(this, __assign({ name: "SnapshotFeatureNotSupportedFault", $fault: "client" }, opts)) || this;
|
|
870
|
+
_this.name = "SnapshotFeatureNotSupportedFault";
|
|
871
|
+
_this.$fault = "client";
|
|
872
|
+
Object.setPrototypeOf(_this, SnapshotFeatureNotSupportedFault.prototype);
|
|
873
|
+
return _this;
|
|
874
|
+
}
|
|
875
|
+
return SnapshotFeatureNotSupportedFault;
|
|
876
|
+
}(__BaseException));
|
|
877
|
+
export { SnapshotFeatureNotSupportedFault };
|
|
325
878
|
export var CreateUserMessage;
|
|
326
879
|
(function (CreateUserMessage) {
|
|
327
880
|
CreateUserMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
881
|
})(CreateUserMessage || (CreateUserMessage = {}));
|
|
882
|
+
var DuplicateUserNameFault = (function (_super) {
|
|
883
|
+
__extends(DuplicateUserNameFault, _super);
|
|
884
|
+
function DuplicateUserNameFault(opts) {
|
|
885
|
+
var _this = _super.call(this, __assign({ name: "DuplicateUserNameFault", $fault: "client" }, opts)) || this;
|
|
886
|
+
_this.name = "DuplicateUserNameFault";
|
|
887
|
+
_this.$fault = "client";
|
|
888
|
+
Object.setPrototypeOf(_this, DuplicateUserNameFault.prototype);
|
|
889
|
+
return _this;
|
|
890
|
+
}
|
|
891
|
+
return DuplicateUserNameFault;
|
|
892
|
+
}(__BaseException));
|
|
893
|
+
export { DuplicateUserNameFault };
|
|
329
894
|
export var AuthenticationType;
|
|
330
895
|
(function (AuthenticationType) {
|
|
331
896
|
AuthenticationType["NO_PASSWORD"] = "no-password";
|
|
@@ -339,10 +904,46 @@ export var User;
|
|
|
339
904
|
(function (User) {
|
|
340
905
|
User.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
906
|
})(User || (User = {}));
|
|
907
|
+
var UserAlreadyExistsFault = (function (_super) {
|
|
908
|
+
__extends(UserAlreadyExistsFault, _super);
|
|
909
|
+
function UserAlreadyExistsFault(opts) {
|
|
910
|
+
var _this = _super.call(this, __assign({ name: "UserAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
911
|
+
_this.name = "UserAlreadyExistsFault";
|
|
912
|
+
_this.$fault = "client";
|
|
913
|
+
Object.setPrototypeOf(_this, UserAlreadyExistsFault.prototype);
|
|
914
|
+
return _this;
|
|
915
|
+
}
|
|
916
|
+
return UserAlreadyExistsFault;
|
|
917
|
+
}(__BaseException));
|
|
918
|
+
export { UserAlreadyExistsFault };
|
|
919
|
+
var UserQuotaExceededFault = (function (_super) {
|
|
920
|
+
__extends(UserQuotaExceededFault, _super);
|
|
921
|
+
function UserQuotaExceededFault(opts) {
|
|
922
|
+
var _this = _super.call(this, __assign({ name: "UserQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
923
|
+
_this.name = "UserQuotaExceededFault";
|
|
924
|
+
_this.$fault = "client";
|
|
925
|
+
Object.setPrototypeOf(_this, UserQuotaExceededFault.prototype);
|
|
926
|
+
return _this;
|
|
927
|
+
}
|
|
928
|
+
return UserQuotaExceededFault;
|
|
929
|
+
}(__BaseException));
|
|
930
|
+
export { UserQuotaExceededFault };
|
|
342
931
|
export var CreateUserGroupMessage;
|
|
343
932
|
(function (CreateUserGroupMessage) {
|
|
344
933
|
CreateUserGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
934
|
})(CreateUserGroupMessage || (CreateUserGroupMessage = {}));
|
|
935
|
+
var DefaultUserRequired = (function (_super) {
|
|
936
|
+
__extends(DefaultUserRequired, _super);
|
|
937
|
+
function DefaultUserRequired(opts) {
|
|
938
|
+
var _this = _super.call(this, __assign({ name: "DefaultUserRequired", $fault: "client" }, opts)) || this;
|
|
939
|
+
_this.name = "DefaultUserRequired";
|
|
940
|
+
_this.$fault = "client";
|
|
941
|
+
Object.setPrototypeOf(_this, DefaultUserRequired.prototype);
|
|
942
|
+
return _this;
|
|
943
|
+
}
|
|
944
|
+
return DefaultUserRequired;
|
|
945
|
+
}(__BaseException));
|
|
946
|
+
export { DefaultUserRequired };
|
|
346
947
|
export var UserGroupPendingChanges;
|
|
347
948
|
(function (UserGroupPendingChanges) {
|
|
348
949
|
UserGroupPendingChanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -351,6 +952,30 @@ export var UserGroup;
|
|
|
351
952
|
(function (UserGroup) {
|
|
352
953
|
UserGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
954
|
})(UserGroup || (UserGroup = {}));
|
|
955
|
+
var UserGroupAlreadyExistsFault = (function (_super) {
|
|
956
|
+
__extends(UserGroupAlreadyExistsFault, _super);
|
|
957
|
+
function UserGroupAlreadyExistsFault(opts) {
|
|
958
|
+
var _this = _super.call(this, __assign({ name: "UserGroupAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
959
|
+
_this.name = "UserGroupAlreadyExistsFault";
|
|
960
|
+
_this.$fault = "client";
|
|
961
|
+
Object.setPrototypeOf(_this, UserGroupAlreadyExistsFault.prototype);
|
|
962
|
+
return _this;
|
|
963
|
+
}
|
|
964
|
+
return UserGroupAlreadyExistsFault;
|
|
965
|
+
}(__BaseException));
|
|
966
|
+
export { UserGroupAlreadyExistsFault };
|
|
967
|
+
var UserGroupQuotaExceededFault = (function (_super) {
|
|
968
|
+
__extends(UserGroupQuotaExceededFault, _super);
|
|
969
|
+
function UserGroupQuotaExceededFault(opts) {
|
|
970
|
+
var _this = _super.call(this, __assign({ name: "UserGroupQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
971
|
+
_this.name = "UserGroupQuotaExceededFault";
|
|
972
|
+
_this.$fault = "client";
|
|
973
|
+
Object.setPrototypeOf(_this, UserGroupQuotaExceededFault.prototype);
|
|
974
|
+
return _this;
|
|
975
|
+
}
|
|
976
|
+
return UserGroupQuotaExceededFault;
|
|
977
|
+
}(__BaseException));
|
|
978
|
+
export { UserGroupQuotaExceededFault };
|
|
354
979
|
export var DecreaseNodeGroupsInGlobalReplicationGroupMessage;
|
|
355
980
|
(function (DecreaseNodeGroupsInGlobalReplicationGroupMessage) {
|
|
356
981
|
DecreaseNodeGroupsInGlobalReplicationGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -371,6 +996,18 @@ export var DecreaseReplicaCountResult;
|
|
|
371
996
|
(function (DecreaseReplicaCountResult) {
|
|
372
997
|
DecreaseReplicaCountResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
998
|
})(DecreaseReplicaCountResult || (DecreaseReplicaCountResult = {}));
|
|
999
|
+
var NoOperationFault = (function (_super) {
|
|
1000
|
+
__extends(NoOperationFault, _super);
|
|
1001
|
+
function NoOperationFault(opts) {
|
|
1002
|
+
var _this = _super.call(this, __assign({ name: "NoOperationFault", $fault: "client" }, opts)) || this;
|
|
1003
|
+
_this.name = "NoOperationFault";
|
|
1004
|
+
_this.$fault = "client";
|
|
1005
|
+
Object.setPrototypeOf(_this, NoOperationFault.prototype);
|
|
1006
|
+
return _this;
|
|
1007
|
+
}
|
|
1008
|
+
return NoOperationFault;
|
|
1009
|
+
}(__BaseException));
|
|
1010
|
+
export { NoOperationFault };
|
|
374
1011
|
export var DeleteCacheClusterMessage;
|
|
375
1012
|
(function (DeleteCacheClusterMessage) {
|
|
376
1013
|
DeleteCacheClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -387,6 +1024,18 @@ export var DeleteCacheSecurityGroupMessage;
|
|
|
387
1024
|
(function (DeleteCacheSecurityGroupMessage) {
|
|
388
1025
|
DeleteCacheSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
1026
|
})(DeleteCacheSecurityGroupMessage || (DeleteCacheSecurityGroupMessage = {}));
|
|
1027
|
+
var CacheSubnetGroupInUse = (function (_super) {
|
|
1028
|
+
__extends(CacheSubnetGroupInUse, _super);
|
|
1029
|
+
function CacheSubnetGroupInUse(opts) {
|
|
1030
|
+
var _this = _super.call(this, __assign({ name: "CacheSubnetGroupInUse", $fault: "client" }, opts)) || this;
|
|
1031
|
+
_this.name = "CacheSubnetGroupInUse";
|
|
1032
|
+
_this.$fault = "client";
|
|
1033
|
+
Object.setPrototypeOf(_this, CacheSubnetGroupInUse.prototype);
|
|
1034
|
+
return _this;
|
|
1035
|
+
}
|
|
1036
|
+
return CacheSubnetGroupInUse;
|
|
1037
|
+
}(__BaseException));
|
|
1038
|
+
export { CacheSubnetGroupInUse };
|
|
390
1039
|
export var DeleteCacheSubnetGroupMessage;
|
|
391
1040
|
(function (DeleteCacheSubnetGroupMessage) {
|
|
392
1041
|
DeleteCacheSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -415,10 +1064,34 @@ export var DeleteSnapshotResult;
|
|
|
415
1064
|
(function (DeleteSnapshotResult) {
|
|
416
1065
|
DeleteSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
1066
|
})(DeleteSnapshotResult || (DeleteSnapshotResult = {}));
|
|
1067
|
+
var DefaultUserAssociatedToUserGroupFault = (function (_super) {
|
|
1068
|
+
__extends(DefaultUserAssociatedToUserGroupFault, _super);
|
|
1069
|
+
function DefaultUserAssociatedToUserGroupFault(opts) {
|
|
1070
|
+
var _this = _super.call(this, __assign({ name: "DefaultUserAssociatedToUserGroupFault", $fault: "client" }, opts)) || this;
|
|
1071
|
+
_this.name = "DefaultUserAssociatedToUserGroupFault";
|
|
1072
|
+
_this.$fault = "client";
|
|
1073
|
+
Object.setPrototypeOf(_this, DefaultUserAssociatedToUserGroupFault.prototype);
|
|
1074
|
+
return _this;
|
|
1075
|
+
}
|
|
1076
|
+
return DefaultUserAssociatedToUserGroupFault;
|
|
1077
|
+
}(__BaseException));
|
|
1078
|
+
export { DefaultUserAssociatedToUserGroupFault };
|
|
418
1079
|
export var DeleteUserMessage;
|
|
419
1080
|
(function (DeleteUserMessage) {
|
|
420
1081
|
DeleteUserMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
1082
|
})(DeleteUserMessage || (DeleteUserMessage = {}));
|
|
1083
|
+
var InvalidUserStateFault = (function (_super) {
|
|
1084
|
+
__extends(InvalidUserStateFault, _super);
|
|
1085
|
+
function InvalidUserStateFault(opts) {
|
|
1086
|
+
var _this = _super.call(this, __assign({ name: "InvalidUserStateFault", $fault: "client" }, opts)) || this;
|
|
1087
|
+
_this.name = "InvalidUserStateFault";
|
|
1088
|
+
_this.$fault = "client";
|
|
1089
|
+
Object.setPrototypeOf(_this, InvalidUserStateFault.prototype);
|
|
1090
|
+
return _this;
|
|
1091
|
+
}
|
|
1092
|
+
return InvalidUserStateFault;
|
|
1093
|
+
}(__BaseException));
|
|
1094
|
+
export { InvalidUserStateFault };
|
|
422
1095
|
export var DeleteUserGroupMessage;
|
|
423
1096
|
(function (DeleteUserGroupMessage) {
|
|
424
1097
|
DeleteUserGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -555,6 +1228,18 @@ export var ReservedCacheNodesOfferingMessage;
|
|
|
555
1228
|
(function (ReservedCacheNodesOfferingMessage) {
|
|
556
1229
|
ReservedCacheNodesOfferingMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
1230
|
})(ReservedCacheNodesOfferingMessage || (ReservedCacheNodesOfferingMessage = {}));
|
|
1231
|
+
var ReservedCacheNodesOfferingNotFoundFault = (function (_super) {
|
|
1232
|
+
__extends(ReservedCacheNodesOfferingNotFoundFault, _super);
|
|
1233
|
+
function ReservedCacheNodesOfferingNotFoundFault(opts) {
|
|
1234
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodesOfferingNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1235
|
+
_this.name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
1236
|
+
_this.$fault = "client";
|
|
1237
|
+
Object.setPrototypeOf(_this, ReservedCacheNodesOfferingNotFoundFault.prototype);
|
|
1238
|
+
return _this;
|
|
1239
|
+
}
|
|
1240
|
+
return ReservedCacheNodesOfferingNotFoundFault;
|
|
1241
|
+
}(__BaseException));
|
|
1242
|
+
export { ReservedCacheNodesOfferingNotFoundFault };
|
|
558
1243
|
export var ServiceUpdateStatus;
|
|
559
1244
|
(function (ServiceUpdateStatus) {
|
|
560
1245
|
ServiceUpdateStatus["AVAILABLE"] = "available";
|
|
@@ -700,6 +1385,18 @@ export var IncreaseReplicaCountResult;
|
|
|
700
1385
|
(function (IncreaseReplicaCountResult) {
|
|
701
1386
|
IncreaseReplicaCountResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
1387
|
})(IncreaseReplicaCountResult || (IncreaseReplicaCountResult = {}));
|
|
1388
|
+
var InvalidKMSKeyFault = (function (_super) {
|
|
1389
|
+
__extends(InvalidKMSKeyFault, _super);
|
|
1390
|
+
function InvalidKMSKeyFault(opts) {
|
|
1391
|
+
var _this = _super.call(this, __assign({ name: "InvalidKMSKeyFault", $fault: "client" }, opts)) || this;
|
|
1392
|
+
_this.name = "InvalidKMSKeyFault";
|
|
1393
|
+
_this.$fault = "client";
|
|
1394
|
+
Object.setPrototypeOf(_this, InvalidKMSKeyFault.prototype);
|
|
1395
|
+
return _this;
|
|
1396
|
+
}
|
|
1397
|
+
return InvalidKMSKeyFault;
|
|
1398
|
+
}(__BaseException));
|
|
1399
|
+
export { InvalidKMSKeyFault };
|
|
703
1400
|
export var ListAllowedNodeTypeModificationsMessage;
|
|
704
1401
|
(function (ListAllowedNodeTypeModificationsMessage) {
|
|
705
1402
|
ListAllowedNodeTypeModificationsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -736,6 +1433,18 @@ export var ModifyCacheSubnetGroupResult;
|
|
|
736
1433
|
(function (ModifyCacheSubnetGroupResult) {
|
|
737
1434
|
ModifyCacheSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
1435
|
})(ModifyCacheSubnetGroupResult || (ModifyCacheSubnetGroupResult = {}));
|
|
1436
|
+
var SubnetInUse = (function (_super) {
|
|
1437
|
+
__extends(SubnetInUse, _super);
|
|
1438
|
+
function SubnetInUse(opts) {
|
|
1439
|
+
var _this = _super.call(this, __assign({ name: "SubnetInUse", $fault: "client" }, opts)) || this;
|
|
1440
|
+
_this.name = "SubnetInUse";
|
|
1441
|
+
_this.$fault = "client";
|
|
1442
|
+
Object.setPrototypeOf(_this, SubnetInUse.prototype);
|
|
1443
|
+
return _this;
|
|
1444
|
+
}
|
|
1445
|
+
return SubnetInUse;
|
|
1446
|
+
}(__BaseException));
|
|
1447
|
+
export { SubnetInUse };
|
|
739
1448
|
export var ModifyGlobalReplicationGroupMessage;
|
|
740
1449
|
(function (ModifyGlobalReplicationGroupMessage) {
|
|
741
1450
|
ModifyGlobalReplicationGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -776,6 +1485,30 @@ export var PurchaseReservedCacheNodesOfferingResult;
|
|
|
776
1485
|
(function (PurchaseReservedCacheNodesOfferingResult) {
|
|
777
1486
|
PurchaseReservedCacheNodesOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
1487
|
})(PurchaseReservedCacheNodesOfferingResult || (PurchaseReservedCacheNodesOfferingResult = {}));
|
|
1488
|
+
var ReservedCacheNodeAlreadyExistsFault = (function (_super) {
|
|
1489
|
+
__extends(ReservedCacheNodeAlreadyExistsFault, _super);
|
|
1490
|
+
function ReservedCacheNodeAlreadyExistsFault(opts) {
|
|
1491
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeAlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
1492
|
+
_this.name = "ReservedCacheNodeAlreadyExistsFault";
|
|
1493
|
+
_this.$fault = "client";
|
|
1494
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeAlreadyExistsFault.prototype);
|
|
1495
|
+
return _this;
|
|
1496
|
+
}
|
|
1497
|
+
return ReservedCacheNodeAlreadyExistsFault;
|
|
1498
|
+
}(__BaseException));
|
|
1499
|
+
export { ReservedCacheNodeAlreadyExistsFault };
|
|
1500
|
+
var ReservedCacheNodeQuotaExceededFault = (function (_super) {
|
|
1501
|
+
__extends(ReservedCacheNodeQuotaExceededFault, _super);
|
|
1502
|
+
function ReservedCacheNodeQuotaExceededFault(opts) {
|
|
1503
|
+
var _this = _super.call(this, __assign({ name: "ReservedCacheNodeQuotaExceededFault", $fault: "client" }, opts)) || this;
|
|
1504
|
+
_this.name = "ReservedCacheNodeQuotaExceededFault";
|
|
1505
|
+
_this.$fault = "client";
|
|
1506
|
+
Object.setPrototypeOf(_this, ReservedCacheNodeQuotaExceededFault.prototype);
|
|
1507
|
+
return _this;
|
|
1508
|
+
}
|
|
1509
|
+
return ReservedCacheNodeQuotaExceededFault;
|
|
1510
|
+
}(__BaseException));
|
|
1511
|
+
export { ReservedCacheNodeQuotaExceededFault };
|
|
779
1512
|
export var RebalanceSlotsInGlobalReplicationGroupMessage;
|
|
780
1513
|
(function (RebalanceSlotsInGlobalReplicationGroupMessage) {
|
|
781
1514
|
RebalanceSlotsInGlobalReplicationGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -796,10 +1529,34 @@ export var RemoveTagsFromResourceMessage;
|
|
|
796
1529
|
(function (RemoveTagsFromResourceMessage) {
|
|
797
1530
|
RemoveTagsFromResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
1531
|
})(RemoveTagsFromResourceMessage || (RemoveTagsFromResourceMessage = {}));
|
|
1532
|
+
var TagNotFoundFault = (function (_super) {
|
|
1533
|
+
__extends(TagNotFoundFault, _super);
|
|
1534
|
+
function TagNotFoundFault(opts) {
|
|
1535
|
+
var _this = _super.call(this, __assign({ name: "TagNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1536
|
+
_this.name = "TagNotFoundFault";
|
|
1537
|
+
_this.$fault = "client";
|
|
1538
|
+
Object.setPrototypeOf(_this, TagNotFoundFault.prototype);
|
|
1539
|
+
return _this;
|
|
1540
|
+
}
|
|
1541
|
+
return TagNotFoundFault;
|
|
1542
|
+
}(__BaseException));
|
|
1543
|
+
export { TagNotFoundFault };
|
|
799
1544
|
export var ResetCacheParameterGroupMessage;
|
|
800
1545
|
(function (ResetCacheParameterGroupMessage) {
|
|
801
1546
|
ResetCacheParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
1547
|
})(ResetCacheParameterGroupMessage || (ResetCacheParameterGroupMessage = {}));
|
|
1548
|
+
var AuthorizationNotFoundFault = (function (_super) {
|
|
1549
|
+
__extends(AuthorizationNotFoundFault, _super);
|
|
1550
|
+
function AuthorizationNotFoundFault(opts) {
|
|
1551
|
+
var _this = _super.call(this, __assign({ name: "AuthorizationNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1552
|
+
_this.name = "AuthorizationNotFoundFault";
|
|
1553
|
+
_this.$fault = "client";
|
|
1554
|
+
Object.setPrototypeOf(_this, AuthorizationNotFoundFault.prototype);
|
|
1555
|
+
return _this;
|
|
1556
|
+
}
|
|
1557
|
+
return AuthorizationNotFoundFault;
|
|
1558
|
+
}(__BaseException));
|
|
1559
|
+
export { AuthorizationNotFoundFault };
|
|
803
1560
|
export var RevokeCacheSecurityGroupIngressMessage;
|
|
804
1561
|
(function (RevokeCacheSecurityGroupIngressMessage) {
|
|
805
1562
|
RevokeCacheSecurityGroupIngressMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -808,6 +1565,18 @@ export var RevokeCacheSecurityGroupIngressResult;
|
|
|
808
1565
|
(function (RevokeCacheSecurityGroupIngressResult) {
|
|
809
1566
|
RevokeCacheSecurityGroupIngressResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
1567
|
})(RevokeCacheSecurityGroupIngressResult || (RevokeCacheSecurityGroupIngressResult = {}));
|
|
1568
|
+
var ReplicationGroupAlreadyUnderMigrationFault = (function (_super) {
|
|
1569
|
+
__extends(ReplicationGroupAlreadyUnderMigrationFault, _super);
|
|
1570
|
+
function ReplicationGroupAlreadyUnderMigrationFault(opts) {
|
|
1571
|
+
var _this = _super.call(this, __assign({ name: "ReplicationGroupAlreadyUnderMigrationFault", $fault: "client" }, opts)) || this;
|
|
1572
|
+
_this.name = "ReplicationGroupAlreadyUnderMigrationFault";
|
|
1573
|
+
_this.$fault = "client";
|
|
1574
|
+
Object.setPrototypeOf(_this, ReplicationGroupAlreadyUnderMigrationFault.prototype);
|
|
1575
|
+
return _this;
|
|
1576
|
+
}
|
|
1577
|
+
return ReplicationGroupAlreadyUnderMigrationFault;
|
|
1578
|
+
}(__BaseException));
|
|
1579
|
+
export { ReplicationGroupAlreadyUnderMigrationFault };
|
|
811
1580
|
export var CustomerNodeEndpoint;
|
|
812
1581
|
(function (CustomerNodeEndpoint) {
|
|
813
1582
|
CustomerNodeEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -820,10 +1589,46 @@ export var StartMigrationResponse;
|
|
|
820
1589
|
(function (StartMigrationResponse) {
|
|
821
1590
|
StartMigrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
1591
|
})(StartMigrationResponse || (StartMigrationResponse = {}));
|
|
1592
|
+
var APICallRateForCustomerExceededFault = (function (_super) {
|
|
1593
|
+
__extends(APICallRateForCustomerExceededFault, _super);
|
|
1594
|
+
function APICallRateForCustomerExceededFault(opts) {
|
|
1595
|
+
var _this = _super.call(this, __assign({ name: "APICallRateForCustomerExceededFault", $fault: "client" }, opts)) || this;
|
|
1596
|
+
_this.name = "APICallRateForCustomerExceededFault";
|
|
1597
|
+
_this.$fault = "client";
|
|
1598
|
+
Object.setPrototypeOf(_this, APICallRateForCustomerExceededFault.prototype);
|
|
1599
|
+
return _this;
|
|
1600
|
+
}
|
|
1601
|
+
return APICallRateForCustomerExceededFault;
|
|
1602
|
+
}(__BaseException));
|
|
1603
|
+
export { APICallRateForCustomerExceededFault };
|
|
1604
|
+
var NodeGroupNotFoundFault = (function (_super) {
|
|
1605
|
+
__extends(NodeGroupNotFoundFault, _super);
|
|
1606
|
+
function NodeGroupNotFoundFault(opts) {
|
|
1607
|
+
var _this = _super.call(this, __assign({ name: "NodeGroupNotFoundFault", $fault: "client" }, opts)) || this;
|
|
1608
|
+
_this.name = "NodeGroupNotFoundFault";
|
|
1609
|
+
_this.$fault = "client";
|
|
1610
|
+
Object.setPrototypeOf(_this, NodeGroupNotFoundFault.prototype);
|
|
1611
|
+
return _this;
|
|
1612
|
+
}
|
|
1613
|
+
return NodeGroupNotFoundFault;
|
|
1614
|
+
}(__BaseException));
|
|
1615
|
+
export { NodeGroupNotFoundFault };
|
|
823
1616
|
export var TestFailoverMessage;
|
|
824
1617
|
(function (TestFailoverMessage) {
|
|
825
1618
|
TestFailoverMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
1619
|
})(TestFailoverMessage || (TestFailoverMessage = {}));
|
|
1620
|
+
var TestFailoverNotAvailableFault = (function (_super) {
|
|
1621
|
+
__extends(TestFailoverNotAvailableFault, _super);
|
|
1622
|
+
function TestFailoverNotAvailableFault(opts) {
|
|
1623
|
+
var _this = _super.call(this, __assign({ name: "TestFailoverNotAvailableFault", $fault: "client" }, opts)) || this;
|
|
1624
|
+
_this.name = "TestFailoverNotAvailableFault";
|
|
1625
|
+
_this.$fault = "client";
|
|
1626
|
+
Object.setPrototypeOf(_this, TestFailoverNotAvailableFault.prototype);
|
|
1627
|
+
return _this;
|
|
1628
|
+
}
|
|
1629
|
+
return TestFailoverNotAvailableFault;
|
|
1630
|
+
}(__BaseException));
|
|
1631
|
+
export { TestFailoverNotAvailableFault };
|
|
827
1632
|
export var TestFailoverResult;
|
|
828
1633
|
(function (TestFailoverResult) {
|
|
829
1634
|
TestFailoverResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|