@aws-sdk/client-elasticache 3.721.0 → 3.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +855 -740
- package/dist-es/ElastiCacheClient.js +1 -0
- package/dist-es/models/models_0.js +144 -144
- package/dist-es/models/models_1.js +8 -8
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
|
@@ -1,253 +1,253 @@
|
|
|
1
1
|
import { ElastiCacheServiceException as __BaseException } from "./ElastiCacheServiceException";
|
|
2
2
|
export class CacheClusterNotFoundFault extends __BaseException {
|
|
3
|
+
name = "CacheClusterNotFoundFault";
|
|
4
|
+
$fault = "client";
|
|
3
5
|
constructor(opts) {
|
|
4
6
|
super({
|
|
5
7
|
name: "CacheClusterNotFoundFault",
|
|
6
8
|
$fault: "client",
|
|
7
9
|
...opts,
|
|
8
10
|
});
|
|
9
|
-
this.name = "CacheClusterNotFoundFault";
|
|
10
|
-
this.$fault = "client";
|
|
11
11
|
Object.setPrototypeOf(this, CacheClusterNotFoundFault.prototype);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
export class CacheParameterGroupNotFoundFault extends __BaseException {
|
|
15
|
+
name = "CacheParameterGroupNotFoundFault";
|
|
16
|
+
$fault = "client";
|
|
15
17
|
constructor(opts) {
|
|
16
18
|
super({
|
|
17
19
|
name: "CacheParameterGroupNotFoundFault",
|
|
18
20
|
$fault: "client",
|
|
19
21
|
...opts,
|
|
20
22
|
});
|
|
21
|
-
this.name = "CacheParameterGroupNotFoundFault";
|
|
22
|
-
this.$fault = "client";
|
|
23
23
|
Object.setPrototypeOf(this, CacheParameterGroupNotFoundFault.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
export class CacheSecurityGroupNotFoundFault extends __BaseException {
|
|
27
|
+
name = "CacheSecurityGroupNotFoundFault";
|
|
28
|
+
$fault = "client";
|
|
27
29
|
constructor(opts) {
|
|
28
30
|
super({
|
|
29
31
|
name: "CacheSecurityGroupNotFoundFault",
|
|
30
32
|
$fault: "client",
|
|
31
33
|
...opts,
|
|
32
34
|
});
|
|
33
|
-
this.name = "CacheSecurityGroupNotFoundFault";
|
|
34
|
-
this.$fault = "client";
|
|
35
35
|
Object.setPrototypeOf(this, CacheSecurityGroupNotFoundFault.prototype);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
export class CacheSubnetGroupNotFoundFault extends __BaseException {
|
|
39
|
+
name = "CacheSubnetGroupNotFoundFault";
|
|
40
|
+
$fault = "client";
|
|
39
41
|
constructor(opts) {
|
|
40
42
|
super({
|
|
41
43
|
name: "CacheSubnetGroupNotFoundFault",
|
|
42
44
|
$fault: "client",
|
|
43
45
|
...opts,
|
|
44
46
|
});
|
|
45
|
-
this.name = "CacheSubnetGroupNotFoundFault";
|
|
46
|
-
this.$fault = "client";
|
|
47
47
|
Object.setPrototypeOf(this, CacheSubnetGroupNotFoundFault.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
export class InvalidARNFault extends __BaseException {
|
|
51
|
+
name = "InvalidARNFault";
|
|
52
|
+
$fault = "client";
|
|
51
53
|
constructor(opts) {
|
|
52
54
|
super({
|
|
53
55
|
name: "InvalidARNFault",
|
|
54
56
|
$fault: "client",
|
|
55
57
|
...opts,
|
|
56
58
|
});
|
|
57
|
-
this.name = "InvalidARNFault";
|
|
58
|
-
this.$fault = "client";
|
|
59
59
|
Object.setPrototypeOf(this, InvalidARNFault.prototype);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
export class InvalidReplicationGroupStateFault extends __BaseException {
|
|
63
|
+
name = "InvalidReplicationGroupStateFault";
|
|
64
|
+
$fault = "client";
|
|
63
65
|
constructor(opts) {
|
|
64
66
|
super({
|
|
65
67
|
name: "InvalidReplicationGroupStateFault",
|
|
66
68
|
$fault: "client",
|
|
67
69
|
...opts,
|
|
68
70
|
});
|
|
69
|
-
this.name = "InvalidReplicationGroupStateFault";
|
|
70
|
-
this.$fault = "client";
|
|
71
71
|
Object.setPrototypeOf(this, InvalidReplicationGroupStateFault.prototype);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
export class InvalidServerlessCacheSnapshotStateFault extends __BaseException {
|
|
75
|
+
name = "InvalidServerlessCacheSnapshotStateFault";
|
|
76
|
+
$fault = "client";
|
|
75
77
|
constructor(opts) {
|
|
76
78
|
super({
|
|
77
79
|
name: "InvalidServerlessCacheSnapshotStateFault",
|
|
78
80
|
$fault: "client",
|
|
79
81
|
...opts,
|
|
80
82
|
});
|
|
81
|
-
this.name = "InvalidServerlessCacheSnapshotStateFault";
|
|
82
|
-
this.$fault = "client";
|
|
83
83
|
Object.setPrototypeOf(this, InvalidServerlessCacheSnapshotStateFault.prototype);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
export class InvalidServerlessCacheStateFault extends __BaseException {
|
|
87
|
+
name = "InvalidServerlessCacheStateFault";
|
|
88
|
+
$fault = "client";
|
|
87
89
|
constructor(opts) {
|
|
88
90
|
super({
|
|
89
91
|
name: "InvalidServerlessCacheStateFault",
|
|
90
92
|
$fault: "client",
|
|
91
93
|
...opts,
|
|
92
94
|
});
|
|
93
|
-
this.name = "InvalidServerlessCacheStateFault";
|
|
94
|
-
this.$fault = "client";
|
|
95
95
|
Object.setPrototypeOf(this, InvalidServerlessCacheStateFault.prototype);
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
export class ReplicationGroupNotFoundFault extends __BaseException {
|
|
99
|
+
name = "ReplicationGroupNotFoundFault";
|
|
100
|
+
$fault = "client";
|
|
99
101
|
constructor(opts) {
|
|
100
102
|
super({
|
|
101
103
|
name: "ReplicationGroupNotFoundFault",
|
|
102
104
|
$fault: "client",
|
|
103
105
|
...opts,
|
|
104
106
|
});
|
|
105
|
-
this.name = "ReplicationGroupNotFoundFault";
|
|
106
|
-
this.$fault = "client";
|
|
107
107
|
Object.setPrototypeOf(this, ReplicationGroupNotFoundFault.prototype);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
export class ReservedCacheNodeNotFoundFault extends __BaseException {
|
|
111
|
+
name = "ReservedCacheNodeNotFoundFault";
|
|
112
|
+
$fault = "client";
|
|
111
113
|
constructor(opts) {
|
|
112
114
|
super({
|
|
113
115
|
name: "ReservedCacheNodeNotFoundFault",
|
|
114
116
|
$fault: "client",
|
|
115
117
|
...opts,
|
|
116
118
|
});
|
|
117
|
-
this.name = "ReservedCacheNodeNotFoundFault";
|
|
118
|
-
this.$fault = "client";
|
|
119
119
|
Object.setPrototypeOf(this, ReservedCacheNodeNotFoundFault.prototype);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
export class ServerlessCacheNotFoundFault extends __BaseException {
|
|
123
|
+
name = "ServerlessCacheNotFoundFault";
|
|
124
|
+
$fault = "client";
|
|
123
125
|
constructor(opts) {
|
|
124
126
|
super({
|
|
125
127
|
name: "ServerlessCacheNotFoundFault",
|
|
126
128
|
$fault: "client",
|
|
127
129
|
...opts,
|
|
128
130
|
});
|
|
129
|
-
this.name = "ServerlessCacheNotFoundFault";
|
|
130
|
-
this.$fault = "client";
|
|
131
131
|
Object.setPrototypeOf(this, ServerlessCacheNotFoundFault.prototype);
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
export class ServerlessCacheSnapshotNotFoundFault extends __BaseException {
|
|
135
|
+
name = "ServerlessCacheSnapshotNotFoundFault";
|
|
136
|
+
$fault = "client";
|
|
135
137
|
constructor(opts) {
|
|
136
138
|
super({
|
|
137
139
|
name: "ServerlessCacheSnapshotNotFoundFault",
|
|
138
140
|
$fault: "client",
|
|
139
141
|
...opts,
|
|
140
142
|
});
|
|
141
|
-
this.name = "ServerlessCacheSnapshotNotFoundFault";
|
|
142
|
-
this.$fault = "client";
|
|
143
143
|
Object.setPrototypeOf(this, ServerlessCacheSnapshotNotFoundFault.prototype);
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
export class SnapshotNotFoundFault extends __BaseException {
|
|
147
|
+
name = "SnapshotNotFoundFault";
|
|
148
|
+
$fault = "client";
|
|
147
149
|
constructor(opts) {
|
|
148
150
|
super({
|
|
149
151
|
name: "SnapshotNotFoundFault",
|
|
150
152
|
$fault: "client",
|
|
151
153
|
...opts,
|
|
152
154
|
});
|
|
153
|
-
this.name = "SnapshotNotFoundFault";
|
|
154
|
-
this.$fault = "client";
|
|
155
155
|
Object.setPrototypeOf(this, SnapshotNotFoundFault.prototype);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
export class TagQuotaPerResourceExceeded extends __BaseException {
|
|
159
|
+
name = "TagQuotaPerResourceExceeded";
|
|
160
|
+
$fault = "client";
|
|
159
161
|
constructor(opts) {
|
|
160
162
|
super({
|
|
161
163
|
name: "TagQuotaPerResourceExceeded",
|
|
162
164
|
$fault: "client",
|
|
163
165
|
...opts,
|
|
164
166
|
});
|
|
165
|
-
this.name = "TagQuotaPerResourceExceeded";
|
|
166
|
-
this.$fault = "client";
|
|
167
167
|
Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
export class UserGroupNotFoundFault extends __BaseException {
|
|
171
|
+
name = "UserGroupNotFoundFault";
|
|
172
|
+
$fault = "client";
|
|
171
173
|
constructor(opts) {
|
|
172
174
|
super({
|
|
173
175
|
name: "UserGroupNotFoundFault",
|
|
174
176
|
$fault: "client",
|
|
175
177
|
...opts,
|
|
176
178
|
});
|
|
177
|
-
this.name = "UserGroupNotFoundFault";
|
|
178
|
-
this.$fault = "client";
|
|
179
179
|
Object.setPrototypeOf(this, UserGroupNotFoundFault.prototype);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
export class UserNotFoundFault extends __BaseException {
|
|
183
|
+
name = "UserNotFoundFault";
|
|
184
|
+
$fault = "client";
|
|
183
185
|
constructor(opts) {
|
|
184
186
|
super({
|
|
185
187
|
name: "UserNotFoundFault",
|
|
186
188
|
$fault: "client",
|
|
187
189
|
...opts,
|
|
188
190
|
});
|
|
189
|
-
this.name = "UserNotFoundFault";
|
|
190
|
-
this.$fault = "client";
|
|
191
191
|
Object.setPrototypeOf(this, UserNotFoundFault.prototype);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
export class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
195
|
+
name = "AuthorizationAlreadyExistsFault";
|
|
196
|
+
$fault = "client";
|
|
195
197
|
constructor(opts) {
|
|
196
198
|
super({
|
|
197
199
|
name: "AuthorizationAlreadyExistsFault",
|
|
198
200
|
$fault: "client",
|
|
199
201
|
...opts,
|
|
200
202
|
});
|
|
201
|
-
this.name = "AuthorizationAlreadyExistsFault";
|
|
202
|
-
this.$fault = "client";
|
|
203
203
|
Object.setPrototypeOf(this, AuthorizationAlreadyExistsFault.prototype);
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
export class InvalidCacheSecurityGroupStateFault extends __BaseException {
|
|
207
|
+
name = "InvalidCacheSecurityGroupStateFault";
|
|
208
|
+
$fault = "client";
|
|
207
209
|
constructor(opts) {
|
|
208
210
|
super({
|
|
209
211
|
name: "InvalidCacheSecurityGroupStateFault",
|
|
210
212
|
$fault: "client",
|
|
211
213
|
...opts,
|
|
212
214
|
});
|
|
213
|
-
this.name = "InvalidCacheSecurityGroupStateFault";
|
|
214
|
-
this.$fault = "client";
|
|
215
215
|
Object.setPrototypeOf(this, InvalidCacheSecurityGroupStateFault.prototype);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
218
218
|
export class InvalidParameterCombinationException extends __BaseException {
|
|
219
|
+
name = "InvalidParameterCombinationException";
|
|
220
|
+
$fault = "client";
|
|
219
221
|
constructor(opts) {
|
|
220
222
|
super({
|
|
221
223
|
name: "InvalidParameterCombinationException",
|
|
222
224
|
$fault: "client",
|
|
223
225
|
...opts,
|
|
224
226
|
});
|
|
225
|
-
this.name = "InvalidParameterCombinationException";
|
|
226
|
-
this.$fault = "client";
|
|
227
227
|
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
export class InvalidParameterValueException extends __BaseException {
|
|
231
|
+
name = "InvalidParameterValueException";
|
|
232
|
+
$fault = "client";
|
|
231
233
|
constructor(opts) {
|
|
232
234
|
super({
|
|
233
235
|
name: "InvalidParameterValueException",
|
|
234
236
|
$fault: "client",
|
|
235
237
|
...opts,
|
|
236
238
|
});
|
|
237
|
-
this.name = "InvalidParameterValueException";
|
|
238
|
-
this.$fault = "client";
|
|
239
239
|
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
export class ServiceUpdateNotFoundFault extends __BaseException {
|
|
243
|
+
name = "ServiceUpdateNotFoundFault";
|
|
244
|
+
$fault = "client";
|
|
243
245
|
constructor(opts) {
|
|
244
246
|
super({
|
|
245
247
|
name: "ServiceUpdateNotFoundFault",
|
|
246
248
|
$fault: "client",
|
|
247
249
|
...opts,
|
|
248
250
|
});
|
|
249
|
-
this.name = "ServiceUpdateNotFoundFault";
|
|
250
|
-
this.$fault = "client";
|
|
251
251
|
Object.setPrototypeOf(this, ServiceUpdateNotFoundFault.prototype);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -322,110 +322,110 @@ export const TransitEncryptionMode = {
|
|
|
322
322
|
REQUIRED: "required",
|
|
323
323
|
};
|
|
324
324
|
export class ReplicationGroupNotUnderMigrationFault extends __BaseException {
|
|
325
|
+
name = "ReplicationGroupNotUnderMigrationFault";
|
|
326
|
+
$fault = "client";
|
|
325
327
|
constructor(opts) {
|
|
326
328
|
super({
|
|
327
329
|
name: "ReplicationGroupNotUnderMigrationFault",
|
|
328
330
|
$fault: "client",
|
|
329
331
|
...opts,
|
|
330
332
|
});
|
|
331
|
-
this.name = "ReplicationGroupNotUnderMigrationFault";
|
|
332
|
-
this.$fault = "client";
|
|
333
333
|
Object.setPrototypeOf(this, ReplicationGroupNotUnderMigrationFault.prototype);
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
export class ServerlessCacheSnapshotAlreadyExistsFault extends __BaseException {
|
|
337
|
+
name = "ServerlessCacheSnapshotAlreadyExistsFault";
|
|
338
|
+
$fault = "client";
|
|
337
339
|
constructor(opts) {
|
|
338
340
|
super({
|
|
339
341
|
name: "ServerlessCacheSnapshotAlreadyExistsFault",
|
|
340
342
|
$fault: "client",
|
|
341
343
|
...opts,
|
|
342
344
|
});
|
|
343
|
-
this.name = "ServerlessCacheSnapshotAlreadyExistsFault";
|
|
344
|
-
this.$fault = "client";
|
|
345
345
|
Object.setPrototypeOf(this, ServerlessCacheSnapshotAlreadyExistsFault.prototype);
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
export class ServerlessCacheSnapshotQuotaExceededFault extends __BaseException {
|
|
349
|
+
name = "ServerlessCacheSnapshotQuotaExceededFault";
|
|
350
|
+
$fault = "client";
|
|
349
351
|
constructor(opts) {
|
|
350
352
|
super({
|
|
351
353
|
name: "ServerlessCacheSnapshotQuotaExceededFault",
|
|
352
354
|
$fault: "client",
|
|
353
355
|
...opts,
|
|
354
356
|
});
|
|
355
|
-
this.name = "ServerlessCacheSnapshotQuotaExceededFault";
|
|
356
|
-
this.$fault = "client";
|
|
357
357
|
Object.setPrototypeOf(this, ServerlessCacheSnapshotQuotaExceededFault.prototype);
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
export class ServiceLinkedRoleNotFoundFault extends __BaseException {
|
|
361
|
+
name = "ServiceLinkedRoleNotFoundFault";
|
|
362
|
+
$fault = "client";
|
|
361
363
|
constructor(opts) {
|
|
362
364
|
super({
|
|
363
365
|
name: "ServiceLinkedRoleNotFoundFault",
|
|
364
366
|
$fault: "client",
|
|
365
367
|
...opts,
|
|
366
368
|
});
|
|
367
|
-
this.name = "ServiceLinkedRoleNotFoundFault";
|
|
368
|
-
this.$fault = "client";
|
|
369
369
|
Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
export class InvalidSnapshotStateFault extends __BaseException {
|
|
373
|
+
name = "InvalidSnapshotStateFault";
|
|
374
|
+
$fault = "client";
|
|
373
375
|
constructor(opts) {
|
|
374
376
|
super({
|
|
375
377
|
name: "InvalidSnapshotStateFault",
|
|
376
378
|
$fault: "client",
|
|
377
379
|
...opts,
|
|
378
380
|
});
|
|
379
|
-
this.name = "InvalidSnapshotStateFault";
|
|
380
|
-
this.$fault = "client";
|
|
381
381
|
Object.setPrototypeOf(this, InvalidSnapshotStateFault.prototype);
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
export class SnapshotAlreadyExistsFault extends __BaseException {
|
|
385
|
+
name = "SnapshotAlreadyExistsFault";
|
|
386
|
+
$fault = "client";
|
|
385
387
|
constructor(opts) {
|
|
386
388
|
super({
|
|
387
389
|
name: "SnapshotAlreadyExistsFault",
|
|
388
390
|
$fault: "client",
|
|
389
391
|
...opts,
|
|
390
392
|
});
|
|
391
|
-
this.name = "SnapshotAlreadyExistsFault";
|
|
392
|
-
this.$fault = "client";
|
|
393
393
|
Object.setPrototypeOf(this, SnapshotAlreadyExistsFault.prototype);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
export class SnapshotQuotaExceededFault extends __BaseException {
|
|
397
|
+
name = "SnapshotQuotaExceededFault";
|
|
398
|
+
$fault = "client";
|
|
397
399
|
constructor(opts) {
|
|
398
400
|
super({
|
|
399
401
|
name: "SnapshotQuotaExceededFault",
|
|
400
402
|
$fault: "client",
|
|
401
403
|
...opts,
|
|
402
404
|
});
|
|
403
|
-
this.name = "SnapshotQuotaExceededFault";
|
|
404
|
-
this.$fault = "client";
|
|
405
405
|
Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
408
|
export class CacheClusterAlreadyExistsFault extends __BaseException {
|
|
409
|
+
name = "CacheClusterAlreadyExistsFault";
|
|
410
|
+
$fault = "client";
|
|
409
411
|
constructor(opts) {
|
|
410
412
|
super({
|
|
411
413
|
name: "CacheClusterAlreadyExistsFault",
|
|
412
414
|
$fault: "client",
|
|
413
415
|
...opts,
|
|
414
416
|
});
|
|
415
|
-
this.name = "CacheClusterAlreadyExistsFault";
|
|
416
|
-
this.$fault = "client";
|
|
417
417
|
Object.setPrototypeOf(this, CacheClusterAlreadyExistsFault.prototype);
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
export class ClusterQuotaForCustomerExceededFault extends __BaseException {
|
|
421
|
+
name = "ClusterQuotaForCustomerExceededFault";
|
|
422
|
+
$fault = "client";
|
|
421
423
|
constructor(opts) {
|
|
422
424
|
super({
|
|
423
425
|
name: "ClusterQuotaForCustomerExceededFault",
|
|
424
426
|
$fault: "client",
|
|
425
427
|
...opts,
|
|
426
428
|
});
|
|
427
|
-
this.name = "ClusterQuotaForCustomerExceededFault";
|
|
428
|
-
this.$fault = "client";
|
|
429
429
|
Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
430
430
|
}
|
|
431
431
|
}
|
|
@@ -438,254 +438,254 @@ export const OutpostMode = {
|
|
|
438
438
|
SINGLE_OUTPOST: "single-outpost",
|
|
439
439
|
};
|
|
440
440
|
export class InsufficientCacheClusterCapacityFault extends __BaseException {
|
|
441
|
+
name = "InsufficientCacheClusterCapacityFault";
|
|
442
|
+
$fault = "client";
|
|
441
443
|
constructor(opts) {
|
|
442
444
|
super({
|
|
443
445
|
name: "InsufficientCacheClusterCapacityFault",
|
|
444
446
|
$fault: "client",
|
|
445
447
|
...opts,
|
|
446
448
|
});
|
|
447
|
-
this.name = "InsufficientCacheClusterCapacityFault";
|
|
448
|
-
this.$fault = "client";
|
|
449
449
|
Object.setPrototypeOf(this, InsufficientCacheClusterCapacityFault.prototype);
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
export class InvalidVPCNetworkStateFault extends __BaseException {
|
|
453
|
+
name = "InvalidVPCNetworkStateFault";
|
|
454
|
+
$fault = "client";
|
|
453
455
|
constructor(opts) {
|
|
454
456
|
super({
|
|
455
457
|
name: "InvalidVPCNetworkStateFault",
|
|
456
458
|
$fault: "client",
|
|
457
459
|
...opts,
|
|
458
460
|
});
|
|
459
|
-
this.name = "InvalidVPCNetworkStateFault";
|
|
460
|
-
this.$fault = "client";
|
|
461
461
|
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
export class NodeQuotaForClusterExceededFault extends __BaseException {
|
|
465
|
+
name = "NodeQuotaForClusterExceededFault";
|
|
466
|
+
$fault = "client";
|
|
465
467
|
constructor(opts) {
|
|
466
468
|
super({
|
|
467
469
|
name: "NodeQuotaForClusterExceededFault",
|
|
468
470
|
$fault: "client",
|
|
469
471
|
...opts,
|
|
470
472
|
});
|
|
471
|
-
this.name = "NodeQuotaForClusterExceededFault";
|
|
472
|
-
this.$fault = "client";
|
|
473
473
|
Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
export class NodeQuotaForCustomerExceededFault extends __BaseException {
|
|
477
|
+
name = "NodeQuotaForCustomerExceededFault";
|
|
478
|
+
$fault = "client";
|
|
477
479
|
constructor(opts) {
|
|
478
480
|
super({
|
|
479
481
|
name: "NodeQuotaForCustomerExceededFault",
|
|
480
482
|
$fault: "client",
|
|
481
483
|
...opts,
|
|
482
484
|
});
|
|
483
|
-
this.name = "NodeQuotaForCustomerExceededFault";
|
|
484
|
-
this.$fault = "client";
|
|
485
485
|
Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
488
|
export class CacheParameterGroupAlreadyExistsFault extends __BaseException {
|
|
489
|
+
name = "CacheParameterGroupAlreadyExistsFault";
|
|
490
|
+
$fault = "client";
|
|
489
491
|
constructor(opts) {
|
|
490
492
|
super({
|
|
491
493
|
name: "CacheParameterGroupAlreadyExistsFault",
|
|
492
494
|
$fault: "client",
|
|
493
495
|
...opts,
|
|
494
496
|
});
|
|
495
|
-
this.name = "CacheParameterGroupAlreadyExistsFault";
|
|
496
|
-
this.$fault = "client";
|
|
497
497
|
Object.setPrototypeOf(this, CacheParameterGroupAlreadyExistsFault.prototype);
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
export class CacheParameterGroupQuotaExceededFault extends __BaseException {
|
|
501
|
+
name = "CacheParameterGroupQuotaExceededFault";
|
|
502
|
+
$fault = "client";
|
|
501
503
|
constructor(opts) {
|
|
502
504
|
super({
|
|
503
505
|
name: "CacheParameterGroupQuotaExceededFault",
|
|
504
506
|
$fault: "client",
|
|
505
507
|
...opts,
|
|
506
508
|
});
|
|
507
|
-
this.name = "CacheParameterGroupQuotaExceededFault";
|
|
508
|
-
this.$fault = "client";
|
|
509
509
|
Object.setPrototypeOf(this, CacheParameterGroupQuotaExceededFault.prototype);
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
export class InvalidCacheParameterGroupStateFault extends __BaseException {
|
|
513
|
+
name = "InvalidCacheParameterGroupStateFault";
|
|
514
|
+
$fault = "client";
|
|
513
515
|
constructor(opts) {
|
|
514
516
|
super({
|
|
515
517
|
name: "InvalidCacheParameterGroupStateFault",
|
|
516
518
|
$fault: "client",
|
|
517
519
|
...opts,
|
|
518
520
|
});
|
|
519
|
-
this.name = "InvalidCacheParameterGroupStateFault";
|
|
520
|
-
this.$fault = "client";
|
|
521
521
|
Object.setPrototypeOf(this, InvalidCacheParameterGroupStateFault.prototype);
|
|
522
522
|
}
|
|
523
523
|
}
|
|
524
524
|
export class CacheSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
525
|
+
name = "CacheSecurityGroupAlreadyExistsFault";
|
|
526
|
+
$fault = "client";
|
|
525
527
|
constructor(opts) {
|
|
526
528
|
super({
|
|
527
529
|
name: "CacheSecurityGroupAlreadyExistsFault",
|
|
528
530
|
$fault: "client",
|
|
529
531
|
...opts,
|
|
530
532
|
});
|
|
531
|
-
this.name = "CacheSecurityGroupAlreadyExistsFault";
|
|
532
|
-
this.$fault = "client";
|
|
533
533
|
Object.setPrototypeOf(this, CacheSecurityGroupAlreadyExistsFault.prototype);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
export class CacheSecurityGroupQuotaExceededFault extends __BaseException {
|
|
537
|
+
name = "CacheSecurityGroupQuotaExceededFault";
|
|
538
|
+
$fault = "client";
|
|
537
539
|
constructor(opts) {
|
|
538
540
|
super({
|
|
539
541
|
name: "CacheSecurityGroupQuotaExceededFault",
|
|
540
542
|
$fault: "client",
|
|
541
543
|
...opts,
|
|
542
544
|
});
|
|
543
|
-
this.name = "CacheSecurityGroupQuotaExceededFault";
|
|
544
|
-
this.$fault = "client";
|
|
545
545
|
Object.setPrototypeOf(this, CacheSecurityGroupQuotaExceededFault.prototype);
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
export class CacheSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
549
|
+
name = "CacheSubnetGroupAlreadyExistsFault";
|
|
550
|
+
$fault = "client";
|
|
549
551
|
constructor(opts) {
|
|
550
552
|
super({
|
|
551
553
|
name: "CacheSubnetGroupAlreadyExistsFault",
|
|
552
554
|
$fault: "client",
|
|
553
555
|
...opts,
|
|
554
556
|
});
|
|
555
|
-
this.name = "CacheSubnetGroupAlreadyExistsFault";
|
|
556
|
-
this.$fault = "client";
|
|
557
557
|
Object.setPrototypeOf(this, CacheSubnetGroupAlreadyExistsFault.prototype);
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
export class CacheSubnetGroupQuotaExceededFault extends __BaseException {
|
|
561
|
+
name = "CacheSubnetGroupQuotaExceededFault";
|
|
562
|
+
$fault = "client";
|
|
561
563
|
constructor(opts) {
|
|
562
564
|
super({
|
|
563
565
|
name: "CacheSubnetGroupQuotaExceededFault",
|
|
564
566
|
$fault: "client",
|
|
565
567
|
...opts,
|
|
566
568
|
});
|
|
567
|
-
this.name = "CacheSubnetGroupQuotaExceededFault";
|
|
568
|
-
this.$fault = "client";
|
|
569
569
|
Object.setPrototypeOf(this, CacheSubnetGroupQuotaExceededFault.prototype);
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
572
|
export class CacheSubnetQuotaExceededFault extends __BaseException {
|
|
573
|
+
name = "CacheSubnetQuotaExceededFault";
|
|
574
|
+
$fault = "client";
|
|
573
575
|
constructor(opts) {
|
|
574
576
|
super({
|
|
575
577
|
name: "CacheSubnetQuotaExceededFault",
|
|
576
578
|
$fault: "client",
|
|
577
579
|
...opts,
|
|
578
580
|
});
|
|
579
|
-
this.name = "CacheSubnetQuotaExceededFault";
|
|
580
|
-
this.$fault = "client";
|
|
581
581
|
Object.setPrototypeOf(this, CacheSubnetQuotaExceededFault.prototype);
|
|
582
582
|
}
|
|
583
583
|
}
|
|
584
584
|
export class InvalidSubnet extends __BaseException {
|
|
585
|
+
name = "InvalidSubnet";
|
|
586
|
+
$fault = "client";
|
|
585
587
|
constructor(opts) {
|
|
586
588
|
super({
|
|
587
589
|
name: "InvalidSubnet",
|
|
588
590
|
$fault: "client",
|
|
589
591
|
...opts,
|
|
590
592
|
});
|
|
591
|
-
this.name = "InvalidSubnet";
|
|
592
|
-
this.$fault = "client";
|
|
593
593
|
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
export class SubnetNotAllowedFault extends __BaseException {
|
|
597
|
+
name = "SubnetNotAllowedFault";
|
|
598
|
+
$fault = "client";
|
|
597
599
|
constructor(opts) {
|
|
598
600
|
super({
|
|
599
601
|
name: "SubnetNotAllowedFault",
|
|
600
602
|
$fault: "client",
|
|
601
603
|
...opts,
|
|
602
604
|
});
|
|
603
|
-
this.name = "SubnetNotAllowedFault";
|
|
604
|
-
this.$fault = "client";
|
|
605
605
|
Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
|
|
606
606
|
}
|
|
607
607
|
}
|
|
608
608
|
export class GlobalReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
609
|
+
name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
610
|
+
$fault = "client";
|
|
609
611
|
constructor(opts) {
|
|
610
612
|
super({
|
|
611
613
|
name: "GlobalReplicationGroupAlreadyExistsFault",
|
|
612
614
|
$fault: "client",
|
|
613
615
|
...opts,
|
|
614
616
|
});
|
|
615
|
-
this.name = "GlobalReplicationGroupAlreadyExistsFault";
|
|
616
|
-
this.$fault = "client";
|
|
617
617
|
Object.setPrototypeOf(this, GlobalReplicationGroupAlreadyExistsFault.prototype);
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
export class GlobalReplicationGroupNotFoundFault extends __BaseException {
|
|
621
|
+
name = "GlobalReplicationGroupNotFoundFault";
|
|
622
|
+
$fault = "client";
|
|
621
623
|
constructor(opts) {
|
|
622
624
|
super({
|
|
623
625
|
name: "GlobalReplicationGroupNotFoundFault",
|
|
624
626
|
$fault: "client",
|
|
625
627
|
...opts,
|
|
626
628
|
});
|
|
627
|
-
this.name = "GlobalReplicationGroupNotFoundFault";
|
|
628
|
-
this.$fault = "client";
|
|
629
629
|
Object.setPrototypeOf(this, GlobalReplicationGroupNotFoundFault.prototype);
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
export class InvalidCacheClusterStateFault extends __BaseException {
|
|
633
|
+
name = "InvalidCacheClusterStateFault";
|
|
634
|
+
$fault = "client";
|
|
633
635
|
constructor(opts) {
|
|
634
636
|
super({
|
|
635
637
|
name: "InvalidCacheClusterStateFault",
|
|
636
638
|
$fault: "client",
|
|
637
639
|
...opts,
|
|
638
640
|
});
|
|
639
|
-
this.name = "InvalidCacheClusterStateFault";
|
|
640
|
-
this.$fault = "client";
|
|
641
641
|
Object.setPrototypeOf(this, InvalidCacheClusterStateFault.prototype);
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
export class InvalidGlobalReplicationGroupStateFault extends __BaseException {
|
|
645
|
+
name = "InvalidGlobalReplicationGroupStateFault";
|
|
646
|
+
$fault = "client";
|
|
645
647
|
constructor(opts) {
|
|
646
648
|
super({
|
|
647
649
|
name: "InvalidGlobalReplicationGroupStateFault",
|
|
648
650
|
$fault: "client",
|
|
649
651
|
...opts,
|
|
650
652
|
});
|
|
651
|
-
this.name = "InvalidGlobalReplicationGroupStateFault";
|
|
652
|
-
this.$fault = "client";
|
|
653
653
|
Object.setPrototypeOf(this, InvalidGlobalReplicationGroupStateFault.prototype);
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
656
|
export class InvalidUserGroupStateFault extends __BaseException {
|
|
657
|
+
name = "InvalidUserGroupStateFault";
|
|
658
|
+
$fault = "client";
|
|
657
659
|
constructor(opts) {
|
|
658
660
|
super({
|
|
659
661
|
name: "InvalidUserGroupStateFault",
|
|
660
662
|
$fault: "client",
|
|
661
663
|
...opts,
|
|
662
664
|
});
|
|
663
|
-
this.name = "InvalidUserGroupStateFault";
|
|
664
|
-
this.$fault = "client";
|
|
665
665
|
Object.setPrototypeOf(this, InvalidUserGroupStateFault.prototype);
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
export class NodeGroupsPerReplicationGroupQuotaExceededFault extends __BaseException {
|
|
669
|
+
name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
670
|
+
$fault = "client";
|
|
669
671
|
constructor(opts) {
|
|
670
672
|
super({
|
|
671
673
|
name: "NodeGroupsPerReplicationGroupQuotaExceededFault",
|
|
672
674
|
$fault: "client",
|
|
673
675
|
...opts,
|
|
674
676
|
});
|
|
675
|
-
this.name = "NodeGroupsPerReplicationGroupQuotaExceededFault";
|
|
676
|
-
this.$fault = "client";
|
|
677
677
|
Object.setPrototypeOf(this, NodeGroupsPerReplicationGroupQuotaExceededFault.prototype);
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
export class ReplicationGroupAlreadyExistsFault extends __BaseException {
|
|
681
|
+
name = "ReplicationGroupAlreadyExistsFault";
|
|
682
|
+
$fault = "client";
|
|
681
683
|
constructor(opts) {
|
|
682
684
|
super({
|
|
683
685
|
name: "ReplicationGroupAlreadyExistsFault",
|
|
684
686
|
$fault: "client",
|
|
685
687
|
...opts,
|
|
686
688
|
});
|
|
687
|
-
this.name = "ReplicationGroupAlreadyExistsFault";
|
|
688
|
-
this.$fault = "client";
|
|
689
689
|
Object.setPrototypeOf(this, ReplicationGroupAlreadyExistsFault.prototype);
|
|
690
690
|
}
|
|
691
691
|
}
|
|
@@ -693,50 +693,50 @@ export const DataStorageUnit = {
|
|
|
693
693
|
GB: "GB",
|
|
694
694
|
};
|
|
695
695
|
export class InvalidCredentialsException extends __BaseException {
|
|
696
|
+
name = "InvalidCredentialsException";
|
|
697
|
+
$fault = "client";
|
|
696
698
|
constructor(opts) {
|
|
697
699
|
super({
|
|
698
700
|
name: "InvalidCredentialsException",
|
|
699
701
|
$fault: "client",
|
|
700
702
|
...opts,
|
|
701
703
|
});
|
|
702
|
-
this.name = "InvalidCredentialsException";
|
|
703
|
-
this.$fault = "client";
|
|
704
704
|
Object.setPrototypeOf(this, InvalidCredentialsException.prototype);
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
export class ServerlessCacheAlreadyExistsFault extends __BaseException {
|
|
708
|
+
name = "ServerlessCacheAlreadyExistsFault";
|
|
709
|
+
$fault = "client";
|
|
708
710
|
constructor(opts) {
|
|
709
711
|
super({
|
|
710
712
|
name: "ServerlessCacheAlreadyExistsFault",
|
|
711
713
|
$fault: "client",
|
|
712
714
|
...opts,
|
|
713
715
|
});
|
|
714
|
-
this.name = "ServerlessCacheAlreadyExistsFault";
|
|
715
|
-
this.$fault = "client";
|
|
716
716
|
Object.setPrototypeOf(this, ServerlessCacheAlreadyExistsFault.prototype);
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
719
|
export class ServerlessCacheQuotaForCustomerExceededFault extends __BaseException {
|
|
720
|
+
name = "ServerlessCacheQuotaForCustomerExceededFault";
|
|
721
|
+
$fault = "client";
|
|
720
722
|
constructor(opts) {
|
|
721
723
|
super({
|
|
722
724
|
name: "ServerlessCacheQuotaForCustomerExceededFault",
|
|
723
725
|
$fault: "client",
|
|
724
726
|
...opts,
|
|
725
727
|
});
|
|
726
|
-
this.name = "ServerlessCacheQuotaForCustomerExceededFault";
|
|
727
|
-
this.$fault = "client";
|
|
728
728
|
Object.setPrototypeOf(this, ServerlessCacheQuotaForCustomerExceededFault.prototype);
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
731
|
export class SnapshotFeatureNotSupportedFault extends __BaseException {
|
|
732
|
+
name = "SnapshotFeatureNotSupportedFault";
|
|
733
|
+
$fault = "client";
|
|
732
734
|
constructor(opts) {
|
|
733
735
|
super({
|
|
734
736
|
name: "SnapshotFeatureNotSupportedFault",
|
|
735
737
|
$fault: "client",
|
|
736
738
|
...opts,
|
|
737
739
|
});
|
|
738
|
-
this.name = "SnapshotFeatureNotSupportedFault";
|
|
739
|
-
this.$fault = "client";
|
|
740
740
|
Object.setPrototypeOf(this, SnapshotFeatureNotSupportedFault.prototype);
|
|
741
741
|
}
|
|
742
742
|
}
|
|
@@ -746,14 +746,14 @@ export const InputAuthenticationType = {
|
|
|
746
746
|
PASSWORD: "password",
|
|
747
747
|
};
|
|
748
748
|
export class DuplicateUserNameFault extends __BaseException {
|
|
749
|
+
name = "DuplicateUserNameFault";
|
|
750
|
+
$fault = "client";
|
|
749
751
|
constructor(opts) {
|
|
750
752
|
super({
|
|
751
753
|
name: "DuplicateUserNameFault",
|
|
752
754
|
$fault: "client",
|
|
753
755
|
...opts,
|
|
754
756
|
});
|
|
755
|
-
this.name = "DuplicateUserNameFault";
|
|
756
|
-
this.$fault = "client";
|
|
757
757
|
Object.setPrototypeOf(this, DuplicateUserNameFault.prototype);
|
|
758
758
|
}
|
|
759
759
|
}
|
|
@@ -763,110 +763,110 @@ export const AuthenticationType = {
|
|
|
763
763
|
PASSWORD: "password",
|
|
764
764
|
};
|
|
765
765
|
export class UserAlreadyExistsFault extends __BaseException {
|
|
766
|
+
name = "UserAlreadyExistsFault";
|
|
767
|
+
$fault = "client";
|
|
766
768
|
constructor(opts) {
|
|
767
769
|
super({
|
|
768
770
|
name: "UserAlreadyExistsFault",
|
|
769
771
|
$fault: "client",
|
|
770
772
|
...opts,
|
|
771
773
|
});
|
|
772
|
-
this.name = "UserAlreadyExistsFault";
|
|
773
|
-
this.$fault = "client";
|
|
774
774
|
Object.setPrototypeOf(this, UserAlreadyExistsFault.prototype);
|
|
775
775
|
}
|
|
776
776
|
}
|
|
777
777
|
export class UserQuotaExceededFault extends __BaseException {
|
|
778
|
+
name = "UserQuotaExceededFault";
|
|
779
|
+
$fault = "client";
|
|
778
780
|
constructor(opts) {
|
|
779
781
|
super({
|
|
780
782
|
name: "UserQuotaExceededFault",
|
|
781
783
|
$fault: "client",
|
|
782
784
|
...opts,
|
|
783
785
|
});
|
|
784
|
-
this.name = "UserQuotaExceededFault";
|
|
785
|
-
this.$fault = "client";
|
|
786
786
|
Object.setPrototypeOf(this, UserQuotaExceededFault.prototype);
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
export class DefaultUserRequired extends __BaseException {
|
|
790
|
+
name = "DefaultUserRequired";
|
|
791
|
+
$fault = "client";
|
|
790
792
|
constructor(opts) {
|
|
791
793
|
super({
|
|
792
794
|
name: "DefaultUserRequired",
|
|
793
795
|
$fault: "client",
|
|
794
796
|
...opts,
|
|
795
797
|
});
|
|
796
|
-
this.name = "DefaultUserRequired";
|
|
797
|
-
this.$fault = "client";
|
|
798
798
|
Object.setPrototypeOf(this, DefaultUserRequired.prototype);
|
|
799
799
|
}
|
|
800
800
|
}
|
|
801
801
|
export class UserGroupAlreadyExistsFault extends __BaseException {
|
|
802
|
+
name = "UserGroupAlreadyExistsFault";
|
|
803
|
+
$fault = "client";
|
|
802
804
|
constructor(opts) {
|
|
803
805
|
super({
|
|
804
806
|
name: "UserGroupAlreadyExistsFault",
|
|
805
807
|
$fault: "client",
|
|
806
808
|
...opts,
|
|
807
809
|
});
|
|
808
|
-
this.name = "UserGroupAlreadyExistsFault";
|
|
809
|
-
this.$fault = "client";
|
|
810
810
|
Object.setPrototypeOf(this, UserGroupAlreadyExistsFault.prototype);
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
813
|
export class UserGroupQuotaExceededFault extends __BaseException {
|
|
814
|
+
name = "UserGroupQuotaExceededFault";
|
|
815
|
+
$fault = "client";
|
|
814
816
|
constructor(opts) {
|
|
815
817
|
super({
|
|
816
818
|
name: "UserGroupQuotaExceededFault",
|
|
817
819
|
$fault: "client",
|
|
818
820
|
...opts,
|
|
819
821
|
});
|
|
820
|
-
this.name = "UserGroupQuotaExceededFault";
|
|
821
|
-
this.$fault = "client";
|
|
822
822
|
Object.setPrototypeOf(this, UserGroupQuotaExceededFault.prototype);
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
export class NoOperationFault extends __BaseException {
|
|
826
|
+
name = "NoOperationFault";
|
|
827
|
+
$fault = "client";
|
|
826
828
|
constructor(opts) {
|
|
827
829
|
super({
|
|
828
830
|
name: "NoOperationFault",
|
|
829
831
|
$fault: "client",
|
|
830
832
|
...opts,
|
|
831
833
|
});
|
|
832
|
-
this.name = "NoOperationFault";
|
|
833
|
-
this.$fault = "client";
|
|
834
834
|
Object.setPrototypeOf(this, NoOperationFault.prototype);
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
export class CacheSubnetGroupInUse extends __BaseException {
|
|
838
|
+
name = "CacheSubnetGroupInUse";
|
|
839
|
+
$fault = "client";
|
|
838
840
|
constructor(opts) {
|
|
839
841
|
super({
|
|
840
842
|
name: "CacheSubnetGroupInUse",
|
|
841
843
|
$fault: "client",
|
|
842
844
|
...opts,
|
|
843
845
|
});
|
|
844
|
-
this.name = "CacheSubnetGroupInUse";
|
|
845
|
-
this.$fault = "client";
|
|
846
846
|
Object.setPrototypeOf(this, CacheSubnetGroupInUse.prototype);
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
export class DefaultUserAssociatedToUserGroupFault extends __BaseException {
|
|
850
|
+
name = "DefaultUserAssociatedToUserGroupFault";
|
|
851
|
+
$fault = "client";
|
|
850
852
|
constructor(opts) {
|
|
851
853
|
super({
|
|
852
854
|
name: "DefaultUserAssociatedToUserGroupFault",
|
|
853
855
|
$fault: "client",
|
|
854
856
|
...opts,
|
|
855
857
|
});
|
|
856
|
-
this.name = "DefaultUserAssociatedToUserGroupFault";
|
|
857
|
-
this.$fault = "client";
|
|
858
858
|
Object.setPrototypeOf(this, DefaultUserAssociatedToUserGroupFault.prototype);
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
861
|
export class InvalidUserStateFault extends __BaseException {
|
|
862
|
+
name = "InvalidUserStateFault";
|
|
863
|
+
$fault = "client";
|
|
862
864
|
constructor(opts) {
|
|
863
865
|
super({
|
|
864
866
|
name: "InvalidUserStateFault",
|
|
865
867
|
$fault: "client",
|
|
866
868
|
...opts,
|
|
867
869
|
});
|
|
868
|
-
this.name = "InvalidUserStateFault";
|
|
869
|
-
this.$fault = "client";
|
|
870
870
|
Object.setPrototypeOf(this, InvalidUserStateFault.prototype);
|
|
871
871
|
}
|
|
872
872
|
}
|
|
@@ -886,14 +886,14 @@ export const SourceType = {
|
|
|
886
886
|
user_group: "user-group",
|
|
887
887
|
};
|
|
888
888
|
export class ReservedCacheNodesOfferingNotFoundFault extends __BaseException {
|
|
889
|
+
name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
890
|
+
$fault = "client";
|
|
889
891
|
constructor(opts) {
|
|
890
892
|
super({
|
|
891
893
|
name: "ReservedCacheNodesOfferingNotFoundFault",
|
|
892
894
|
$fault: "client",
|
|
893
895
|
...opts,
|
|
894
896
|
});
|
|
895
|
-
this.name = "ReservedCacheNodesOfferingNotFoundFault";
|
|
896
|
-
this.$fault = "client";
|
|
897
897
|
Object.setPrototypeOf(this, ReservedCacheNodesOfferingNotFoundFault.prototype);
|
|
898
898
|
}
|
|
899
899
|
}
|
|
@@ -929,14 +929,14 @@ export const SlaMet = {
|
|
|
929
929
|
YES: "yes",
|
|
930
930
|
};
|
|
931
931
|
export class InvalidKMSKeyFault extends __BaseException {
|
|
932
|
+
name = "InvalidKMSKeyFault";
|
|
933
|
+
$fault = "client";
|
|
932
934
|
constructor(opts) {
|
|
933
935
|
super({
|
|
934
936
|
name: "InvalidKMSKeyFault",
|
|
935
937
|
$fault: "client",
|
|
936
938
|
...opts,
|
|
937
939
|
});
|
|
938
|
-
this.name = "InvalidKMSKeyFault";
|
|
939
|
-
this.$fault = "client";
|
|
940
940
|
Object.setPrototypeOf(this, InvalidKMSKeyFault.prototype);
|
|
941
941
|
}
|
|
942
942
|
}
|
|
@@ -946,62 +946,62 @@ export const AuthTokenUpdateStrategyType = {
|
|
|
946
946
|
SET: "SET",
|
|
947
947
|
};
|
|
948
948
|
export class SubnetInUse extends __BaseException {
|
|
949
|
+
name = "SubnetInUse";
|
|
950
|
+
$fault = "client";
|
|
949
951
|
constructor(opts) {
|
|
950
952
|
super({
|
|
951
953
|
name: "SubnetInUse",
|
|
952
954
|
$fault: "client",
|
|
953
955
|
...opts,
|
|
954
956
|
});
|
|
955
|
-
this.name = "SubnetInUse";
|
|
956
|
-
this.$fault = "client";
|
|
957
957
|
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
960
|
export class ReservedCacheNodeAlreadyExistsFault extends __BaseException {
|
|
961
|
+
name = "ReservedCacheNodeAlreadyExistsFault";
|
|
962
|
+
$fault = "client";
|
|
961
963
|
constructor(opts) {
|
|
962
964
|
super({
|
|
963
965
|
name: "ReservedCacheNodeAlreadyExistsFault",
|
|
964
966
|
$fault: "client",
|
|
965
967
|
...opts,
|
|
966
968
|
});
|
|
967
|
-
this.name = "ReservedCacheNodeAlreadyExistsFault";
|
|
968
|
-
this.$fault = "client";
|
|
969
969
|
Object.setPrototypeOf(this, ReservedCacheNodeAlreadyExistsFault.prototype);
|
|
970
970
|
}
|
|
971
971
|
}
|
|
972
972
|
export class ReservedCacheNodeQuotaExceededFault extends __BaseException {
|
|
973
|
+
name = "ReservedCacheNodeQuotaExceededFault";
|
|
974
|
+
$fault = "client";
|
|
973
975
|
constructor(opts) {
|
|
974
976
|
super({
|
|
975
977
|
name: "ReservedCacheNodeQuotaExceededFault",
|
|
976
978
|
$fault: "client",
|
|
977
979
|
...opts,
|
|
978
980
|
});
|
|
979
|
-
this.name = "ReservedCacheNodeQuotaExceededFault";
|
|
980
|
-
this.$fault = "client";
|
|
981
981
|
Object.setPrototypeOf(this, ReservedCacheNodeQuotaExceededFault.prototype);
|
|
982
982
|
}
|
|
983
983
|
}
|
|
984
984
|
export class TagNotFoundFault extends __BaseException {
|
|
985
|
+
name = "TagNotFoundFault";
|
|
986
|
+
$fault = "client";
|
|
985
987
|
constructor(opts) {
|
|
986
988
|
super({
|
|
987
989
|
name: "TagNotFoundFault",
|
|
988
990
|
$fault: "client",
|
|
989
991
|
...opts,
|
|
990
992
|
});
|
|
991
|
-
this.name = "TagNotFoundFault";
|
|
992
|
-
this.$fault = "client";
|
|
993
993
|
Object.setPrototypeOf(this, TagNotFoundFault.prototype);
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
export class AuthorizationNotFoundFault extends __BaseException {
|
|
997
|
+
name = "AuthorizationNotFoundFault";
|
|
998
|
+
$fault = "client";
|
|
997
999
|
constructor(opts) {
|
|
998
1000
|
super({
|
|
999
1001
|
name: "AuthorizationNotFoundFault",
|
|
1000
1002
|
$fault: "client",
|
|
1001
1003
|
...opts,
|
|
1002
1004
|
});
|
|
1003
|
-
this.name = "AuthorizationNotFoundFault";
|
|
1004
|
-
this.$fault = "client";
|
|
1005
1005
|
Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|