@aws-sdk/client-dax 3.716.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 CHANGED
@@ -178,7 +178,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
178
178
  }, "resolveRuntimeExtensions");
179
179
 
180
180
  // src/DAXClient.ts
181
- var _DAXClient = class _DAXClient extends import_smithy_client.Client {
181
+ var DAXClient = class extends import_smithy_client.Client {
182
+ static {
183
+ __name(this, "DAXClient");
184
+ }
185
+ /**
186
+ * The resolved configuration of DAXClient class. This is resolved and normalized from the {@link DAXClientConfig | constructor configuration interface}.
187
+ */
188
+ config;
182
189
  constructor(...[configuration]) {
183
190
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
184
191
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -188,7 +195,7 @@ var _DAXClient = class _DAXClient extends import_smithy_client.Client {
188
195
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
189
196
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
190
197
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
191
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
198
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
192
199
  super(_config_8);
193
200
  this.config = _config_8;
194
201
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -216,8 +223,6 @@ var _DAXClient = class _DAXClient extends import_smithy_client.Client {
216
223
  super.destroy();
217
224
  }
218
225
  };
219
- __name(_DAXClient, "DAXClient");
220
- var DAXClient = _DAXClient;
221
226
 
222
227
  // src/DAX.ts
223
228
 
@@ -234,7 +239,10 @@ var import_core2 = require("@aws-sdk/core");
234
239
 
235
240
  // src/models/DAXServiceException.ts
236
241
 
237
- var _DAXServiceException = class _DAXServiceException extends import_smithy_client.ServiceException {
242
+ var DAXServiceException = class _DAXServiceException extends import_smithy_client.ServiceException {
243
+ static {
244
+ __name(this, "DAXServiceException");
245
+ }
238
246
  /**
239
247
  * @internal
240
248
  */
@@ -243,11 +251,14 @@ var _DAXServiceException = class _DAXServiceException extends import_smithy_clie
243
251
  Object.setPrototypeOf(this, _DAXServiceException.prototype);
244
252
  }
245
253
  };
246
- __name(_DAXServiceException, "DAXServiceException");
247
- var DAXServiceException = _DAXServiceException;
248
254
 
249
255
  // src/models/models_0.ts
250
- var _ClusterAlreadyExistsFault = class _ClusterAlreadyExistsFault extends DAXServiceException {
256
+ var ClusterAlreadyExistsFault = class _ClusterAlreadyExistsFault extends DAXServiceException {
257
+ static {
258
+ __name(this, "ClusterAlreadyExistsFault");
259
+ }
260
+ name = "ClusterAlreadyExistsFault";
261
+ $fault = "client";
251
262
  /**
252
263
  * @internal
253
264
  */
@@ -257,14 +268,15 @@ var _ClusterAlreadyExistsFault = class _ClusterAlreadyExistsFault extends DAXSer
257
268
  $fault: "client",
258
269
  ...opts
259
270
  });
260
- this.name = "ClusterAlreadyExistsFault";
261
- this.$fault = "client";
262
271
  Object.setPrototypeOf(this, _ClusterAlreadyExistsFault.prototype);
263
272
  }
264
273
  };
265
- __name(_ClusterAlreadyExistsFault, "ClusterAlreadyExistsFault");
266
- var ClusterAlreadyExistsFault = _ClusterAlreadyExistsFault;
267
- var _ClusterQuotaForCustomerExceededFault = class _ClusterQuotaForCustomerExceededFault extends DAXServiceException {
274
+ var ClusterQuotaForCustomerExceededFault = class _ClusterQuotaForCustomerExceededFault extends DAXServiceException {
275
+ static {
276
+ __name(this, "ClusterQuotaForCustomerExceededFault");
277
+ }
278
+ name = "ClusterQuotaForCustomerExceededFault";
279
+ $fault = "client";
268
280
  /**
269
281
  * @internal
270
282
  */
@@ -274,13 +286,9 @@ var _ClusterQuotaForCustomerExceededFault = class _ClusterQuotaForCustomerExceed
274
286
  $fault: "client",
275
287
  ...opts
276
288
  });
277
- this.name = "ClusterQuotaForCustomerExceededFault";
278
- this.$fault = "client";
279
289
  Object.setPrototypeOf(this, _ClusterQuotaForCustomerExceededFault.prototype);
280
290
  }
281
291
  };
282
- __name(_ClusterQuotaForCustomerExceededFault, "ClusterQuotaForCustomerExceededFault");
283
- var ClusterQuotaForCustomerExceededFault = _ClusterQuotaForCustomerExceededFault;
284
292
  var ClusterEndpointEncryptionType = {
285
293
  NONE: "NONE",
286
294
  TLS: "TLS"
@@ -291,7 +299,12 @@ var SSEStatus = {
291
299
  ENABLED: "ENABLED",
292
300
  ENABLING: "ENABLING"
293
301
  };
294
- var _InsufficientClusterCapacityFault = class _InsufficientClusterCapacityFault extends DAXServiceException {
302
+ var InsufficientClusterCapacityFault = class _InsufficientClusterCapacityFault extends DAXServiceException {
303
+ static {
304
+ __name(this, "InsufficientClusterCapacityFault");
305
+ }
306
+ name = "InsufficientClusterCapacityFault";
307
+ $fault = "client";
295
308
  /**
296
309
  * @internal
297
310
  */
@@ -301,14 +314,15 @@ var _InsufficientClusterCapacityFault = class _InsufficientClusterCapacityFault
301
314
  $fault: "client",
302
315
  ...opts
303
316
  });
304
- this.name = "InsufficientClusterCapacityFault";
305
- this.$fault = "client";
306
317
  Object.setPrototypeOf(this, _InsufficientClusterCapacityFault.prototype);
307
318
  }
308
319
  };
309
- __name(_InsufficientClusterCapacityFault, "InsufficientClusterCapacityFault");
310
- var InsufficientClusterCapacityFault = _InsufficientClusterCapacityFault;
311
- var _InvalidClusterStateFault = class _InvalidClusterStateFault extends DAXServiceException {
320
+ var InvalidClusterStateFault = class _InvalidClusterStateFault extends DAXServiceException {
321
+ static {
322
+ __name(this, "InvalidClusterStateFault");
323
+ }
324
+ name = "InvalidClusterStateFault";
325
+ $fault = "client";
312
326
  /**
313
327
  * @internal
314
328
  */
@@ -318,14 +332,15 @@ var _InvalidClusterStateFault = class _InvalidClusterStateFault extends DAXServi
318
332
  $fault: "client",
319
333
  ...opts
320
334
  });
321
- this.name = "InvalidClusterStateFault";
322
- this.$fault = "client";
323
335
  Object.setPrototypeOf(this, _InvalidClusterStateFault.prototype);
324
336
  }
325
337
  };
326
- __name(_InvalidClusterStateFault, "InvalidClusterStateFault");
327
- var InvalidClusterStateFault = _InvalidClusterStateFault;
328
- var _InvalidParameterCombinationException = class _InvalidParameterCombinationException extends DAXServiceException {
338
+ var InvalidParameterCombinationException = class _InvalidParameterCombinationException extends DAXServiceException {
339
+ static {
340
+ __name(this, "InvalidParameterCombinationException");
341
+ }
342
+ name = "InvalidParameterCombinationException";
343
+ $fault = "client";
329
344
  /**
330
345
  * @internal
331
346
  */
@@ -335,14 +350,15 @@ var _InvalidParameterCombinationException = class _InvalidParameterCombinationEx
335
350
  $fault: "client",
336
351
  ...opts
337
352
  });
338
- this.name = "InvalidParameterCombinationException";
339
- this.$fault = "client";
340
353
  Object.setPrototypeOf(this, _InvalidParameterCombinationException.prototype);
341
354
  }
342
355
  };
343
- __name(_InvalidParameterCombinationException, "InvalidParameterCombinationException");
344
- var InvalidParameterCombinationException = _InvalidParameterCombinationException;
345
- var _InvalidParameterGroupStateFault = class _InvalidParameterGroupStateFault extends DAXServiceException {
356
+ var InvalidParameterGroupStateFault = class _InvalidParameterGroupStateFault extends DAXServiceException {
357
+ static {
358
+ __name(this, "InvalidParameterGroupStateFault");
359
+ }
360
+ name = "InvalidParameterGroupStateFault";
361
+ $fault = "client";
346
362
  /**
347
363
  * @internal
348
364
  */
@@ -352,14 +368,15 @@ var _InvalidParameterGroupStateFault = class _InvalidParameterGroupStateFault ex
352
368
  $fault: "client",
353
369
  ...opts
354
370
  });
355
- this.name = "InvalidParameterGroupStateFault";
356
- this.$fault = "client";
357
371
  Object.setPrototypeOf(this, _InvalidParameterGroupStateFault.prototype);
358
372
  }
359
373
  };
360
- __name(_InvalidParameterGroupStateFault, "InvalidParameterGroupStateFault");
361
- var InvalidParameterGroupStateFault = _InvalidParameterGroupStateFault;
362
- var _InvalidParameterValueException = class _InvalidParameterValueException extends DAXServiceException {
374
+ var InvalidParameterValueException = class _InvalidParameterValueException extends DAXServiceException {
375
+ static {
376
+ __name(this, "InvalidParameterValueException");
377
+ }
378
+ name = "InvalidParameterValueException";
379
+ $fault = "client";
363
380
  /**
364
381
  * @internal
365
382
  */
@@ -369,14 +386,15 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
369
386
  $fault: "client",
370
387
  ...opts
371
388
  });
372
- this.name = "InvalidParameterValueException";
373
- this.$fault = "client";
374
389
  Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
375
390
  }
376
391
  };
377
- __name(_InvalidParameterValueException, "InvalidParameterValueException");
378
- var InvalidParameterValueException = _InvalidParameterValueException;
379
- var _InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends DAXServiceException {
392
+ var InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends DAXServiceException {
393
+ static {
394
+ __name(this, "InvalidVPCNetworkStateFault");
395
+ }
396
+ name = "InvalidVPCNetworkStateFault";
397
+ $fault = "client";
380
398
  /**
381
399
  * @internal
382
400
  */
@@ -386,14 +404,15 @@ var _InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends DA
386
404
  $fault: "client",
387
405
  ...opts
388
406
  });
389
- this.name = "InvalidVPCNetworkStateFault";
390
- this.$fault = "client";
391
407
  Object.setPrototypeOf(this, _InvalidVPCNetworkStateFault.prototype);
392
408
  }
393
409
  };
394
- __name(_InvalidVPCNetworkStateFault, "InvalidVPCNetworkStateFault");
395
- var InvalidVPCNetworkStateFault = _InvalidVPCNetworkStateFault;
396
- var _NodeQuotaForClusterExceededFault = class _NodeQuotaForClusterExceededFault extends DAXServiceException {
410
+ var NodeQuotaForClusterExceededFault = class _NodeQuotaForClusterExceededFault extends DAXServiceException {
411
+ static {
412
+ __name(this, "NodeQuotaForClusterExceededFault");
413
+ }
414
+ name = "NodeQuotaForClusterExceededFault";
415
+ $fault = "client";
397
416
  /**
398
417
  * @internal
399
418
  */
@@ -403,14 +422,15 @@ var _NodeQuotaForClusterExceededFault = class _NodeQuotaForClusterExceededFault
403
422
  $fault: "client",
404
423
  ...opts
405
424
  });
406
- this.name = "NodeQuotaForClusterExceededFault";
407
- this.$fault = "client";
408
425
  Object.setPrototypeOf(this, _NodeQuotaForClusterExceededFault.prototype);
409
426
  }
410
427
  };
411
- __name(_NodeQuotaForClusterExceededFault, "NodeQuotaForClusterExceededFault");
412
- var NodeQuotaForClusterExceededFault = _NodeQuotaForClusterExceededFault;
413
- var _NodeQuotaForCustomerExceededFault = class _NodeQuotaForCustomerExceededFault extends DAXServiceException {
428
+ var NodeQuotaForCustomerExceededFault = class _NodeQuotaForCustomerExceededFault extends DAXServiceException {
429
+ static {
430
+ __name(this, "NodeQuotaForCustomerExceededFault");
431
+ }
432
+ name = "NodeQuotaForCustomerExceededFault";
433
+ $fault = "client";
414
434
  /**
415
435
  * @internal
416
436
  */
@@ -420,14 +440,15 @@ var _NodeQuotaForCustomerExceededFault = class _NodeQuotaForCustomerExceededFaul
420
440
  $fault: "client",
421
441
  ...opts
422
442
  });
423
- this.name = "NodeQuotaForCustomerExceededFault";
424
- this.$fault = "client";
425
443
  Object.setPrototypeOf(this, _NodeQuotaForCustomerExceededFault.prototype);
426
444
  }
427
445
  };
428
- __name(_NodeQuotaForCustomerExceededFault, "NodeQuotaForCustomerExceededFault");
429
- var NodeQuotaForCustomerExceededFault = _NodeQuotaForCustomerExceededFault;
430
- var _ParameterGroupNotFoundFault = class _ParameterGroupNotFoundFault extends DAXServiceException {
446
+ var ParameterGroupNotFoundFault = class _ParameterGroupNotFoundFault extends DAXServiceException {
447
+ static {
448
+ __name(this, "ParameterGroupNotFoundFault");
449
+ }
450
+ name = "ParameterGroupNotFoundFault";
451
+ $fault = "client";
431
452
  /**
432
453
  * @internal
433
454
  */
@@ -437,14 +458,15 @@ var _ParameterGroupNotFoundFault = class _ParameterGroupNotFoundFault extends DA
437
458
  $fault: "client",
438
459
  ...opts
439
460
  });
440
- this.name = "ParameterGroupNotFoundFault";
441
- this.$fault = "client";
442
461
  Object.setPrototypeOf(this, _ParameterGroupNotFoundFault.prototype);
443
462
  }
444
463
  };
445
- __name(_ParameterGroupNotFoundFault, "ParameterGroupNotFoundFault");
446
- var ParameterGroupNotFoundFault = _ParameterGroupNotFoundFault;
447
- var _ServiceLinkedRoleNotFoundFault = class _ServiceLinkedRoleNotFoundFault extends DAXServiceException {
464
+ var ServiceLinkedRoleNotFoundFault = class _ServiceLinkedRoleNotFoundFault extends DAXServiceException {
465
+ static {
466
+ __name(this, "ServiceLinkedRoleNotFoundFault");
467
+ }
468
+ name = "ServiceLinkedRoleNotFoundFault";
469
+ $fault = "client";
448
470
  /**
449
471
  * @internal
450
472
  */
@@ -454,14 +476,15 @@ var _ServiceLinkedRoleNotFoundFault = class _ServiceLinkedRoleNotFoundFault exte
454
476
  $fault: "client",
455
477
  ...opts
456
478
  });
457
- this.name = "ServiceLinkedRoleNotFoundFault";
458
- this.$fault = "client";
459
479
  Object.setPrototypeOf(this, _ServiceLinkedRoleNotFoundFault.prototype);
460
480
  }
461
481
  };
462
- __name(_ServiceLinkedRoleNotFoundFault, "ServiceLinkedRoleNotFoundFault");
463
- var ServiceLinkedRoleNotFoundFault = _ServiceLinkedRoleNotFoundFault;
464
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends DAXServiceException {
482
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends DAXServiceException {
483
+ static {
484
+ __name(this, "ServiceQuotaExceededException");
485
+ }
486
+ name = "ServiceQuotaExceededException";
487
+ $fault = "client";
465
488
  /**
466
489
  * @internal
467
490
  */
@@ -471,14 +494,15 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
471
494
  $fault: "client",
472
495
  ...opts
473
496
  });
474
- this.name = "ServiceQuotaExceededException";
475
- this.$fault = "client";
476
497
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
477
498
  }
478
499
  };
479
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
480
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
481
- var _SubnetGroupNotFoundFault = class _SubnetGroupNotFoundFault extends DAXServiceException {
500
+ var SubnetGroupNotFoundFault = class _SubnetGroupNotFoundFault extends DAXServiceException {
501
+ static {
502
+ __name(this, "SubnetGroupNotFoundFault");
503
+ }
504
+ name = "SubnetGroupNotFoundFault";
505
+ $fault = "client";
482
506
  /**
483
507
  * @internal
484
508
  */
@@ -488,14 +512,15 @@ var _SubnetGroupNotFoundFault = class _SubnetGroupNotFoundFault extends DAXServi
488
512
  $fault: "client",
489
513
  ...opts
490
514
  });
491
- this.name = "SubnetGroupNotFoundFault";
492
- this.$fault = "client";
493
515
  Object.setPrototypeOf(this, _SubnetGroupNotFoundFault.prototype);
494
516
  }
495
517
  };
496
- __name(_SubnetGroupNotFoundFault, "SubnetGroupNotFoundFault");
497
- var SubnetGroupNotFoundFault = _SubnetGroupNotFoundFault;
498
- var _TagQuotaPerResourceExceeded = class _TagQuotaPerResourceExceeded extends DAXServiceException {
518
+ var TagQuotaPerResourceExceeded = class _TagQuotaPerResourceExceeded extends DAXServiceException {
519
+ static {
520
+ __name(this, "TagQuotaPerResourceExceeded");
521
+ }
522
+ name = "TagQuotaPerResourceExceeded";
523
+ $fault = "client";
499
524
  /**
500
525
  * @internal
501
526
  */
@@ -505,14 +530,15 @@ var _TagQuotaPerResourceExceeded = class _TagQuotaPerResourceExceeded extends DA
505
530
  $fault: "client",
506
531
  ...opts
507
532
  });
508
- this.name = "TagQuotaPerResourceExceeded";
509
- this.$fault = "client";
510
533
  Object.setPrototypeOf(this, _TagQuotaPerResourceExceeded.prototype);
511
534
  }
512
535
  };
513
- __name(_TagQuotaPerResourceExceeded, "TagQuotaPerResourceExceeded");
514
- var TagQuotaPerResourceExceeded = _TagQuotaPerResourceExceeded;
515
- var _ParameterGroupAlreadyExistsFault = class _ParameterGroupAlreadyExistsFault extends DAXServiceException {
536
+ var ParameterGroupAlreadyExistsFault = class _ParameterGroupAlreadyExistsFault extends DAXServiceException {
537
+ static {
538
+ __name(this, "ParameterGroupAlreadyExistsFault");
539
+ }
540
+ name = "ParameterGroupAlreadyExistsFault";
541
+ $fault = "client";
516
542
  /**
517
543
  * @internal
518
544
  */
@@ -522,14 +548,15 @@ var _ParameterGroupAlreadyExistsFault = class _ParameterGroupAlreadyExistsFault
522
548
  $fault: "client",
523
549
  ...opts
524
550
  });
525
- this.name = "ParameterGroupAlreadyExistsFault";
526
- this.$fault = "client";
527
551
  Object.setPrototypeOf(this, _ParameterGroupAlreadyExistsFault.prototype);
528
552
  }
529
553
  };
530
- __name(_ParameterGroupAlreadyExistsFault, "ParameterGroupAlreadyExistsFault");
531
- var ParameterGroupAlreadyExistsFault = _ParameterGroupAlreadyExistsFault;
532
- var _ParameterGroupQuotaExceededFault = class _ParameterGroupQuotaExceededFault extends DAXServiceException {
554
+ var ParameterGroupQuotaExceededFault = class _ParameterGroupQuotaExceededFault extends DAXServiceException {
555
+ static {
556
+ __name(this, "ParameterGroupQuotaExceededFault");
557
+ }
558
+ name = "ParameterGroupQuotaExceededFault";
559
+ $fault = "client";
533
560
  /**
534
561
  * @internal
535
562
  */
@@ -539,14 +566,15 @@ var _ParameterGroupQuotaExceededFault = class _ParameterGroupQuotaExceededFault
539
566
  $fault: "client",
540
567
  ...opts
541
568
  });
542
- this.name = "ParameterGroupQuotaExceededFault";
543
- this.$fault = "client";
544
569
  Object.setPrototypeOf(this, _ParameterGroupQuotaExceededFault.prototype);
545
570
  }
546
571
  };
547
- __name(_ParameterGroupQuotaExceededFault, "ParameterGroupQuotaExceededFault");
548
- var ParameterGroupQuotaExceededFault = _ParameterGroupQuotaExceededFault;
549
- var _InvalidSubnet = class _InvalidSubnet extends DAXServiceException {
572
+ var InvalidSubnet = class _InvalidSubnet extends DAXServiceException {
573
+ static {
574
+ __name(this, "InvalidSubnet");
575
+ }
576
+ name = "InvalidSubnet";
577
+ $fault = "client";
550
578
  /**
551
579
  * @internal
552
580
  */
@@ -556,14 +584,15 @@ var _InvalidSubnet = class _InvalidSubnet extends DAXServiceException {
556
584
  $fault: "client",
557
585
  ...opts
558
586
  });
559
- this.name = "InvalidSubnet";
560
- this.$fault = "client";
561
587
  Object.setPrototypeOf(this, _InvalidSubnet.prototype);
562
588
  }
563
589
  };
564
- __name(_InvalidSubnet, "InvalidSubnet");
565
- var InvalidSubnet = _InvalidSubnet;
566
- var _SubnetGroupAlreadyExistsFault = class _SubnetGroupAlreadyExistsFault extends DAXServiceException {
590
+ var SubnetGroupAlreadyExistsFault = class _SubnetGroupAlreadyExistsFault extends DAXServiceException {
591
+ static {
592
+ __name(this, "SubnetGroupAlreadyExistsFault");
593
+ }
594
+ name = "SubnetGroupAlreadyExistsFault";
595
+ $fault = "client";
567
596
  /**
568
597
  * @internal
569
598
  */
@@ -573,14 +602,15 @@ var _SubnetGroupAlreadyExistsFault = class _SubnetGroupAlreadyExistsFault extend
573
602
  $fault: "client",
574
603
  ...opts
575
604
  });
576
- this.name = "SubnetGroupAlreadyExistsFault";
577
- this.$fault = "client";
578
605
  Object.setPrototypeOf(this, _SubnetGroupAlreadyExistsFault.prototype);
579
606
  }
580
607
  };
581
- __name(_SubnetGroupAlreadyExistsFault, "SubnetGroupAlreadyExistsFault");
582
- var SubnetGroupAlreadyExistsFault = _SubnetGroupAlreadyExistsFault;
583
- var _SubnetGroupQuotaExceededFault = class _SubnetGroupQuotaExceededFault extends DAXServiceException {
608
+ var SubnetGroupQuotaExceededFault = class _SubnetGroupQuotaExceededFault extends DAXServiceException {
609
+ static {
610
+ __name(this, "SubnetGroupQuotaExceededFault");
611
+ }
612
+ name = "SubnetGroupQuotaExceededFault";
613
+ $fault = "client";
584
614
  /**
585
615
  * @internal
586
616
  */
@@ -590,14 +620,15 @@ var _SubnetGroupQuotaExceededFault = class _SubnetGroupQuotaExceededFault extend
590
620
  $fault: "client",
591
621
  ...opts
592
622
  });
593
- this.name = "SubnetGroupQuotaExceededFault";
594
- this.$fault = "client";
595
623
  Object.setPrototypeOf(this, _SubnetGroupQuotaExceededFault.prototype);
596
624
  }
597
625
  };
598
- __name(_SubnetGroupQuotaExceededFault, "SubnetGroupQuotaExceededFault");
599
- var SubnetGroupQuotaExceededFault = _SubnetGroupQuotaExceededFault;
600
- var _SubnetQuotaExceededFault = class _SubnetQuotaExceededFault extends DAXServiceException {
626
+ var SubnetQuotaExceededFault = class _SubnetQuotaExceededFault extends DAXServiceException {
627
+ static {
628
+ __name(this, "SubnetQuotaExceededFault");
629
+ }
630
+ name = "SubnetQuotaExceededFault";
631
+ $fault = "client";
601
632
  /**
602
633
  * @internal
603
634
  */
@@ -607,14 +638,15 @@ var _SubnetQuotaExceededFault = class _SubnetQuotaExceededFault extends DAXServi
607
638
  $fault: "client",
608
639
  ...opts
609
640
  });
610
- this.name = "SubnetQuotaExceededFault";
611
- this.$fault = "client";
612
641
  Object.setPrototypeOf(this, _SubnetQuotaExceededFault.prototype);
613
642
  }
614
643
  };
615
- __name(_SubnetQuotaExceededFault, "SubnetQuotaExceededFault");
616
- var SubnetQuotaExceededFault = _SubnetQuotaExceededFault;
617
- var _ClusterNotFoundFault = class _ClusterNotFoundFault extends DAXServiceException {
644
+ var ClusterNotFoundFault = class _ClusterNotFoundFault extends DAXServiceException {
645
+ static {
646
+ __name(this, "ClusterNotFoundFault");
647
+ }
648
+ name = "ClusterNotFoundFault";
649
+ $fault = "client";
618
650
  /**
619
651
  * @internal
620
652
  */
@@ -624,14 +656,15 @@ var _ClusterNotFoundFault = class _ClusterNotFoundFault extends DAXServiceExcept
624
656
  $fault: "client",
625
657
  ...opts
626
658
  });
627
- this.name = "ClusterNotFoundFault";
628
- this.$fault = "client";
629
659
  Object.setPrototypeOf(this, _ClusterNotFoundFault.prototype);
630
660
  }
631
661
  };
632
- __name(_ClusterNotFoundFault, "ClusterNotFoundFault");
633
- var ClusterNotFoundFault = _ClusterNotFoundFault;
634
- var _NodeNotFoundFault = class _NodeNotFoundFault extends DAXServiceException {
662
+ var NodeNotFoundFault = class _NodeNotFoundFault extends DAXServiceException {
663
+ static {
664
+ __name(this, "NodeNotFoundFault");
665
+ }
666
+ name = "NodeNotFoundFault";
667
+ $fault = "client";
635
668
  /**
636
669
  * @internal
637
670
  */
@@ -641,14 +674,15 @@ var _NodeNotFoundFault = class _NodeNotFoundFault extends DAXServiceException {
641
674
  $fault: "client",
642
675
  ...opts
643
676
  });
644
- this.name = "NodeNotFoundFault";
645
- this.$fault = "client";
646
677
  Object.setPrototypeOf(this, _NodeNotFoundFault.prototype);
647
678
  }
648
679
  };
649
- __name(_NodeNotFoundFault, "NodeNotFoundFault");
650
- var NodeNotFoundFault = _NodeNotFoundFault;
651
- var _SubnetGroupInUseFault = class _SubnetGroupInUseFault extends DAXServiceException {
680
+ var SubnetGroupInUseFault = class _SubnetGroupInUseFault extends DAXServiceException {
681
+ static {
682
+ __name(this, "SubnetGroupInUseFault");
683
+ }
684
+ name = "SubnetGroupInUseFault";
685
+ $fault = "client";
652
686
  /**
653
687
  * @internal
654
688
  */
@@ -658,13 +692,9 @@ var _SubnetGroupInUseFault = class _SubnetGroupInUseFault extends DAXServiceExce
658
692
  $fault: "client",
659
693
  ...opts
660
694
  });
661
- this.name = "SubnetGroupInUseFault";
662
- this.$fault = "client";
663
695
  Object.setPrototypeOf(this, _SubnetGroupInUseFault.prototype);
664
696
  }
665
697
  };
666
- __name(_SubnetGroupInUseFault, "SubnetGroupInUseFault");
667
- var SubnetGroupInUseFault = _SubnetGroupInUseFault;
668
698
  var ChangeType = {
669
699
  IMMEDIATE: "IMMEDIATE",
670
700
  REQUIRES_REBOOT: "REQUIRES_REBOOT"
@@ -683,7 +713,12 @@ var SourceType = {
683
713
  PARAMETER_GROUP: "PARAMETER_GROUP",
684
714
  SUBNET_GROUP: "SUBNET_GROUP"
685
715
  };
686
- var _InvalidARNFault = class _InvalidARNFault extends DAXServiceException {
716
+ var InvalidARNFault = class _InvalidARNFault extends DAXServiceException {
717
+ static {
718
+ __name(this, "InvalidARNFault");
719
+ }
720
+ name = "InvalidARNFault";
721
+ $fault = "client";
687
722
  /**
688
723
  * @internal
689
724
  */
@@ -693,14 +728,15 @@ var _InvalidARNFault = class _InvalidARNFault extends DAXServiceException {
693
728
  $fault: "client",
694
729
  ...opts
695
730
  });
696
- this.name = "InvalidARNFault";
697
- this.$fault = "client";
698
731
  Object.setPrototypeOf(this, _InvalidARNFault.prototype);
699
732
  }
700
733
  };
701
- __name(_InvalidARNFault, "InvalidARNFault");
702
- var InvalidARNFault = _InvalidARNFault;
703
- var _TagNotFoundFault = class _TagNotFoundFault extends DAXServiceException {
734
+ var TagNotFoundFault = class _TagNotFoundFault extends DAXServiceException {
735
+ static {
736
+ __name(this, "TagNotFoundFault");
737
+ }
738
+ name = "TagNotFoundFault";
739
+ $fault = "client";
704
740
  /**
705
741
  * @internal
706
742
  */
@@ -710,14 +746,15 @@ var _TagNotFoundFault = class _TagNotFoundFault extends DAXServiceException {
710
746
  $fault: "client",
711
747
  ...opts
712
748
  });
713
- this.name = "TagNotFoundFault";
714
- this.$fault = "client";
715
749
  Object.setPrototypeOf(this, _TagNotFoundFault.prototype);
716
750
  }
717
751
  };
718
- __name(_TagNotFoundFault, "TagNotFoundFault");
719
- var TagNotFoundFault = _TagNotFoundFault;
720
- var _SubnetInUse = class _SubnetInUse extends DAXServiceException {
752
+ var SubnetInUse = class _SubnetInUse extends DAXServiceException {
753
+ static {
754
+ __name(this, "SubnetInUse");
755
+ }
756
+ name = "SubnetInUse";
757
+ $fault = "client";
721
758
  /**
722
759
  * @internal
723
760
  */
@@ -727,13 +764,9 @@ var _SubnetInUse = class _SubnetInUse extends DAXServiceException {
727
764
  $fault: "client",
728
765
  ...opts
729
766
  });
730
- this.name = "SubnetInUse";
731
- this.$fault = "client";
732
767
  Object.setPrototypeOf(this, _SubnetInUse.prototype);
733
768
  }
734
769
  };
735
- __name(_SubnetInUse, "SubnetInUse");
736
- var SubnetInUse = _SubnetInUse;
737
770
 
738
771
  // src/protocols/Aws_json1_1.ts
739
772
  var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1620,295 +1653,316 @@ function sharedHeaders(operation) {
1620
1653
  __name(sharedHeaders, "sharedHeaders");
1621
1654
 
1622
1655
  // src/commands/CreateClusterCommand.ts
1623
- var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1656
+ var CreateClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1624
1657
  return [
1625
1658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1626
1659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1627
1660
  ];
1628
1661
  }).s("AmazonDAXV3", "CreateCluster", {}).n("DAXClient", "CreateClusterCommand").f(void 0, void 0).ser(se_CreateClusterCommand).de(de_CreateClusterCommand).build() {
1662
+ static {
1663
+ __name(this, "CreateClusterCommand");
1664
+ }
1629
1665
  };
1630
- __name(_CreateClusterCommand, "CreateClusterCommand");
1631
- var CreateClusterCommand = _CreateClusterCommand;
1632
1666
 
1633
1667
  // src/commands/CreateParameterGroupCommand.ts
1634
1668
 
1635
1669
 
1636
1670
 
1637
- var _CreateParameterGroupCommand = class _CreateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1671
+ var CreateParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1638
1672
  return [
1639
1673
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1640
1674
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1641
1675
  ];
1642
1676
  }).s("AmazonDAXV3", "CreateParameterGroup", {}).n("DAXClient", "CreateParameterGroupCommand").f(void 0, void 0).ser(se_CreateParameterGroupCommand).de(de_CreateParameterGroupCommand).build() {
1677
+ static {
1678
+ __name(this, "CreateParameterGroupCommand");
1679
+ }
1643
1680
  };
1644
- __name(_CreateParameterGroupCommand, "CreateParameterGroupCommand");
1645
- var CreateParameterGroupCommand = _CreateParameterGroupCommand;
1646
1681
 
1647
1682
  // src/commands/CreateSubnetGroupCommand.ts
1648
1683
 
1649
1684
 
1650
1685
 
1651
- var _CreateSubnetGroupCommand = class _CreateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1686
+ var CreateSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1652
1687
  return [
1653
1688
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1654
1689
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1655
1690
  ];
1656
1691
  }).s("AmazonDAXV3", "CreateSubnetGroup", {}).n("DAXClient", "CreateSubnetGroupCommand").f(void 0, void 0).ser(se_CreateSubnetGroupCommand).de(de_CreateSubnetGroupCommand).build() {
1692
+ static {
1693
+ __name(this, "CreateSubnetGroupCommand");
1694
+ }
1657
1695
  };
1658
- __name(_CreateSubnetGroupCommand, "CreateSubnetGroupCommand");
1659
- var CreateSubnetGroupCommand = _CreateSubnetGroupCommand;
1660
1696
 
1661
1697
  // src/commands/DecreaseReplicationFactorCommand.ts
1662
1698
 
1663
1699
 
1664
1700
 
1665
- var _DecreaseReplicationFactorCommand = class _DecreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1701
+ var DecreaseReplicationFactorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1666
1702
  return [
1667
1703
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1668
1704
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1669
1705
  ];
1670
1706
  }).s("AmazonDAXV3", "DecreaseReplicationFactor", {}).n("DAXClient", "DecreaseReplicationFactorCommand").f(void 0, void 0).ser(se_DecreaseReplicationFactorCommand).de(de_DecreaseReplicationFactorCommand).build() {
1707
+ static {
1708
+ __name(this, "DecreaseReplicationFactorCommand");
1709
+ }
1671
1710
  };
1672
- __name(_DecreaseReplicationFactorCommand, "DecreaseReplicationFactorCommand");
1673
- var DecreaseReplicationFactorCommand = _DecreaseReplicationFactorCommand;
1674
1711
 
1675
1712
  // src/commands/DeleteClusterCommand.ts
1676
1713
 
1677
1714
 
1678
1715
 
1679
- var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1716
+ var DeleteClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1680
1717
  return [
1681
1718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1682
1719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1683
1720
  ];
1684
1721
  }).s("AmazonDAXV3", "DeleteCluster", {}).n("DAXClient", "DeleteClusterCommand").f(void 0, void 0).ser(se_DeleteClusterCommand).de(de_DeleteClusterCommand).build() {
1722
+ static {
1723
+ __name(this, "DeleteClusterCommand");
1724
+ }
1685
1725
  };
1686
- __name(_DeleteClusterCommand, "DeleteClusterCommand");
1687
- var DeleteClusterCommand = _DeleteClusterCommand;
1688
1726
 
1689
1727
  // src/commands/DeleteParameterGroupCommand.ts
1690
1728
 
1691
1729
 
1692
1730
 
1693
- var _DeleteParameterGroupCommand = class _DeleteParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1731
+ var DeleteParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1694
1732
  return [
1695
1733
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1696
1734
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1697
1735
  ];
1698
1736
  }).s("AmazonDAXV3", "DeleteParameterGroup", {}).n("DAXClient", "DeleteParameterGroupCommand").f(void 0, void 0).ser(se_DeleteParameterGroupCommand).de(de_DeleteParameterGroupCommand).build() {
1737
+ static {
1738
+ __name(this, "DeleteParameterGroupCommand");
1739
+ }
1699
1740
  };
1700
- __name(_DeleteParameterGroupCommand, "DeleteParameterGroupCommand");
1701
- var DeleteParameterGroupCommand = _DeleteParameterGroupCommand;
1702
1741
 
1703
1742
  // src/commands/DeleteSubnetGroupCommand.ts
1704
1743
 
1705
1744
 
1706
1745
 
1707
- var _DeleteSubnetGroupCommand = class _DeleteSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1746
+ var DeleteSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1708
1747
  return [
1709
1748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1710
1749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1711
1750
  ];
1712
1751
  }).s("AmazonDAXV3", "DeleteSubnetGroup", {}).n("DAXClient", "DeleteSubnetGroupCommand").f(void 0, void 0).ser(se_DeleteSubnetGroupCommand).de(de_DeleteSubnetGroupCommand).build() {
1752
+ static {
1753
+ __name(this, "DeleteSubnetGroupCommand");
1754
+ }
1713
1755
  };
1714
- __name(_DeleteSubnetGroupCommand, "DeleteSubnetGroupCommand");
1715
- var DeleteSubnetGroupCommand = _DeleteSubnetGroupCommand;
1716
1756
 
1717
1757
  // src/commands/DescribeClustersCommand.ts
1718
1758
 
1719
1759
 
1720
1760
 
1721
- var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1761
+ var DescribeClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1722
1762
  return [
1723
1763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1724
1764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1725
1765
  ];
1726
1766
  }).s("AmazonDAXV3", "DescribeClusters", {}).n("DAXClient", "DescribeClustersCommand").f(void 0, void 0).ser(se_DescribeClustersCommand).de(de_DescribeClustersCommand).build() {
1767
+ static {
1768
+ __name(this, "DescribeClustersCommand");
1769
+ }
1727
1770
  };
1728
- __name(_DescribeClustersCommand, "DescribeClustersCommand");
1729
- var DescribeClustersCommand = _DescribeClustersCommand;
1730
1771
 
1731
1772
  // src/commands/DescribeDefaultParametersCommand.ts
1732
1773
 
1733
1774
 
1734
1775
 
1735
- var _DescribeDefaultParametersCommand = class _DescribeDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
+ var DescribeDefaultParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1736
1777
  return [
1737
1778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1738
1779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1739
1780
  ];
1740
1781
  }).s("AmazonDAXV3", "DescribeDefaultParameters", {}).n("DAXClient", "DescribeDefaultParametersCommand").f(void 0, void 0).ser(se_DescribeDefaultParametersCommand).de(de_DescribeDefaultParametersCommand).build() {
1782
+ static {
1783
+ __name(this, "DescribeDefaultParametersCommand");
1784
+ }
1741
1785
  };
1742
- __name(_DescribeDefaultParametersCommand, "DescribeDefaultParametersCommand");
1743
- var DescribeDefaultParametersCommand = _DescribeDefaultParametersCommand;
1744
1786
 
1745
1787
  // src/commands/DescribeEventsCommand.ts
1746
1788
 
1747
1789
 
1748
1790
 
1749
- var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1791
+ var DescribeEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1750
1792
  return [
1751
1793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1752
1794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1753
1795
  ];
1754
1796
  }).s("AmazonDAXV3", "DescribeEvents", {}).n("DAXClient", "DescribeEventsCommand").f(void 0, void 0).ser(se_DescribeEventsCommand).de(de_DescribeEventsCommand).build() {
1797
+ static {
1798
+ __name(this, "DescribeEventsCommand");
1799
+ }
1755
1800
  };
1756
- __name(_DescribeEventsCommand, "DescribeEventsCommand");
1757
- var DescribeEventsCommand = _DescribeEventsCommand;
1758
1801
 
1759
1802
  // src/commands/DescribeParameterGroupsCommand.ts
1760
1803
 
1761
1804
 
1762
1805
 
1763
- var _DescribeParameterGroupsCommand = class _DescribeParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1806
+ var DescribeParameterGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1764
1807
  return [
1765
1808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1766
1809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1767
1810
  ];
1768
1811
  }).s("AmazonDAXV3", "DescribeParameterGroups", {}).n("DAXClient", "DescribeParameterGroupsCommand").f(void 0, void 0).ser(se_DescribeParameterGroupsCommand).de(de_DescribeParameterGroupsCommand).build() {
1812
+ static {
1813
+ __name(this, "DescribeParameterGroupsCommand");
1814
+ }
1769
1815
  };
1770
- __name(_DescribeParameterGroupsCommand, "DescribeParameterGroupsCommand");
1771
- var DescribeParameterGroupsCommand = _DescribeParameterGroupsCommand;
1772
1816
 
1773
1817
  // src/commands/DescribeParametersCommand.ts
1774
1818
 
1775
1819
 
1776
1820
 
1777
- var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1821
+ var DescribeParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1778
1822
  return [
1779
1823
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1780
1824
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1781
1825
  ];
1782
1826
  }).s("AmazonDAXV3", "DescribeParameters", {}).n("DAXClient", "DescribeParametersCommand").f(void 0, void 0).ser(se_DescribeParametersCommand).de(de_DescribeParametersCommand).build() {
1827
+ static {
1828
+ __name(this, "DescribeParametersCommand");
1829
+ }
1783
1830
  };
1784
- __name(_DescribeParametersCommand, "DescribeParametersCommand");
1785
- var DescribeParametersCommand = _DescribeParametersCommand;
1786
1831
 
1787
1832
  // src/commands/DescribeSubnetGroupsCommand.ts
1788
1833
 
1789
1834
 
1790
1835
 
1791
- var _DescribeSubnetGroupsCommand = class _DescribeSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1836
+ var DescribeSubnetGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1792
1837
  return [
1793
1838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1794
1839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1795
1840
  ];
1796
1841
  }).s("AmazonDAXV3", "DescribeSubnetGroups", {}).n("DAXClient", "DescribeSubnetGroupsCommand").f(void 0, void 0).ser(se_DescribeSubnetGroupsCommand).de(de_DescribeSubnetGroupsCommand).build() {
1842
+ static {
1843
+ __name(this, "DescribeSubnetGroupsCommand");
1844
+ }
1797
1845
  };
1798
- __name(_DescribeSubnetGroupsCommand, "DescribeSubnetGroupsCommand");
1799
- var DescribeSubnetGroupsCommand = _DescribeSubnetGroupsCommand;
1800
1846
 
1801
1847
  // src/commands/IncreaseReplicationFactorCommand.ts
1802
1848
 
1803
1849
 
1804
1850
 
1805
- var _IncreaseReplicationFactorCommand = class _IncreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1851
+ var IncreaseReplicationFactorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1806
1852
  return [
1807
1853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1808
1854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1809
1855
  ];
1810
1856
  }).s("AmazonDAXV3", "IncreaseReplicationFactor", {}).n("DAXClient", "IncreaseReplicationFactorCommand").f(void 0, void 0).ser(se_IncreaseReplicationFactorCommand).de(de_IncreaseReplicationFactorCommand).build() {
1857
+ static {
1858
+ __name(this, "IncreaseReplicationFactorCommand");
1859
+ }
1811
1860
  };
1812
- __name(_IncreaseReplicationFactorCommand, "IncreaseReplicationFactorCommand");
1813
- var IncreaseReplicationFactorCommand = _IncreaseReplicationFactorCommand;
1814
1861
 
1815
1862
  // src/commands/ListTagsCommand.ts
1816
1863
 
1817
1864
 
1818
1865
 
1819
- var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1866
+ var ListTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1820
1867
  return [
1821
1868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1822
1869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1823
1870
  ];
1824
1871
  }).s("AmazonDAXV3", "ListTags", {}).n("DAXClient", "ListTagsCommand").f(void 0, void 0).ser(se_ListTagsCommand).de(de_ListTagsCommand).build() {
1872
+ static {
1873
+ __name(this, "ListTagsCommand");
1874
+ }
1825
1875
  };
1826
- __name(_ListTagsCommand, "ListTagsCommand");
1827
- var ListTagsCommand = _ListTagsCommand;
1828
1876
 
1829
1877
  // src/commands/RebootNodeCommand.ts
1830
1878
 
1831
1879
 
1832
1880
 
1833
- var _RebootNodeCommand = class _RebootNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
+ var RebootNodeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1834
1882
  return [
1835
1883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1836
1884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1837
1885
  ];
1838
1886
  }).s("AmazonDAXV3", "RebootNode", {}).n("DAXClient", "RebootNodeCommand").f(void 0, void 0).ser(se_RebootNodeCommand).de(de_RebootNodeCommand).build() {
1887
+ static {
1888
+ __name(this, "RebootNodeCommand");
1889
+ }
1839
1890
  };
1840
- __name(_RebootNodeCommand, "RebootNodeCommand");
1841
- var RebootNodeCommand = _RebootNodeCommand;
1842
1891
 
1843
1892
  // src/commands/TagResourceCommand.ts
1844
1893
 
1845
1894
 
1846
1895
 
1847
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1896
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1848
1897
  return [
1849
1898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1850
1899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1851
1900
  ];
1852
1901
  }).s("AmazonDAXV3", "TagResource", {}).n("DAXClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1902
+ static {
1903
+ __name(this, "TagResourceCommand");
1904
+ }
1853
1905
  };
1854
- __name(_TagResourceCommand, "TagResourceCommand");
1855
- var TagResourceCommand = _TagResourceCommand;
1856
1906
 
1857
1907
  // src/commands/UntagResourceCommand.ts
1858
1908
 
1859
1909
 
1860
1910
 
1861
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1911
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1862
1912
  return [
1863
1913
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1864
1914
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1865
1915
  ];
1866
1916
  }).s("AmazonDAXV3", "UntagResource", {}).n("DAXClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1917
+ static {
1918
+ __name(this, "UntagResourceCommand");
1919
+ }
1867
1920
  };
1868
- __name(_UntagResourceCommand, "UntagResourceCommand");
1869
- var UntagResourceCommand = _UntagResourceCommand;
1870
1921
 
1871
1922
  // src/commands/UpdateClusterCommand.ts
1872
1923
 
1873
1924
 
1874
1925
 
1875
- var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1926
+ var UpdateClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1876
1927
  return [
1877
1928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1878
1929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1879
1930
  ];
1880
1931
  }).s("AmazonDAXV3", "UpdateCluster", {}).n("DAXClient", "UpdateClusterCommand").f(void 0, void 0).ser(se_UpdateClusterCommand).de(de_UpdateClusterCommand).build() {
1932
+ static {
1933
+ __name(this, "UpdateClusterCommand");
1934
+ }
1881
1935
  };
1882
- __name(_UpdateClusterCommand, "UpdateClusterCommand");
1883
- var UpdateClusterCommand = _UpdateClusterCommand;
1884
1936
 
1885
1937
  // src/commands/UpdateParameterGroupCommand.ts
1886
1938
 
1887
1939
 
1888
1940
 
1889
- var _UpdateParameterGroupCommand = class _UpdateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1941
+ var UpdateParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1890
1942
  return [
1891
1943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1892
1944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1893
1945
  ];
1894
1946
  }).s("AmazonDAXV3", "UpdateParameterGroup", {}).n("DAXClient", "UpdateParameterGroupCommand").f(void 0, void 0).ser(se_UpdateParameterGroupCommand).de(de_UpdateParameterGroupCommand).build() {
1947
+ static {
1948
+ __name(this, "UpdateParameterGroupCommand");
1949
+ }
1895
1950
  };
1896
- __name(_UpdateParameterGroupCommand, "UpdateParameterGroupCommand");
1897
- var UpdateParameterGroupCommand = _UpdateParameterGroupCommand;
1898
1951
 
1899
1952
  // src/commands/UpdateSubnetGroupCommand.ts
1900
1953
 
1901
1954
 
1902
1955
 
1903
- var _UpdateSubnetGroupCommand = class _UpdateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1956
+ var UpdateSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1904
1957
  return [
1905
1958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1906
1959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1907
1960
  ];
1908
1961
  }).s("AmazonDAXV3", "UpdateSubnetGroup", {}).n("DAXClient", "UpdateSubnetGroupCommand").f(void 0, void 0).ser(se_UpdateSubnetGroupCommand).de(de_UpdateSubnetGroupCommand).build() {
1962
+ static {
1963
+ __name(this, "UpdateSubnetGroupCommand");
1964
+ }
1909
1965
  };
1910
- __name(_UpdateSubnetGroupCommand, "UpdateSubnetGroupCommand");
1911
- var UpdateSubnetGroupCommand = _UpdateSubnetGroupCommand;
1912
1966
 
1913
1967
  // src/DAX.ts
1914
1968
  var commands = {
@@ -1934,10 +1988,11 @@ var commands = {
1934
1988
  UpdateParameterGroupCommand,
1935
1989
  UpdateSubnetGroupCommand
1936
1990
  };
1937
- var _DAX = class _DAX extends DAXClient {
1991
+ var DAX = class extends DAXClient {
1992
+ static {
1993
+ __name(this, "DAX");
1994
+ }
1938
1995
  };
1939
- __name(_DAX, "DAX");
1940
- var DAX = _DAX;
1941
1996
  (0, import_smithy_client.createAggregatedClient)(commands, DAX);
1942
1997
  // Annotate the CommonJS export names for ESM import in node:
1943
1998