@aws-sdk/client-keyspaces 3.952.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist-cjs/index.js +301 -208
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateKeyspaceCommand.js +2 -2
  4. package/dist-es/commands/CreateTableCommand.js +2 -2
  5. package/dist-es/commands/CreateTypeCommand.js +2 -2
  6. package/dist-es/commands/DeleteKeyspaceCommand.js +2 -2
  7. package/dist-es/commands/DeleteTableCommand.js +2 -2
  8. package/dist-es/commands/DeleteTypeCommand.js +2 -2
  9. package/dist-es/commands/GetKeyspaceCommand.js +2 -2
  10. package/dist-es/commands/GetTableAutoScalingSettingsCommand.js +2 -2
  11. package/dist-es/commands/GetTableCommand.js +2 -2
  12. package/dist-es/commands/GetTypeCommand.js +2 -2
  13. package/dist-es/commands/ListKeyspacesCommand.js +2 -2
  14. package/dist-es/commands/ListTablesCommand.js +2 -2
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-es/commands/ListTypesCommand.js +2 -2
  17. package/dist-es/commands/RestoreTableCommand.js +2 -2
  18. package/dist-es/commands/TagResourceCommand.js +2 -2
  19. package/dist-es/commands/UntagResourceCommand.js +2 -2
  20. package/dist-es/commands/UpdateKeyspaceCommand.js +2 -2
  21. package/dist-es/commands/UpdateTableCommand.js +2 -2
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -6
  24. package/dist-es/schemas/schemas_0.js +175 -174
  25. package/dist-types/KeyspacesClient.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 +93 -108
  32. package/dist-types/ts3.4/KeyspacesClient.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 +92 -108
  39. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class KeyspacesClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let KeyspacesServiceException$1 = class KeyspacesServiceException extends smithyClient.ServiceException {
113
+ class KeyspacesServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, KeyspacesServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends KeyspacesServiceException$1 {
120
+ class AccessDeniedException extends KeyspacesServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends KeyspacesServi
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let ConflictException$1 = class ConflictException extends KeyspacesServiceException$1 {
131
+ }
132
+ class ConflictException extends KeyspacesServiceException {
133
133
  name = "ConflictException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends KeyspacesServiceExcept
140
140
  });
141
141
  Object.setPrototypeOf(this, ConflictException.prototype);
142
142
  }
143
- };
144
- let InternalServerException$1 = class InternalServerException extends KeyspacesServiceException$1 {
143
+ }
144
+ class InternalServerException extends KeyspacesServiceException {
145
145
  name = "InternalServerException";
146
146
  $fault = "server";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let InternalServerException$1 = class InternalServerException extends KeyspacesS
152
152
  });
153
153
  Object.setPrototypeOf(this, InternalServerException.prototype);
154
154
  }
155
- };
156
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends KeyspacesServiceException$1 {
155
+ }
156
+ class ServiceQuotaExceededException extends KeyspacesServiceException {
157
157
  name = "ServiceQuotaExceededException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
164
164
  });
165
165
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
166
166
  }
167
- };
168
- let ValidationException$1 = class ValidationException extends KeyspacesServiceException$1 {
167
+ }
168
+ class ValidationException extends KeyspacesServiceException {
169
169
  name = "ValidationException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends KeyspacesServiceEx
176
176
  });
177
177
  Object.setPrototypeOf(this, ValidationException.prototype);
178
178
  }
179
- };
180
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends KeyspacesServiceException$1 {
179
+ }
180
+ class ResourceNotFoundException extends KeyspacesServiceException {
181
181
  name = "ResourceNotFoundException";
182
182
  $fault = "client";
183
183
  resourceArn;
@@ -190,7 +190,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Keyspa
190
190
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
191
191
  this.resourceArn = opts.resourceArn;
192
192
  }
193
- };
193
+ }
194
194
 
195
195
  const _ADE = "AccessDeniedException";
196
196
  const _ASP = "AutoScalingPolicy";
@@ -380,7 +380,7 @@ const _vT = "viewType";
380
380
  const _wCAS = "writeCapacityAutoScaling";
381
381
  const _wCU = "writeCapacityUnits";
382
382
  const n0 = "com.amazonaws.keyspaces";
383
- var AccessDeniedException = [
383
+ var AccessDeniedException$ = [
384
384
  -3,
385
385
  n0,
386
386
  _ADE,
@@ -388,33 +388,33 @@ var AccessDeniedException = [
388
388
  [_m],
389
389
  [0],
390
390
  ];
391
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
392
- var AutoScalingPolicy = [
391
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
392
+ var AutoScalingPolicy$ = [
393
393
  3,
394
394
  n0,
395
395
  _ASP,
396
396
  0,
397
397
  [_tTSPC],
398
- [() => TargetTrackingScalingPolicyConfiguration],
398
+ [() => TargetTrackingScalingPolicyConfiguration$],
399
399
  ];
400
- var AutoScalingSettings = [
400
+ var AutoScalingSettings$ = [
401
401
  3,
402
402
  n0,
403
403
  _ASS,
404
404
  0,
405
405
  [_aSD, _mU, _mUa, _sP],
406
- [2, 1, 1, () => AutoScalingPolicy],
406
+ [2, 1, 1, () => AutoScalingPolicy$],
407
407
  ];
408
- var AutoScalingSpecification = [
408
+ var AutoScalingSpecification$ = [
409
409
  3,
410
410
  n0,
411
411
  _ASSu,
412
412
  0,
413
413
  [_wCAS, _rCAS],
414
- [() => AutoScalingSettings, () => AutoScalingSettings],
414
+ [() => AutoScalingSettings$, () => AutoScalingSettings$],
415
415
  ];
416
- var CapacitySpecification = [3, n0, _CS, 0, [_tM, _rCU, _wCU], [0, 1, 1]];
417
- var CapacitySpecificationSummary = [
416
+ var CapacitySpecification$ = [3, n0, _CS, 0, [_tM, _rCU, _wCU], [0, 1, 1]];
417
+ var CapacitySpecificationSummary$ = [
418
418
  3,
419
419
  n0,
420
420
  _CSS,
@@ -422,13 +422,13 @@ var CapacitySpecificationSummary = [
422
422
  [_tM, _rCU, _wCU, _lUTPPRT],
423
423
  [0, 1, 1, 4],
424
424
  ];
425
- var CdcSpecification = [3, n0, _CSd, 0, [_s, _vT, _t, _pT], [0, 0, () => TagList, 0]];
426
- var CdcSpecificationSummary = [3, n0, _CSSd, 0, [_s, _vT], [0, 0]];
427
- var ClientSideTimestamps = [3, n0, _CST, 0, [_s], [0]];
428
- var ClusteringKey = [3, n0, _CK, 0, [_n, _oB], [0, 0]];
429
- var ColumnDefinition = [3, n0, _CD, 0, [_n, _ty], [0, 0]];
430
- var Comment = [3, n0, _C, 0, [_m], [0]];
431
- var ConflictException = [
425
+ var CdcSpecification$ = [3, n0, _CSd, 0, [_s, _vT, _t, _pT], [0, 0, () => TagList, 0]];
426
+ var CdcSpecificationSummary$ = [3, n0, _CSSd, 0, [_s, _vT], [0, 0]];
427
+ var ClientSideTimestamps$ = [3, n0, _CST, 0, [_s], [0]];
428
+ var ClusteringKey$ = [3, n0, _CK, 0, [_n, _oB], [0, 0]];
429
+ var ColumnDefinition$ = [3, n0, _CD, 0, [_n, _ty], [0, 0]];
430
+ var Comment$ = [3, n0, _C, 0, [_m], [0]];
431
+ var ConflictException$ = [
432
432
  -3,
433
433
  n0,
434
434
  _CE,
@@ -436,17 +436,17 @@ var ConflictException = [
436
436
  [_m],
437
437
  [0],
438
438
  ];
439
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
440
- var CreateKeyspaceRequest = [
439
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
440
+ var CreateKeyspaceRequest$ = [
441
441
  3,
442
442
  n0,
443
443
  _CKR,
444
444
  0,
445
445
  [_kN, _t, _rS],
446
- [0, () => TagList, () => ReplicationSpecification],
446
+ [0, () => TagList, () => ReplicationSpecification$],
447
447
  ];
448
- var CreateKeyspaceResponse = [3, n0, _CKRr, 0, [_rA], [0]];
449
- var CreateTableRequest = [
448
+ var CreateKeyspaceResponse$ = [3, n0, _CKRr, 0, [_rA], [0]];
449
+ var CreateTableRequest$ = [
450
450
  3,
451
451
  n0,
452
452
  _CTR,
@@ -455,33 +455,33 @@ var CreateTableRequest = [
455
455
  [
456
456
  0,
457
457
  0,
458
- () => SchemaDefinition,
459
- () => Comment,
460
- () => CapacitySpecification,
461
- () => EncryptionSpecification,
462
- () => PointInTimeRecovery,
463
- () => TimeToLive,
458
+ () => SchemaDefinition$,
459
+ () => Comment$,
460
+ () => CapacitySpecification$,
461
+ () => EncryptionSpecification$,
462
+ () => PointInTimeRecovery$,
463
+ () => TimeToLive$,
464
464
  1,
465
465
  () => TagList,
466
- () => ClientSideTimestamps,
467
- () => AutoScalingSpecification,
466
+ () => ClientSideTimestamps$,
467
+ () => AutoScalingSpecification$,
468
468
  () => ReplicaSpecificationList,
469
- () => CdcSpecification,
469
+ () => CdcSpecification$,
470
470
  ],
471
471
  ];
472
- var CreateTableResponse = [3, n0, _CTRr, 0, [_rA], [0]];
473
- var CreateTypeRequest = [3, n0, _CTRre, 0, [_kN, _tNy, _fD], [0, 0, () => FieldList]];
474
- var CreateTypeResponse = [3, n0, _CTRrea, 0, [_kA, _tNy], [0, 0]];
475
- var DeleteKeyspaceRequest = [3, n0, _DKR, 0, [_kN], [0]];
476
- var DeleteKeyspaceResponse = [3, n0, _DKRe, 0, [], []];
477
- var DeleteTableRequest = [3, n0, _DTR, 0, [_kN, _tN], [0, 0]];
478
- var DeleteTableResponse = [3, n0, _DTRe, 0, [], []];
479
- var DeleteTypeRequest = [3, n0, _DTRel, 0, [_kN, _tNy], [0, 0]];
480
- var DeleteTypeResponse = [3, n0, _DTRele, 0, [_kA, _tNy], [0, 0]];
481
- var EncryptionSpecification = [3, n0, _ES, 0, [_ty, _kKI], [0, 0]];
482
- var FieldDefinition = [3, n0, _FD, 0, [_n, _ty], [0, 0]];
483
- var GetKeyspaceRequest = [3, n0, _GKR, 0, [_kN], [0]];
484
- var GetKeyspaceResponse = [
472
+ var CreateTableResponse$ = [3, n0, _CTRr, 0, [_rA], [0]];
473
+ var CreateTypeRequest$ = [3, n0, _CTRre, 0, [_kN, _tNy, _fD], [0, 0, () => FieldList]];
474
+ var CreateTypeResponse$ = [3, n0, _CTRrea, 0, [_kA, _tNy], [0, 0]];
475
+ var DeleteKeyspaceRequest$ = [3, n0, _DKR, 0, [_kN], [0]];
476
+ var DeleteKeyspaceResponse$ = [3, n0, _DKRe, 0, [], []];
477
+ var DeleteTableRequest$ = [3, n0, _DTR, 0, [_kN, _tN], [0, 0]];
478
+ var DeleteTableResponse$ = [3, n0, _DTRe, 0, [], []];
479
+ var DeleteTypeRequest$ = [3, n0, _DTRel, 0, [_kN, _tNy], [0, 0]];
480
+ var DeleteTypeResponse$ = [3, n0, _DTRele, 0, [_kA, _tNy], [0, 0]];
481
+ var EncryptionSpecification$ = [3, n0, _ES, 0, [_ty, _kKI], [0, 0]];
482
+ var FieldDefinition$ = [3, n0, _FD, 0, [_n, _ty], [0, 0]];
483
+ var GetKeyspaceRequest$ = [3, n0, _GKR, 0, [_kN], [0]];
484
+ var GetKeyspaceResponse$ = [
485
485
  3,
486
486
  n0,
487
487
  _GKRe,
@@ -489,17 +489,17 @@ var GetKeyspaceResponse = [
489
489
  [_kN, _rA, _rSep, _rR, _rGS],
490
490
  [0, 0, 0, 64 | 0, () => ReplicationGroupStatusList],
491
491
  ];
492
- var GetTableAutoScalingSettingsRequest = [3, n0, _GTASSR, 0, [_kN, _tN], [0, 0]];
493
- var GetTableAutoScalingSettingsResponse = [
492
+ var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR, 0, [_kN, _tN], [0, 0]];
493
+ var GetTableAutoScalingSettingsResponse$ = [
494
494
  3,
495
495
  n0,
496
496
  _GTASSRe,
497
497
  0,
498
498
  [_kN, _tN, _rA, _aSS, _rSe],
499
- [0, 0, 0, () => AutoScalingSpecification, () => ReplicaAutoScalingSpecificationList],
499
+ [0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList],
500
500
  ];
501
- var GetTableRequest = [3, n0, _GTR, 0, [_kN, _tN], [0, 0]];
502
- var GetTableResponse = [
501
+ var GetTableRequest$ = [3, n0, _GTR, 0, [_kN, _tN], [0, 0]];
502
+ var GetTableResponse$ = [
503
503
  3,
504
504
  n0,
505
505
  _GTRe,
@@ -511,21 +511,21 @@ var GetTableResponse = [
511
511
  0,
512
512
  4,
513
513
  0,
514
- () => SchemaDefinition,
515
- () => CapacitySpecificationSummary,
516
- () => EncryptionSpecification,
517
- () => PointInTimeRecoverySummary,
518
- () => TimeToLive,
514
+ () => SchemaDefinition$,
515
+ () => CapacitySpecificationSummary$,
516
+ () => EncryptionSpecification$,
517
+ () => PointInTimeRecoverySummary$,
518
+ () => TimeToLive$,
519
519
  1,
520
- () => Comment,
521
- () => ClientSideTimestamps,
520
+ () => Comment$,
521
+ () => ClientSideTimestamps$,
522
522
  () => ReplicaSpecificationSummaryList,
523
523
  0,
524
- () => CdcSpecificationSummary,
524
+ () => CdcSpecificationSummary$,
525
525
  ],
526
526
  ];
527
- var GetTypeRequest = [3, n0, _GTRet, 0, [_kN, _tNy], [0, 0]];
528
- var GetTypeResponse = [
527
+ var GetTypeRequest$ = [3, n0, _GTRet, 0, [_kN, _tNy], [0, 0]];
528
+ var GetTypeResponse$ = [
529
529
  3,
530
530
  n0,
531
531
  _GTRety,
@@ -533,7 +533,7 @@ var GetTypeResponse = [
533
533
  [_kN, _tNy, _fD, _lMT, _s, _dRT, _dPT, _mND, _kA],
534
534
  [0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1, 0],
535
535
  ];
536
- var InternalServerException = [
536
+ var InternalServerException$ = [
537
537
  -3,
538
538
  n0,
539
539
  _ISE,
@@ -541,46 +541,46 @@ var InternalServerException = [
541
541
  [_m],
542
542
  [0],
543
543
  ];
544
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
545
- var KeyspaceSummary = [3, n0, _KS, 0, [_kN, _rA, _rSep, _rR], [0, 0, 0, 64 | 0]];
546
- var ListKeyspacesRequest = [3, n0, _LKR, 0, [_nT, _mR], [0, 1]];
547
- var ListKeyspacesResponse = [3, n0, _LKRi, 0, [_nT, _k], [0, () => KeyspaceSummaryList]];
548
- var ListTablesRequest = [3, n0, _LTR, 0, [_nT, _mR, _kN], [0, 1, 0]];
549
- var ListTablesResponse = [3, n0, _LTRi, 0, [_nT, _ta], [0, () => TableSummaryList]];
550
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA, _nT, _mR], [0, 0, 1]];
551
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_nT, _t], [0, () => TagList]];
552
- var ListTypesRequest = [3, n0, _LTRis, 0, [_nT, _mR, _kN], [0, 1, 0]];
553
- var ListTypesResponse = [3, n0, _LTRist, 0, [_nT, _typ], [0, 64 | 0]];
554
- var PartitionKey = [3, n0, _PK, 0, [_n], [0]];
555
- var PointInTimeRecovery = [3, n0, _PITR, 0, [_s], [0]];
556
- var PointInTimeRecoverySummary = [3, n0, _PITRS, 0, [_s, _eRT], [0, 4]];
557
- var ReplicaAutoScalingSpecification = [
544
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
545
+ var KeyspaceSummary$ = [3, n0, _KS, 0, [_kN, _rA, _rSep, _rR], [0, 0, 0, 64 | 0]];
546
+ var ListKeyspacesRequest$ = [3, n0, _LKR, 0, [_nT, _mR], [0, 1]];
547
+ var ListKeyspacesResponse$ = [3, n0, _LKRi, 0, [_nT, _k], [0, () => KeyspaceSummaryList]];
548
+ var ListTablesRequest$ = [3, n0, _LTR, 0, [_nT, _mR, _kN], [0, 1, 0]];
549
+ var ListTablesResponse$ = [3, n0, _LTRi, 0, [_nT, _ta], [0, () => TableSummaryList]];
550
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA, _nT, _mR], [0, 0, 1]];
551
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_nT, _t], [0, () => TagList]];
552
+ var ListTypesRequest$ = [3, n0, _LTRis, 0, [_nT, _mR, _kN], [0, 1, 0]];
553
+ var ListTypesResponse$ = [3, n0, _LTRist, 0, [_nT, _typ], [0, 64 | 0]];
554
+ var PartitionKey$ = [3, n0, _PK, 0, [_n], [0]];
555
+ var PointInTimeRecovery$ = [3, n0, _PITR, 0, [_s], [0]];
556
+ var PointInTimeRecoverySummary$ = [3, n0, _PITRS, 0, [_s, _eRT], [0, 4]];
557
+ var ReplicaAutoScalingSpecification$ = [
558
558
  3,
559
559
  n0,
560
560
  _RASS,
561
561
  0,
562
562
  [_r, _aSS],
563
- [0, () => AutoScalingSpecification],
563
+ [0, () => AutoScalingSpecification$],
564
564
  ];
565
- var ReplicaSpecification = [
565
+ var ReplicaSpecification$ = [
566
566
  3,
567
567
  n0,
568
568
  _RS,
569
569
  0,
570
570
  [_r, _rCU, _rCAS],
571
- [0, 1, () => AutoScalingSettings],
571
+ [0, 1, () => AutoScalingSettings$],
572
572
  ];
573
- var ReplicaSpecificationSummary = [
573
+ var ReplicaSpecificationSummary$ = [
574
574
  3,
575
575
  n0,
576
576
  _RSS,
577
577
  0,
578
578
  [_r, _s, _cS],
579
- [0, 0, () => CapacitySpecificationSummary],
579
+ [0, 0, () => CapacitySpecificationSummary$],
580
580
  ];
581
- var ReplicationGroupStatus = [3, n0, _RGS, 0, [_r, _kS, _tRP], [0, 0, 0]];
582
- var ReplicationSpecification = [3, n0, _RSe, 0, [_rSep, _rL], [0, 64 | 0]];
583
- var ResourceNotFoundException = [
581
+ var ReplicationGroupStatus$ = [3, n0, _RGS, 0, [_r, _kS, _tRP], [0, 0, 0]];
582
+ var ReplicationSpecification$ = [3, n0, _RSe, 0, [_rSep, _rL], [0, 64 | 0]];
583
+ var ResourceNotFoundException$ = [
584
584
  -3,
585
585
  n0,
586
586
  _RNFE,
@@ -588,8 +588,8 @@ var ResourceNotFoundException = [
588
588
  [_m, _rA],
589
589
  [0, 0],
590
590
  ];
591
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
592
- var RestoreTableRequest = [
591
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
592
+ var RestoreTableRequest$ = [
593
593
  3,
594
594
  n0,
595
595
  _RTR,
@@ -601,16 +601,16 @@ var RestoreTableRequest = [
601
601
  0,
602
602
  0,
603
603
  4,
604
- () => CapacitySpecification,
605
- () => EncryptionSpecification,
606
- () => PointInTimeRecovery,
604
+ () => CapacitySpecification$,
605
+ () => EncryptionSpecification$,
606
+ () => PointInTimeRecovery$,
607
607
  () => TagList,
608
- () => AutoScalingSpecification,
608
+ () => AutoScalingSpecification$,
609
609
  () => ReplicaSpecificationList,
610
610
  ],
611
611
  ];
612
- var RestoreTableResponse = [3, n0, _RTRe, 0, [_rTARN], [0]];
613
- var SchemaDefinition = [
612
+ var RestoreTableResponse$ = [3, n0, _RTRe, 0, [_rTARN], [0]];
613
+ var SchemaDefinition$ = [
614
614
  3,
615
615
  n0,
616
616
  _SD,
@@ -618,7 +618,7 @@ var SchemaDefinition = [
618
618
  [_aC, _pK, _cK, _sC],
619
619
  [() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList],
620
620
  ];
621
- var ServiceQuotaExceededException = [
621
+ var ServiceQuotaExceededException$ = [
622
622
  -3,
623
623
  n0,
624
624
  _SQEE,
@@ -626,13 +626,13 @@ var ServiceQuotaExceededException = [
626
626
  [_m],
627
627
  [0],
628
628
  ];
629
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
630
- var StaticColumn = [3, n0, _SC, 0, [_n], [0]];
631
- var TableSummary = [3, n0, _TS, 0, [_kN, _tN, _rA], [0, 0, 0]];
632
- var Tag = [3, n0, _T, 0, [_ke, _v], [0, 0]];
633
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
634
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
635
- var TargetTrackingScalingPolicyConfiguration = [
629
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
630
+ var StaticColumn$ = [3, n0, _SC, 0, [_n], [0]];
631
+ var TableSummary$ = [3, n0, _TS, 0, [_kN, _tN, _rA], [0, 0, 0]];
632
+ var Tag$ = [3, n0, _T, 0, [_ke, _v], [0, 0]];
633
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
634
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
635
+ var TargetTrackingScalingPolicyConfiguration$ = [
636
636
  3,
637
637
  n0,
638
638
  _TTSPC,
@@ -640,19 +640,19 @@ var TargetTrackingScalingPolicyConfiguration = [
640
640
  [_dSI, _sIC, _sOC, _tV],
641
641
  [2, 1, 1, 1],
642
642
  ];
643
- var TimeToLive = [3, n0, _TTL, 0, [_s], [0]];
644
- var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _t], [0, () => TagList]];
645
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
646
- var UpdateKeyspaceRequest = [
643
+ var TimeToLive$ = [3, n0, _TTL, 0, [_s], [0]];
644
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _t], [0, () => TagList]];
645
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
646
+ var UpdateKeyspaceRequest$ = [
647
647
  3,
648
648
  n0,
649
649
  _UKR,
650
650
  0,
651
651
  [_kN, _rS, _cST],
652
- [0, () => ReplicationSpecification, () => ClientSideTimestamps],
652
+ [0, () => ReplicationSpecification$, () => ClientSideTimestamps$],
653
653
  ];
654
- var UpdateKeyspaceResponse = [3, n0, _UKRp, 0, [_rA], [0]];
655
- var UpdateTableRequest = [
654
+ var UpdateKeyspaceResponse$ = [3, n0, _UKRp, 0, [_rA], [0]];
655
+ var UpdateTableRequest$ = [
656
656
  3,
657
657
  n0,
658
658
  _UTR,
@@ -662,19 +662,19 @@ var UpdateTableRequest = [
662
662
  0,
663
663
  0,
664
664
  () => ColumnDefinitionList,
665
- () => CapacitySpecification,
666
- () => EncryptionSpecification,
667
- () => PointInTimeRecovery,
668
- () => TimeToLive,
665
+ () => CapacitySpecification$,
666
+ () => EncryptionSpecification$,
667
+ () => PointInTimeRecovery$,
668
+ () => TimeToLive$,
669
669
  1,
670
- () => ClientSideTimestamps,
671
- () => AutoScalingSpecification,
670
+ () => ClientSideTimestamps$,
671
+ () => AutoScalingSpecification$,
672
672
  () => ReplicaSpecificationList,
673
- () => CdcSpecification,
673
+ () => CdcSpecification$,
674
674
  ],
675
675
  ];
676
- var UpdateTableResponse = [3, n0, _UTRp, 0, [_rA], [0]];
677
- var ValidationException = [
676
+ var UpdateTableResponse$ = [3, n0, _UTRp, 0, [_rA], [0]];
677
+ var ValidationException$ = [
678
678
  -3,
679
679
  n0,
680
680
  _VE,
@@ -682,95 +682,96 @@ var ValidationException = [
682
682
  [_m],
683
683
  [0],
684
684
  ];
685
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
686
- var KeyspacesServiceException = [-3, _sm, "KeyspacesServiceException", 0, [], []];
687
- schema.TypeRegistry.for(_sm).registerError(KeyspacesServiceException, KeyspacesServiceException$1);
688
- var ClusteringKeyList = [1, n0, _CKL, 0, () => ClusteringKey];
689
- var ColumnDefinitionList = [1, n0, _CDL, 0, () => ColumnDefinition];
690
- var FieldList = [1, n0, _FL, 0, () => FieldDefinition];
691
- var KeyspaceSummaryList = [1, n0, _KSL, 0, () => KeyspaceSummary];
692
- var PartitionKeyList = [1, n0, _PKL, 0, () => PartitionKey];
693
- var ReplicaAutoScalingSpecificationList = [
694
- 1,
695
- n0,
696
- _RASSL,
697
- 0,
698
- () => ReplicaAutoScalingSpecification,
699
- ];
700
- var ReplicaSpecificationList = [1, n0, _RSL, 0, () => ReplicaSpecification];
701
- var ReplicaSpecificationSummaryList = [1, n0, _RSSL, 0, () => ReplicaSpecificationSummary];
702
- var ReplicationGroupStatusList = [1, n0, _RGSL, 0, () => ReplicationGroupStatus];
703
- var StaticColumnList = [1, n0, _SCL, 0, () => StaticColumn];
704
- var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary];
705
- var TagList = [1, n0, _TL, 0, () => Tag];
706
- var CreateKeyspace = [
685
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
686
+ var KeyspacesServiceException$ = [-3, _sm, "KeyspacesServiceException", 0, [], []];
687
+ schema.TypeRegistry.for(_sm).registerError(KeyspacesServiceException$, KeyspacesServiceException);
688
+ var ClusteringKeyList = [1, n0, _CKL, 0, () => ClusteringKey$];
689
+ var ColumnDefinitionList = [1, n0, _CDL, 0, () => ColumnDefinition$];
690
+ var FieldList = [1, n0, _FL, 0, () => FieldDefinition$];
691
+ var KeyspaceSummaryList = [1, n0, _KSL, 0, () => KeyspaceSummary$];
692
+ var PartitionKeyList = [1, n0, _PKL, 0, () => PartitionKey$];
693
+ var ReplicaAutoScalingSpecificationList = [1, n0, _RASSL, 0, () => ReplicaAutoScalingSpecification$];
694
+ var ReplicaSpecificationList = [1, n0, _RSL, 0, () => ReplicaSpecification$];
695
+ var ReplicaSpecificationSummaryList = [1, n0, _RSSL, 0, () => ReplicaSpecificationSummary$];
696
+ var ReplicationGroupStatusList = [1, n0, _RGSL, 0, () => ReplicationGroupStatus$];
697
+ var StaticColumnList = [1, n0, _SCL, 0, () => StaticColumn$];
698
+ var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary$];
699
+ var TagList = [1, n0, _TL, 0, () => Tag$];
700
+ var CreateKeyspace$ = [
707
701
  9,
708
702
  n0,
709
703
  _CKr,
710
704
  0,
711
- () => CreateKeyspaceRequest,
712
- () => CreateKeyspaceResponse,
705
+ () => CreateKeyspaceRequest$,
706
+ () => CreateKeyspaceResponse$,
713
707
  ];
714
- var CreateTable = [9, n0, _CT, 0, () => CreateTableRequest, () => CreateTableResponse];
715
- var CreateType = [9, n0, _CTr, 0, () => CreateTypeRequest, () => CreateTypeResponse];
716
- var DeleteKeyspace = [
708
+ var CreateTable$ = [9, n0, _CT, 0, () => CreateTableRequest$, () => CreateTableResponse$];
709
+ var CreateType$ = [9, n0, _CTr, 0, () => CreateTypeRequest$, () => CreateTypeResponse$];
710
+ var DeleteKeyspace$ = [
717
711
  9,
718
712
  n0,
719
713
  _DK,
720
714
  0,
721
- () => DeleteKeyspaceRequest,
722
- () => DeleteKeyspaceResponse,
715
+ () => DeleteKeyspaceRequest$,
716
+ () => DeleteKeyspaceResponse$,
723
717
  ];
724
- var DeleteTable = [9, n0, _DT, 0, () => DeleteTableRequest, () => DeleteTableResponse];
725
- var DeleteType = [9, n0, _DTe, 0, () => DeleteTypeRequest, () => DeleteTypeResponse];
726
- var GetKeyspace = [9, n0, _GK, 0, () => GetKeyspaceRequest, () => GetKeyspaceResponse];
727
- var GetTable = [9, n0, _GT, 0, () => GetTableRequest, () => GetTableResponse];
728
- var GetTableAutoScalingSettings = [
718
+ var DeleteTable$ = [9, n0, _DT, 0, () => DeleteTableRequest$, () => DeleteTableResponse$];
719
+ var DeleteType$ = [9, n0, _DTe, 0, () => DeleteTypeRequest$, () => DeleteTypeResponse$];
720
+ var GetKeyspace$ = [9, n0, _GK, 0, () => GetKeyspaceRequest$, () => GetKeyspaceResponse$];
721
+ var GetTable$ = [9, n0, _GT, 0, () => GetTableRequest$, () => GetTableResponse$];
722
+ var GetTableAutoScalingSettings$ = [
729
723
  9,
730
724
  n0,
731
725
  _GTASS,
732
726
  0,
733
- () => GetTableAutoScalingSettingsRequest,
734
- () => GetTableAutoScalingSettingsResponse,
727
+ () => GetTableAutoScalingSettingsRequest$,
728
+ () => GetTableAutoScalingSettingsResponse$,
735
729
  ];
736
- var GetType = [9, n0, _GTe, 0, () => GetTypeRequest, () => GetTypeResponse];
737
- var ListKeyspaces = [
730
+ var GetType$ = [9, n0, _GTe, 0, () => GetTypeRequest$, () => GetTypeResponse$];
731
+ var ListKeyspaces$ = [
738
732
  9,
739
733
  n0,
740
734
  _LK,
741
735
  0,
742
- () => ListKeyspacesRequest,
743
- () => ListKeyspacesResponse,
736
+ () => ListKeyspacesRequest$,
737
+ () => ListKeyspacesResponse$,
744
738
  ];
745
- var ListTables = [9, n0, _LT, 0, () => ListTablesRequest, () => ListTablesResponse];
746
- var ListTagsForResource = [
739
+ var ListTables$ = [9, n0, _LT, 0, () => ListTablesRequest$, () => ListTablesResponse$];
740
+ var ListTagsForResource$ = [
747
741
  9,
748
742
  n0,
749
743
  _LTFR,
750
744
  0,
751
- () => ListTagsForResourceRequest,
752
- () => ListTagsForResourceResponse,
745
+ () => ListTagsForResourceRequest$,
746
+ () => ListTagsForResourceResponse$,
747
+ ];
748
+ var ListTypes$ = [9, n0, _LTi, 0, () => ListTypesRequest$, () => ListTypesResponse$];
749
+ var RestoreTable$ = [
750
+ 9,
751
+ n0,
752
+ _RT,
753
+ 0,
754
+ () => RestoreTableRequest$,
755
+ () => RestoreTableResponse$,
753
756
  ];
754
- var ListTypes = [9, n0, _LTi, 0, () => ListTypesRequest, () => ListTypesResponse];
755
- var RestoreTable = [9, n0, _RT, 0, () => RestoreTableRequest, () => RestoreTableResponse];
756
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
757
- var UntagResource = [
757
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
758
+ var UntagResource$ = [
758
759
  9,
759
760
  n0,
760
761
  _UR,
761
762
  0,
762
- () => UntagResourceRequest,
763
- () => UntagResourceResponse,
763
+ () => UntagResourceRequest$,
764
+ () => UntagResourceResponse$,
764
765
  ];
765
- var UpdateKeyspace = [
766
+ var UpdateKeyspace$ = [
766
767
  9,
767
768
  n0,
768
769
  _UK,
769
770
  0,
770
- () => UpdateKeyspaceRequest,
771
- () => UpdateKeyspaceResponse,
771
+ () => UpdateKeyspaceRequest$,
772
+ () => UpdateKeyspaceResponse$,
772
773
  ];
773
- var UpdateTable = [9, n0, _UT, 0, () => UpdateTableRequest, () => UpdateTableResponse];
774
+ var UpdateTable$ = [9, n0, _UT, 0, () => UpdateTableRequest$, () => UpdateTableResponse$];
774
775
 
775
776
  class CreateKeyspaceCommand extends smithyClient.Command
776
777
  .classBuilder()
@@ -780,7 +781,7 @@ class CreateKeyspaceCommand extends smithyClient.Command
780
781
  })
781
782
  .s("KeyspacesService", "CreateKeyspace", {})
782
783
  .n("KeyspacesClient", "CreateKeyspaceCommand")
783
- .sc(CreateKeyspace)
784
+ .sc(CreateKeyspace$)
784
785
  .build() {
785
786
  }
786
787
 
@@ -792,7 +793,7 @@ class CreateTableCommand extends smithyClient.Command
792
793
  })
793
794
  .s("KeyspacesService", "CreateTable", {})
794
795
  .n("KeyspacesClient", "CreateTableCommand")
795
- .sc(CreateTable)
796
+ .sc(CreateTable$)
796
797
  .build() {
797
798
  }
798
799
 
@@ -804,7 +805,7 @@ class CreateTypeCommand extends smithyClient.Command
804
805
  })
805
806
  .s("KeyspacesService", "CreateType", {})
806
807
  .n("KeyspacesClient", "CreateTypeCommand")
807
- .sc(CreateType)
808
+ .sc(CreateType$)
808
809
  .build() {
809
810
  }
810
811
 
@@ -816,7 +817,7 @@ class DeleteKeyspaceCommand extends smithyClient.Command
816
817
  })
817
818
  .s("KeyspacesService", "DeleteKeyspace", {})
818
819
  .n("KeyspacesClient", "DeleteKeyspaceCommand")
819
- .sc(DeleteKeyspace)
820
+ .sc(DeleteKeyspace$)
820
821
  .build() {
821
822
  }
822
823
 
@@ -828,7 +829,7 @@ class DeleteTableCommand extends smithyClient.Command
828
829
  })
829
830
  .s("KeyspacesService", "DeleteTable", {})
830
831
  .n("KeyspacesClient", "DeleteTableCommand")
831
- .sc(DeleteTable)
832
+ .sc(DeleteTable$)
832
833
  .build() {
833
834
  }
834
835
 
@@ -840,7 +841,7 @@ class DeleteTypeCommand extends smithyClient.Command
840
841
  })
841
842
  .s("KeyspacesService", "DeleteType", {})
842
843
  .n("KeyspacesClient", "DeleteTypeCommand")
843
- .sc(DeleteType)
844
+ .sc(DeleteType$)
844
845
  .build() {
845
846
  }
846
847
 
@@ -852,7 +853,7 @@ class GetKeyspaceCommand extends smithyClient.Command
852
853
  })
853
854
  .s("KeyspacesService", "GetKeyspace", {})
854
855
  .n("KeyspacesClient", "GetKeyspaceCommand")
855
- .sc(GetKeyspace)
856
+ .sc(GetKeyspace$)
856
857
  .build() {
857
858
  }
858
859
 
@@ -864,7 +865,7 @@ class GetTableAutoScalingSettingsCommand extends smithyClient.Command
864
865
  })
865
866
  .s("KeyspacesService", "GetTableAutoScalingSettings", {})
866
867
  .n("KeyspacesClient", "GetTableAutoScalingSettingsCommand")
867
- .sc(GetTableAutoScalingSettings)
868
+ .sc(GetTableAutoScalingSettings$)
868
869
  .build() {
869
870
  }
870
871
 
@@ -876,7 +877,7 @@ class GetTableCommand extends smithyClient.Command
876
877
  })
877
878
  .s("KeyspacesService", "GetTable", {})
878
879
  .n("KeyspacesClient", "GetTableCommand")
879
- .sc(GetTable)
880
+ .sc(GetTable$)
880
881
  .build() {
881
882
  }
882
883
 
@@ -888,7 +889,7 @@ class GetTypeCommand extends smithyClient.Command
888
889
  })
889
890
  .s("KeyspacesService", "GetType", {})
890
891
  .n("KeyspacesClient", "GetTypeCommand")
891
- .sc(GetType)
892
+ .sc(GetType$)
892
893
  .build() {
893
894
  }
894
895
 
@@ -900,7 +901,7 @@ class ListKeyspacesCommand extends smithyClient.Command
900
901
  })
901
902
  .s("KeyspacesService", "ListKeyspaces", {})
902
903
  .n("KeyspacesClient", "ListKeyspacesCommand")
903
- .sc(ListKeyspaces)
904
+ .sc(ListKeyspaces$)
904
905
  .build() {
905
906
  }
906
907
 
@@ -912,7 +913,7 @@ class ListTablesCommand extends smithyClient.Command
912
913
  })
913
914
  .s("KeyspacesService", "ListTables", {})
914
915
  .n("KeyspacesClient", "ListTablesCommand")
915
- .sc(ListTables)
916
+ .sc(ListTables$)
916
917
  .build() {
917
918
  }
918
919
 
@@ -924,7 +925,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
924
925
  })
925
926
  .s("KeyspacesService", "ListTagsForResource", {})
926
927
  .n("KeyspacesClient", "ListTagsForResourceCommand")
927
- .sc(ListTagsForResource)
928
+ .sc(ListTagsForResource$)
928
929
  .build() {
929
930
  }
930
931
 
@@ -936,7 +937,7 @@ class ListTypesCommand extends smithyClient.Command
936
937
  })
937
938
  .s("KeyspacesService", "ListTypes", {})
938
939
  .n("KeyspacesClient", "ListTypesCommand")
939
- .sc(ListTypes)
940
+ .sc(ListTypes$)
940
941
  .build() {
941
942
  }
942
943
 
@@ -948,7 +949,7 @@ class RestoreTableCommand extends smithyClient.Command
948
949
  })
949
950
  .s("KeyspacesService", "RestoreTable", {})
950
951
  .n("KeyspacesClient", "RestoreTableCommand")
951
- .sc(RestoreTable)
952
+ .sc(RestoreTable$)
952
953
  .build() {
953
954
  }
954
955
 
@@ -960,7 +961,7 @@ class TagResourceCommand extends smithyClient.Command
960
961
  })
961
962
  .s("KeyspacesService", "TagResource", {})
962
963
  .n("KeyspacesClient", "TagResourceCommand")
963
- .sc(TagResource)
964
+ .sc(TagResource$)
964
965
  .build() {
965
966
  }
966
967
 
@@ -972,7 +973,7 @@ class UntagResourceCommand extends smithyClient.Command
972
973
  })
973
974
  .s("KeyspacesService", "UntagResource", {})
974
975
  .n("KeyspacesClient", "UntagResourceCommand")
975
- .sc(UntagResource)
976
+ .sc(UntagResource$)
976
977
  .build() {
977
978
  }
978
979
 
@@ -984,7 +985,7 @@ class UpdateKeyspaceCommand extends smithyClient.Command
984
985
  })
985
986
  .s("KeyspacesService", "UpdateKeyspace", {})
986
987
  .n("KeyspacesClient", "UpdateKeyspaceCommand")
987
- .sc(UpdateKeyspace)
988
+ .sc(UpdateKeyspace$)
988
989
  .build() {
989
990
  }
990
991
 
@@ -996,7 +997,7 @@ class UpdateTableCommand extends smithyClient.Command
996
997
  })
997
998
  .s("KeyspacesService", "UpdateTable", {})
998
999
  .n("KeyspacesClient", "UpdateTableCommand")
999
- .sc(UpdateTable)
1000
+ .sc(UpdateTable$)
1000
1001
  .build() {
1001
1002
  }
1002
1003
 
@@ -1105,46 +1106,138 @@ Object.defineProperty(exports, "__Client", {
1105
1106
  enumerable: true,
1106
1107
  get: function () { return smithyClient.Client; }
1107
1108
  });
1108
- exports.AccessDeniedException = AccessDeniedException$1;
1109
+ exports.AccessDeniedException = AccessDeniedException;
1110
+ exports.AccessDeniedException$ = AccessDeniedException$;
1111
+ exports.AutoScalingPolicy$ = AutoScalingPolicy$;
1112
+ exports.AutoScalingSettings$ = AutoScalingSettings$;
1113
+ exports.AutoScalingSpecification$ = AutoScalingSpecification$;
1114
+ exports.CapacitySpecification$ = CapacitySpecification$;
1115
+ exports.CapacitySpecificationSummary$ = CapacitySpecificationSummary$;
1109
1116
  exports.CdcPropagateTags = CdcPropagateTags;
1117
+ exports.CdcSpecification$ = CdcSpecification$;
1118
+ exports.CdcSpecificationSummary$ = CdcSpecificationSummary$;
1110
1119
  exports.CdcStatus = CdcStatus;
1120
+ exports.ClientSideTimestamps$ = ClientSideTimestamps$;
1111
1121
  exports.ClientSideTimestampsStatus = ClientSideTimestampsStatus;
1112
- exports.ConflictException = ConflictException$1;
1122
+ exports.ClusteringKey$ = ClusteringKey$;
1123
+ exports.ColumnDefinition$ = ColumnDefinition$;
1124
+ exports.Comment$ = Comment$;
1125
+ exports.ConflictException = ConflictException;
1126
+ exports.ConflictException$ = ConflictException$;
1127
+ exports.CreateKeyspace$ = CreateKeyspace$;
1113
1128
  exports.CreateKeyspaceCommand = CreateKeyspaceCommand;
1129
+ exports.CreateKeyspaceRequest$ = CreateKeyspaceRequest$;
1130
+ exports.CreateKeyspaceResponse$ = CreateKeyspaceResponse$;
1131
+ exports.CreateTable$ = CreateTable$;
1114
1132
  exports.CreateTableCommand = CreateTableCommand;
1133
+ exports.CreateTableRequest$ = CreateTableRequest$;
1134
+ exports.CreateTableResponse$ = CreateTableResponse$;
1135
+ exports.CreateType$ = CreateType$;
1115
1136
  exports.CreateTypeCommand = CreateTypeCommand;
1137
+ exports.CreateTypeRequest$ = CreateTypeRequest$;
1138
+ exports.CreateTypeResponse$ = CreateTypeResponse$;
1139
+ exports.DeleteKeyspace$ = DeleteKeyspace$;
1116
1140
  exports.DeleteKeyspaceCommand = DeleteKeyspaceCommand;
1141
+ exports.DeleteKeyspaceRequest$ = DeleteKeyspaceRequest$;
1142
+ exports.DeleteKeyspaceResponse$ = DeleteKeyspaceResponse$;
1143
+ exports.DeleteTable$ = DeleteTable$;
1117
1144
  exports.DeleteTableCommand = DeleteTableCommand;
1145
+ exports.DeleteTableRequest$ = DeleteTableRequest$;
1146
+ exports.DeleteTableResponse$ = DeleteTableResponse$;
1147
+ exports.DeleteType$ = DeleteType$;
1118
1148
  exports.DeleteTypeCommand = DeleteTypeCommand;
1149
+ exports.DeleteTypeRequest$ = DeleteTypeRequest$;
1150
+ exports.DeleteTypeResponse$ = DeleteTypeResponse$;
1151
+ exports.EncryptionSpecification$ = EncryptionSpecification$;
1119
1152
  exports.EncryptionType = EncryptionType;
1153
+ exports.FieldDefinition$ = FieldDefinition$;
1154
+ exports.GetKeyspace$ = GetKeyspace$;
1120
1155
  exports.GetKeyspaceCommand = GetKeyspaceCommand;
1156
+ exports.GetKeyspaceRequest$ = GetKeyspaceRequest$;
1157
+ exports.GetKeyspaceResponse$ = GetKeyspaceResponse$;
1158
+ exports.GetTable$ = GetTable$;
1159
+ exports.GetTableAutoScalingSettings$ = GetTableAutoScalingSettings$;
1121
1160
  exports.GetTableAutoScalingSettingsCommand = GetTableAutoScalingSettingsCommand;
1161
+ exports.GetTableAutoScalingSettingsRequest$ = GetTableAutoScalingSettingsRequest$;
1162
+ exports.GetTableAutoScalingSettingsResponse$ = GetTableAutoScalingSettingsResponse$;
1122
1163
  exports.GetTableCommand = GetTableCommand;
1164
+ exports.GetTableRequest$ = GetTableRequest$;
1165
+ exports.GetTableResponse$ = GetTableResponse$;
1166
+ exports.GetType$ = GetType$;
1123
1167
  exports.GetTypeCommand = GetTypeCommand;
1124
- exports.InternalServerException = InternalServerException$1;
1168
+ exports.GetTypeRequest$ = GetTypeRequest$;
1169
+ exports.GetTypeResponse$ = GetTypeResponse$;
1170
+ exports.InternalServerException = InternalServerException;
1171
+ exports.InternalServerException$ = InternalServerException$;
1125
1172
  exports.KeyspaceStatus = KeyspaceStatus;
1173
+ exports.KeyspaceSummary$ = KeyspaceSummary$;
1126
1174
  exports.Keyspaces = Keyspaces;
1127
1175
  exports.KeyspacesClient = KeyspacesClient;
1128
- exports.KeyspacesServiceException = KeyspacesServiceException$1;
1176
+ exports.KeyspacesServiceException = KeyspacesServiceException;
1177
+ exports.KeyspacesServiceException$ = KeyspacesServiceException$;
1178
+ exports.ListKeyspaces$ = ListKeyspaces$;
1129
1179
  exports.ListKeyspacesCommand = ListKeyspacesCommand;
1180
+ exports.ListKeyspacesRequest$ = ListKeyspacesRequest$;
1181
+ exports.ListKeyspacesResponse$ = ListKeyspacesResponse$;
1182
+ exports.ListTables$ = ListTables$;
1130
1183
  exports.ListTablesCommand = ListTablesCommand;
1184
+ exports.ListTablesRequest$ = ListTablesRequest$;
1185
+ exports.ListTablesResponse$ = ListTablesResponse$;
1186
+ exports.ListTagsForResource$ = ListTagsForResource$;
1131
1187
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1188
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1189
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1190
+ exports.ListTypes$ = ListTypes$;
1132
1191
  exports.ListTypesCommand = ListTypesCommand;
1192
+ exports.ListTypesRequest$ = ListTypesRequest$;
1193
+ exports.ListTypesResponse$ = ListTypesResponse$;
1194
+ exports.PartitionKey$ = PartitionKey$;
1195
+ exports.PointInTimeRecovery$ = PointInTimeRecovery$;
1133
1196
  exports.PointInTimeRecoveryStatus = PointInTimeRecoveryStatus;
1134
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1197
+ exports.PointInTimeRecoverySummary$ = PointInTimeRecoverySummary$;
1198
+ exports.ReplicaAutoScalingSpecification$ = ReplicaAutoScalingSpecification$;
1199
+ exports.ReplicaSpecification$ = ReplicaSpecification$;
1200
+ exports.ReplicaSpecificationSummary$ = ReplicaSpecificationSummary$;
1201
+ exports.ReplicationGroupStatus$ = ReplicationGroupStatus$;
1202
+ exports.ReplicationSpecification$ = ReplicationSpecification$;
1203
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1204
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1205
+ exports.RestoreTable$ = RestoreTable$;
1135
1206
  exports.RestoreTableCommand = RestoreTableCommand;
1207
+ exports.RestoreTableRequest$ = RestoreTableRequest$;
1208
+ exports.RestoreTableResponse$ = RestoreTableResponse$;
1136
1209
  exports.Rs = Rs;
1137
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1210
+ exports.SchemaDefinition$ = SchemaDefinition$;
1211
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1212
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1138
1213
  exports.SortOrder = SortOrder;
1214
+ exports.StaticColumn$ = StaticColumn$;
1139
1215
  exports.TableStatus = TableStatus;
1216
+ exports.TableSummary$ = TableSummary$;
1217
+ exports.Tag$ = Tag$;
1218
+ exports.TagResource$ = TagResource$;
1140
1219
  exports.TagResourceCommand = TagResourceCommand;
1220
+ exports.TagResourceRequest$ = TagResourceRequest$;
1221
+ exports.TagResourceResponse$ = TagResourceResponse$;
1222
+ exports.TargetTrackingScalingPolicyConfiguration$ = TargetTrackingScalingPolicyConfiguration$;
1141
1223
  exports.ThroughputMode = ThroughputMode;
1224
+ exports.TimeToLive$ = TimeToLive$;
1142
1225
  exports.TimeToLiveStatus = TimeToLiveStatus;
1143
1226
  exports.TypeStatus = TypeStatus;
1227
+ exports.UntagResource$ = UntagResource$;
1144
1228
  exports.UntagResourceCommand = UntagResourceCommand;
1229
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1230
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1231
+ exports.UpdateKeyspace$ = UpdateKeyspace$;
1145
1232
  exports.UpdateKeyspaceCommand = UpdateKeyspaceCommand;
1233
+ exports.UpdateKeyspaceRequest$ = UpdateKeyspaceRequest$;
1234
+ exports.UpdateKeyspaceResponse$ = UpdateKeyspaceResponse$;
1235
+ exports.UpdateTable$ = UpdateTable$;
1146
1236
  exports.UpdateTableCommand = UpdateTableCommand;
1147
- exports.ValidationException = ValidationException$1;
1237
+ exports.UpdateTableRequest$ = UpdateTableRequest$;
1238
+ exports.UpdateTableResponse$ = UpdateTableResponse$;
1239
+ exports.ValidationException = ValidationException;
1240
+ exports.ValidationException$ = ValidationException$;
1148
1241
  exports.ViewType = ViewType;
1149
1242
  exports.paginateListKeyspaces = paginateListKeyspaces;
1150
1243
  exports.paginateListTables = paginateListTables;