@aws-sdk/client-docdb-elastic 3.948.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.
Files changed (39) hide show
  1. package/dist-cjs/index.js +250 -176
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
  4. package/dist-es/commands/CopyClusterSnapshotCommand.js +2 -2
  5. package/dist-es/commands/CreateClusterCommand.js +2 -2
  6. package/dist-es/commands/CreateClusterSnapshotCommand.js +2 -2
  7. package/dist-es/commands/DeleteClusterCommand.js +2 -2
  8. package/dist-es/commands/DeleteClusterSnapshotCommand.js +2 -2
  9. package/dist-es/commands/GetClusterCommand.js +2 -2
  10. package/dist-es/commands/GetClusterSnapshotCommand.js +2 -2
  11. package/dist-es/commands/GetPendingMaintenanceActionCommand.js +2 -2
  12. package/dist-es/commands/ListClusterSnapshotsCommand.js +2 -2
  13. package/dist-es/commands/ListClustersCommand.js +2 -2
  14. package/dist-es/commands/ListPendingMaintenanceActionsCommand.js +2 -2
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-es/commands/RestoreClusterFromSnapshotCommand.js +2 -2
  17. package/dist-es/commands/StartClusterCommand.js +2 -2
  18. package/dist-es/commands/StopClusterCommand.js +2 -2
  19. package/dist-es/commands/TagResourceCommand.js +2 -2
  20. package/dist-es/commands/UntagResourceCommand.js +2 -2
  21. package/dist-es/commands/UpdateClusterCommand.js +2 -2
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -1
  24. package/dist-es/schemas/schemas_0.js +142 -141
  25. package/dist-types/DocDBElasticClient.d.ts +1 -10
  26. package/dist-types/index.d.ts +1 -0
  27. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  28. package/dist-types/runtimeConfig.d.ts +6 -2
  29. package/dist-types/runtimeConfig.native.d.ts +6 -2
  30. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  31. package/dist-types/schemas/schemas_0.d.ts +74 -84
  32. package/dist-types/ts3.4/DocDBElasticClient.d.ts +0 -4
  33. package/dist-types/ts3.4/index.d.ts +1 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +73 -85
  39. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class DocDBElasticClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let DocDBElasticServiceException$1 = class DocDBElasticServiceException extends smithyClient.ServiceException {
113
+ class DocDBElasticServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, DocDBElasticServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends DocDBElasticServiceException$1 {
120
+ class AccessDeniedException extends DocDBElasticServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends DocDBElasticSe
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let ConflictException$1 = class ConflictException extends DocDBElasticServiceException$1 {
131
+ }
132
+ class ConflictException extends DocDBElasticServiceException {
133
133
  name = "ConflictException";
134
134
  $fault = "client";
135
135
  resourceId;
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends DocDBElasticServiceExc
144
144
  this.resourceId = opts.resourceId;
145
145
  this.resourceType = opts.resourceType;
146
146
  }
147
- };
148
- let InternalServerException$1 = class InternalServerException extends DocDBElasticServiceException$1 {
147
+ }
148
+ class InternalServerException extends DocDBElasticServiceException {
149
149
  name = "InternalServerException";
150
150
  $fault = "server";
151
151
  $retryable = {};
@@ -157,8 +157,8 @@ let InternalServerException$1 = class InternalServerException extends DocDBElast
157
157
  });
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  }
160
- };
161
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends DocDBElasticServiceException$1 {
160
+ }
161
+ class ResourceNotFoundException extends DocDBElasticServiceException {
162
162
  name = "ResourceNotFoundException";
163
163
  $fault = "client";
164
164
  resourceId;
@@ -173,8 +173,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends DocDBE
173
173
  this.resourceId = opts.resourceId;
174
174
  this.resourceType = opts.resourceType;
175
175
  }
176
- };
177
- let ThrottlingException$1 = class ThrottlingException extends DocDBElasticServiceException$1 {
176
+ }
177
+ class ThrottlingException extends DocDBElasticServiceException {
178
178
  name = "ThrottlingException";
179
179
  $fault = "client";
180
180
  $retryable = {};
@@ -188,8 +188,8 @@ let ThrottlingException$1 = class ThrottlingException extends DocDBElasticServic
188
188
  Object.setPrototypeOf(this, ThrottlingException.prototype);
189
189
  this.retryAfterSeconds = opts.retryAfterSeconds;
190
190
  }
191
- };
192
- let ValidationException$1 = class ValidationException extends DocDBElasticServiceException$1 {
191
+ }
192
+ class ValidationException extends DocDBElasticServiceException {
193
193
  name = "ValidationException";
194
194
  $fault = "client";
195
195
  reason;
@@ -204,8 +204,8 @@ let ValidationException$1 = class ValidationException extends DocDBElasticServic
204
204
  this.reason = opts.reason;
205
205
  this.fieldList = opts.fieldList;
206
206
  }
207
- };
208
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends DocDBElasticServiceException$1 {
207
+ }
208
+ class ServiceQuotaExceededException extends DocDBElasticServiceException {
209
209
  name = "ServiceQuotaExceededException";
210
210
  $fault = "client";
211
211
  constructor(opts) {
@@ -216,7 +216,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
216
216
  });
217
217
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
218
218
  }
219
- };
219
+ }
220
220
 
221
221
  const _ADE = "AccessDeniedException";
222
222
  const _APMA = "ApplyPendingMaintenanceAction";
@@ -363,9 +363,9 @@ const _tSN = "targetSnapshotName";
363
363
  const _vSGI = "vpcSecurityGroupIds";
364
364
  const n0 = "com.amazonaws.docdbelastic";
365
365
  var Password = [0, n0, _P, 8, 0];
366
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
367
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
368
- var ApplyPendingMaintenanceActionInput = [
366
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
367
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
368
+ var ApplyPendingMaintenanceActionInput$ = [
369
369
  3,
370
370
  n0,
371
371
  _APMAI,
@@ -373,15 +373,15 @@ var ApplyPendingMaintenanceActionInput = [
373
373
  [_rA, _aA, _oIT, _aO],
374
374
  [0, 0, 0, 0],
375
375
  ];
376
- var ApplyPendingMaintenanceActionOutput = [
376
+ var ApplyPendingMaintenanceActionOutput$ = [
377
377
  3,
378
378
  n0,
379
379
  _APMAO,
380
380
  0,
381
381
  [_rPMA],
382
- [() => ResourcePendingMaintenanceAction],
382
+ [() => ResourcePendingMaintenanceAction$],
383
383
  ];
384
- var Cluster = [
384
+ var Cluster$ = [
385
385
  3,
386
386
  n0,
387
387
  _C,
@@ -389,8 +389,8 @@ var Cluster = [
389
389
  [_cN, _cA, _s, _cE, _cT, _aUN, _aT, _sC, _sCh, _vSGI, _sI, _pMW, _kKI, _sh, _bRP, _pBW, _sIC],
390
390
  [0, 0, 0, 0, 0, 0, 0, 1, 1, 64 | 0, 64 | 0, 0, 0, () => ShardList, 1, 0, 1],
391
391
  ];
392
- var ClusterInList = [3, n0, _CIL, 0, [_cN, _cA, _s], [0, 0, 0]];
393
- var ClusterSnapshot = [
392
+ var ClusterInList$ = [3, n0, _CIL, 0, [_cN, _cA, _s], [0, 0, 0]];
393
+ var ClusterSnapshot$ = [
394
394
  3,
395
395
  n0,
396
396
  _CS,
@@ -398,10 +398,17 @@ var ClusterSnapshot = [
398
398
  [_sI, _sN, _sA, _sCT, _cA, _cCT, _s, _vSGI, _aUN, _kKI, _sT],
399
399
  [64 | 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0],
400
400
  ];
401
- var ClusterSnapshotInList = [3, n0, _CSIL, 0, [_sN, _sA, _cA, _s, _sCT], [0, 0, 0, 0, 0]];
402
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
403
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
404
- var CopyClusterSnapshotInput = [
401
+ var ClusterSnapshotInList$ = [
402
+ 3,
403
+ n0,
404
+ _CSIL,
405
+ 0,
406
+ [_sN, _sA, _cA, _s, _sCT],
407
+ [0, 0, 0, 0, 0],
408
+ ];
409
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
410
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
411
+ var CopyClusterSnapshotInput$ = [
405
412
  3,
406
413
  n0,
407
414
  _CCSI,
@@ -409,8 +416,8 @@ var CopyClusterSnapshotInput = [
409
416
  [_sA, _tSN, _kKI, _cTo, _t],
410
417
  [[0, 1], 0, 0, 2, 128 | 0],
411
418
  ];
412
- var CopyClusterSnapshotOutput = [3, n0, _CCSO, 0, [_sn], [() => ClusterSnapshot]];
413
- var CreateClusterInput = [
419
+ var CopyClusterSnapshotOutput$ = [3, n0, _CCSO, 0, [_sn], [() => ClusterSnapshot$]];
420
+ var CreateClusterInput$ = [
414
421
  3,
415
422
  n0,
416
423
  _CCI,
@@ -418,29 +425,29 @@ var CreateClusterInput = [
418
425
  [_cN, _aT, _aUN, _aUP, _sC, _sCh, _vSGI, _sI, _kKI, _cTl, _pMW, _t, _bRP, _pBW, _sIC],
419
426
  [0, 0, 0, [() => Password, 0], 1, 1, 64 | 0, 64 | 0, 0, [0, 4], 0, 128 | 0, 1, 0, 1],
420
427
  ];
421
- var CreateClusterOutput = [3, n0, _CCO, 0, [_cl], [() => Cluster]];
422
- var CreateClusterSnapshotInput = [3, n0, _CCSIr, 0, [_cA, _sN, _t], [0, 0, 128 | 0]];
423
- var CreateClusterSnapshotOutput = [3, n0, _CCSOr, 0, [_sn], [() => ClusterSnapshot]];
424
- var DeleteClusterInput = [3, n0, _DCI, 0, [_cA], [[0, 1]]];
425
- var DeleteClusterOutput = [3, n0, _DCO, 0, [_cl], [() => Cluster]];
426
- var DeleteClusterSnapshotInput = [3, n0, _DCSI, 0, [_sA], [[0, 1]]];
427
- var DeleteClusterSnapshotOutput = [3, n0, _DCSO, 0, [_sn], [() => ClusterSnapshot]];
428
- var GetClusterInput = [3, n0, _GCI, 0, [_cA], [[0, 1]]];
429
- var GetClusterOutput = [3, n0, _GCO, 0, [_cl], [() => Cluster]];
430
- var GetClusterSnapshotInput = [3, n0, _GCSI, 0, [_sA], [[0, 1]]];
431
- var GetClusterSnapshotOutput = [3, n0, _GCSO, 0, [_sn], [() => ClusterSnapshot]];
432
- var GetPendingMaintenanceActionInput = [3, n0, _GPMAI, 0, [_rA], [[0, 1]]];
433
- var GetPendingMaintenanceActionOutput = [
428
+ var CreateClusterOutput$ = [3, n0, _CCO, 0, [_cl], [() => Cluster$]];
429
+ var CreateClusterSnapshotInput$ = [3, n0, _CCSIr, 0, [_cA, _sN, _t], [0, 0, 128 | 0]];
430
+ var CreateClusterSnapshotOutput$ = [3, n0, _CCSOr, 0, [_sn], [() => ClusterSnapshot$]];
431
+ var DeleteClusterInput$ = [3, n0, _DCI, 0, [_cA], [[0, 1]]];
432
+ var DeleteClusterOutput$ = [3, n0, _DCO, 0, [_cl], [() => Cluster$]];
433
+ var DeleteClusterSnapshotInput$ = [3, n0, _DCSI, 0, [_sA], [[0, 1]]];
434
+ var DeleteClusterSnapshotOutput$ = [3, n0, _DCSO, 0, [_sn], [() => ClusterSnapshot$]];
435
+ var GetClusterInput$ = [3, n0, _GCI, 0, [_cA], [[0, 1]]];
436
+ var GetClusterOutput$ = [3, n0, _GCO, 0, [_cl], [() => Cluster$]];
437
+ var GetClusterSnapshotInput$ = [3, n0, _GCSI, 0, [_sA], [[0, 1]]];
438
+ var GetClusterSnapshotOutput$ = [3, n0, _GCSO, 0, [_sn], [() => ClusterSnapshot$]];
439
+ var GetPendingMaintenanceActionInput$ = [3, n0, _GPMAI, 0, [_rA], [[0, 1]]];
440
+ var GetPendingMaintenanceActionOutput$ = [
434
441
  3,
435
442
  n0,
436
443
  _GPMAO,
437
444
  0,
438
445
  [_rPMA],
439
- [() => ResourcePendingMaintenanceAction],
446
+ [() => ResourcePendingMaintenanceAction$],
440
447
  ];
441
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
442
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
443
- var ListClustersInput = [
448
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
449
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
450
+ var ListClustersInput$ = [
444
451
  3,
445
452
  n0,
446
453
  _LCI,
@@ -451,7 +458,7 @@ var ListClustersInput = [
451
458
  [1, { [_hQ]: _mR }],
452
459
  ],
453
460
  ];
454
- var ListClusterSnapshotsInput = [
461
+ var ListClusterSnapshotsInput$ = [
455
462
  3,
456
463
  n0,
457
464
  _LCSI,
@@ -464,7 +471,7 @@ var ListClusterSnapshotsInput = [
464
471
  [0, { [_hQ]: _sT }],
465
472
  ],
466
473
  ];
467
- var ListClusterSnapshotsOutput = [
474
+ var ListClusterSnapshotsOutput$ = [
468
475
  3,
469
476
  n0,
470
477
  _LCSO,
@@ -472,8 +479,8 @@ var ListClusterSnapshotsOutput = [
472
479
  [_sna, _nT],
473
480
  [() => ClusterSnapshotList, 0],
474
481
  ];
475
- var ListClustersOutput = [3, n0, _LCO, 0, [_clu, _nT], [() => ClusterList, 0]];
476
- var ListPendingMaintenanceActionsInput = [
482
+ var ListClustersOutput$ = [3, n0, _LCO, 0, [_clu, _nT], [() => ClusterList, 0]];
483
+ var ListPendingMaintenanceActionsInput$ = [
477
484
  3,
478
485
  n0,
479
486
  _LPMAI,
@@ -484,7 +491,7 @@ var ListPendingMaintenanceActionsInput = [
484
491
  [1, { [_hQ]: _mR }],
485
492
  ],
486
493
  ];
487
- var ListPendingMaintenanceActionsOutput = [
494
+ var ListPendingMaintenanceActionsOutput$ = [
488
495
  3,
489
496
  n0,
490
497
  _LPMAO,
@@ -492,9 +499,9 @@ var ListPendingMaintenanceActionsOutput = [
492
499
  [_rPMAe, _nT],
493
500
  [() => ResourcePendingMaintenanceActionList, 0],
494
501
  ];
495
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
496
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
497
- var PendingMaintenanceActionDetails = [
502
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
503
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
504
+ var PendingMaintenanceActionDetails$ = [
498
505
  3,
499
506
  n0,
500
507
  _PMAD,
@@ -502,7 +509,7 @@ var PendingMaintenanceActionDetails = [
502
509
  [_a, _aAAD, _fAD, _oIS, _cAD, _d],
503
510
  [0, 0, 0, 0, 0, 0],
504
511
  ];
505
- var ResourceNotFoundException = [
512
+ var ResourceNotFoundException$ = [
506
513
  -3,
507
514
  n0,
508
515
  _RNFE,
@@ -510,8 +517,8 @@ var ResourceNotFoundException = [
510
517
  [_m, _rI, _rT],
511
518
  [0, 0, 0],
512
519
  ];
513
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
514
- var ResourcePendingMaintenanceAction = [
520
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
521
+ var ResourcePendingMaintenanceAction$ = [
515
522
  3,
516
523
  n0,
517
524
  _RPMA,
@@ -519,7 +526,7 @@ var ResourcePendingMaintenanceAction = [
519
526
  [_rA, _pMAD],
520
527
  [0, () => PendingMaintenanceActionDetailsList],
521
528
  ];
522
- var RestoreClusterFromSnapshotInput = [
529
+ var RestoreClusterFromSnapshotInput$ = [
523
530
  3,
524
531
  n0,
525
532
  _RCFSI,
@@ -527,17 +534,17 @@ var RestoreClusterFromSnapshotInput = [
527
534
  [_cN, _sA, _vSGI, _sI, _kKI, _t, _sC, _sIC],
528
535
  [0, [0, 1], 64 | 0, 64 | 0, 0, 128 | 0, 1, 1],
529
536
  ];
530
- var RestoreClusterFromSnapshotOutput = [3, n0, _RCFSO, 0, [_cl], [() => Cluster]];
531
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
532
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
533
- var Shard = [3, n0, _S, 0, [_sIh, _cT, _s], [0, 0, 0]];
534
- var StartClusterInput = [3, n0, _SCI, 0, [_cA], [[0, 1]]];
535
- var StartClusterOutput = [3, n0, _SCO, 0, [_cl], [() => Cluster]];
536
- var StopClusterInput = [3, n0, _SCIt, 0, [_cA], [[0, 1]]];
537
- var StopClusterOutput = [3, n0, _SCOt, 0, [_cl], [() => Cluster]];
538
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
539
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
540
- var ThrottlingException = [
537
+ var RestoreClusterFromSnapshotOutput$ = [3, n0, _RCFSO, 0, [_cl], [() => Cluster$]];
538
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
539
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
540
+ var Shard$ = [3, n0, _S, 0, [_sIh, _cT, _s], [0, 0, 0]];
541
+ var StartClusterInput$ = [3, n0, _SCI, 0, [_cA], [[0, 1]]];
542
+ var StartClusterOutput$ = [3, n0, _SCO, 0, [_cl], [() => Cluster$]];
543
+ var StopClusterInput$ = [3, n0, _SCIt, 0, [_cA], [[0, 1]]];
544
+ var StopClusterOutput$ = [3, n0, _SCOt, 0, [_cl], [() => Cluster$]];
545
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
546
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
547
+ var ThrottlingException$ = [
541
548
  -3,
542
549
  n0,
543
550
  _TE,
@@ -545,8 +552,8 @@ var ThrottlingException = [
545
552
  [_m, _rAS],
546
553
  [0, [1, { [_hH]: _RA }]],
547
554
  ];
548
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
549
- var UntagResourceRequest = [
555
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
556
+ var UntagResourceRequest$ = [
550
557
  3,
551
558
  n0,
552
559
  _URR,
@@ -557,8 +564,8 @@ var UntagResourceRequest = [
557
564
  [64 | 0, { [_hQ]: _tK }],
558
565
  ],
559
566
  ];
560
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
561
- var UpdateClusterInput = [
567
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
568
+ var UpdateClusterInput$ = [
562
569
  3,
563
570
  n0,
564
571
  _UCI,
@@ -566,8 +573,8 @@ var UpdateClusterInput = [
566
573
  [_cA, _aT, _sC, _sCh, _vSGI, _sI, _aUP, _cTl, _pMW, _bRP, _pBW, _sIC],
567
574
  [[0, 1], 0, 1, 1, 64 | 0, 64 | 0, [() => Password, 0], [0, 4], 0, 1, 0, 1],
568
575
  ];
569
- var UpdateClusterOutput = [3, n0, _UCO, 0, [_cl], [() => Cluster]];
570
- var ValidationException = [
576
+ var UpdateClusterOutput$ = [3, n0, _UCO, 0, [_cl], [() => Cluster$]];
577
+ var ValidationException$ = [
571
578
  -3,
572
579
  n0,
573
580
  _VE,
@@ -575,179 +582,173 @@ var ValidationException = [
575
582
  [_m, _r, _fL],
576
583
  [0, 0, () => ValidationExceptionFieldList],
577
584
  ];
578
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
579
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
580
- var DocDBElasticServiceException = [-3, _sm, "DocDBElasticServiceException", 0, [], []];
581
- schema.TypeRegistry.for(_sm).registerError(DocDBElasticServiceException, DocDBElasticServiceException$1);
582
- var ClusterList = [1, n0, _CL, 0, () => ClusterInList];
583
- var ClusterSnapshotList = [1, n0, _CSL, 0, () => ClusterSnapshotInList];
584
- var PendingMaintenanceActionDetailsList = [
585
- 1,
586
- n0,
587
- _PMADL,
588
- 0,
589
- () => PendingMaintenanceActionDetails,
590
- ];
585
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
586
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
587
+ var DocDBElasticServiceException$ = [-3, _sm, "DocDBElasticServiceException", 0, [], []];
588
+ schema.TypeRegistry.for(_sm).registerError(DocDBElasticServiceException$, DocDBElasticServiceException);
589
+ var ClusterList = [1, n0, _CL, 0, () => ClusterInList$];
590
+ var ClusterSnapshotList = [1, n0, _CSL, 0, () => ClusterSnapshotInList$];
591
+ var PendingMaintenanceActionDetailsList = [1, n0, _PMADL, 0, () => PendingMaintenanceActionDetails$];
591
592
  var ResourcePendingMaintenanceActionList = [
592
593
  1,
593
594
  n0,
594
595
  _RPMAL,
595
596
  0,
596
- () => ResourcePendingMaintenanceAction,
597
+ () => ResourcePendingMaintenanceAction$,
597
598
  ];
598
- var ShardList = [1, n0, _SL, 0, () => Shard];
599
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
600
- var ApplyPendingMaintenanceAction = [
599
+ var ShardList = [1, n0, _SL, 0, () => Shard$];
600
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
601
+ var ApplyPendingMaintenanceAction$ = [
601
602
  9,
602
603
  n0,
603
604
  _APMA,
604
605
  { [_h]: ["POST", "/pending-action", 200] },
605
- () => ApplyPendingMaintenanceActionInput,
606
- () => ApplyPendingMaintenanceActionOutput,
606
+ () => ApplyPendingMaintenanceActionInput$,
607
+ () => ApplyPendingMaintenanceActionOutput$,
607
608
  ];
608
- var CopyClusterSnapshot = [
609
+ var CopyClusterSnapshot$ = [
609
610
  9,
610
611
  n0,
611
612
  _CCS,
612
613
  { [_h]: ["POST", "/cluster-snapshot/{snapshotArn}/copy", 200] },
613
- () => CopyClusterSnapshotInput,
614
- () => CopyClusterSnapshotOutput,
614
+ () => CopyClusterSnapshotInput$,
615
+ () => CopyClusterSnapshotOutput$,
615
616
  ];
616
- var CreateCluster = [
617
+ var CreateCluster$ = [
617
618
  9,
618
619
  n0,
619
620
  _CC,
620
621
  { [_h]: ["POST", "/cluster", 200] },
621
- () => CreateClusterInput,
622
- () => CreateClusterOutput,
622
+ () => CreateClusterInput$,
623
+ () => CreateClusterOutput$,
623
624
  ];
624
- var CreateClusterSnapshot = [
625
+ var CreateClusterSnapshot$ = [
625
626
  9,
626
627
  n0,
627
628
  _CCSr,
628
629
  { [_h]: ["POST", "/cluster-snapshot", 200] },
629
- () => CreateClusterSnapshotInput,
630
- () => CreateClusterSnapshotOutput,
630
+ () => CreateClusterSnapshotInput$,
631
+ () => CreateClusterSnapshotOutput$,
631
632
  ];
632
- var DeleteCluster = [
633
+ var DeleteCluster$ = [
633
634
  9,
634
635
  n0,
635
636
  _DC,
636
637
  { [_h]: ["DELETE", "/cluster/{clusterArn}", 200] },
637
- () => DeleteClusterInput,
638
- () => DeleteClusterOutput,
638
+ () => DeleteClusterInput$,
639
+ () => DeleteClusterOutput$,
639
640
  ];
640
- var DeleteClusterSnapshot = [
641
+ var DeleteClusterSnapshot$ = [
641
642
  9,
642
643
  n0,
643
644
  _DCS,
644
645
  { [_h]: ["DELETE", "/cluster-snapshot/{snapshotArn}", 200] },
645
- () => DeleteClusterSnapshotInput,
646
- () => DeleteClusterSnapshotOutput,
646
+ () => DeleteClusterSnapshotInput$,
647
+ () => DeleteClusterSnapshotOutput$,
647
648
  ];
648
- var GetCluster = [
649
+ var GetCluster$ = [
649
650
  9,
650
651
  n0,
651
652
  _GC,
652
653
  { [_h]: ["GET", "/cluster/{clusterArn}", 200] },
653
- () => GetClusterInput,
654
- () => GetClusterOutput,
654
+ () => GetClusterInput$,
655
+ () => GetClusterOutput$,
655
656
  ];
656
- var GetClusterSnapshot = [
657
+ var GetClusterSnapshot$ = [
657
658
  9,
658
659
  n0,
659
660
  _GCS,
660
661
  { [_h]: ["GET", "/cluster-snapshot/{snapshotArn}", 200] },
661
- () => GetClusterSnapshotInput,
662
- () => GetClusterSnapshotOutput,
662
+ () => GetClusterSnapshotInput$,
663
+ () => GetClusterSnapshotOutput$,
663
664
  ];
664
- var GetPendingMaintenanceAction = [
665
+ var GetPendingMaintenanceAction$ = [
665
666
  9,
666
667
  n0,
667
668
  _GPMA,
668
669
  { [_h]: ["GET", "/pending-action/{resourceArn}", 200] },
669
- () => GetPendingMaintenanceActionInput,
670
- () => GetPendingMaintenanceActionOutput,
670
+ () => GetPendingMaintenanceActionInput$,
671
+ () => GetPendingMaintenanceActionOutput$,
671
672
  ];
672
- var ListClusters = [
673
+ var ListClusters$ = [
673
674
  9,
674
675
  n0,
675
676
  _LC,
676
677
  { [_h]: ["GET", "/clusters", 200] },
677
- () => ListClustersInput,
678
- () => ListClustersOutput,
678
+ () => ListClustersInput$,
679
+ () => ListClustersOutput$,
679
680
  ];
680
- var ListClusterSnapshots = [
681
+ var ListClusterSnapshots$ = [
681
682
  9,
682
683
  n0,
683
684
  _LCS,
684
685
  { [_h]: ["GET", "/cluster-snapshots", 200] },
685
- () => ListClusterSnapshotsInput,
686
- () => ListClusterSnapshotsOutput,
686
+ () => ListClusterSnapshotsInput$,
687
+ () => ListClusterSnapshotsOutput$,
687
688
  ];
688
- var ListPendingMaintenanceActions = [
689
+ var ListPendingMaintenanceActions$ = [
689
690
  9,
690
691
  n0,
691
692
  _LPMA,
692
693
  { [_h]: ["GET", "/pending-actions", 200] },
693
- () => ListPendingMaintenanceActionsInput,
694
- () => ListPendingMaintenanceActionsOutput,
694
+ () => ListPendingMaintenanceActionsInput$,
695
+ () => ListPendingMaintenanceActionsOutput$,
695
696
  ];
696
- var ListTagsForResource = [
697
+ var ListTagsForResource$ = [
697
698
  9,
698
699
  n0,
699
700
  _LTFR,
700
701
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
701
- () => ListTagsForResourceRequest,
702
- () => ListTagsForResourceResponse,
702
+ () => ListTagsForResourceRequest$,
703
+ () => ListTagsForResourceResponse$,
703
704
  ];
704
- var RestoreClusterFromSnapshot = [
705
+ var RestoreClusterFromSnapshot$ = [
705
706
  9,
706
707
  n0,
707
708
  _RCFS,
708
709
  { [_h]: ["POST", "/cluster-snapshot/{snapshotArn}/restore", 200] },
709
- () => RestoreClusterFromSnapshotInput,
710
- () => RestoreClusterFromSnapshotOutput,
710
+ () => RestoreClusterFromSnapshotInput$,
711
+ () => RestoreClusterFromSnapshotOutput$,
711
712
  ];
712
- var StartCluster = [
713
+ var StartCluster$ = [
713
714
  9,
714
715
  n0,
715
716
  _SC,
716
717
  { [_h]: ["POST", "/cluster/{clusterArn}/start", 200] },
717
- () => StartClusterInput,
718
- () => StartClusterOutput,
718
+ () => StartClusterInput$,
719
+ () => StartClusterOutput$,
719
720
  ];
720
- var StopCluster = [
721
+ var StopCluster$ = [
721
722
  9,
722
723
  n0,
723
724
  _SCt,
724
725
  { [_h]: ["POST", "/cluster/{clusterArn}/stop", 200] },
725
- () => StopClusterInput,
726
- () => StopClusterOutput,
726
+ () => StopClusterInput$,
727
+ () => StopClusterOutput$,
727
728
  ];
728
- var TagResource = [
729
+ var TagResource$ = [
729
730
  9,
730
731
  n0,
731
732
  _TR,
732
733
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
733
- () => TagResourceRequest,
734
- () => TagResourceResponse,
734
+ () => TagResourceRequest$,
735
+ () => TagResourceResponse$,
735
736
  ];
736
- var UntagResource = [
737
+ var UntagResource$ = [
737
738
  9,
738
739
  n0,
739
740
  _UR,
740
741
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
741
- () => UntagResourceRequest,
742
- () => UntagResourceResponse,
742
+ () => UntagResourceRequest$,
743
+ () => UntagResourceResponse$,
743
744
  ];
744
- var UpdateCluster = [
745
+ var UpdateCluster$ = [
745
746
  9,
746
747
  n0,
747
748
  _UC,
748
749
  { [_h]: ["PUT", "/cluster/{clusterArn}", 200] },
749
- () => UpdateClusterInput,
750
- () => UpdateClusterOutput,
750
+ () => UpdateClusterInput$,
751
+ () => UpdateClusterOutput$,
751
752
  ];
752
753
 
753
754
  class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
@@ -758,7 +759,7 @@ class ApplyPendingMaintenanceActionCommand extends smithyClient.Command
758
759
  })
759
760
  .s("ChimeraDbLionfishServiceLambda", "ApplyPendingMaintenanceAction", {})
760
761
  .n("DocDBElasticClient", "ApplyPendingMaintenanceActionCommand")
761
- .sc(ApplyPendingMaintenanceAction)
762
+ .sc(ApplyPendingMaintenanceAction$)
762
763
  .build() {
763
764
  }
764
765
 
@@ -770,7 +771,7 @@ class CopyClusterSnapshotCommand extends smithyClient.Command
770
771
  })
771
772
  .s("ChimeraDbLionfishServiceLambda", "CopyClusterSnapshot", {})
772
773
  .n("DocDBElasticClient", "CopyClusterSnapshotCommand")
773
- .sc(CopyClusterSnapshot)
774
+ .sc(CopyClusterSnapshot$)
774
775
  .build() {
775
776
  }
776
777
 
@@ -782,7 +783,7 @@ class CreateClusterCommand extends smithyClient.Command
782
783
  })
783
784
  .s("ChimeraDbLionfishServiceLambda", "CreateCluster", {})
784
785
  .n("DocDBElasticClient", "CreateClusterCommand")
785
- .sc(CreateCluster)
786
+ .sc(CreateCluster$)
786
787
  .build() {
787
788
  }
788
789
 
@@ -794,7 +795,7 @@ class CreateClusterSnapshotCommand extends smithyClient.Command
794
795
  })
795
796
  .s("ChimeraDbLionfishServiceLambda", "CreateClusterSnapshot", {})
796
797
  .n("DocDBElasticClient", "CreateClusterSnapshotCommand")
797
- .sc(CreateClusterSnapshot)
798
+ .sc(CreateClusterSnapshot$)
798
799
  .build() {
799
800
  }
800
801
 
@@ -806,7 +807,7 @@ class DeleteClusterCommand extends smithyClient.Command
806
807
  })
807
808
  .s("ChimeraDbLionfishServiceLambda", "DeleteCluster", {})
808
809
  .n("DocDBElasticClient", "DeleteClusterCommand")
809
- .sc(DeleteCluster)
810
+ .sc(DeleteCluster$)
810
811
  .build() {
811
812
  }
812
813
 
@@ -818,7 +819,7 @@ class DeleteClusterSnapshotCommand extends smithyClient.Command
818
819
  })
819
820
  .s("ChimeraDbLionfishServiceLambda", "DeleteClusterSnapshot", {})
820
821
  .n("DocDBElasticClient", "DeleteClusterSnapshotCommand")
821
- .sc(DeleteClusterSnapshot)
822
+ .sc(DeleteClusterSnapshot$)
822
823
  .build() {
823
824
  }
824
825
 
@@ -830,7 +831,7 @@ class GetClusterCommand extends smithyClient.Command
830
831
  })
831
832
  .s("ChimeraDbLionfishServiceLambda", "GetCluster", {})
832
833
  .n("DocDBElasticClient", "GetClusterCommand")
833
- .sc(GetCluster)
834
+ .sc(GetCluster$)
834
835
  .build() {
835
836
  }
836
837
 
@@ -842,7 +843,7 @@ class GetClusterSnapshotCommand extends smithyClient.Command
842
843
  })
843
844
  .s("ChimeraDbLionfishServiceLambda", "GetClusterSnapshot", {})
844
845
  .n("DocDBElasticClient", "GetClusterSnapshotCommand")
845
- .sc(GetClusterSnapshot)
846
+ .sc(GetClusterSnapshot$)
846
847
  .build() {
847
848
  }
848
849
 
@@ -854,7 +855,7 @@ class GetPendingMaintenanceActionCommand extends smithyClient.Command
854
855
  })
855
856
  .s("ChimeraDbLionfishServiceLambda", "GetPendingMaintenanceAction", {})
856
857
  .n("DocDBElasticClient", "GetPendingMaintenanceActionCommand")
857
- .sc(GetPendingMaintenanceAction)
858
+ .sc(GetPendingMaintenanceAction$)
858
859
  .build() {
859
860
  }
860
861
 
@@ -866,7 +867,7 @@ class ListClustersCommand extends smithyClient.Command
866
867
  })
867
868
  .s("ChimeraDbLionfishServiceLambda", "ListClusters", {})
868
869
  .n("DocDBElasticClient", "ListClustersCommand")
869
- .sc(ListClusters)
870
+ .sc(ListClusters$)
870
871
  .build() {
871
872
  }
872
873
 
@@ -878,7 +879,7 @@ class ListClusterSnapshotsCommand extends smithyClient.Command
878
879
  })
879
880
  .s("ChimeraDbLionfishServiceLambda", "ListClusterSnapshots", {})
880
881
  .n("DocDBElasticClient", "ListClusterSnapshotsCommand")
881
- .sc(ListClusterSnapshots)
882
+ .sc(ListClusterSnapshots$)
882
883
  .build() {
883
884
  }
884
885
 
@@ -890,7 +891,7 @@ class ListPendingMaintenanceActionsCommand extends smithyClient.Command
890
891
  })
891
892
  .s("ChimeraDbLionfishServiceLambda", "ListPendingMaintenanceActions", {})
892
893
  .n("DocDBElasticClient", "ListPendingMaintenanceActionsCommand")
893
- .sc(ListPendingMaintenanceActions)
894
+ .sc(ListPendingMaintenanceActions$)
894
895
  .build() {
895
896
  }
896
897
 
@@ -902,7 +903,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
902
903
  })
903
904
  .s("ChimeraDbLionfishServiceLambda", "ListTagsForResource", {})
904
905
  .n("DocDBElasticClient", "ListTagsForResourceCommand")
905
- .sc(ListTagsForResource)
906
+ .sc(ListTagsForResource$)
906
907
  .build() {
907
908
  }
908
909
 
@@ -914,7 +915,7 @@ class RestoreClusterFromSnapshotCommand extends smithyClient.Command
914
915
  })
915
916
  .s("ChimeraDbLionfishServiceLambda", "RestoreClusterFromSnapshot", {})
916
917
  .n("DocDBElasticClient", "RestoreClusterFromSnapshotCommand")
917
- .sc(RestoreClusterFromSnapshot)
918
+ .sc(RestoreClusterFromSnapshot$)
918
919
  .build() {
919
920
  }
920
921
 
@@ -926,7 +927,7 @@ class StartClusterCommand extends smithyClient.Command
926
927
  })
927
928
  .s("ChimeraDbLionfishServiceLambda", "StartCluster", {})
928
929
  .n("DocDBElasticClient", "StartClusterCommand")
929
- .sc(StartCluster)
930
+ .sc(StartCluster$)
930
931
  .build() {
931
932
  }
932
933
 
@@ -938,7 +939,7 @@ class StopClusterCommand extends smithyClient.Command
938
939
  })
939
940
  .s("ChimeraDbLionfishServiceLambda", "StopCluster", {})
940
941
  .n("DocDBElasticClient", "StopClusterCommand")
941
- .sc(StopCluster)
942
+ .sc(StopCluster$)
942
943
  .build() {
943
944
  }
944
945
 
@@ -950,7 +951,7 @@ class TagResourceCommand extends smithyClient.Command
950
951
  })
951
952
  .s("ChimeraDbLionfishServiceLambda", "TagResource", {})
952
953
  .n("DocDBElasticClient", "TagResourceCommand")
953
- .sc(TagResource)
954
+ .sc(TagResource$)
954
955
  .build() {
955
956
  }
956
957
 
@@ -962,7 +963,7 @@ class UntagResourceCommand extends smithyClient.Command
962
963
  })
963
964
  .s("ChimeraDbLionfishServiceLambda", "UntagResource", {})
964
965
  .n("DocDBElasticClient", "UntagResourceCommand")
965
- .sc(UntagResource)
966
+ .sc(UntagResource$)
966
967
  .build() {
967
968
  }
968
969
 
@@ -974,7 +975,7 @@ class UpdateClusterCommand extends smithyClient.Command
974
975
  })
975
976
  .s("ChimeraDbLionfishServiceLambda", "UpdateCluster", {})
976
977
  .n("DocDBElasticClient", "UpdateClusterCommand")
977
- .sc(UpdateCluster)
978
+ .sc(UpdateCluster$)
978
979
  .build() {
979
980
  }
980
981
 
@@ -1061,39 +1062,112 @@ Object.defineProperty(exports, "__Client", {
1061
1062
  enumerable: true,
1062
1063
  get: function () { return smithyClient.Client; }
1063
1064
  });
1064
- exports.AccessDeniedException = AccessDeniedException$1;
1065
+ exports.AccessDeniedException = AccessDeniedException;
1066
+ exports.AccessDeniedException$ = AccessDeniedException$;
1067
+ exports.ApplyPendingMaintenanceAction$ = ApplyPendingMaintenanceAction$;
1065
1068
  exports.ApplyPendingMaintenanceActionCommand = ApplyPendingMaintenanceActionCommand;
1069
+ exports.ApplyPendingMaintenanceActionInput$ = ApplyPendingMaintenanceActionInput$;
1070
+ exports.ApplyPendingMaintenanceActionOutput$ = ApplyPendingMaintenanceActionOutput$;
1066
1071
  exports.Auth = Auth;
1067
- exports.ConflictException = ConflictException$1;
1072
+ exports.Cluster$ = Cluster$;
1073
+ exports.ClusterInList$ = ClusterInList$;
1074
+ exports.ClusterSnapshot$ = ClusterSnapshot$;
1075
+ exports.ClusterSnapshotInList$ = ClusterSnapshotInList$;
1076
+ exports.ConflictException = ConflictException;
1077
+ exports.ConflictException$ = ConflictException$;
1078
+ exports.CopyClusterSnapshot$ = CopyClusterSnapshot$;
1068
1079
  exports.CopyClusterSnapshotCommand = CopyClusterSnapshotCommand;
1080
+ exports.CopyClusterSnapshotInput$ = CopyClusterSnapshotInput$;
1081
+ exports.CopyClusterSnapshotOutput$ = CopyClusterSnapshotOutput$;
1082
+ exports.CreateCluster$ = CreateCluster$;
1069
1083
  exports.CreateClusterCommand = CreateClusterCommand;
1084
+ exports.CreateClusterInput$ = CreateClusterInput$;
1085
+ exports.CreateClusterOutput$ = CreateClusterOutput$;
1086
+ exports.CreateClusterSnapshot$ = CreateClusterSnapshot$;
1070
1087
  exports.CreateClusterSnapshotCommand = CreateClusterSnapshotCommand;
1088
+ exports.CreateClusterSnapshotInput$ = CreateClusterSnapshotInput$;
1089
+ exports.CreateClusterSnapshotOutput$ = CreateClusterSnapshotOutput$;
1090
+ exports.DeleteCluster$ = DeleteCluster$;
1071
1091
  exports.DeleteClusterCommand = DeleteClusterCommand;
1092
+ exports.DeleteClusterInput$ = DeleteClusterInput$;
1093
+ exports.DeleteClusterOutput$ = DeleteClusterOutput$;
1094
+ exports.DeleteClusterSnapshot$ = DeleteClusterSnapshot$;
1072
1095
  exports.DeleteClusterSnapshotCommand = DeleteClusterSnapshotCommand;
1096
+ exports.DeleteClusterSnapshotInput$ = DeleteClusterSnapshotInput$;
1097
+ exports.DeleteClusterSnapshotOutput$ = DeleteClusterSnapshotOutput$;
1073
1098
  exports.DocDBElastic = DocDBElastic;
1074
1099
  exports.DocDBElasticClient = DocDBElasticClient;
1075
- exports.DocDBElasticServiceException = DocDBElasticServiceException$1;
1100
+ exports.DocDBElasticServiceException = DocDBElasticServiceException;
1101
+ exports.DocDBElasticServiceException$ = DocDBElasticServiceException$;
1102
+ exports.GetCluster$ = GetCluster$;
1076
1103
  exports.GetClusterCommand = GetClusterCommand;
1104
+ exports.GetClusterInput$ = GetClusterInput$;
1105
+ exports.GetClusterOutput$ = GetClusterOutput$;
1106
+ exports.GetClusterSnapshot$ = GetClusterSnapshot$;
1077
1107
  exports.GetClusterSnapshotCommand = GetClusterSnapshotCommand;
1108
+ exports.GetClusterSnapshotInput$ = GetClusterSnapshotInput$;
1109
+ exports.GetClusterSnapshotOutput$ = GetClusterSnapshotOutput$;
1110
+ exports.GetPendingMaintenanceAction$ = GetPendingMaintenanceAction$;
1078
1111
  exports.GetPendingMaintenanceActionCommand = GetPendingMaintenanceActionCommand;
1079
- exports.InternalServerException = InternalServerException$1;
1112
+ exports.GetPendingMaintenanceActionInput$ = GetPendingMaintenanceActionInput$;
1113
+ exports.GetPendingMaintenanceActionOutput$ = GetPendingMaintenanceActionOutput$;
1114
+ exports.InternalServerException = InternalServerException;
1115
+ exports.InternalServerException$ = InternalServerException$;
1116
+ exports.ListClusterSnapshots$ = ListClusterSnapshots$;
1080
1117
  exports.ListClusterSnapshotsCommand = ListClusterSnapshotsCommand;
1118
+ exports.ListClusterSnapshotsInput$ = ListClusterSnapshotsInput$;
1119
+ exports.ListClusterSnapshotsOutput$ = ListClusterSnapshotsOutput$;
1120
+ exports.ListClusters$ = ListClusters$;
1081
1121
  exports.ListClustersCommand = ListClustersCommand;
1122
+ exports.ListClustersInput$ = ListClustersInput$;
1123
+ exports.ListClustersOutput$ = ListClustersOutput$;
1124
+ exports.ListPendingMaintenanceActions$ = ListPendingMaintenanceActions$;
1082
1125
  exports.ListPendingMaintenanceActionsCommand = ListPendingMaintenanceActionsCommand;
1126
+ exports.ListPendingMaintenanceActionsInput$ = ListPendingMaintenanceActionsInput$;
1127
+ exports.ListPendingMaintenanceActionsOutput$ = ListPendingMaintenanceActionsOutput$;
1128
+ exports.ListTagsForResource$ = ListTagsForResource$;
1083
1129
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1130
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1131
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1084
1132
  exports.OptInType = OptInType;
1085
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1133
+ exports.PendingMaintenanceActionDetails$ = PendingMaintenanceActionDetails$;
1134
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1135
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1136
+ exports.ResourcePendingMaintenanceAction$ = ResourcePendingMaintenanceAction$;
1137
+ exports.RestoreClusterFromSnapshot$ = RestoreClusterFromSnapshot$;
1086
1138
  exports.RestoreClusterFromSnapshotCommand = RestoreClusterFromSnapshotCommand;
1087
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1139
+ exports.RestoreClusterFromSnapshotInput$ = RestoreClusterFromSnapshotInput$;
1140
+ exports.RestoreClusterFromSnapshotOutput$ = RestoreClusterFromSnapshotOutput$;
1141
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1142
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1143
+ exports.Shard$ = Shard$;
1088
1144
  exports.SnapshotType = SnapshotType;
1145
+ exports.StartCluster$ = StartCluster$;
1089
1146
  exports.StartClusterCommand = StartClusterCommand;
1147
+ exports.StartClusterInput$ = StartClusterInput$;
1148
+ exports.StartClusterOutput$ = StartClusterOutput$;
1090
1149
  exports.Status = Status;
1150
+ exports.StopCluster$ = StopCluster$;
1091
1151
  exports.StopClusterCommand = StopClusterCommand;
1152
+ exports.StopClusterInput$ = StopClusterInput$;
1153
+ exports.StopClusterOutput$ = StopClusterOutput$;
1154
+ exports.TagResource$ = TagResource$;
1092
1155
  exports.TagResourceCommand = TagResourceCommand;
1093
- exports.ThrottlingException = ThrottlingException$1;
1156
+ exports.TagResourceRequest$ = TagResourceRequest$;
1157
+ exports.TagResourceResponse$ = TagResourceResponse$;
1158
+ exports.ThrottlingException = ThrottlingException;
1159
+ exports.ThrottlingException$ = ThrottlingException$;
1160
+ exports.UntagResource$ = UntagResource$;
1094
1161
  exports.UntagResourceCommand = UntagResourceCommand;
1162
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1163
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1164
+ exports.UpdateCluster$ = UpdateCluster$;
1095
1165
  exports.UpdateClusterCommand = UpdateClusterCommand;
1096
- exports.ValidationException = ValidationException$1;
1166
+ exports.UpdateClusterInput$ = UpdateClusterInput$;
1167
+ exports.UpdateClusterOutput$ = UpdateClusterOutput$;
1168
+ exports.ValidationException = ValidationException;
1169
+ exports.ValidationException$ = ValidationException$;
1170
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1097
1171
  exports.ValidationExceptionReason = ValidationExceptionReason;
1098
1172
  exports.paginateListClusterSnapshots = paginateListClusterSnapshots;
1099
1173
  exports.paginateListClusters = paginateListClusters;