@aws-sdk/client-dax 3.952.0 → 3.953.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 +413 -298
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DescribeClustersCommand.js +2 -2
- package/dist-es/commands/DescribeDefaultParametersCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeParameterGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeParametersCommand.js +2 -2
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +2 -2
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/RebootNodeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateClusterCommand.js +2 -2
- package/dist-es/commands/UpdateParameterGroupCommand.js +2 -2
- package/dist-es/commands/UpdateSubnetGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +209 -202
- package/dist-types/DAXClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +109 -129
- package/dist-types/ts3.4/DAXClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -129
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class DAXClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class DAXServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, DAXServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ClusterAlreadyExistsFault extends DAXServiceException {
|
|
121
121
|
name = "ClusterAlreadyExistsFault";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let ClusterAlreadyExistsFault$1 = class ClusterAlreadyExistsFault extends DAXSer
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ClusterQuotaForCustomerExceededFault extends DAXServiceException {
|
|
133
133
|
name = "ClusterQuotaForCustomerExceededFault";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ClusterQuotaForCustomerExceededFault$1 = class ClusterQuotaForCustomerExceed
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InsufficientClusterCapacityFault extends DAXServiceException {
|
|
145
145
|
name = "InsufficientClusterCapacityFault";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InsufficientClusterCapacityFault$1 = class InsufficientClusterCapacityFault
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InvalidClusterStateFault extends DAXServiceException {
|
|
157
157
|
name = "InvalidClusterStateFault";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InvalidClusterStateFault$1 = class InvalidClusterStateFault extends DAXServi
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InvalidClusterStateFault.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class InvalidParameterCombinationException extends DAXServiceException {
|
|
169
169
|
name = "InvalidParameterCombinationException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let InvalidParameterCombinationException$1 = class InvalidParameterCombinationEx
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class InvalidParameterGroupStateFault extends DAXServiceException {
|
|
181
181
|
name = "InvalidParameterGroupStateFault";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let InvalidParameterGroupStateFault$1 = class InvalidParameterGroupStateFault ex
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class InvalidParameterValueException extends DAXServiceException {
|
|
193
193
|
name = "InvalidParameterValueException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let InvalidParameterValueException$1 = class InvalidParameterValueException exte
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class InvalidVPCNetworkStateFault extends DAXServiceException {
|
|
205
205
|
name = "InvalidVPCNetworkStateFault";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let InvalidVPCNetworkStateFault$1 = class InvalidVPCNetworkStateFault extends DA
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class NodeQuotaForClusterExceededFault extends DAXServiceException {
|
|
217
217
|
name = "NodeQuotaForClusterExceededFault";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let NodeQuotaForClusterExceededFault$1 = class NodeQuotaForClusterExceededFault
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class NodeQuotaForCustomerExceededFault extends DAXServiceException {
|
|
229
229
|
name = "NodeQuotaForCustomerExceededFault";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let NodeQuotaForCustomerExceededFault$1 = class NodeQuotaForCustomerExceededFaul
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class ParameterGroupNotFoundFault extends DAXServiceException {
|
|
241
241
|
name = "ParameterGroupNotFoundFault";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,8 +248,8 @@ let ParameterGroupNotFoundFault$1 = class ParameterGroupNotFoundFault extends DA
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class ServiceLinkedRoleNotFoundFault extends DAXServiceException {
|
|
253
253
|
name = "ServiceLinkedRoleNotFoundFault";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
constructor(opts) {
|
|
@@ -260,8 +260,8 @@ let ServiceLinkedRoleNotFoundFault$1 = class ServiceLinkedRoleNotFoundFault exte
|
|
|
260
260
|
});
|
|
261
261
|
Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype);
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class ServiceQuotaExceededException extends DAXServiceException {
|
|
265
265
|
name = "ServiceQuotaExceededException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
constructor(opts) {
|
|
@@ -272,8 +272,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
272
272
|
});
|
|
273
273
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
274
274
|
}
|
|
275
|
-
}
|
|
276
|
-
|
|
275
|
+
}
|
|
276
|
+
class SubnetGroupNotFoundFault extends DAXServiceException {
|
|
277
277
|
name = "SubnetGroupNotFoundFault";
|
|
278
278
|
$fault = "client";
|
|
279
279
|
constructor(opts) {
|
|
@@ -284,8 +284,8 @@ let SubnetGroupNotFoundFault$1 = class SubnetGroupNotFoundFault extends DAXServi
|
|
|
284
284
|
});
|
|
285
285
|
Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype);
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class TagQuotaPerResourceExceeded extends DAXServiceException {
|
|
289
289
|
name = "TagQuotaPerResourceExceeded";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
constructor(opts) {
|
|
@@ -296,8 +296,8 @@ let TagQuotaPerResourceExceeded$1 = class TagQuotaPerResourceExceeded extends DA
|
|
|
296
296
|
});
|
|
297
297
|
Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype);
|
|
298
298
|
}
|
|
299
|
-
}
|
|
300
|
-
|
|
299
|
+
}
|
|
300
|
+
class ParameterGroupAlreadyExistsFault extends DAXServiceException {
|
|
301
301
|
name = "ParameterGroupAlreadyExistsFault";
|
|
302
302
|
$fault = "client";
|
|
303
303
|
constructor(opts) {
|
|
@@ -308,8 +308,8 @@ let ParameterGroupAlreadyExistsFault$1 = class ParameterGroupAlreadyExistsFault
|
|
|
308
308
|
});
|
|
309
309
|
Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype);
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
311
|
+
}
|
|
312
|
+
class ParameterGroupQuotaExceededFault extends DAXServiceException {
|
|
313
313
|
name = "ParameterGroupQuotaExceededFault";
|
|
314
314
|
$fault = "client";
|
|
315
315
|
constructor(opts) {
|
|
@@ -320,8 +320,8 @@ let ParameterGroupQuotaExceededFault$1 = class ParameterGroupQuotaExceededFault
|
|
|
320
320
|
});
|
|
321
321
|
Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype);
|
|
322
322
|
}
|
|
323
|
-
}
|
|
324
|
-
|
|
323
|
+
}
|
|
324
|
+
class InvalidSubnet extends DAXServiceException {
|
|
325
325
|
name = "InvalidSubnet";
|
|
326
326
|
$fault = "client";
|
|
327
327
|
constructor(opts) {
|
|
@@ -332,8 +332,8 @@ let InvalidSubnet$1 = class InvalidSubnet extends DAXServiceException$1 {
|
|
|
332
332
|
});
|
|
333
333
|
Object.setPrototypeOf(this, InvalidSubnet.prototype);
|
|
334
334
|
}
|
|
335
|
-
}
|
|
336
|
-
|
|
335
|
+
}
|
|
336
|
+
class SubnetGroupAlreadyExistsFault extends DAXServiceException {
|
|
337
337
|
name = "SubnetGroupAlreadyExistsFault";
|
|
338
338
|
$fault = "client";
|
|
339
339
|
constructor(opts) {
|
|
@@ -344,8 +344,8 @@ let SubnetGroupAlreadyExistsFault$1 = class SubnetGroupAlreadyExistsFault extend
|
|
|
344
344
|
});
|
|
345
345
|
Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype);
|
|
346
346
|
}
|
|
347
|
-
}
|
|
348
|
-
|
|
347
|
+
}
|
|
348
|
+
class SubnetGroupQuotaExceededFault extends DAXServiceException {
|
|
349
349
|
name = "SubnetGroupQuotaExceededFault";
|
|
350
350
|
$fault = "client";
|
|
351
351
|
constructor(opts) {
|
|
@@ -356,8 +356,8 @@ let SubnetGroupQuotaExceededFault$1 = class SubnetGroupQuotaExceededFault extend
|
|
|
356
356
|
});
|
|
357
357
|
Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype);
|
|
358
358
|
}
|
|
359
|
-
}
|
|
360
|
-
|
|
359
|
+
}
|
|
360
|
+
class SubnetNotAllowedFault extends DAXServiceException {
|
|
361
361
|
name = "SubnetNotAllowedFault";
|
|
362
362
|
$fault = "client";
|
|
363
363
|
constructor(opts) {
|
|
@@ -368,8 +368,8 @@ let SubnetNotAllowedFault$1 = class SubnetNotAllowedFault extends DAXServiceExce
|
|
|
368
368
|
});
|
|
369
369
|
Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype);
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class SubnetQuotaExceededFault extends DAXServiceException {
|
|
373
373
|
name = "SubnetQuotaExceededFault";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
constructor(opts) {
|
|
@@ -380,8 +380,8 @@ let SubnetQuotaExceededFault$1 = class SubnetQuotaExceededFault extends DAXServi
|
|
|
380
380
|
});
|
|
381
381
|
Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype);
|
|
382
382
|
}
|
|
383
|
-
}
|
|
384
|
-
|
|
383
|
+
}
|
|
384
|
+
class ClusterNotFoundFault extends DAXServiceException {
|
|
385
385
|
name = "ClusterNotFoundFault";
|
|
386
386
|
$fault = "client";
|
|
387
387
|
constructor(opts) {
|
|
@@ -392,8 +392,8 @@ let ClusterNotFoundFault$1 = class ClusterNotFoundFault extends DAXServiceExcept
|
|
|
392
392
|
});
|
|
393
393
|
Object.setPrototypeOf(this, ClusterNotFoundFault.prototype);
|
|
394
394
|
}
|
|
395
|
-
}
|
|
396
|
-
|
|
395
|
+
}
|
|
396
|
+
class NodeNotFoundFault extends DAXServiceException {
|
|
397
397
|
name = "NodeNotFoundFault";
|
|
398
398
|
$fault = "client";
|
|
399
399
|
constructor(opts) {
|
|
@@ -404,8 +404,8 @@ let NodeNotFoundFault$1 = class NodeNotFoundFault extends DAXServiceException$1
|
|
|
404
404
|
});
|
|
405
405
|
Object.setPrototypeOf(this, NodeNotFoundFault.prototype);
|
|
406
406
|
}
|
|
407
|
-
}
|
|
408
|
-
|
|
407
|
+
}
|
|
408
|
+
class SubnetGroupInUseFault extends DAXServiceException {
|
|
409
409
|
name = "SubnetGroupInUseFault";
|
|
410
410
|
$fault = "client";
|
|
411
411
|
constructor(opts) {
|
|
@@ -416,8 +416,8 @@ let SubnetGroupInUseFault$1 = class SubnetGroupInUseFault extends DAXServiceExce
|
|
|
416
416
|
});
|
|
417
417
|
Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype);
|
|
418
418
|
}
|
|
419
|
-
}
|
|
420
|
-
|
|
419
|
+
}
|
|
420
|
+
class InvalidARNFault extends DAXServiceException {
|
|
421
421
|
name = "InvalidARNFault";
|
|
422
422
|
$fault = "client";
|
|
423
423
|
constructor(opts) {
|
|
@@ -428,8 +428,8 @@ let InvalidARNFault$1 = class InvalidARNFault extends DAXServiceException$1 {
|
|
|
428
428
|
});
|
|
429
429
|
Object.setPrototypeOf(this, InvalidARNFault.prototype);
|
|
430
430
|
}
|
|
431
|
-
}
|
|
432
|
-
|
|
431
|
+
}
|
|
432
|
+
class TagNotFoundFault extends DAXServiceException {
|
|
433
433
|
name = "TagNotFoundFault";
|
|
434
434
|
$fault = "client";
|
|
435
435
|
constructor(opts) {
|
|
@@ -440,8 +440,8 @@ let TagNotFoundFault$1 = class TagNotFoundFault extends DAXServiceException$1 {
|
|
|
440
440
|
});
|
|
441
441
|
Object.setPrototypeOf(this, TagNotFoundFault.prototype);
|
|
442
442
|
}
|
|
443
|
-
}
|
|
444
|
-
|
|
443
|
+
}
|
|
444
|
+
class SubnetInUse extends DAXServiceException {
|
|
445
445
|
name = "SubnetInUse";
|
|
446
446
|
$fault = "client";
|
|
447
447
|
constructor(opts) {
|
|
@@ -452,7 +452,7 @@ let SubnetInUse$1 = class SubnetInUse extends DAXServiceException$1 {
|
|
|
452
452
|
});
|
|
453
453
|
Object.setPrototypeOf(this, SubnetInUse.prototype);
|
|
454
454
|
}
|
|
455
|
-
}
|
|
455
|
+
}
|
|
456
456
|
|
|
457
457
|
const _A = "Address";
|
|
458
458
|
const _AN = "ActiveNodes";
|
|
@@ -654,7 +654,7 @@ const _hE = "httpError";
|
|
|
654
654
|
const _m = "message";
|
|
655
655
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dax";
|
|
656
656
|
const n0 = "com.amazonaws.dax";
|
|
657
|
-
var Cluster = [
|
|
657
|
+
var Cluster$ = [
|
|
658
658
|
3,
|
|
659
659
|
n0,
|
|
660
660
|
_C,
|
|
@@ -668,21 +668,21 @@ var Cluster = [
|
|
|
668
668
|
1,
|
|
669
669
|
0,
|
|
670
670
|
0,
|
|
671
|
-
() => Endpoint
|
|
671
|
+
() => Endpoint$,
|
|
672
672
|
64 | 0,
|
|
673
673
|
() => NodeList,
|
|
674
674
|
0,
|
|
675
|
-
() => NotificationConfiguration
|
|
675
|
+
() => NotificationConfiguration$,
|
|
676
676
|
0,
|
|
677
677
|
() => SecurityGroupMembershipList,
|
|
678
678
|
0,
|
|
679
|
-
() => ParameterGroupStatus
|
|
680
|
-
() => SSEDescription
|
|
679
|
+
() => ParameterGroupStatus$,
|
|
680
|
+
() => SSEDescription$,
|
|
681
681
|
0,
|
|
682
682
|
0,
|
|
683
683
|
],
|
|
684
684
|
];
|
|
685
|
-
var ClusterAlreadyExistsFault = [
|
|
685
|
+
var ClusterAlreadyExistsFault$ = [
|
|
686
686
|
-3,
|
|
687
687
|
n0,
|
|
688
688
|
_CAEF,
|
|
@@ -690,8 +690,8 @@ var ClusterAlreadyExistsFault = [
|
|
|
690
690
|
[_m],
|
|
691
691
|
[0],
|
|
692
692
|
];
|
|
693
|
-
schema.TypeRegistry.for(n0).registerError(ClusterAlreadyExistsFault
|
|
694
|
-
var ClusterNotFoundFault = [
|
|
693
|
+
schema.TypeRegistry.for(n0).registerError(ClusterAlreadyExistsFault$, ClusterAlreadyExistsFault);
|
|
694
|
+
var ClusterNotFoundFault$ = [
|
|
695
695
|
-3,
|
|
696
696
|
n0,
|
|
697
697
|
_CNFF,
|
|
@@ -699,8 +699,8 @@ var ClusterNotFoundFault = [
|
|
|
699
699
|
[_m],
|
|
700
700
|
[0],
|
|
701
701
|
];
|
|
702
|
-
schema.TypeRegistry.for(n0).registerError(ClusterNotFoundFault
|
|
703
|
-
var ClusterQuotaForCustomerExceededFault = [
|
|
702
|
+
schema.TypeRegistry.for(n0).registerError(ClusterNotFoundFault$, ClusterNotFoundFault);
|
|
703
|
+
var ClusterQuotaForCustomerExceededFault$ = [
|
|
704
704
|
-3,
|
|
705
705
|
n0,
|
|
706
706
|
_CQFCEF,
|
|
@@ -708,21 +708,21 @@ var ClusterQuotaForCustomerExceededFault = [
|
|
|
708
708
|
[_m],
|
|
709
709
|
[0],
|
|
710
710
|
];
|
|
711
|
-
schema.TypeRegistry.for(n0).registerError(ClusterQuotaForCustomerExceededFault
|
|
712
|
-
var CreateClusterRequest = [
|
|
711
|
+
schema.TypeRegistry.for(n0).registerError(ClusterQuotaForCustomerExceededFault$, ClusterQuotaForCustomerExceededFault);
|
|
712
|
+
var CreateClusterRequest$ = [
|
|
713
713
|
3,
|
|
714
714
|
n0,
|
|
715
715
|
_CCR,
|
|
716
716
|
0,
|
|
717
717
|
[_CN, _NT, _D, _RF, _AZ, _SGN, _SGI, _PMW, _NTA, _IRA, _PGN, _T, _SSES, _CEET, _NTe],
|
|
718
|
-
[0, 0, 0, 1, 64 | 0, 0, 64 | 0, 0, 0, 0, 0, () => TagList, () => SSESpecification
|
|
718
|
+
[0, 0, 0, 1, 64 | 0, 0, 64 | 0, 0, 0, 0, 0, () => TagList, () => SSESpecification$, 0, 0],
|
|
719
719
|
];
|
|
720
|
-
var CreateClusterResponse = [3, n0, _CCRr, 0, [_C], [() => Cluster]];
|
|
721
|
-
var CreateParameterGroupRequest = [3, n0, _CPGR, 0, [_PGN, _D], [0, 0]];
|
|
722
|
-
var CreateParameterGroupResponse = [3, n0, _CPGRr, 0, [_PG], [() => ParameterGroup]];
|
|
723
|
-
var CreateSubnetGroupRequest = [3, n0, _CSGR, 0, [_SGN, _D, _SI], [0, 0, 64 | 0]];
|
|
724
|
-
var CreateSubnetGroupResponse = [3, n0, _CSGRr, 0, [_SG], [() => SubnetGroup]];
|
|
725
|
-
var DecreaseReplicationFactorRequest = [
|
|
720
|
+
var CreateClusterResponse$ = [3, n0, _CCRr, 0, [_C], [() => Cluster$]];
|
|
721
|
+
var CreateParameterGroupRequest$ = [3, n0, _CPGR, 0, [_PGN, _D], [0, 0]];
|
|
722
|
+
var CreateParameterGroupResponse$ = [3, n0, _CPGRr, 0, [_PG], [() => ParameterGroup$]];
|
|
723
|
+
var CreateSubnetGroupRequest$ = [3, n0, _CSGR, 0, [_SGN, _D, _SI], [0, 0, 64 | 0]];
|
|
724
|
+
var CreateSubnetGroupResponse$ = [3, n0, _CSGRr, 0, [_SG], [() => SubnetGroup$]];
|
|
725
|
+
var DecreaseReplicationFactorRequest$ = [
|
|
726
726
|
3,
|
|
727
727
|
n0,
|
|
728
728
|
_DRFR,
|
|
@@ -730,17 +730,17 @@ var DecreaseReplicationFactorRequest = [
|
|
|
730
730
|
[_CN, _NRF, _AZ, _NITR],
|
|
731
731
|
[0, 1, 64 | 0, 64 | 0],
|
|
732
732
|
];
|
|
733
|
-
var DecreaseReplicationFactorResponse = [3, n0, _DRFRe, 0, [_C], [() => Cluster]];
|
|
734
|
-
var DeleteClusterRequest = [3, n0, _DCR, 0, [_CN], [0]];
|
|
735
|
-
var DeleteClusterResponse = [3, n0, _DCRe, 0, [_C], [() => Cluster]];
|
|
736
|
-
var DeleteParameterGroupRequest = [3, n0, _DPGR, 0, [_PGN], [0]];
|
|
737
|
-
var DeleteParameterGroupResponse = [3, n0, _DPGRe, 0, [_DM], [0]];
|
|
738
|
-
var DeleteSubnetGroupRequest = [3, n0, _DSGR, 0, [_SGN], [0]];
|
|
739
|
-
var DeleteSubnetGroupResponse = [3, n0, _DSGRe, 0, [_DM], [0]];
|
|
740
|
-
var DescribeClustersRequest = [3, n0, _DCRes, 0, [_CNl, _MR, _NTex], [64 | 0, 1, 0]];
|
|
741
|
-
var DescribeClustersResponse = [3, n0, _DCResc, 0, [_NTex, _Cl], [0, () => ClusterList]];
|
|
742
|
-
var DescribeDefaultParametersRequest = [3, n0, _DDPR, 0, [_MR, _NTex], [1, 0]];
|
|
743
|
-
var DescribeDefaultParametersResponse = [
|
|
733
|
+
var DecreaseReplicationFactorResponse$ = [3, n0, _DRFRe, 0, [_C], [() => Cluster$]];
|
|
734
|
+
var DeleteClusterRequest$ = [3, n0, _DCR, 0, [_CN], [0]];
|
|
735
|
+
var DeleteClusterResponse$ = [3, n0, _DCRe, 0, [_C], [() => Cluster$]];
|
|
736
|
+
var DeleteParameterGroupRequest$ = [3, n0, _DPGR, 0, [_PGN], [0]];
|
|
737
|
+
var DeleteParameterGroupResponse$ = [3, n0, _DPGRe, 0, [_DM], [0]];
|
|
738
|
+
var DeleteSubnetGroupRequest$ = [3, n0, _DSGR, 0, [_SGN], [0]];
|
|
739
|
+
var DeleteSubnetGroupResponse$ = [3, n0, _DSGRe, 0, [_DM], [0]];
|
|
740
|
+
var DescribeClustersRequest$ = [3, n0, _DCRes, 0, [_CNl, _MR, _NTex], [64 | 0, 1, 0]];
|
|
741
|
+
var DescribeClustersResponse$ = [3, n0, _DCResc, 0, [_NTex, _Cl], [0, () => ClusterList]];
|
|
742
|
+
var DescribeDefaultParametersRequest$ = [3, n0, _DDPR, 0, [_MR, _NTex], [1, 0]];
|
|
743
|
+
var DescribeDefaultParametersResponse$ = [
|
|
744
744
|
3,
|
|
745
745
|
n0,
|
|
746
746
|
_DDPRe,
|
|
@@ -748,7 +748,7 @@ var DescribeDefaultParametersResponse = [
|
|
|
748
748
|
[_NTex, _P],
|
|
749
749
|
[0, () => ParameterList],
|
|
750
750
|
];
|
|
751
|
-
var DescribeEventsRequest = [
|
|
751
|
+
var DescribeEventsRequest$ = [
|
|
752
752
|
3,
|
|
753
753
|
n0,
|
|
754
754
|
_DER,
|
|
@@ -756,8 +756,8 @@ var DescribeEventsRequest = [
|
|
|
756
756
|
[_SN, _ST, _STt, _ET, _Du, _MR, _NTex],
|
|
757
757
|
[0, 0, 4, 4, 1, 1, 0],
|
|
758
758
|
];
|
|
759
|
-
var DescribeEventsResponse = [3, n0, _DERe, 0, [_NTex, _E], [0, () => EventList]];
|
|
760
|
-
var DescribeParameterGroupsRequest = [
|
|
759
|
+
var DescribeEventsResponse$ = [3, n0, _DERe, 0, [_NTex, _E], [0, () => EventList]];
|
|
760
|
+
var DescribeParameterGroupsRequest$ = [
|
|
761
761
|
3,
|
|
762
762
|
n0,
|
|
763
763
|
_DPGRes,
|
|
@@ -765,7 +765,7 @@ var DescribeParameterGroupsRequest = [
|
|
|
765
765
|
[_PGNa, _MR, _NTex],
|
|
766
766
|
[64 | 0, 1, 0],
|
|
767
767
|
];
|
|
768
|
-
var DescribeParameterGroupsResponse = [
|
|
768
|
+
var DescribeParameterGroupsResponse$ = [
|
|
769
769
|
3,
|
|
770
770
|
n0,
|
|
771
771
|
_DPGResc,
|
|
@@ -773,9 +773,16 @@ var DescribeParameterGroupsResponse = [
|
|
|
773
773
|
[_NTex, _PGa],
|
|
774
774
|
[0, () => ParameterGroupList],
|
|
775
775
|
];
|
|
776
|
-
var DescribeParametersRequest = [3, n0, _DPR, 0, [_PGN, _So, _MR, _NTex], [0, 0, 1, 0]];
|
|
777
|
-
var DescribeParametersResponse = [
|
|
778
|
-
|
|
776
|
+
var DescribeParametersRequest$ = [3, n0, _DPR, 0, [_PGN, _So, _MR, _NTex], [0, 0, 1, 0]];
|
|
777
|
+
var DescribeParametersResponse$ = [
|
|
778
|
+
3,
|
|
779
|
+
n0,
|
|
780
|
+
_DPRe,
|
|
781
|
+
0,
|
|
782
|
+
[_NTex, _P],
|
|
783
|
+
[0, () => ParameterList],
|
|
784
|
+
];
|
|
785
|
+
var DescribeSubnetGroupsRequest$ = [
|
|
779
786
|
3,
|
|
780
787
|
n0,
|
|
781
788
|
_DSGRes,
|
|
@@ -783,7 +790,7 @@ var DescribeSubnetGroupsRequest = [
|
|
|
783
790
|
[_SGNu, _MR, _NTex],
|
|
784
791
|
[64 | 0, 1, 0],
|
|
785
792
|
];
|
|
786
|
-
var DescribeSubnetGroupsResponse = [
|
|
793
|
+
var DescribeSubnetGroupsResponse$ = [
|
|
787
794
|
3,
|
|
788
795
|
n0,
|
|
789
796
|
_DSGResc,
|
|
@@ -791,9 +798,9 @@ var DescribeSubnetGroupsResponse = [
|
|
|
791
798
|
[_NTex, _SGu],
|
|
792
799
|
[0, () => SubnetGroupList],
|
|
793
800
|
];
|
|
794
|
-
var Endpoint = [3, n0, _En, 0, [_A, _Po, _URL], [0, 1, 0]];
|
|
795
|
-
var Event = [3, n0, _Ev, 0, [_SN, _ST, _M, _Da], [0, 0, 0, 4]];
|
|
796
|
-
var IncreaseReplicationFactorRequest = [
|
|
801
|
+
var Endpoint$ = [3, n0, _En, 0, [_A, _Po, _URL], [0, 1, 0]];
|
|
802
|
+
var Event$ = [3, n0, _Ev, 0, [_SN, _ST, _M, _Da], [0, 0, 0, 4]];
|
|
803
|
+
var IncreaseReplicationFactorRequest$ = [
|
|
797
804
|
3,
|
|
798
805
|
n0,
|
|
799
806
|
_IRFR,
|
|
@@ -801,8 +808,8 @@ var IncreaseReplicationFactorRequest = [
|
|
|
801
808
|
[_CN, _NRF, _AZ],
|
|
802
809
|
[0, 1, 64 | 0],
|
|
803
810
|
];
|
|
804
|
-
var IncreaseReplicationFactorResponse = [3, n0, _IRFRn, 0, [_C], [() => Cluster]];
|
|
805
|
-
var InsufficientClusterCapacityFault = [
|
|
811
|
+
var IncreaseReplicationFactorResponse$ = [3, n0, _IRFRn, 0, [_C], [() => Cluster$]];
|
|
812
|
+
var InsufficientClusterCapacityFault$ = [
|
|
806
813
|
-3,
|
|
807
814
|
n0,
|
|
808
815
|
_ICCF,
|
|
@@ -810,8 +817,8 @@ var InsufficientClusterCapacityFault = [
|
|
|
810
817
|
[_m],
|
|
811
818
|
[0],
|
|
812
819
|
];
|
|
813
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientClusterCapacityFault
|
|
814
|
-
var InvalidARNFault = [
|
|
820
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientClusterCapacityFault$, InsufficientClusterCapacityFault);
|
|
821
|
+
var InvalidARNFault$ = [
|
|
815
822
|
-3,
|
|
816
823
|
n0,
|
|
817
824
|
_IARNF,
|
|
@@ -819,8 +826,8 @@ var InvalidARNFault = [
|
|
|
819
826
|
[_m],
|
|
820
827
|
[0],
|
|
821
828
|
];
|
|
822
|
-
schema.TypeRegistry.for(n0).registerError(InvalidARNFault
|
|
823
|
-
var InvalidClusterStateFault = [
|
|
829
|
+
schema.TypeRegistry.for(n0).registerError(InvalidARNFault$, InvalidARNFault);
|
|
830
|
+
var InvalidClusterStateFault$ = [
|
|
824
831
|
-3,
|
|
825
832
|
n0,
|
|
826
833
|
_ICSF,
|
|
@@ -828,8 +835,8 @@ var InvalidClusterStateFault = [
|
|
|
828
835
|
[_m],
|
|
829
836
|
[0],
|
|
830
837
|
];
|
|
831
|
-
schema.TypeRegistry.for(n0).registerError(InvalidClusterStateFault
|
|
832
|
-
var InvalidParameterCombinationException = [
|
|
838
|
+
schema.TypeRegistry.for(n0).registerError(InvalidClusterStateFault$, InvalidClusterStateFault);
|
|
839
|
+
var InvalidParameterCombinationException$ = [
|
|
833
840
|
-3,
|
|
834
841
|
n0,
|
|
835
842
|
_IPCE,
|
|
@@ -837,8 +844,8 @@ var InvalidParameterCombinationException = [
|
|
|
837
844
|
[_m],
|
|
838
845
|
[0],
|
|
839
846
|
];
|
|
840
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException
|
|
841
|
-
var InvalidParameterGroupStateFault = [
|
|
847
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
|
|
848
|
+
var InvalidParameterGroupStateFault$ = [
|
|
842
849
|
-3,
|
|
843
850
|
n0,
|
|
844
851
|
_IPGSF,
|
|
@@ -846,8 +853,8 @@ var InvalidParameterGroupStateFault = [
|
|
|
846
853
|
[_m],
|
|
847
854
|
[0],
|
|
848
855
|
];
|
|
849
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterGroupStateFault
|
|
850
|
-
var InvalidParameterValueException = [
|
|
856
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterGroupStateFault$, InvalidParameterGroupStateFault);
|
|
857
|
+
var InvalidParameterValueException$ = [
|
|
851
858
|
-3,
|
|
852
859
|
n0,
|
|
853
860
|
_IPVE,
|
|
@@ -855,8 +862,8 @@ var InvalidParameterValueException = [
|
|
|
855
862
|
[_m],
|
|
856
863
|
[0],
|
|
857
864
|
];
|
|
858
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException
|
|
859
|
-
var InvalidSubnet = [
|
|
865
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
866
|
+
var InvalidSubnet$ = [
|
|
860
867
|
-3,
|
|
861
868
|
n0,
|
|
862
869
|
_IS,
|
|
@@ -864,8 +871,8 @@ var InvalidSubnet = [
|
|
|
864
871
|
[_m],
|
|
865
872
|
[0],
|
|
866
873
|
];
|
|
867
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSubnet
|
|
868
|
-
var InvalidVPCNetworkStateFault = [
|
|
874
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSubnet$, InvalidSubnet);
|
|
875
|
+
var InvalidVPCNetworkStateFault$ = [
|
|
869
876
|
-3,
|
|
870
877
|
n0,
|
|
871
878
|
_IVPCNSF,
|
|
@@ -873,18 +880,18 @@ var InvalidVPCNetworkStateFault = [
|
|
|
873
880
|
[_m],
|
|
874
881
|
[0],
|
|
875
882
|
];
|
|
876
|
-
schema.TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault
|
|
877
|
-
var ListTagsRequest = [3, n0, _LTR, 0, [_RN, _NTex], [0, 0]];
|
|
878
|
-
var ListTagsResponse = [3, n0, _LTRi, 0, [_T, _NTex], [() => TagList, 0]];
|
|
879
|
-
var Node = [
|
|
883
|
+
schema.TypeRegistry.for(n0).registerError(InvalidVPCNetworkStateFault$, InvalidVPCNetworkStateFault);
|
|
884
|
+
var ListTagsRequest$ = [3, n0, _LTR, 0, [_RN, _NTex], [0, 0]];
|
|
885
|
+
var ListTagsResponse$ = [3, n0, _LTRi, 0, [_T, _NTex], [() => TagList, 0]];
|
|
886
|
+
var Node$ = [
|
|
880
887
|
3,
|
|
881
888
|
n0,
|
|
882
889
|
_No,
|
|
883
890
|
0,
|
|
884
891
|
[_NI, _En, _NCT, _AZv, _NS, _PGS],
|
|
885
|
-
[0, () => Endpoint
|
|
892
|
+
[0, () => Endpoint$, 4, 0, 0, 0],
|
|
886
893
|
];
|
|
887
|
-
var NodeNotFoundFault = [
|
|
894
|
+
var NodeNotFoundFault$ = [
|
|
888
895
|
-3,
|
|
889
896
|
n0,
|
|
890
897
|
_NNFF,
|
|
@@ -892,8 +899,8 @@ var NodeNotFoundFault = [
|
|
|
892
899
|
[_m],
|
|
893
900
|
[0],
|
|
894
901
|
];
|
|
895
|
-
schema.TypeRegistry.for(n0).registerError(NodeNotFoundFault
|
|
896
|
-
var NodeQuotaForClusterExceededFault = [
|
|
902
|
+
schema.TypeRegistry.for(n0).registerError(NodeNotFoundFault$, NodeNotFoundFault);
|
|
903
|
+
var NodeQuotaForClusterExceededFault$ = [
|
|
897
904
|
-3,
|
|
898
905
|
n0,
|
|
899
906
|
_NQFCEF,
|
|
@@ -901,8 +908,8 @@ var NodeQuotaForClusterExceededFault = [
|
|
|
901
908
|
[_m],
|
|
902
909
|
[0],
|
|
903
910
|
];
|
|
904
|
-
schema.TypeRegistry.for(n0).registerError(NodeQuotaForClusterExceededFault
|
|
905
|
-
var NodeQuotaForCustomerExceededFault = [
|
|
911
|
+
schema.TypeRegistry.for(n0).registerError(NodeQuotaForClusterExceededFault$, NodeQuotaForClusterExceededFault);
|
|
912
|
+
var NodeQuotaForCustomerExceededFault$ = [
|
|
906
913
|
-3,
|
|
907
914
|
n0,
|
|
908
915
|
_NQFCEFo,
|
|
@@ -910,10 +917,10 @@ var NodeQuotaForCustomerExceededFault = [
|
|
|
910
917
|
[_m],
|
|
911
918
|
[0],
|
|
912
919
|
];
|
|
913
|
-
schema.TypeRegistry.for(n0).registerError(NodeQuotaForCustomerExceededFault
|
|
914
|
-
var NodeTypeSpecificValue = [3, n0, _NTSV, 0, [_NT, _V], [0, 0]];
|
|
915
|
-
var NotificationConfiguration = [3, n0, _NC, 0, [_TA, _TS], [0, 0]];
|
|
916
|
-
var Parameter = [
|
|
920
|
+
schema.TypeRegistry.for(n0).registerError(NodeQuotaForCustomerExceededFault$, NodeQuotaForCustomerExceededFault);
|
|
921
|
+
var NodeTypeSpecificValue$ = [3, n0, _NTSV, 0, [_NT, _V], [0, 0]];
|
|
922
|
+
var NotificationConfiguration$ = [3, n0, _NC, 0, [_TA, _TS], [0, 0]];
|
|
923
|
+
var Parameter$ = [
|
|
917
924
|
3,
|
|
918
925
|
n0,
|
|
919
926
|
_Pa,
|
|
@@ -921,8 +928,8 @@ var Parameter = [
|
|
|
921
928
|
[_PN, _PT, _PV, _NTSVo, _D, _So, _DT, _AV, _IM, _CT],
|
|
922
929
|
[0, 0, 0, () => NodeTypeSpecificValueList, 0, 0, 0, 0, 0, 0],
|
|
923
930
|
];
|
|
924
|
-
var ParameterGroup = [3, n0, _PG, 0, [_PGN, _D], [0, 0]];
|
|
925
|
-
var ParameterGroupAlreadyExistsFault = [
|
|
931
|
+
var ParameterGroup$ = [3, n0, _PG, 0, [_PGN, _D], [0, 0]];
|
|
932
|
+
var ParameterGroupAlreadyExistsFault$ = [
|
|
926
933
|
-3,
|
|
927
934
|
n0,
|
|
928
935
|
_PGAEF,
|
|
@@ -930,8 +937,8 @@ var ParameterGroupAlreadyExistsFault = [
|
|
|
930
937
|
[_m],
|
|
931
938
|
[0],
|
|
932
939
|
];
|
|
933
|
-
schema.TypeRegistry.for(n0).registerError(ParameterGroupAlreadyExistsFault
|
|
934
|
-
var ParameterGroupNotFoundFault = [
|
|
940
|
+
schema.TypeRegistry.for(n0).registerError(ParameterGroupAlreadyExistsFault$, ParameterGroupAlreadyExistsFault);
|
|
941
|
+
var ParameterGroupNotFoundFault$ = [
|
|
935
942
|
-3,
|
|
936
943
|
n0,
|
|
937
944
|
_PGNFF,
|
|
@@ -939,8 +946,8 @@ var ParameterGroupNotFoundFault = [
|
|
|
939
946
|
[_m],
|
|
940
947
|
[0],
|
|
941
948
|
];
|
|
942
|
-
schema.TypeRegistry.for(n0).registerError(ParameterGroupNotFoundFault
|
|
943
|
-
var ParameterGroupQuotaExceededFault = [
|
|
949
|
+
schema.TypeRegistry.for(n0).registerError(ParameterGroupNotFoundFault$, ParameterGroupNotFoundFault);
|
|
950
|
+
var ParameterGroupQuotaExceededFault$ = [
|
|
944
951
|
-3,
|
|
945
952
|
n0,
|
|
946
953
|
_PGQEF,
|
|
@@ -948,13 +955,13 @@ var ParameterGroupQuotaExceededFault = [
|
|
|
948
955
|
[_m],
|
|
949
956
|
[0],
|
|
950
957
|
];
|
|
951
|
-
schema.TypeRegistry.for(n0).registerError(ParameterGroupQuotaExceededFault
|
|
952
|
-
var ParameterGroupStatus = [3, n0, _PGS, 0, [_PGN, _PAS, _NITRo], [0, 0, 64 | 0]];
|
|
953
|
-
var ParameterNameValue = [3, n0, _PNV, 0, [_PN, _PV], [0, 0]];
|
|
954
|
-
var RebootNodeRequest = [3, n0, _RNR, 0, [_CN, _NI], [0, 0]];
|
|
955
|
-
var RebootNodeResponse = [3, n0, _RNRe, 0, [_C], [() => Cluster]];
|
|
956
|
-
var SecurityGroupMembership = [3, n0, _SGM, 0, [_SGIe, _S], [0, 0]];
|
|
957
|
-
var ServiceLinkedRoleNotFoundFault = [
|
|
958
|
+
schema.TypeRegistry.for(n0).registerError(ParameterGroupQuotaExceededFault$, ParameterGroupQuotaExceededFault);
|
|
959
|
+
var ParameterGroupStatus$ = [3, n0, _PGS, 0, [_PGN, _PAS, _NITRo], [0, 0, 64 | 0]];
|
|
960
|
+
var ParameterNameValue$ = [3, n0, _PNV, 0, [_PN, _PV], [0, 0]];
|
|
961
|
+
var RebootNodeRequest$ = [3, n0, _RNR, 0, [_CN, _NI], [0, 0]];
|
|
962
|
+
var RebootNodeResponse$ = [3, n0, _RNRe, 0, [_C], [() => Cluster$]];
|
|
963
|
+
var SecurityGroupMembership$ = [3, n0, _SGM, 0, [_SGIe, _S], [0, 0]];
|
|
964
|
+
var ServiceLinkedRoleNotFoundFault$ = [
|
|
958
965
|
-3,
|
|
959
966
|
n0,
|
|
960
967
|
_SLRNFF,
|
|
@@ -962,8 +969,8 @@ var ServiceLinkedRoleNotFoundFault = [
|
|
|
962
969
|
[_m],
|
|
963
970
|
[0],
|
|
964
971
|
];
|
|
965
|
-
schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleNotFoundFault
|
|
966
|
-
var ServiceQuotaExceededException = [
|
|
972
|
+
schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleNotFoundFault$, ServiceLinkedRoleNotFoundFault);
|
|
973
|
+
var ServiceQuotaExceededException$ = [
|
|
967
974
|
-3,
|
|
968
975
|
n0,
|
|
969
976
|
_SQEE,
|
|
@@ -971,11 +978,11 @@ var ServiceQuotaExceededException = [
|
|
|
971
978
|
[],
|
|
972
979
|
[],
|
|
973
980
|
];
|
|
974
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
975
|
-
var SSEDescription = [3, n0, _SSED, 0, [_S], [0]];
|
|
976
|
-
var SSESpecification = [3, n0, _SSES, 0, [_Ena], [2]];
|
|
977
|
-
var Subnet = [3, n0, _Su, 0, [_SIu, _SAZ, _SNT], [0, 0, 64 | 0]];
|
|
978
|
-
var SubnetGroup = [
|
|
981
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
982
|
+
var SSEDescription$ = [3, n0, _SSED, 0, [_S], [0]];
|
|
983
|
+
var SSESpecification$ = [3, n0, _SSES, 0, [_Ena], [2]];
|
|
984
|
+
var Subnet$ = [3, n0, _Su, 0, [_SIu, _SAZ, _SNT], [0, 0, 64 | 0]];
|
|
985
|
+
var SubnetGroup$ = [
|
|
979
986
|
3,
|
|
980
987
|
n0,
|
|
981
988
|
_SG,
|
|
@@ -983,7 +990,7 @@ var SubnetGroup = [
|
|
|
983
990
|
[_SGN, _D, _VI, _Sub, _SNT],
|
|
984
991
|
[0, 0, 0, () => SubnetList, 64 | 0],
|
|
985
992
|
];
|
|
986
|
-
var SubnetGroupAlreadyExistsFault = [
|
|
993
|
+
var SubnetGroupAlreadyExistsFault$ = [
|
|
987
994
|
-3,
|
|
988
995
|
n0,
|
|
989
996
|
_SGAEF,
|
|
@@ -991,8 +998,8 @@ var SubnetGroupAlreadyExistsFault = [
|
|
|
991
998
|
[_m],
|
|
992
999
|
[0],
|
|
993
1000
|
];
|
|
994
|
-
schema.TypeRegistry.for(n0).registerError(SubnetGroupAlreadyExistsFault
|
|
995
|
-
var SubnetGroupInUseFault = [
|
|
1001
|
+
schema.TypeRegistry.for(n0).registerError(SubnetGroupAlreadyExistsFault$, SubnetGroupAlreadyExistsFault);
|
|
1002
|
+
var SubnetGroupInUseFault$ = [
|
|
996
1003
|
-3,
|
|
997
1004
|
n0,
|
|
998
1005
|
_SGIUF,
|
|
@@ -1000,8 +1007,8 @@ var SubnetGroupInUseFault = [
|
|
|
1000
1007
|
[_m],
|
|
1001
1008
|
[0],
|
|
1002
1009
|
];
|
|
1003
|
-
schema.TypeRegistry.for(n0).registerError(SubnetGroupInUseFault
|
|
1004
|
-
var SubnetGroupNotFoundFault = [
|
|
1010
|
+
schema.TypeRegistry.for(n0).registerError(SubnetGroupInUseFault$, SubnetGroupInUseFault);
|
|
1011
|
+
var SubnetGroupNotFoundFault$ = [
|
|
1005
1012
|
-3,
|
|
1006
1013
|
n0,
|
|
1007
1014
|
_SGNFF,
|
|
@@ -1009,8 +1016,8 @@ var SubnetGroupNotFoundFault = [
|
|
|
1009
1016
|
[_m],
|
|
1010
1017
|
[0],
|
|
1011
1018
|
];
|
|
1012
|
-
schema.TypeRegistry.for(n0).registerError(SubnetGroupNotFoundFault
|
|
1013
|
-
var SubnetGroupQuotaExceededFault = [
|
|
1019
|
+
schema.TypeRegistry.for(n0).registerError(SubnetGroupNotFoundFault$, SubnetGroupNotFoundFault);
|
|
1020
|
+
var SubnetGroupQuotaExceededFault$ = [
|
|
1014
1021
|
-3,
|
|
1015
1022
|
n0,
|
|
1016
1023
|
_SGQEF,
|
|
@@ -1018,8 +1025,8 @@ var SubnetGroupQuotaExceededFault = [
|
|
|
1018
1025
|
[_m],
|
|
1019
1026
|
[0],
|
|
1020
1027
|
];
|
|
1021
|
-
schema.TypeRegistry.for(n0).registerError(SubnetGroupQuotaExceededFault
|
|
1022
|
-
var SubnetInUse = [
|
|
1028
|
+
schema.TypeRegistry.for(n0).registerError(SubnetGroupQuotaExceededFault$, SubnetGroupQuotaExceededFault);
|
|
1029
|
+
var SubnetInUse$ = [
|
|
1023
1030
|
-3,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_SIU,
|
|
@@ -1027,8 +1034,8 @@ var SubnetInUse = [
|
|
|
1027
1034
|
[_m],
|
|
1028
1035
|
[0],
|
|
1029
1036
|
];
|
|
1030
|
-
schema.TypeRegistry.for(n0).registerError(SubnetInUse
|
|
1031
|
-
var SubnetNotAllowedFault = [
|
|
1037
|
+
schema.TypeRegistry.for(n0).registerError(SubnetInUse$, SubnetInUse);
|
|
1038
|
+
var SubnetNotAllowedFault$ = [
|
|
1032
1039
|
-3,
|
|
1033
1040
|
n0,
|
|
1034
1041
|
_SNAF,
|
|
@@ -1036,8 +1043,8 @@ var SubnetNotAllowedFault = [
|
|
|
1036
1043
|
[_m],
|
|
1037
1044
|
[0],
|
|
1038
1045
|
];
|
|
1039
|
-
schema.TypeRegistry.for(n0).registerError(SubnetNotAllowedFault
|
|
1040
|
-
var SubnetQuotaExceededFault = [
|
|
1046
|
+
schema.TypeRegistry.for(n0).registerError(SubnetNotAllowedFault$, SubnetNotAllowedFault);
|
|
1047
|
+
var SubnetQuotaExceededFault$ = [
|
|
1041
1048
|
-3,
|
|
1042
1049
|
n0,
|
|
1043
1050
|
_SQEF,
|
|
@@ -1045,9 +1052,9 @@ var SubnetQuotaExceededFault = [
|
|
|
1045
1052
|
[_m],
|
|
1046
1053
|
[0],
|
|
1047
1054
|
];
|
|
1048
|
-
schema.TypeRegistry.for(n0).registerError(SubnetQuotaExceededFault
|
|
1049
|
-
var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
1050
|
-
var TagNotFoundFault = [
|
|
1055
|
+
schema.TypeRegistry.for(n0).registerError(SubnetQuotaExceededFault$, SubnetQuotaExceededFault);
|
|
1056
|
+
var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
1057
|
+
var TagNotFoundFault$ = [
|
|
1051
1058
|
-3,
|
|
1052
1059
|
n0,
|
|
1053
1060
|
_TNFF,
|
|
@@ -1055,8 +1062,8 @@ var TagNotFoundFault = [
|
|
|
1055
1062
|
[_m],
|
|
1056
1063
|
[0],
|
|
1057
1064
|
];
|
|
1058
|
-
schema.TypeRegistry.for(n0).registerError(TagNotFoundFault
|
|
1059
|
-
var TagQuotaPerResourceExceeded = [
|
|
1065
|
+
schema.TypeRegistry.for(n0).registerError(TagNotFoundFault$, TagNotFoundFault);
|
|
1066
|
+
var TagQuotaPerResourceExceeded$ = [
|
|
1060
1067
|
-3,
|
|
1061
1068
|
n0,
|
|
1062
1069
|
_TQPRE,
|
|
@@ -1064,12 +1071,12 @@ var TagQuotaPerResourceExceeded = [
|
|
|
1064
1071
|
[_m],
|
|
1065
1072
|
[0],
|
|
1066
1073
|
];
|
|
1067
|
-
schema.TypeRegistry.for(n0).registerError(TagQuotaPerResourceExceeded
|
|
1068
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RN, _T], [0, () => TagList]];
|
|
1069
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [_T], [() => TagList]];
|
|
1070
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RN, _TK], [0, 64 | 0]];
|
|
1071
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [_T], [() => TagList]];
|
|
1072
|
-
var UpdateClusterRequest = [
|
|
1074
|
+
schema.TypeRegistry.for(n0).registerError(TagQuotaPerResourceExceeded$, TagQuotaPerResourceExceeded);
|
|
1075
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RN, _T], [0, () => TagList]];
|
|
1076
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [_T], [() => TagList]];
|
|
1077
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RN, _TK], [0, 64 | 0]];
|
|
1078
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [_T], [() => TagList]];
|
|
1079
|
+
var UpdateClusterRequest$ = [
|
|
1073
1080
|
3,
|
|
1074
1081
|
n0,
|
|
1075
1082
|
_UCR,
|
|
@@ -1077,8 +1084,8 @@ var UpdateClusterRequest = [
|
|
|
1077
1084
|
[_CN, _D, _PMW, _NTA, _NTS, _PGN, _SGI],
|
|
1078
1085
|
[0, 0, 0, 0, 0, 0, 64 | 0],
|
|
1079
1086
|
];
|
|
1080
|
-
var UpdateClusterResponse = [3, n0, _UCRp, 0, [_C], [() => Cluster]];
|
|
1081
|
-
var UpdateParameterGroupRequest = [
|
|
1087
|
+
var UpdateClusterResponse$ = [3, n0, _UCRp, 0, [_C], [() => Cluster$]];
|
|
1088
|
+
var UpdateParameterGroupRequest$ = [
|
|
1082
1089
|
3,
|
|
1083
1090
|
n0,
|
|
1084
1091
|
_UPGR,
|
|
@@ -1086,168 +1093,168 @@ var UpdateParameterGroupRequest = [
|
|
|
1086
1093
|
[_PGN, _PNVa],
|
|
1087
1094
|
[0, () => ParameterNameValueList],
|
|
1088
1095
|
];
|
|
1089
|
-
var UpdateParameterGroupResponse = [3, n0, _UPGRp, 0, [_PG], [() => ParameterGroup]];
|
|
1090
|
-
var UpdateSubnetGroupRequest = [3, n0, _USGR, 0, [_SGN, _D, _SI], [0, 0, 64 | 0]];
|
|
1091
|
-
var UpdateSubnetGroupResponse = [3, n0, _USGRp, 0, [_SG], [() => SubnetGroup]];
|
|
1092
|
-
var DAXServiceException = [-3, _s, "DAXServiceException", 0, [], []];
|
|
1093
|
-
schema.TypeRegistry.for(_s).registerError(DAXServiceException
|
|
1094
|
-
var ClusterList = [1, n0, _CL, 0, () => Cluster];
|
|
1095
|
-
var EventList = [1, n0, _EL, 0, () => Event];
|
|
1096
|
-
var NodeList = [1, n0, _NL, 0, () => Node];
|
|
1097
|
-
var NodeTypeSpecificValueList = [1, n0, _NTSVL, 0, () => NodeTypeSpecificValue];
|
|
1098
|
-
var ParameterGroupList = [1, n0, _PGL, 0, () => ParameterGroup];
|
|
1099
|
-
var ParameterList = [1, n0, _PL, 0, () => Parameter];
|
|
1100
|
-
var ParameterNameValueList = [1, n0, _PNVL, 0, () => ParameterNameValue];
|
|
1101
|
-
var SecurityGroupMembershipList = [1, n0, _SGML, 0, () => SecurityGroupMembership];
|
|
1102
|
-
var SubnetGroupList = [1, n0, _SGL, 0, () => SubnetGroup];
|
|
1103
|
-
var SubnetList = [1, n0, _SL, 0, () => Subnet];
|
|
1104
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1105
|
-
var CreateCluster = [
|
|
1096
|
+
var UpdateParameterGroupResponse$ = [3, n0, _UPGRp, 0, [_PG], [() => ParameterGroup$]];
|
|
1097
|
+
var UpdateSubnetGroupRequest$ = [3, n0, _USGR, 0, [_SGN, _D, _SI], [0, 0, 64 | 0]];
|
|
1098
|
+
var UpdateSubnetGroupResponse$ = [3, n0, _USGRp, 0, [_SG], [() => SubnetGroup$]];
|
|
1099
|
+
var DAXServiceException$ = [-3, _s, "DAXServiceException", 0, [], []];
|
|
1100
|
+
schema.TypeRegistry.for(_s).registerError(DAXServiceException$, DAXServiceException);
|
|
1101
|
+
var ClusterList = [1, n0, _CL, 0, () => Cluster$];
|
|
1102
|
+
var EventList = [1, n0, _EL, 0, () => Event$];
|
|
1103
|
+
var NodeList = [1, n0, _NL, 0, () => Node$];
|
|
1104
|
+
var NodeTypeSpecificValueList = [1, n0, _NTSVL, 0, () => NodeTypeSpecificValue$];
|
|
1105
|
+
var ParameterGroupList = [1, n0, _PGL, 0, () => ParameterGroup$];
|
|
1106
|
+
var ParameterList = [1, n0, _PL, 0, () => Parameter$];
|
|
1107
|
+
var ParameterNameValueList = [1, n0, _PNVL, 0, () => ParameterNameValue$];
|
|
1108
|
+
var SecurityGroupMembershipList = [1, n0, _SGML, 0, () => SecurityGroupMembership$];
|
|
1109
|
+
var SubnetGroupList = [1, n0, _SGL, 0, () => SubnetGroup$];
|
|
1110
|
+
var SubnetList = [1, n0, _SL, 0, () => Subnet$];
|
|
1111
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1112
|
+
var CreateCluster$ = [
|
|
1106
1113
|
9,
|
|
1107
1114
|
n0,
|
|
1108
1115
|
_CC,
|
|
1109
1116
|
0,
|
|
1110
|
-
() => CreateClusterRequest
|
|
1111
|
-
() => CreateClusterResponse
|
|
1117
|
+
() => CreateClusterRequest$,
|
|
1118
|
+
() => CreateClusterResponse$,
|
|
1112
1119
|
];
|
|
1113
|
-
var CreateParameterGroup = [
|
|
1120
|
+
var CreateParameterGroup$ = [
|
|
1114
1121
|
9,
|
|
1115
1122
|
n0,
|
|
1116
1123
|
_CPG,
|
|
1117
1124
|
0,
|
|
1118
|
-
() => CreateParameterGroupRequest
|
|
1119
|
-
() => CreateParameterGroupResponse
|
|
1125
|
+
() => CreateParameterGroupRequest$,
|
|
1126
|
+
() => CreateParameterGroupResponse$,
|
|
1120
1127
|
];
|
|
1121
|
-
var CreateSubnetGroup = [
|
|
1128
|
+
var CreateSubnetGroup$ = [
|
|
1122
1129
|
9,
|
|
1123
1130
|
n0,
|
|
1124
1131
|
_CSG,
|
|
1125
1132
|
0,
|
|
1126
|
-
() => CreateSubnetGroupRequest
|
|
1127
|
-
() => CreateSubnetGroupResponse
|
|
1133
|
+
() => CreateSubnetGroupRequest$,
|
|
1134
|
+
() => CreateSubnetGroupResponse$,
|
|
1128
1135
|
];
|
|
1129
|
-
var DecreaseReplicationFactor = [
|
|
1136
|
+
var DecreaseReplicationFactor$ = [
|
|
1130
1137
|
9,
|
|
1131
1138
|
n0,
|
|
1132
1139
|
_DRF,
|
|
1133
1140
|
0,
|
|
1134
|
-
() => DecreaseReplicationFactorRequest
|
|
1135
|
-
() => DecreaseReplicationFactorResponse
|
|
1141
|
+
() => DecreaseReplicationFactorRequest$,
|
|
1142
|
+
() => DecreaseReplicationFactorResponse$,
|
|
1136
1143
|
];
|
|
1137
|
-
var DeleteCluster = [
|
|
1144
|
+
var DeleteCluster$ = [
|
|
1138
1145
|
9,
|
|
1139
1146
|
n0,
|
|
1140
1147
|
_DC,
|
|
1141
1148
|
0,
|
|
1142
|
-
() => DeleteClusterRequest
|
|
1143
|
-
() => DeleteClusterResponse
|
|
1149
|
+
() => DeleteClusterRequest$,
|
|
1150
|
+
() => DeleteClusterResponse$,
|
|
1144
1151
|
];
|
|
1145
|
-
var DeleteParameterGroup = [
|
|
1152
|
+
var DeleteParameterGroup$ = [
|
|
1146
1153
|
9,
|
|
1147
1154
|
n0,
|
|
1148
1155
|
_DPG,
|
|
1149
1156
|
0,
|
|
1150
|
-
() => DeleteParameterGroupRequest
|
|
1151
|
-
() => DeleteParameterGroupResponse
|
|
1157
|
+
() => DeleteParameterGroupRequest$,
|
|
1158
|
+
() => DeleteParameterGroupResponse$,
|
|
1152
1159
|
];
|
|
1153
|
-
var DeleteSubnetGroup = [
|
|
1160
|
+
var DeleteSubnetGroup$ = [
|
|
1154
1161
|
9,
|
|
1155
1162
|
n0,
|
|
1156
1163
|
_DSG,
|
|
1157
1164
|
0,
|
|
1158
|
-
() => DeleteSubnetGroupRequest
|
|
1159
|
-
() => DeleteSubnetGroupResponse
|
|
1165
|
+
() => DeleteSubnetGroupRequest$,
|
|
1166
|
+
() => DeleteSubnetGroupResponse$,
|
|
1160
1167
|
];
|
|
1161
|
-
var DescribeClusters = [
|
|
1168
|
+
var DescribeClusters$ = [
|
|
1162
1169
|
9,
|
|
1163
1170
|
n0,
|
|
1164
1171
|
_DCe,
|
|
1165
1172
|
0,
|
|
1166
|
-
() => DescribeClustersRequest
|
|
1167
|
-
() => DescribeClustersResponse
|
|
1173
|
+
() => DescribeClustersRequest$,
|
|
1174
|
+
() => DescribeClustersResponse$,
|
|
1168
1175
|
];
|
|
1169
|
-
var DescribeDefaultParameters = [
|
|
1176
|
+
var DescribeDefaultParameters$ = [
|
|
1170
1177
|
9,
|
|
1171
1178
|
n0,
|
|
1172
1179
|
_DDP,
|
|
1173
1180
|
0,
|
|
1174
|
-
() => DescribeDefaultParametersRequest
|
|
1175
|
-
() => DescribeDefaultParametersResponse
|
|
1181
|
+
() => DescribeDefaultParametersRequest$,
|
|
1182
|
+
() => DescribeDefaultParametersResponse$,
|
|
1176
1183
|
];
|
|
1177
|
-
var DescribeEvents = [
|
|
1184
|
+
var DescribeEvents$ = [
|
|
1178
1185
|
9,
|
|
1179
1186
|
n0,
|
|
1180
1187
|
_DE,
|
|
1181
1188
|
0,
|
|
1182
|
-
() => DescribeEventsRequest
|
|
1183
|
-
() => DescribeEventsResponse
|
|
1189
|
+
() => DescribeEventsRequest$,
|
|
1190
|
+
() => DescribeEventsResponse$,
|
|
1184
1191
|
];
|
|
1185
|
-
var DescribeParameterGroups = [
|
|
1192
|
+
var DescribeParameterGroups$ = [
|
|
1186
1193
|
9,
|
|
1187
1194
|
n0,
|
|
1188
1195
|
_DPGe,
|
|
1189
1196
|
0,
|
|
1190
|
-
() => DescribeParameterGroupsRequest
|
|
1191
|
-
() => DescribeParameterGroupsResponse
|
|
1197
|
+
() => DescribeParameterGroupsRequest$,
|
|
1198
|
+
() => DescribeParameterGroupsResponse$,
|
|
1192
1199
|
];
|
|
1193
|
-
var DescribeParameters = [
|
|
1200
|
+
var DescribeParameters$ = [
|
|
1194
1201
|
9,
|
|
1195
1202
|
n0,
|
|
1196
1203
|
_DP,
|
|
1197
1204
|
0,
|
|
1198
|
-
() => DescribeParametersRequest
|
|
1199
|
-
() => DescribeParametersResponse
|
|
1205
|
+
() => DescribeParametersRequest$,
|
|
1206
|
+
() => DescribeParametersResponse$,
|
|
1200
1207
|
];
|
|
1201
|
-
var DescribeSubnetGroups = [
|
|
1208
|
+
var DescribeSubnetGroups$ = [
|
|
1202
1209
|
9,
|
|
1203
1210
|
n0,
|
|
1204
1211
|
_DSGe,
|
|
1205
1212
|
0,
|
|
1206
|
-
() => DescribeSubnetGroupsRequest
|
|
1207
|
-
() => DescribeSubnetGroupsResponse
|
|
1213
|
+
() => DescribeSubnetGroupsRequest$,
|
|
1214
|
+
() => DescribeSubnetGroupsResponse$,
|
|
1208
1215
|
];
|
|
1209
|
-
var IncreaseReplicationFactor = [
|
|
1216
|
+
var IncreaseReplicationFactor$ = [
|
|
1210
1217
|
9,
|
|
1211
1218
|
n0,
|
|
1212
1219
|
_IRF,
|
|
1213
1220
|
0,
|
|
1214
|
-
() => IncreaseReplicationFactorRequest
|
|
1215
|
-
() => IncreaseReplicationFactorResponse
|
|
1221
|
+
() => IncreaseReplicationFactorRequest$,
|
|
1222
|
+
() => IncreaseReplicationFactorResponse$,
|
|
1216
1223
|
];
|
|
1217
|
-
var ListTags = [9, n0, _LT, 0, () => ListTagsRequest
|
|
1218
|
-
var RebootNode = [9, n0, _RNe, 0, () => RebootNodeRequest
|
|
1219
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1220
|
-
var UntagResource = [
|
|
1224
|
+
var ListTags$ = [9, n0, _LT, 0, () => ListTagsRequest$, () => ListTagsResponse$];
|
|
1225
|
+
var RebootNode$ = [9, n0, _RNe, 0, () => RebootNodeRequest$, () => RebootNodeResponse$];
|
|
1226
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1227
|
+
var UntagResource$ = [
|
|
1221
1228
|
9,
|
|
1222
1229
|
n0,
|
|
1223
1230
|
_UR,
|
|
1224
1231
|
0,
|
|
1225
|
-
() => UntagResourceRequest
|
|
1226
|
-
() => UntagResourceResponse
|
|
1232
|
+
() => UntagResourceRequest$,
|
|
1233
|
+
() => UntagResourceResponse$,
|
|
1227
1234
|
];
|
|
1228
|
-
var UpdateCluster = [
|
|
1235
|
+
var UpdateCluster$ = [
|
|
1229
1236
|
9,
|
|
1230
1237
|
n0,
|
|
1231
1238
|
_UC,
|
|
1232
1239
|
0,
|
|
1233
|
-
() => UpdateClusterRequest
|
|
1234
|
-
() => UpdateClusterResponse
|
|
1240
|
+
() => UpdateClusterRequest$,
|
|
1241
|
+
() => UpdateClusterResponse$,
|
|
1235
1242
|
];
|
|
1236
|
-
var UpdateParameterGroup = [
|
|
1243
|
+
var UpdateParameterGroup$ = [
|
|
1237
1244
|
9,
|
|
1238
1245
|
n0,
|
|
1239
1246
|
_UPG,
|
|
1240
1247
|
0,
|
|
1241
|
-
() => UpdateParameterGroupRequest
|
|
1242
|
-
() => UpdateParameterGroupResponse
|
|
1248
|
+
() => UpdateParameterGroupRequest$,
|
|
1249
|
+
() => UpdateParameterGroupResponse$,
|
|
1243
1250
|
];
|
|
1244
|
-
var UpdateSubnetGroup = [
|
|
1251
|
+
var UpdateSubnetGroup$ = [
|
|
1245
1252
|
9,
|
|
1246
1253
|
n0,
|
|
1247
1254
|
_USG,
|
|
1248
1255
|
0,
|
|
1249
|
-
() => UpdateSubnetGroupRequest
|
|
1250
|
-
() => UpdateSubnetGroupResponse
|
|
1256
|
+
() => UpdateSubnetGroupRequest$,
|
|
1257
|
+
() => UpdateSubnetGroupResponse$,
|
|
1251
1258
|
];
|
|
1252
1259
|
|
|
1253
1260
|
class CreateClusterCommand extends smithyClient.Command
|
|
@@ -1258,7 +1265,7 @@ class CreateClusterCommand extends smithyClient.Command
|
|
|
1258
1265
|
})
|
|
1259
1266
|
.s("AmazonDAXV3", "CreateCluster", {})
|
|
1260
1267
|
.n("DAXClient", "CreateClusterCommand")
|
|
1261
|
-
.sc(CreateCluster)
|
|
1268
|
+
.sc(CreateCluster$)
|
|
1262
1269
|
.build() {
|
|
1263
1270
|
}
|
|
1264
1271
|
|
|
@@ -1270,7 +1277,7 @@ class CreateParameterGroupCommand extends smithyClient.Command
|
|
|
1270
1277
|
})
|
|
1271
1278
|
.s("AmazonDAXV3", "CreateParameterGroup", {})
|
|
1272
1279
|
.n("DAXClient", "CreateParameterGroupCommand")
|
|
1273
|
-
.sc(CreateParameterGroup)
|
|
1280
|
+
.sc(CreateParameterGroup$)
|
|
1274
1281
|
.build() {
|
|
1275
1282
|
}
|
|
1276
1283
|
|
|
@@ -1282,7 +1289,7 @@ class CreateSubnetGroupCommand extends smithyClient.Command
|
|
|
1282
1289
|
})
|
|
1283
1290
|
.s("AmazonDAXV3", "CreateSubnetGroup", {})
|
|
1284
1291
|
.n("DAXClient", "CreateSubnetGroupCommand")
|
|
1285
|
-
.sc(CreateSubnetGroup)
|
|
1292
|
+
.sc(CreateSubnetGroup$)
|
|
1286
1293
|
.build() {
|
|
1287
1294
|
}
|
|
1288
1295
|
|
|
@@ -1294,7 +1301,7 @@ class DecreaseReplicationFactorCommand extends smithyClient.Command
|
|
|
1294
1301
|
})
|
|
1295
1302
|
.s("AmazonDAXV3", "DecreaseReplicationFactor", {})
|
|
1296
1303
|
.n("DAXClient", "DecreaseReplicationFactorCommand")
|
|
1297
|
-
.sc(DecreaseReplicationFactor)
|
|
1304
|
+
.sc(DecreaseReplicationFactor$)
|
|
1298
1305
|
.build() {
|
|
1299
1306
|
}
|
|
1300
1307
|
|
|
@@ -1306,7 +1313,7 @@ class DeleteClusterCommand extends smithyClient.Command
|
|
|
1306
1313
|
})
|
|
1307
1314
|
.s("AmazonDAXV3", "DeleteCluster", {})
|
|
1308
1315
|
.n("DAXClient", "DeleteClusterCommand")
|
|
1309
|
-
.sc(DeleteCluster)
|
|
1316
|
+
.sc(DeleteCluster$)
|
|
1310
1317
|
.build() {
|
|
1311
1318
|
}
|
|
1312
1319
|
|
|
@@ -1318,7 +1325,7 @@ class DeleteParameterGroupCommand extends smithyClient.Command
|
|
|
1318
1325
|
})
|
|
1319
1326
|
.s("AmazonDAXV3", "DeleteParameterGroup", {})
|
|
1320
1327
|
.n("DAXClient", "DeleteParameterGroupCommand")
|
|
1321
|
-
.sc(DeleteParameterGroup)
|
|
1328
|
+
.sc(DeleteParameterGroup$)
|
|
1322
1329
|
.build() {
|
|
1323
1330
|
}
|
|
1324
1331
|
|
|
@@ -1330,7 +1337,7 @@ class DeleteSubnetGroupCommand extends smithyClient.Command
|
|
|
1330
1337
|
})
|
|
1331
1338
|
.s("AmazonDAXV3", "DeleteSubnetGroup", {})
|
|
1332
1339
|
.n("DAXClient", "DeleteSubnetGroupCommand")
|
|
1333
|
-
.sc(DeleteSubnetGroup)
|
|
1340
|
+
.sc(DeleteSubnetGroup$)
|
|
1334
1341
|
.build() {
|
|
1335
1342
|
}
|
|
1336
1343
|
|
|
@@ -1342,7 +1349,7 @@ class DescribeClustersCommand extends smithyClient.Command
|
|
|
1342
1349
|
})
|
|
1343
1350
|
.s("AmazonDAXV3", "DescribeClusters", {})
|
|
1344
1351
|
.n("DAXClient", "DescribeClustersCommand")
|
|
1345
|
-
.sc(DescribeClusters)
|
|
1352
|
+
.sc(DescribeClusters$)
|
|
1346
1353
|
.build() {
|
|
1347
1354
|
}
|
|
1348
1355
|
|
|
@@ -1354,7 +1361,7 @@ class DescribeDefaultParametersCommand extends smithyClient.Command
|
|
|
1354
1361
|
})
|
|
1355
1362
|
.s("AmazonDAXV3", "DescribeDefaultParameters", {})
|
|
1356
1363
|
.n("DAXClient", "DescribeDefaultParametersCommand")
|
|
1357
|
-
.sc(DescribeDefaultParameters)
|
|
1364
|
+
.sc(DescribeDefaultParameters$)
|
|
1358
1365
|
.build() {
|
|
1359
1366
|
}
|
|
1360
1367
|
|
|
@@ -1366,7 +1373,7 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
1366
1373
|
})
|
|
1367
1374
|
.s("AmazonDAXV3", "DescribeEvents", {})
|
|
1368
1375
|
.n("DAXClient", "DescribeEventsCommand")
|
|
1369
|
-
.sc(DescribeEvents)
|
|
1376
|
+
.sc(DescribeEvents$)
|
|
1370
1377
|
.build() {
|
|
1371
1378
|
}
|
|
1372
1379
|
|
|
@@ -1378,7 +1385,7 @@ class DescribeParameterGroupsCommand extends smithyClient.Command
|
|
|
1378
1385
|
})
|
|
1379
1386
|
.s("AmazonDAXV3", "DescribeParameterGroups", {})
|
|
1380
1387
|
.n("DAXClient", "DescribeParameterGroupsCommand")
|
|
1381
|
-
.sc(DescribeParameterGroups)
|
|
1388
|
+
.sc(DescribeParameterGroups$)
|
|
1382
1389
|
.build() {
|
|
1383
1390
|
}
|
|
1384
1391
|
|
|
@@ -1390,7 +1397,7 @@ class DescribeParametersCommand extends smithyClient.Command
|
|
|
1390
1397
|
})
|
|
1391
1398
|
.s("AmazonDAXV3", "DescribeParameters", {})
|
|
1392
1399
|
.n("DAXClient", "DescribeParametersCommand")
|
|
1393
|
-
.sc(DescribeParameters)
|
|
1400
|
+
.sc(DescribeParameters$)
|
|
1394
1401
|
.build() {
|
|
1395
1402
|
}
|
|
1396
1403
|
|
|
@@ -1402,7 +1409,7 @@ class DescribeSubnetGroupsCommand extends smithyClient.Command
|
|
|
1402
1409
|
})
|
|
1403
1410
|
.s("AmazonDAXV3", "DescribeSubnetGroups", {})
|
|
1404
1411
|
.n("DAXClient", "DescribeSubnetGroupsCommand")
|
|
1405
|
-
.sc(DescribeSubnetGroups)
|
|
1412
|
+
.sc(DescribeSubnetGroups$)
|
|
1406
1413
|
.build() {
|
|
1407
1414
|
}
|
|
1408
1415
|
|
|
@@ -1414,7 +1421,7 @@ class IncreaseReplicationFactorCommand extends smithyClient.Command
|
|
|
1414
1421
|
})
|
|
1415
1422
|
.s("AmazonDAXV3", "IncreaseReplicationFactor", {})
|
|
1416
1423
|
.n("DAXClient", "IncreaseReplicationFactorCommand")
|
|
1417
|
-
.sc(IncreaseReplicationFactor)
|
|
1424
|
+
.sc(IncreaseReplicationFactor$)
|
|
1418
1425
|
.build() {
|
|
1419
1426
|
}
|
|
1420
1427
|
|
|
@@ -1426,7 +1433,7 @@ class ListTagsCommand extends smithyClient.Command
|
|
|
1426
1433
|
})
|
|
1427
1434
|
.s("AmazonDAXV3", "ListTags", {})
|
|
1428
1435
|
.n("DAXClient", "ListTagsCommand")
|
|
1429
|
-
.sc(ListTags)
|
|
1436
|
+
.sc(ListTags$)
|
|
1430
1437
|
.build() {
|
|
1431
1438
|
}
|
|
1432
1439
|
|
|
@@ -1438,7 +1445,7 @@ class RebootNodeCommand extends smithyClient.Command
|
|
|
1438
1445
|
})
|
|
1439
1446
|
.s("AmazonDAXV3", "RebootNode", {})
|
|
1440
1447
|
.n("DAXClient", "RebootNodeCommand")
|
|
1441
|
-
.sc(RebootNode)
|
|
1448
|
+
.sc(RebootNode$)
|
|
1442
1449
|
.build() {
|
|
1443
1450
|
}
|
|
1444
1451
|
|
|
@@ -1450,7 +1457,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1450
1457
|
})
|
|
1451
1458
|
.s("AmazonDAXV3", "TagResource", {})
|
|
1452
1459
|
.n("DAXClient", "TagResourceCommand")
|
|
1453
|
-
.sc(TagResource)
|
|
1460
|
+
.sc(TagResource$)
|
|
1454
1461
|
.build() {
|
|
1455
1462
|
}
|
|
1456
1463
|
|
|
@@ -1462,7 +1469,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1462
1469
|
})
|
|
1463
1470
|
.s("AmazonDAXV3", "UntagResource", {})
|
|
1464
1471
|
.n("DAXClient", "UntagResourceCommand")
|
|
1465
|
-
.sc(UntagResource)
|
|
1472
|
+
.sc(UntagResource$)
|
|
1466
1473
|
.build() {
|
|
1467
1474
|
}
|
|
1468
1475
|
|
|
@@ -1474,7 +1481,7 @@ class UpdateClusterCommand extends smithyClient.Command
|
|
|
1474
1481
|
})
|
|
1475
1482
|
.s("AmazonDAXV3", "UpdateCluster", {})
|
|
1476
1483
|
.n("DAXClient", "UpdateClusterCommand")
|
|
1477
|
-
.sc(UpdateCluster)
|
|
1484
|
+
.sc(UpdateCluster$)
|
|
1478
1485
|
.build() {
|
|
1479
1486
|
}
|
|
1480
1487
|
|
|
@@ -1486,7 +1493,7 @@ class UpdateParameterGroupCommand extends smithyClient.Command
|
|
|
1486
1493
|
})
|
|
1487
1494
|
.s("AmazonDAXV3", "UpdateParameterGroup", {})
|
|
1488
1495
|
.n("DAXClient", "UpdateParameterGroupCommand")
|
|
1489
|
-
.sc(UpdateParameterGroup)
|
|
1496
|
+
.sc(UpdateParameterGroup$)
|
|
1490
1497
|
.build() {
|
|
1491
1498
|
}
|
|
1492
1499
|
|
|
@@ -1498,7 +1505,7 @@ class UpdateSubnetGroupCommand extends smithyClient.Command
|
|
|
1498
1505
|
})
|
|
1499
1506
|
.s("AmazonDAXV3", "UpdateSubnetGroup", {})
|
|
1500
1507
|
.n("DAXClient", "UpdateSubnetGroupCommand")
|
|
1501
|
-
.sc(UpdateSubnetGroup)
|
|
1508
|
+
.sc(UpdateSubnetGroup$)
|
|
1502
1509
|
.build() {
|
|
1503
1510
|
}
|
|
1504
1511
|
|
|
@@ -1572,61 +1579,169 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1572
1579
|
get: function () { return smithyClient.Client; }
|
|
1573
1580
|
});
|
|
1574
1581
|
exports.ChangeType = ChangeType;
|
|
1575
|
-
exports.
|
|
1582
|
+
exports.Cluster$ = Cluster$;
|
|
1583
|
+
exports.ClusterAlreadyExistsFault = ClusterAlreadyExistsFault;
|
|
1584
|
+
exports.ClusterAlreadyExistsFault$ = ClusterAlreadyExistsFault$;
|
|
1576
1585
|
exports.ClusterEndpointEncryptionType = ClusterEndpointEncryptionType;
|
|
1577
|
-
exports.ClusterNotFoundFault = ClusterNotFoundFault
|
|
1578
|
-
exports.
|
|
1586
|
+
exports.ClusterNotFoundFault = ClusterNotFoundFault;
|
|
1587
|
+
exports.ClusterNotFoundFault$ = ClusterNotFoundFault$;
|
|
1588
|
+
exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;
|
|
1589
|
+
exports.ClusterQuotaForCustomerExceededFault$ = ClusterQuotaForCustomerExceededFault$;
|
|
1590
|
+
exports.CreateCluster$ = CreateCluster$;
|
|
1579
1591
|
exports.CreateClusterCommand = CreateClusterCommand;
|
|
1592
|
+
exports.CreateClusterRequest$ = CreateClusterRequest$;
|
|
1593
|
+
exports.CreateClusterResponse$ = CreateClusterResponse$;
|
|
1594
|
+
exports.CreateParameterGroup$ = CreateParameterGroup$;
|
|
1580
1595
|
exports.CreateParameterGroupCommand = CreateParameterGroupCommand;
|
|
1596
|
+
exports.CreateParameterGroupRequest$ = CreateParameterGroupRequest$;
|
|
1597
|
+
exports.CreateParameterGroupResponse$ = CreateParameterGroupResponse$;
|
|
1598
|
+
exports.CreateSubnetGroup$ = CreateSubnetGroup$;
|
|
1581
1599
|
exports.CreateSubnetGroupCommand = CreateSubnetGroupCommand;
|
|
1600
|
+
exports.CreateSubnetGroupRequest$ = CreateSubnetGroupRequest$;
|
|
1601
|
+
exports.CreateSubnetGroupResponse$ = CreateSubnetGroupResponse$;
|
|
1582
1602
|
exports.DAX = DAX;
|
|
1583
1603
|
exports.DAXClient = DAXClient;
|
|
1584
|
-
exports.DAXServiceException = DAXServiceException
|
|
1604
|
+
exports.DAXServiceException = DAXServiceException;
|
|
1605
|
+
exports.DAXServiceException$ = DAXServiceException$;
|
|
1606
|
+
exports.DecreaseReplicationFactor$ = DecreaseReplicationFactor$;
|
|
1585
1607
|
exports.DecreaseReplicationFactorCommand = DecreaseReplicationFactorCommand;
|
|
1608
|
+
exports.DecreaseReplicationFactorRequest$ = DecreaseReplicationFactorRequest$;
|
|
1609
|
+
exports.DecreaseReplicationFactorResponse$ = DecreaseReplicationFactorResponse$;
|
|
1610
|
+
exports.DeleteCluster$ = DeleteCluster$;
|
|
1586
1611
|
exports.DeleteClusterCommand = DeleteClusterCommand;
|
|
1612
|
+
exports.DeleteClusterRequest$ = DeleteClusterRequest$;
|
|
1613
|
+
exports.DeleteClusterResponse$ = DeleteClusterResponse$;
|
|
1614
|
+
exports.DeleteParameterGroup$ = DeleteParameterGroup$;
|
|
1587
1615
|
exports.DeleteParameterGroupCommand = DeleteParameterGroupCommand;
|
|
1616
|
+
exports.DeleteParameterGroupRequest$ = DeleteParameterGroupRequest$;
|
|
1617
|
+
exports.DeleteParameterGroupResponse$ = DeleteParameterGroupResponse$;
|
|
1618
|
+
exports.DeleteSubnetGroup$ = DeleteSubnetGroup$;
|
|
1588
1619
|
exports.DeleteSubnetGroupCommand = DeleteSubnetGroupCommand;
|
|
1620
|
+
exports.DeleteSubnetGroupRequest$ = DeleteSubnetGroupRequest$;
|
|
1621
|
+
exports.DeleteSubnetGroupResponse$ = DeleteSubnetGroupResponse$;
|
|
1622
|
+
exports.DescribeClusters$ = DescribeClusters$;
|
|
1589
1623
|
exports.DescribeClustersCommand = DescribeClustersCommand;
|
|
1624
|
+
exports.DescribeClustersRequest$ = DescribeClustersRequest$;
|
|
1625
|
+
exports.DescribeClustersResponse$ = DescribeClustersResponse$;
|
|
1626
|
+
exports.DescribeDefaultParameters$ = DescribeDefaultParameters$;
|
|
1590
1627
|
exports.DescribeDefaultParametersCommand = DescribeDefaultParametersCommand;
|
|
1628
|
+
exports.DescribeDefaultParametersRequest$ = DescribeDefaultParametersRequest$;
|
|
1629
|
+
exports.DescribeDefaultParametersResponse$ = DescribeDefaultParametersResponse$;
|
|
1630
|
+
exports.DescribeEvents$ = DescribeEvents$;
|
|
1591
1631
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
1632
|
+
exports.DescribeEventsRequest$ = DescribeEventsRequest$;
|
|
1633
|
+
exports.DescribeEventsResponse$ = DescribeEventsResponse$;
|
|
1634
|
+
exports.DescribeParameterGroups$ = DescribeParameterGroups$;
|
|
1592
1635
|
exports.DescribeParameterGroupsCommand = DescribeParameterGroupsCommand;
|
|
1636
|
+
exports.DescribeParameterGroupsRequest$ = DescribeParameterGroupsRequest$;
|
|
1637
|
+
exports.DescribeParameterGroupsResponse$ = DescribeParameterGroupsResponse$;
|
|
1638
|
+
exports.DescribeParameters$ = DescribeParameters$;
|
|
1593
1639
|
exports.DescribeParametersCommand = DescribeParametersCommand;
|
|
1640
|
+
exports.DescribeParametersRequest$ = DescribeParametersRequest$;
|
|
1641
|
+
exports.DescribeParametersResponse$ = DescribeParametersResponse$;
|
|
1642
|
+
exports.DescribeSubnetGroups$ = DescribeSubnetGroups$;
|
|
1594
1643
|
exports.DescribeSubnetGroupsCommand = DescribeSubnetGroupsCommand;
|
|
1644
|
+
exports.DescribeSubnetGroupsRequest$ = DescribeSubnetGroupsRequest$;
|
|
1645
|
+
exports.DescribeSubnetGroupsResponse$ = DescribeSubnetGroupsResponse$;
|
|
1646
|
+
exports.Endpoint$ = Endpoint$;
|
|
1647
|
+
exports.Event$ = Event$;
|
|
1648
|
+
exports.IncreaseReplicationFactor$ = IncreaseReplicationFactor$;
|
|
1595
1649
|
exports.IncreaseReplicationFactorCommand = IncreaseReplicationFactorCommand;
|
|
1596
|
-
exports.
|
|
1597
|
-
exports.
|
|
1598
|
-
exports.
|
|
1599
|
-
exports.
|
|
1600
|
-
exports.
|
|
1601
|
-
exports.
|
|
1602
|
-
exports.
|
|
1603
|
-
exports.
|
|
1650
|
+
exports.IncreaseReplicationFactorRequest$ = IncreaseReplicationFactorRequest$;
|
|
1651
|
+
exports.IncreaseReplicationFactorResponse$ = IncreaseReplicationFactorResponse$;
|
|
1652
|
+
exports.InsufficientClusterCapacityFault = InsufficientClusterCapacityFault;
|
|
1653
|
+
exports.InsufficientClusterCapacityFault$ = InsufficientClusterCapacityFault$;
|
|
1654
|
+
exports.InvalidARNFault = InvalidARNFault;
|
|
1655
|
+
exports.InvalidARNFault$ = InvalidARNFault$;
|
|
1656
|
+
exports.InvalidClusterStateFault = InvalidClusterStateFault;
|
|
1657
|
+
exports.InvalidClusterStateFault$ = InvalidClusterStateFault$;
|
|
1658
|
+
exports.InvalidParameterCombinationException = InvalidParameterCombinationException;
|
|
1659
|
+
exports.InvalidParameterCombinationException$ = InvalidParameterCombinationException$;
|
|
1660
|
+
exports.InvalidParameterGroupStateFault = InvalidParameterGroupStateFault;
|
|
1661
|
+
exports.InvalidParameterGroupStateFault$ = InvalidParameterGroupStateFault$;
|
|
1662
|
+
exports.InvalidParameterValueException = InvalidParameterValueException;
|
|
1663
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
1664
|
+
exports.InvalidSubnet = InvalidSubnet;
|
|
1665
|
+
exports.InvalidSubnet$ = InvalidSubnet$;
|
|
1666
|
+
exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;
|
|
1667
|
+
exports.InvalidVPCNetworkStateFault$ = InvalidVPCNetworkStateFault$;
|
|
1604
1668
|
exports.IsModifiable = IsModifiable;
|
|
1669
|
+
exports.ListTags$ = ListTags$;
|
|
1605
1670
|
exports.ListTagsCommand = ListTagsCommand;
|
|
1671
|
+
exports.ListTagsRequest$ = ListTagsRequest$;
|
|
1672
|
+
exports.ListTagsResponse$ = ListTagsResponse$;
|
|
1606
1673
|
exports.NetworkType = NetworkType;
|
|
1607
|
-
exports.
|
|
1608
|
-
exports.
|
|
1609
|
-
exports.
|
|
1610
|
-
exports.
|
|
1611
|
-
exports.
|
|
1612
|
-
exports.
|
|
1674
|
+
exports.Node$ = Node$;
|
|
1675
|
+
exports.NodeNotFoundFault = NodeNotFoundFault;
|
|
1676
|
+
exports.NodeNotFoundFault$ = NodeNotFoundFault$;
|
|
1677
|
+
exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;
|
|
1678
|
+
exports.NodeQuotaForClusterExceededFault$ = NodeQuotaForClusterExceededFault$;
|
|
1679
|
+
exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;
|
|
1680
|
+
exports.NodeQuotaForCustomerExceededFault$ = NodeQuotaForCustomerExceededFault$;
|
|
1681
|
+
exports.NodeTypeSpecificValue$ = NodeTypeSpecificValue$;
|
|
1682
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
1683
|
+
exports.Parameter$ = Parameter$;
|
|
1684
|
+
exports.ParameterGroup$ = ParameterGroup$;
|
|
1685
|
+
exports.ParameterGroupAlreadyExistsFault = ParameterGroupAlreadyExistsFault;
|
|
1686
|
+
exports.ParameterGroupAlreadyExistsFault$ = ParameterGroupAlreadyExistsFault$;
|
|
1687
|
+
exports.ParameterGroupNotFoundFault = ParameterGroupNotFoundFault;
|
|
1688
|
+
exports.ParameterGroupNotFoundFault$ = ParameterGroupNotFoundFault$;
|
|
1689
|
+
exports.ParameterGroupQuotaExceededFault = ParameterGroupQuotaExceededFault;
|
|
1690
|
+
exports.ParameterGroupQuotaExceededFault$ = ParameterGroupQuotaExceededFault$;
|
|
1691
|
+
exports.ParameterGroupStatus$ = ParameterGroupStatus$;
|
|
1692
|
+
exports.ParameterNameValue$ = ParameterNameValue$;
|
|
1613
1693
|
exports.ParameterType = ParameterType;
|
|
1694
|
+
exports.RebootNode$ = RebootNode$;
|
|
1614
1695
|
exports.RebootNodeCommand = RebootNodeCommand;
|
|
1696
|
+
exports.RebootNodeRequest$ = RebootNodeRequest$;
|
|
1697
|
+
exports.RebootNodeResponse$ = RebootNodeResponse$;
|
|
1698
|
+
exports.SSEDescription$ = SSEDescription$;
|
|
1699
|
+
exports.SSESpecification$ = SSESpecification$;
|
|
1615
1700
|
exports.SSEStatus = SSEStatus;
|
|
1616
|
-
exports.
|
|
1617
|
-
exports.
|
|
1701
|
+
exports.SecurityGroupMembership$ = SecurityGroupMembership$;
|
|
1702
|
+
exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;
|
|
1703
|
+
exports.ServiceLinkedRoleNotFoundFault$ = ServiceLinkedRoleNotFoundFault$;
|
|
1704
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1705
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1618
1706
|
exports.SourceType = SourceType;
|
|
1619
|
-
exports.
|
|
1620
|
-
exports.
|
|
1621
|
-
exports.
|
|
1622
|
-
exports.
|
|
1623
|
-
exports.
|
|
1624
|
-
exports.
|
|
1625
|
-
exports.
|
|
1626
|
-
exports.
|
|
1627
|
-
exports.
|
|
1707
|
+
exports.Subnet$ = Subnet$;
|
|
1708
|
+
exports.SubnetGroup$ = SubnetGroup$;
|
|
1709
|
+
exports.SubnetGroupAlreadyExistsFault = SubnetGroupAlreadyExistsFault;
|
|
1710
|
+
exports.SubnetGroupAlreadyExistsFault$ = SubnetGroupAlreadyExistsFault$;
|
|
1711
|
+
exports.SubnetGroupInUseFault = SubnetGroupInUseFault;
|
|
1712
|
+
exports.SubnetGroupInUseFault$ = SubnetGroupInUseFault$;
|
|
1713
|
+
exports.SubnetGroupNotFoundFault = SubnetGroupNotFoundFault;
|
|
1714
|
+
exports.SubnetGroupNotFoundFault$ = SubnetGroupNotFoundFault$;
|
|
1715
|
+
exports.SubnetGroupQuotaExceededFault = SubnetGroupQuotaExceededFault;
|
|
1716
|
+
exports.SubnetGroupQuotaExceededFault$ = SubnetGroupQuotaExceededFault$;
|
|
1717
|
+
exports.SubnetInUse = SubnetInUse;
|
|
1718
|
+
exports.SubnetInUse$ = SubnetInUse$;
|
|
1719
|
+
exports.SubnetNotAllowedFault = SubnetNotAllowedFault;
|
|
1720
|
+
exports.SubnetNotAllowedFault$ = SubnetNotAllowedFault$;
|
|
1721
|
+
exports.SubnetQuotaExceededFault = SubnetQuotaExceededFault;
|
|
1722
|
+
exports.SubnetQuotaExceededFault$ = SubnetQuotaExceededFault$;
|
|
1723
|
+
exports.Tag$ = Tag$;
|
|
1724
|
+
exports.TagNotFoundFault = TagNotFoundFault;
|
|
1725
|
+
exports.TagNotFoundFault$ = TagNotFoundFault$;
|
|
1726
|
+
exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;
|
|
1727
|
+
exports.TagQuotaPerResourceExceeded$ = TagQuotaPerResourceExceeded$;
|
|
1728
|
+
exports.TagResource$ = TagResource$;
|
|
1628
1729
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1730
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1731
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1732
|
+
exports.UntagResource$ = UntagResource$;
|
|
1629
1733
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1734
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1735
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1736
|
+
exports.UpdateCluster$ = UpdateCluster$;
|
|
1630
1737
|
exports.UpdateClusterCommand = UpdateClusterCommand;
|
|
1738
|
+
exports.UpdateClusterRequest$ = UpdateClusterRequest$;
|
|
1739
|
+
exports.UpdateClusterResponse$ = UpdateClusterResponse$;
|
|
1740
|
+
exports.UpdateParameterGroup$ = UpdateParameterGroup$;
|
|
1631
1741
|
exports.UpdateParameterGroupCommand = UpdateParameterGroupCommand;
|
|
1742
|
+
exports.UpdateParameterGroupRequest$ = UpdateParameterGroupRequest$;
|
|
1743
|
+
exports.UpdateParameterGroupResponse$ = UpdateParameterGroupResponse$;
|
|
1744
|
+
exports.UpdateSubnetGroup$ = UpdateSubnetGroup$;
|
|
1632
1745
|
exports.UpdateSubnetGroupCommand = UpdateSubnetGroupCommand;
|
|
1746
|
+
exports.UpdateSubnetGroupRequest$ = UpdateSubnetGroupRequest$;
|
|
1747
|
+
exports.UpdateSubnetGroupResponse$ = UpdateSubnetGroupResponse$;
|