@aws-sdk/client-keyspaces 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 +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
@@ -187,9 +187,9 @@ const _wCAS = "writeCapacityAutoScaling";
187
187
  const _wCU = "writeCapacityUnits";
188
188
  const n0 = "com.amazonaws.keyspaces";
189
189
  import { TypeRegistry } from "@smithy/core/schema";
190
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/errors";
191
- import { KeyspacesServiceException as __KeyspacesServiceException } from "../models/KeyspacesServiceException";
192
- export var AccessDeniedException = [
190
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
191
+ import { KeyspacesServiceException } from "../models/KeyspacesServiceException";
192
+ export var AccessDeniedException$ = [
193
193
  -3,
194
194
  n0,
195
195
  _ADE,
@@ -197,33 +197,33 @@ export var AccessDeniedException = [
197
197
  [_m],
198
198
  [0],
199
199
  ];
200
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
201
- export var AutoScalingPolicy = [
200
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
201
+ export var AutoScalingPolicy$ = [
202
202
  3,
203
203
  n0,
204
204
  _ASP,
205
205
  0,
206
206
  [_tTSPC],
207
- [() => TargetTrackingScalingPolicyConfiguration],
207
+ [() => TargetTrackingScalingPolicyConfiguration$],
208
208
  ];
209
- export var AutoScalingSettings = [
209
+ export var AutoScalingSettings$ = [
210
210
  3,
211
211
  n0,
212
212
  _ASS,
213
213
  0,
214
214
  [_aSD, _mU, _mUa, _sP],
215
- [2, 1, 1, () => AutoScalingPolicy],
215
+ [2, 1, 1, () => AutoScalingPolicy$],
216
216
  ];
217
- export var AutoScalingSpecification = [
217
+ export var AutoScalingSpecification$ = [
218
218
  3,
219
219
  n0,
220
220
  _ASSu,
221
221
  0,
222
222
  [_wCAS, _rCAS],
223
- [() => AutoScalingSettings, () => AutoScalingSettings],
223
+ [() => AutoScalingSettings$, () => AutoScalingSettings$],
224
224
  ];
225
- export var CapacitySpecification = [3, n0, _CS, 0, [_tM, _rCU, _wCU], [0, 1, 1]];
226
- export var CapacitySpecificationSummary = [
225
+ export var CapacitySpecification$ = [3, n0, _CS, 0, [_tM, _rCU, _wCU], [0, 1, 1]];
226
+ export var CapacitySpecificationSummary$ = [
227
227
  3,
228
228
  n0,
229
229
  _CSS,
@@ -231,13 +231,13 @@ export var CapacitySpecificationSummary = [
231
231
  [_tM, _rCU, _wCU, _lUTPPRT],
232
232
  [0, 1, 1, 4],
233
233
  ];
234
- export var CdcSpecification = [3, n0, _CSd, 0, [_s, _vT, _t, _pT], [0, 0, () => TagList, 0]];
235
- export var CdcSpecificationSummary = [3, n0, _CSSd, 0, [_s, _vT], [0, 0]];
236
- export var ClientSideTimestamps = [3, n0, _CST, 0, [_s], [0]];
237
- export var ClusteringKey = [3, n0, _CK, 0, [_n, _oB], [0, 0]];
238
- export var ColumnDefinition = [3, n0, _CD, 0, [_n, _ty], [0, 0]];
239
- export var Comment = [3, n0, _C, 0, [_m], [0]];
240
- export var ConflictException = [
234
+ export var CdcSpecification$ = [3, n0, _CSd, 0, [_s, _vT, _t, _pT], [0, 0, () => TagList, 0]];
235
+ export var CdcSpecificationSummary$ = [3, n0, _CSSd, 0, [_s, _vT], [0, 0]];
236
+ export var ClientSideTimestamps$ = [3, n0, _CST, 0, [_s], [0]];
237
+ export var ClusteringKey$ = [3, n0, _CK, 0, [_n, _oB], [0, 0]];
238
+ export var ColumnDefinition$ = [3, n0, _CD, 0, [_n, _ty], [0, 0]];
239
+ export var Comment$ = [3, n0, _C, 0, [_m], [0]];
240
+ export var ConflictException$ = [
241
241
  -3,
242
242
  n0,
243
243
  _CE,
@@ -245,17 +245,17 @@ export var ConflictException = [
245
245
  [_m],
246
246
  [0],
247
247
  ];
248
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
249
- export var CreateKeyspaceRequest = [
248
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
249
+ export var CreateKeyspaceRequest$ = [
250
250
  3,
251
251
  n0,
252
252
  _CKR,
253
253
  0,
254
254
  [_kN, _t, _rS],
255
- [0, () => TagList, () => ReplicationSpecification],
255
+ [0, () => TagList, () => ReplicationSpecification$],
256
256
  ];
257
- export var CreateKeyspaceResponse = [3, n0, _CKRr, 0, [_rA], [0]];
258
- export var CreateTableRequest = [
257
+ export var CreateKeyspaceResponse$ = [3, n0, _CKRr, 0, [_rA], [0]];
258
+ export var CreateTableRequest$ = [
259
259
  3,
260
260
  n0,
261
261
  _CTR,
@@ -264,33 +264,33 @@ export var CreateTableRequest = [
264
264
  [
265
265
  0,
266
266
  0,
267
- () => SchemaDefinition,
268
- () => Comment,
269
- () => CapacitySpecification,
270
- () => EncryptionSpecification,
271
- () => PointInTimeRecovery,
272
- () => TimeToLive,
267
+ () => SchemaDefinition$,
268
+ () => Comment$,
269
+ () => CapacitySpecification$,
270
+ () => EncryptionSpecification$,
271
+ () => PointInTimeRecovery$,
272
+ () => TimeToLive$,
273
273
  1,
274
274
  () => TagList,
275
- () => ClientSideTimestamps,
276
- () => AutoScalingSpecification,
275
+ () => ClientSideTimestamps$,
276
+ () => AutoScalingSpecification$,
277
277
  () => ReplicaSpecificationList,
278
- () => CdcSpecification,
278
+ () => CdcSpecification$,
279
279
  ],
280
280
  ];
281
- export var CreateTableResponse = [3, n0, _CTRr, 0, [_rA], [0]];
282
- export var CreateTypeRequest = [3, n0, _CTRre, 0, [_kN, _tNy, _fD], [0, 0, () => FieldList]];
283
- export var CreateTypeResponse = [3, n0, _CTRrea, 0, [_kA, _tNy], [0, 0]];
284
- export var DeleteKeyspaceRequest = [3, n0, _DKR, 0, [_kN], [0]];
285
- export var DeleteKeyspaceResponse = [3, n0, _DKRe, 0, [], []];
286
- export var DeleteTableRequest = [3, n0, _DTR, 0, [_kN, _tN], [0, 0]];
287
- export var DeleteTableResponse = [3, n0, _DTRe, 0, [], []];
288
- export var DeleteTypeRequest = [3, n0, _DTRel, 0, [_kN, _tNy], [0, 0]];
289
- export var DeleteTypeResponse = [3, n0, _DTRele, 0, [_kA, _tNy], [0, 0]];
290
- export var EncryptionSpecification = [3, n0, _ES, 0, [_ty, _kKI], [0, 0]];
291
- export var FieldDefinition = [3, n0, _FD, 0, [_n, _ty], [0, 0]];
292
- export var GetKeyspaceRequest = [3, n0, _GKR, 0, [_kN], [0]];
293
- export var GetKeyspaceResponse = [
281
+ export var CreateTableResponse$ = [3, n0, _CTRr, 0, [_rA], [0]];
282
+ export var CreateTypeRequest$ = [3, n0, _CTRre, 0, [_kN, _tNy, _fD], [0, 0, () => FieldList]];
283
+ export var CreateTypeResponse$ = [3, n0, _CTRrea, 0, [_kA, _tNy], [0, 0]];
284
+ export var DeleteKeyspaceRequest$ = [3, n0, _DKR, 0, [_kN], [0]];
285
+ export var DeleteKeyspaceResponse$ = [3, n0, _DKRe, 0, [], []];
286
+ export var DeleteTableRequest$ = [3, n0, _DTR, 0, [_kN, _tN], [0, 0]];
287
+ export var DeleteTableResponse$ = [3, n0, _DTRe, 0, [], []];
288
+ export var DeleteTypeRequest$ = [3, n0, _DTRel, 0, [_kN, _tNy], [0, 0]];
289
+ export var DeleteTypeResponse$ = [3, n0, _DTRele, 0, [_kA, _tNy], [0, 0]];
290
+ export var EncryptionSpecification$ = [3, n0, _ES, 0, [_ty, _kKI], [0, 0]];
291
+ export var FieldDefinition$ = [3, n0, _FD, 0, [_n, _ty], [0, 0]];
292
+ export var GetKeyspaceRequest$ = [3, n0, _GKR, 0, [_kN], [0]];
293
+ export var GetKeyspaceResponse$ = [
294
294
  3,
295
295
  n0,
296
296
  _GKRe,
@@ -298,17 +298,17 @@ export var GetKeyspaceResponse = [
298
298
  [_kN, _rA, _rSep, _rR, _rGS],
299
299
  [0, 0, 0, 64 | 0, () => ReplicationGroupStatusList],
300
300
  ];
301
- export var GetTableAutoScalingSettingsRequest = [3, n0, _GTASSR, 0, [_kN, _tN], [0, 0]];
302
- export var GetTableAutoScalingSettingsResponse = [
301
+ export var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR, 0, [_kN, _tN], [0, 0]];
302
+ export var GetTableAutoScalingSettingsResponse$ = [
303
303
  3,
304
304
  n0,
305
305
  _GTASSRe,
306
306
  0,
307
307
  [_kN, _tN, _rA, _aSS, _rSe],
308
- [0, 0, 0, () => AutoScalingSpecification, () => ReplicaAutoScalingSpecificationList],
308
+ [0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList],
309
309
  ];
310
- export var GetTableRequest = [3, n0, _GTR, 0, [_kN, _tN], [0, 0]];
311
- export var GetTableResponse = [
310
+ export var GetTableRequest$ = [3, n0, _GTR, 0, [_kN, _tN], [0, 0]];
311
+ export var GetTableResponse$ = [
312
312
  3,
313
313
  n0,
314
314
  _GTRe,
@@ -320,21 +320,21 @@ export var GetTableResponse = [
320
320
  0,
321
321
  4,
322
322
  0,
323
- () => SchemaDefinition,
324
- () => CapacitySpecificationSummary,
325
- () => EncryptionSpecification,
326
- () => PointInTimeRecoverySummary,
327
- () => TimeToLive,
323
+ () => SchemaDefinition$,
324
+ () => CapacitySpecificationSummary$,
325
+ () => EncryptionSpecification$,
326
+ () => PointInTimeRecoverySummary$,
327
+ () => TimeToLive$,
328
328
  1,
329
- () => Comment,
330
- () => ClientSideTimestamps,
329
+ () => Comment$,
330
+ () => ClientSideTimestamps$,
331
331
  () => ReplicaSpecificationSummaryList,
332
332
  0,
333
- () => CdcSpecificationSummary,
333
+ () => CdcSpecificationSummary$,
334
334
  ],
335
335
  ];
336
- export var GetTypeRequest = [3, n0, _GTRet, 0, [_kN, _tNy], [0, 0]];
337
- export var GetTypeResponse = [
336
+ export var GetTypeRequest$ = [3, n0, _GTRet, 0, [_kN, _tNy], [0, 0]];
337
+ export var GetTypeResponse$ = [
338
338
  3,
339
339
  n0,
340
340
  _GTRety,
@@ -342,7 +342,7 @@ export var GetTypeResponse = [
342
342
  [_kN, _tNy, _fD, _lMT, _s, _dRT, _dPT, _mND, _kA],
343
343
  [0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1, 0],
344
344
  ];
345
- export var InternalServerException = [
345
+ export var InternalServerException$ = [
346
346
  -3,
347
347
  n0,
348
348
  _ISE,
@@ -350,46 +350,46 @@ export var InternalServerException = [
350
350
  [_m],
351
351
  [0],
352
352
  ];
353
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
354
- export var KeyspaceSummary = [3, n0, _KS, 0, [_kN, _rA, _rSep, _rR], [0, 0, 0, 64 | 0]];
355
- export var ListKeyspacesRequest = [3, n0, _LKR, 0, [_nT, _mR], [0, 1]];
356
- export var ListKeyspacesResponse = [3, n0, _LKRi, 0, [_nT, _k], [0, () => KeyspaceSummaryList]];
357
- export var ListTablesRequest = [3, n0, _LTR, 0, [_nT, _mR, _kN], [0, 1, 0]];
358
- export var ListTablesResponse = [3, n0, _LTRi, 0, [_nT, _ta], [0, () => TableSummaryList]];
359
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA, _nT, _mR], [0, 0, 1]];
360
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_nT, _t], [0, () => TagList]];
361
- export var ListTypesRequest = [3, n0, _LTRis, 0, [_nT, _mR, _kN], [0, 1, 0]];
362
- export var ListTypesResponse = [3, n0, _LTRist, 0, [_nT, _typ], [0, 64 | 0]];
363
- export var PartitionKey = [3, n0, _PK, 0, [_n], [0]];
364
- export var PointInTimeRecovery = [3, n0, _PITR, 0, [_s], [0]];
365
- export var PointInTimeRecoverySummary = [3, n0, _PITRS, 0, [_s, _eRT], [0, 4]];
366
- export var ReplicaAutoScalingSpecification = [
353
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
354
+ export var KeyspaceSummary$ = [3, n0, _KS, 0, [_kN, _rA, _rSep, _rR], [0, 0, 0, 64 | 0]];
355
+ export var ListKeyspacesRequest$ = [3, n0, _LKR, 0, [_nT, _mR], [0, 1]];
356
+ export var ListKeyspacesResponse$ = [3, n0, _LKRi, 0, [_nT, _k], [0, () => KeyspaceSummaryList]];
357
+ export var ListTablesRequest$ = [3, n0, _LTR, 0, [_nT, _mR, _kN], [0, 1, 0]];
358
+ export var ListTablesResponse$ = [3, n0, _LTRi, 0, [_nT, _ta], [0, () => TableSummaryList]];
359
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA, _nT, _mR], [0, 0, 1]];
360
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_nT, _t], [0, () => TagList]];
361
+ export var ListTypesRequest$ = [3, n0, _LTRis, 0, [_nT, _mR, _kN], [0, 1, 0]];
362
+ export var ListTypesResponse$ = [3, n0, _LTRist, 0, [_nT, _typ], [0, 64 | 0]];
363
+ export var PartitionKey$ = [3, n0, _PK, 0, [_n], [0]];
364
+ export var PointInTimeRecovery$ = [3, n0, _PITR, 0, [_s], [0]];
365
+ export var PointInTimeRecoverySummary$ = [3, n0, _PITRS, 0, [_s, _eRT], [0, 4]];
366
+ export var ReplicaAutoScalingSpecification$ = [
367
367
  3,
368
368
  n0,
369
369
  _RASS,
370
370
  0,
371
371
  [_r, _aSS],
372
- [0, () => AutoScalingSpecification],
372
+ [0, () => AutoScalingSpecification$],
373
373
  ];
374
- export var ReplicaSpecification = [
374
+ export var ReplicaSpecification$ = [
375
375
  3,
376
376
  n0,
377
377
  _RS,
378
378
  0,
379
379
  [_r, _rCU, _rCAS],
380
- [0, 1, () => AutoScalingSettings],
380
+ [0, 1, () => AutoScalingSettings$],
381
381
  ];
382
- export var ReplicaSpecificationSummary = [
382
+ export var ReplicaSpecificationSummary$ = [
383
383
  3,
384
384
  n0,
385
385
  _RSS,
386
386
  0,
387
387
  [_r, _s, _cS],
388
- [0, 0, () => CapacitySpecificationSummary],
388
+ [0, 0, () => CapacitySpecificationSummary$],
389
389
  ];
390
- export var ReplicationGroupStatus = [3, n0, _RGS, 0, [_r, _kS, _tRP], [0, 0, 0]];
391
- export var ReplicationSpecification = [3, n0, _RSe, 0, [_rSep, _rL], [0, 64 | 0]];
392
- export var ResourceNotFoundException = [
390
+ export var ReplicationGroupStatus$ = [3, n0, _RGS, 0, [_r, _kS, _tRP], [0, 0, 0]];
391
+ export var ReplicationSpecification$ = [3, n0, _RSe, 0, [_rSep, _rL], [0, 64 | 0]];
392
+ export var ResourceNotFoundException$ = [
393
393
  -3,
394
394
  n0,
395
395
  _RNFE,
@@ -397,8 +397,8 @@ export var ResourceNotFoundException = [
397
397
  [_m, _rA],
398
398
  [0, 0],
399
399
  ];
400
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
401
- export var RestoreTableRequest = [
400
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
401
+ export var RestoreTableRequest$ = [
402
402
  3,
403
403
  n0,
404
404
  _RTR,
@@ -410,16 +410,16 @@ export var RestoreTableRequest = [
410
410
  0,
411
411
  0,
412
412
  4,
413
- () => CapacitySpecification,
414
- () => EncryptionSpecification,
415
- () => PointInTimeRecovery,
413
+ () => CapacitySpecification$,
414
+ () => EncryptionSpecification$,
415
+ () => PointInTimeRecovery$,
416
416
  () => TagList,
417
- () => AutoScalingSpecification,
417
+ () => AutoScalingSpecification$,
418
418
  () => ReplicaSpecificationList,
419
419
  ],
420
420
  ];
421
- export var RestoreTableResponse = [3, n0, _RTRe, 0, [_rTARN], [0]];
422
- export var SchemaDefinition = [
421
+ export var RestoreTableResponse$ = [3, n0, _RTRe, 0, [_rTARN], [0]];
422
+ export var SchemaDefinition$ = [
423
423
  3,
424
424
  n0,
425
425
  _SD,
@@ -427,7 +427,7 @@ export var SchemaDefinition = [
427
427
  [_aC, _pK, _cK, _sC],
428
428
  [() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList],
429
429
  ];
430
- export var ServiceQuotaExceededException = [
430
+ export var ServiceQuotaExceededException$ = [
431
431
  -3,
432
432
  n0,
433
433
  _SQEE,
@@ -435,13 +435,13 @@ export var ServiceQuotaExceededException = [
435
435
  [_m],
436
436
  [0],
437
437
  ];
438
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
439
- export var StaticColumn = [3, n0, _SC, 0, [_n], [0]];
440
- export var TableSummary = [3, n0, _TS, 0, [_kN, _tN, _rA], [0, 0, 0]];
441
- export var Tag = [3, n0, _T, 0, [_ke, _v], [0, 0]];
442
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
443
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
444
- export var TargetTrackingScalingPolicyConfiguration = [
438
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
439
+ export var StaticColumn$ = [3, n0, _SC, 0, [_n], [0]];
440
+ export var TableSummary$ = [3, n0, _TS, 0, [_kN, _tN, _rA], [0, 0, 0]];
441
+ export var Tag$ = [3, n0, _T, 0, [_ke, _v], [0, 0]];
442
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
443
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
444
+ export var TargetTrackingScalingPolicyConfiguration$ = [
445
445
  3,
446
446
  n0,
447
447
  _TTSPC,
@@ -449,19 +449,19 @@ export var TargetTrackingScalingPolicyConfiguration = [
449
449
  [_dSI, _sIC, _sOC, _tV],
450
450
  [2, 1, 1, 1],
451
451
  ];
452
- export var TimeToLive = [3, n0, _TTL, 0, [_s], [0]];
453
- export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _t], [0, () => TagList]];
454
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
455
- export var UpdateKeyspaceRequest = [
452
+ export var TimeToLive$ = [3, n0, _TTL, 0, [_s], [0]];
453
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _t], [0, () => TagList]];
454
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
455
+ export var UpdateKeyspaceRequest$ = [
456
456
  3,
457
457
  n0,
458
458
  _UKR,
459
459
  0,
460
460
  [_kN, _rS, _cST],
461
- [0, () => ReplicationSpecification, () => ClientSideTimestamps],
461
+ [0, () => ReplicationSpecification$, () => ClientSideTimestamps$],
462
462
  ];
463
- export var UpdateKeyspaceResponse = [3, n0, _UKRp, 0, [_rA], [0]];
464
- export var UpdateTableRequest = [
463
+ export var UpdateKeyspaceResponse$ = [3, n0, _UKRp, 0, [_rA], [0]];
464
+ export var UpdateTableRequest$ = [
465
465
  3,
466
466
  n0,
467
467
  _UTR,
@@ -471,19 +471,19 @@ export var UpdateTableRequest = [
471
471
  0,
472
472
  0,
473
473
  () => ColumnDefinitionList,
474
- () => CapacitySpecification,
475
- () => EncryptionSpecification,
476
- () => PointInTimeRecovery,
477
- () => TimeToLive,
474
+ () => CapacitySpecification$,
475
+ () => EncryptionSpecification$,
476
+ () => PointInTimeRecovery$,
477
+ () => TimeToLive$,
478
478
  1,
479
- () => ClientSideTimestamps,
480
- () => AutoScalingSpecification,
479
+ () => ClientSideTimestamps$,
480
+ () => AutoScalingSpecification$,
481
481
  () => ReplicaSpecificationList,
482
- () => CdcSpecification,
482
+ () => CdcSpecification$,
483
483
  ],
484
484
  ];
485
- export var UpdateTableResponse = [3, n0, _UTRp, 0, [_rA], [0]];
486
- export var ValidationException = [
485
+ export var UpdateTableResponse$ = [3, n0, _UTRp, 0, [_rA], [0]];
486
+ export var ValidationException$ = [
487
487
  -3,
488
488
  n0,
489
489
  _VE,
@@ -491,95 +491,96 @@ export var ValidationException = [
491
491
  [_m],
492
492
  [0],
493
493
  ];
494
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
495
- export var KeyspacesServiceException = [-3, _sm, "KeyspacesServiceException", 0, [], []];
496
- TypeRegistry.for(_sm).registerError(KeyspacesServiceException, __KeyspacesServiceException);
497
- export var ClusteringKeyList = [1, n0, _CKL, 0, () => ClusteringKey];
498
- export var ColumnDefinitionList = [1, n0, _CDL, 0, () => ColumnDefinition];
499
- export var FieldList = [1, n0, _FL, 0, () => FieldDefinition];
500
- export var KeyspaceSummaryList = [1, n0, _KSL, 0, () => KeyspaceSummary];
501
- export var PartitionKeyList = [1, n0, _PKL, 0, () => PartitionKey];
502
- export var RegionList = 64 | 0;
503
- export var ReplicaAutoScalingSpecificationList = [
504
- 1,
505
- n0,
506
- _RASSL,
507
- 0,
508
- () => ReplicaAutoScalingSpecification,
509
- ];
510
- export var ReplicaSpecificationList = [1, n0, _RSL, 0, () => ReplicaSpecification];
511
- export var ReplicaSpecificationSummaryList = [1, n0, _RSSL, 0, () => ReplicaSpecificationSummary];
512
- export var ReplicationGroupStatusList = [1, n0, _RGSL, 0, () => ReplicationGroupStatus];
513
- export var StaticColumnList = [1, n0, _SCL, 0, () => StaticColumn];
514
- export var TableNameList = 64 | 0;
515
- export var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary];
516
- export var TagList = [1, n0, _TL, 0, () => Tag];
517
- export var TypeNameList = 64 | 0;
518
- export var CreateKeyspace = [
494
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
495
+ export var KeyspacesServiceException$ = [-3, _sm, "KeyspacesServiceException", 0, [], []];
496
+ TypeRegistry.for(_sm).registerError(KeyspacesServiceException$, KeyspacesServiceException);
497
+ var ClusteringKeyList = [1, n0, _CKL, 0, () => ClusteringKey$];
498
+ var ColumnDefinitionList = [1, n0, _CDL, 0, () => ColumnDefinition$];
499
+ var FieldList = [1, n0, _FL, 0, () => FieldDefinition$];
500
+ var KeyspaceSummaryList = [1, n0, _KSL, 0, () => KeyspaceSummary$];
501
+ var PartitionKeyList = [1, n0, _PKL, 0, () => PartitionKey$];
502
+ var RegionList = 64 | 0;
503
+ var ReplicaAutoScalingSpecificationList = [1, n0, _RASSL, 0, () => ReplicaAutoScalingSpecification$];
504
+ var ReplicaSpecificationList = [1, n0, _RSL, 0, () => ReplicaSpecification$];
505
+ var ReplicaSpecificationSummaryList = [1, n0, _RSSL, 0, () => ReplicaSpecificationSummary$];
506
+ var ReplicationGroupStatusList = [1, n0, _RGSL, 0, () => ReplicationGroupStatus$];
507
+ var StaticColumnList = [1, n0, _SCL, 0, () => StaticColumn$];
508
+ var TableNameList = 64 | 0;
509
+ var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary$];
510
+ var TagList = [1, n0, _TL, 0, () => Tag$];
511
+ var TypeNameList = 64 | 0;
512
+ export var CreateKeyspace$ = [
519
513
  9,
520
514
  n0,
521
515
  _CKr,
522
516
  0,
523
- () => CreateKeyspaceRequest,
524
- () => CreateKeyspaceResponse,
517
+ () => CreateKeyspaceRequest$,
518
+ () => CreateKeyspaceResponse$,
525
519
  ];
526
- export var CreateTable = [9, n0, _CT, 0, () => CreateTableRequest, () => CreateTableResponse];
527
- export var CreateType = [9, n0, _CTr, 0, () => CreateTypeRequest, () => CreateTypeResponse];
528
- export var DeleteKeyspace = [
520
+ export var CreateTable$ = [9, n0, _CT, 0, () => CreateTableRequest$, () => CreateTableResponse$];
521
+ export var CreateType$ = [9, n0, _CTr, 0, () => CreateTypeRequest$, () => CreateTypeResponse$];
522
+ export var DeleteKeyspace$ = [
529
523
  9,
530
524
  n0,
531
525
  _DK,
532
526
  0,
533
- () => DeleteKeyspaceRequest,
534
- () => DeleteKeyspaceResponse,
535
- ];
536
- export var DeleteTable = [9, n0, _DT, 0, () => DeleteTableRequest, () => DeleteTableResponse];
537
- export var DeleteType = [9, n0, _DTe, 0, () => DeleteTypeRequest, () => DeleteTypeResponse];
538
- export var GetKeyspace = [9, n0, _GK, 0, () => GetKeyspaceRequest, () => GetKeyspaceResponse];
539
- export var GetTable = [9, n0, _GT, 0, () => GetTableRequest, () => GetTableResponse];
540
- export var GetTableAutoScalingSettings = [
527
+ () => DeleteKeyspaceRequest$,
528
+ () => DeleteKeyspaceResponse$,
529
+ ];
530
+ export var DeleteTable$ = [9, n0, _DT, 0, () => DeleteTableRequest$, () => DeleteTableResponse$];
531
+ export var DeleteType$ = [9, n0, _DTe, 0, () => DeleteTypeRequest$, () => DeleteTypeResponse$];
532
+ export var GetKeyspace$ = [9, n0, _GK, 0, () => GetKeyspaceRequest$, () => GetKeyspaceResponse$];
533
+ export var GetTable$ = [9, n0, _GT, 0, () => GetTableRequest$, () => GetTableResponse$];
534
+ export var GetTableAutoScalingSettings$ = [
541
535
  9,
542
536
  n0,
543
537
  _GTASS,
544
538
  0,
545
- () => GetTableAutoScalingSettingsRequest,
546
- () => GetTableAutoScalingSettingsResponse,
539
+ () => GetTableAutoScalingSettingsRequest$,
540
+ () => GetTableAutoScalingSettingsResponse$,
547
541
  ];
548
- export var GetType = [9, n0, _GTe, 0, () => GetTypeRequest, () => GetTypeResponse];
549
- export var ListKeyspaces = [
542
+ export var GetType$ = [9, n0, _GTe, 0, () => GetTypeRequest$, () => GetTypeResponse$];
543
+ export var ListKeyspaces$ = [
550
544
  9,
551
545
  n0,
552
546
  _LK,
553
547
  0,
554
- () => ListKeyspacesRequest,
555
- () => ListKeyspacesResponse,
548
+ () => ListKeyspacesRequest$,
549
+ () => ListKeyspacesResponse$,
556
550
  ];
557
- export var ListTables = [9, n0, _LT, 0, () => ListTablesRequest, () => ListTablesResponse];
558
- export var ListTagsForResource = [
551
+ export var ListTables$ = [9, n0, _LT, 0, () => ListTablesRequest$, () => ListTablesResponse$];
552
+ export var ListTagsForResource$ = [
559
553
  9,
560
554
  n0,
561
555
  _LTFR,
562
556
  0,
563
- () => ListTagsForResourceRequest,
564
- () => ListTagsForResourceResponse,
557
+ () => ListTagsForResourceRequest$,
558
+ () => ListTagsForResourceResponse$,
559
+ ];
560
+ export var ListTypes$ = [9, n0, _LTi, 0, () => ListTypesRequest$, () => ListTypesResponse$];
561
+ export var RestoreTable$ = [
562
+ 9,
563
+ n0,
564
+ _RT,
565
+ 0,
566
+ () => RestoreTableRequest$,
567
+ () => RestoreTableResponse$,
565
568
  ];
566
- export var ListTypes = [9, n0, _LTi, 0, () => ListTypesRequest, () => ListTypesResponse];
567
- export var RestoreTable = [9, n0, _RT, 0, () => RestoreTableRequest, () => RestoreTableResponse];
568
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
569
- export var UntagResource = [
569
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
570
+ export var UntagResource$ = [
570
571
  9,
571
572
  n0,
572
573
  _UR,
573
574
  0,
574
- () => UntagResourceRequest,
575
- () => UntagResourceResponse,
575
+ () => UntagResourceRequest$,
576
+ () => UntagResourceResponse$,
576
577
  ];
577
- export var UpdateKeyspace = [
578
+ export var UpdateKeyspace$ = [
578
579
  9,
579
580
  n0,
580
581
  _UK,
581
582
  0,
582
- () => UpdateKeyspaceRequest,
583
- () => UpdateKeyspaceResponse,
583
+ () => UpdateKeyspaceRequest$,
584
+ () => UpdateKeyspaceResponse$,
584
585
  ];
585
- export var UpdateTable = [9, n0, _UT, 0, () => UpdateTableRequest, () => UpdateTableResponse];
586
+ export var UpdateTable$ = [9, n0, _UT, 0, () => UpdateTableRequest$, () => UpdateTableResponse$];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput } from "./commands/CreateKeyspaceCommand";
11
11
  import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
@@ -160,15 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
160
160
  * Optional extensions
161
161
  */
162
162
  extensions?: RuntimeExtension[];
163
- /**
164
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
165
- * may be overridden. A default will always be set by the client.
166
- * Available options depend on the service's supported protocols and will not be validated by
167
- * the client.
168
- * @alpha
169
- *
170
- */
171
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
172
163
  /**
173
164
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
174
165
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { KeyspacesExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;