@aws-sdk/client-keyspaces 3.956.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -24
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +387 -318
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +387 -318
- package/package.json +13 -13
|
@@ -189,398 +189,467 @@ const n0 = "com.amazonaws.keyspaces";
|
|
|
189
189
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
190
190
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
191
191
|
import { KeyspacesServiceException } from "../models/KeyspacesServiceException";
|
|
192
|
-
export var AccessDeniedException$ = [
|
|
193
|
-
-3,
|
|
194
|
-
n0,
|
|
195
|
-
_ADE,
|
|
192
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
196
193
|
{ [_aQE]: [`AccessDeniedException`, 403], [_e]: _c, [_hE]: 403 },
|
|
197
194
|
[_m],
|
|
198
|
-
[0]
|
|
195
|
+
[0]
|
|
199
196
|
];
|
|
200
197
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
201
|
-
export var AutoScalingPolicy$ = [
|
|
202
|
-
3,
|
|
203
|
-
n0,
|
|
204
|
-
_ASP,
|
|
198
|
+
export var AutoScalingPolicy$ = [3, n0, _ASP,
|
|
205
199
|
0,
|
|
206
200
|
[_tTSPC],
|
|
207
|
-
[() => TargetTrackingScalingPolicyConfiguration$]
|
|
201
|
+
[() => TargetTrackingScalingPolicyConfiguration$]
|
|
208
202
|
];
|
|
209
|
-
export var AutoScalingSettings$ = [
|
|
210
|
-
3,
|
|
211
|
-
n0,
|
|
212
|
-
_ASS,
|
|
203
|
+
export var AutoScalingSettings$ = [3, n0, _ASS,
|
|
213
204
|
0,
|
|
214
205
|
[_aSD, _mU, _mUa, _sP],
|
|
215
|
-
[2, 1, 1, () => AutoScalingPolicy$]
|
|
206
|
+
[2, 1, 1, () => AutoScalingPolicy$]
|
|
216
207
|
];
|
|
217
|
-
export var AutoScalingSpecification$ = [
|
|
218
|
-
3,
|
|
219
|
-
n0,
|
|
220
|
-
_ASSu,
|
|
208
|
+
export var AutoScalingSpecification$ = [3, n0, _ASSu,
|
|
221
209
|
0,
|
|
222
210
|
[_wCAS, _rCAS],
|
|
223
|
-
[() => AutoScalingSettings$, () => AutoScalingSettings$]
|
|
211
|
+
[() => AutoScalingSettings$, () => AutoScalingSettings$]
|
|
224
212
|
];
|
|
225
|
-
export var CapacitySpecification$ = [3, n0, _CS,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
213
|
+
export var CapacitySpecification$ = [3, n0, _CS,
|
|
214
|
+
0,
|
|
215
|
+
[_tM, _rCU, _wCU],
|
|
216
|
+
[0, 1, 1]
|
|
217
|
+
];
|
|
218
|
+
export var CapacitySpecificationSummary$ = [3, n0, _CSS,
|
|
230
219
|
0,
|
|
231
220
|
[_tM, _rCU, _wCU, _lUTPPRT],
|
|
232
|
-
[0, 1, 1, 4]
|
|
233
|
-
];
|
|
234
|
-
export var CdcSpecification$ = [3, n0, _CSd,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
export var
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
221
|
+
[0, 1, 1, 4]
|
|
222
|
+
];
|
|
223
|
+
export var CdcSpecification$ = [3, n0, _CSd,
|
|
224
|
+
0,
|
|
225
|
+
[_s, _vT, _t, _pT],
|
|
226
|
+
[0, 0, () => TagList, 0]
|
|
227
|
+
];
|
|
228
|
+
export var CdcSpecificationSummary$ = [3, n0, _CSSd,
|
|
229
|
+
0,
|
|
230
|
+
[_s, _vT],
|
|
231
|
+
[0, 0]
|
|
232
|
+
];
|
|
233
|
+
export var ClientSideTimestamps$ = [3, n0, _CST,
|
|
234
|
+
0,
|
|
235
|
+
[_s],
|
|
236
|
+
[0]
|
|
237
|
+
];
|
|
238
|
+
export var ClusteringKey$ = [3, n0, _CK,
|
|
239
|
+
0,
|
|
240
|
+
[_n, _oB],
|
|
241
|
+
[0, 0]
|
|
242
|
+
];
|
|
243
|
+
export var ColumnDefinition$ = [3, n0, _CD,
|
|
244
|
+
0,
|
|
245
|
+
[_n, _ty],
|
|
246
|
+
[0, 0]
|
|
247
|
+
];
|
|
248
|
+
export var Comment$ = [3, n0, _C,
|
|
249
|
+
0,
|
|
250
|
+
[_m],
|
|
251
|
+
[0]
|
|
252
|
+
];
|
|
253
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
244
254
|
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
245
255
|
[_m],
|
|
246
|
-
[0]
|
|
256
|
+
[0]
|
|
247
257
|
];
|
|
248
258
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
249
|
-
export var CreateKeyspaceRequest$ = [
|
|
250
|
-
3,
|
|
251
|
-
n0,
|
|
252
|
-
_CKR,
|
|
259
|
+
export var CreateKeyspaceRequest$ = [3, n0, _CKR,
|
|
253
260
|
0,
|
|
254
261
|
[_kN, _t, _rS],
|
|
255
|
-
[0, () => TagList, () => ReplicationSpecification$]
|
|
262
|
+
[0, () => TagList, () => ReplicationSpecification$]
|
|
263
|
+
];
|
|
264
|
+
export var CreateKeyspaceResponse$ = [3, n0, _CKRr,
|
|
265
|
+
0,
|
|
266
|
+
[_rA],
|
|
267
|
+
[0]
|
|
256
268
|
];
|
|
257
|
-
export var
|
|
258
|
-
export var CreateTableRequest$ = [
|
|
259
|
-
3,
|
|
260
|
-
n0,
|
|
261
|
-
_CTR,
|
|
269
|
+
export var CreateTableRequest$ = [3, n0, _CTR,
|
|
262
270
|
0,
|
|
263
271
|
[_kN, _tN, _sD, _co, _cS, _eS, _pITR, _tt, _dTTL, _t, _cST, _aSS, _rSe, _cSd],
|
|
264
|
-
[
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
]
|
|
280
|
-
];
|
|
281
|
-
export var
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export var
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
export var
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
272
|
+
[0, 0, () => SchemaDefinition$, () => Comment$, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => TagList, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
273
|
+
];
|
|
274
|
+
export var CreateTableResponse$ = [3, n0, _CTRr,
|
|
275
|
+
0,
|
|
276
|
+
[_rA],
|
|
277
|
+
[0]
|
|
278
|
+
];
|
|
279
|
+
export var CreateTypeRequest$ = [3, n0, _CTRre,
|
|
280
|
+
0,
|
|
281
|
+
[_kN, _tNy, _fD],
|
|
282
|
+
[0, 0, () => FieldList]
|
|
283
|
+
];
|
|
284
|
+
export var CreateTypeResponse$ = [3, n0, _CTRrea,
|
|
285
|
+
0,
|
|
286
|
+
[_kA, _tNy],
|
|
287
|
+
[0, 0]
|
|
288
|
+
];
|
|
289
|
+
export var DeleteKeyspaceRequest$ = [3, n0, _DKR,
|
|
290
|
+
0,
|
|
291
|
+
[_kN],
|
|
292
|
+
[0]
|
|
293
|
+
];
|
|
294
|
+
export var DeleteKeyspaceResponse$ = [3, n0, _DKRe,
|
|
295
|
+
0,
|
|
296
|
+
[],
|
|
297
|
+
[]
|
|
298
|
+
];
|
|
299
|
+
export var DeleteTableRequest$ = [3, n0, _DTR,
|
|
300
|
+
0,
|
|
301
|
+
[_kN, _tN],
|
|
302
|
+
[0, 0]
|
|
303
|
+
];
|
|
304
|
+
export var DeleteTableResponse$ = [3, n0, _DTRe,
|
|
305
|
+
0,
|
|
306
|
+
[],
|
|
307
|
+
[]
|
|
308
|
+
];
|
|
309
|
+
export var DeleteTypeRequest$ = [3, n0, _DTRel,
|
|
310
|
+
0,
|
|
311
|
+
[_kN, _tNy],
|
|
312
|
+
[0, 0]
|
|
313
|
+
];
|
|
314
|
+
export var DeleteTypeResponse$ = [3, n0, _DTRele,
|
|
315
|
+
0,
|
|
316
|
+
[_kA, _tNy],
|
|
317
|
+
[0, 0]
|
|
318
|
+
];
|
|
319
|
+
export var EncryptionSpecification$ = [3, n0, _ES,
|
|
320
|
+
0,
|
|
321
|
+
[_ty, _kKI],
|
|
322
|
+
[0, 0]
|
|
323
|
+
];
|
|
324
|
+
export var FieldDefinition$ = [3, n0, _FD,
|
|
325
|
+
0,
|
|
326
|
+
[_n, _ty],
|
|
327
|
+
[0, 0]
|
|
328
|
+
];
|
|
329
|
+
export var GetKeyspaceRequest$ = [3, n0, _GKR,
|
|
330
|
+
0,
|
|
331
|
+
[_kN],
|
|
332
|
+
[0]
|
|
333
|
+
];
|
|
334
|
+
export var GetKeyspaceResponse$ = [3, n0, _GKRe,
|
|
297
335
|
0,
|
|
298
336
|
[_kN, _rA, _rSep, _rR, _rGS],
|
|
299
|
-
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList]
|
|
337
|
+
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList]
|
|
300
338
|
];
|
|
301
|
-
export var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
339
|
+
export var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR,
|
|
340
|
+
0,
|
|
341
|
+
[_kN, _tN],
|
|
342
|
+
[0, 0]
|
|
343
|
+
];
|
|
344
|
+
export var GetTableAutoScalingSettingsResponse$ = [3, n0, _GTASSRe,
|
|
306
345
|
0,
|
|
307
346
|
[_kN, _tN, _rA, _aSS, _rSe],
|
|
308
|
-
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList]
|
|
347
|
+
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList]
|
|
348
|
+
];
|
|
349
|
+
export var GetTableRequest$ = [3, n0, _GTR,
|
|
350
|
+
0,
|
|
351
|
+
[_kN, _tN],
|
|
352
|
+
[0, 0]
|
|
309
353
|
];
|
|
310
|
-
export var
|
|
311
|
-
export var GetTableResponse$ = [
|
|
312
|
-
3,
|
|
313
|
-
n0,
|
|
314
|
-
_GTRe,
|
|
354
|
+
export var GetTableResponse$ = [3, n0, _GTRe,
|
|
315
355
|
0,
|
|
316
356
|
[_kN, _tN, _rA, _cT, _s, _sD, _cS, _eS, _pITR, _tt, _dTTL, _co, _cST, _rSe, _lSA, _cSd],
|
|
317
|
-
[
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
() => EncryptionSpecification$,
|
|
326
|
-
() => PointInTimeRecoverySummary$,
|
|
327
|
-
() => TimeToLive$,
|
|
328
|
-
1,
|
|
329
|
-
() => Comment$,
|
|
330
|
-
() => ClientSideTimestamps$,
|
|
331
|
-
() => ReplicaSpecificationSummaryList,
|
|
332
|
-
0,
|
|
333
|
-
() => CdcSpecificationSummary$,
|
|
334
|
-
],
|
|
335
|
-
];
|
|
336
|
-
export var GetTypeRequest$ = [3, n0, _GTRet, 0, [_kN, _tNy], [0, 0]];
|
|
337
|
-
export var GetTypeResponse$ = [
|
|
338
|
-
3,
|
|
339
|
-
n0,
|
|
340
|
-
_GTRety,
|
|
357
|
+
[0, 0, 0, 4, 0, () => SchemaDefinition$, () => CapacitySpecificationSummary$, () => EncryptionSpecification$, () => PointInTimeRecoverySummary$, () => TimeToLive$, 1, () => Comment$, () => ClientSideTimestamps$, () => ReplicaSpecificationSummaryList, 0, () => CdcSpecificationSummary$]
|
|
358
|
+
];
|
|
359
|
+
export var GetTypeRequest$ = [3, n0, _GTRet,
|
|
360
|
+
0,
|
|
361
|
+
[_kN, _tNy],
|
|
362
|
+
[0, 0]
|
|
363
|
+
];
|
|
364
|
+
export var GetTypeResponse$ = [3, n0, _GTRety,
|
|
341
365
|
0,
|
|
342
366
|
[_kN, _tNy, _fD, _lMT, _s, _dRT, _dPT, _mND, _kA],
|
|
343
|
-
[0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1, 0]
|
|
367
|
+
[0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1, 0]
|
|
344
368
|
];
|
|
345
|
-
export var InternalServerException$ = [
|
|
346
|
-
-3,
|
|
347
|
-
n0,
|
|
348
|
-
_ISE,
|
|
369
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
349
370
|
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
350
371
|
[_m],
|
|
351
|
-
[0]
|
|
372
|
+
[0]
|
|
352
373
|
];
|
|
353
374
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
354
|
-
export var KeyspaceSummary$ = [3, n0, _KS,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
export var
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
export var
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
375
|
+
export var KeyspaceSummary$ = [3, n0, _KS,
|
|
376
|
+
0,
|
|
377
|
+
[_kN, _rA, _rSep, _rR],
|
|
378
|
+
[0, 0, 0, 64 | 0]
|
|
379
|
+
];
|
|
380
|
+
export var ListKeyspacesRequest$ = [3, n0, _LKR,
|
|
381
|
+
0,
|
|
382
|
+
[_nT, _mR],
|
|
383
|
+
[0, 1]
|
|
384
|
+
];
|
|
385
|
+
export var ListKeyspacesResponse$ = [3, n0, _LKRi,
|
|
386
|
+
0,
|
|
387
|
+
[_nT, _k],
|
|
388
|
+
[0, () => KeyspaceSummaryList]
|
|
389
|
+
];
|
|
390
|
+
export var ListTablesRequest$ = [3, n0, _LTR,
|
|
391
|
+
0,
|
|
392
|
+
[_nT, _mR, _kN],
|
|
393
|
+
[0, 1, 0]
|
|
394
|
+
];
|
|
395
|
+
export var ListTablesResponse$ = [3, n0, _LTRi,
|
|
396
|
+
0,
|
|
397
|
+
[_nT, _ta],
|
|
398
|
+
[0, () => TableSummaryList]
|
|
399
|
+
];
|
|
400
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
401
|
+
0,
|
|
402
|
+
[_rA, _nT, _mR],
|
|
403
|
+
[0, 0, 1]
|
|
404
|
+
];
|
|
405
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
406
|
+
0,
|
|
407
|
+
[_nT, _t],
|
|
408
|
+
[0, () => TagList]
|
|
409
|
+
];
|
|
410
|
+
export var ListTypesRequest$ = [3, n0, _LTRis,
|
|
411
|
+
0,
|
|
412
|
+
[_nT, _mR, _kN],
|
|
413
|
+
[0, 1, 0]
|
|
414
|
+
];
|
|
415
|
+
export var ListTypesResponse$ = [3, n0, _LTRist,
|
|
416
|
+
0,
|
|
417
|
+
[_nT, _typ],
|
|
418
|
+
[0, 64 | 0]
|
|
419
|
+
];
|
|
420
|
+
export var PartitionKey$ = [3, n0, _PK,
|
|
421
|
+
0,
|
|
422
|
+
[_n],
|
|
423
|
+
[0]
|
|
424
|
+
];
|
|
425
|
+
export var PointInTimeRecovery$ = [3, n0, _PITR,
|
|
426
|
+
0,
|
|
427
|
+
[_s],
|
|
428
|
+
[0]
|
|
429
|
+
];
|
|
430
|
+
export var PointInTimeRecoverySummary$ = [3, n0, _PITRS,
|
|
431
|
+
0,
|
|
432
|
+
[_s, _eRT],
|
|
433
|
+
[0, 4]
|
|
434
|
+
];
|
|
435
|
+
export var ReplicaAutoScalingSpecification$ = [3, n0, _RASS,
|
|
370
436
|
0,
|
|
371
437
|
[_r, _aSS],
|
|
372
|
-
[0, () => AutoScalingSpecification$]
|
|
438
|
+
[0, () => AutoScalingSpecification$]
|
|
373
439
|
];
|
|
374
|
-
export var ReplicaSpecification$ = [
|
|
375
|
-
3,
|
|
376
|
-
n0,
|
|
377
|
-
_RS,
|
|
440
|
+
export var ReplicaSpecification$ = [3, n0, _RS,
|
|
378
441
|
0,
|
|
379
442
|
[_r, _rCU, _rCAS],
|
|
380
|
-
[0, 1, () => AutoScalingSettings$]
|
|
443
|
+
[0, 1, () => AutoScalingSettings$]
|
|
381
444
|
];
|
|
382
|
-
export var ReplicaSpecificationSummary$ = [
|
|
383
|
-
3,
|
|
384
|
-
n0,
|
|
385
|
-
_RSS,
|
|
445
|
+
export var ReplicaSpecificationSummary$ = [3, n0, _RSS,
|
|
386
446
|
0,
|
|
387
447
|
[_r, _s, _cS],
|
|
388
|
-
[0, 0, () => CapacitySpecificationSummary$]
|
|
389
|
-
];
|
|
390
|
-
export var ReplicationGroupStatus$ = [3, n0, _RGS,
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
448
|
+
[0, 0, () => CapacitySpecificationSummary$]
|
|
449
|
+
];
|
|
450
|
+
export var ReplicationGroupStatus$ = [3, n0, _RGS,
|
|
451
|
+
0,
|
|
452
|
+
[_r, _kS, _tRP],
|
|
453
|
+
[0, 0, 0]
|
|
454
|
+
];
|
|
455
|
+
export var ReplicationSpecification$ = [3, n0, _RSe,
|
|
456
|
+
0,
|
|
457
|
+
[_rSep, _rL],
|
|
458
|
+
[0, 64 | 0]
|
|
459
|
+
];
|
|
460
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
396
461
|
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
397
462
|
[_m, _rA],
|
|
398
|
-
[0, 0]
|
|
463
|
+
[0, 0]
|
|
399
464
|
];
|
|
400
465
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
401
|
-
export var RestoreTableRequest$ = [
|
|
402
|
-
3,
|
|
403
|
-
n0,
|
|
404
|
-
_RTR,
|
|
466
|
+
export var RestoreTableRequest$ = [3, n0, _RTR,
|
|
405
467
|
0,
|
|
406
468
|
[_sKN, _sTN, _tKN, _tTN, _rT, _cSO, _eSO, _pITRO, _tO, _aSS, _rSe],
|
|
407
|
-
[
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
() => PointInTimeRecovery$,
|
|
416
|
-
() => TagList,
|
|
417
|
-
() => AutoScalingSpecification$,
|
|
418
|
-
() => ReplicaSpecificationList,
|
|
419
|
-
],
|
|
420
|
-
];
|
|
421
|
-
export var RestoreTableResponse$ = [3, n0, _RTRe, 0, [_rTARN], [0]];
|
|
422
|
-
export var SchemaDefinition$ = [
|
|
423
|
-
3,
|
|
424
|
-
n0,
|
|
425
|
-
_SD,
|
|
469
|
+
[0, 0, 0, 0, 4, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TagList, () => AutoScalingSpecification$, () => ReplicaSpecificationList]
|
|
470
|
+
];
|
|
471
|
+
export var RestoreTableResponse$ = [3, n0, _RTRe,
|
|
472
|
+
0,
|
|
473
|
+
[_rTARN],
|
|
474
|
+
[0]
|
|
475
|
+
];
|
|
476
|
+
export var SchemaDefinition$ = [3, n0, _SD,
|
|
426
477
|
0,
|
|
427
478
|
[_aC, _pK, _cK, _sC],
|
|
428
|
-
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList]
|
|
479
|
+
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList]
|
|
429
480
|
];
|
|
430
|
-
export var ServiceQuotaExceededException$ = [
|
|
431
|
-
-3,
|
|
432
|
-
n0,
|
|
433
|
-
_SQEE,
|
|
481
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
434
482
|
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
|
|
435
483
|
[_m],
|
|
436
|
-
[0]
|
|
484
|
+
[0]
|
|
437
485
|
];
|
|
438
486
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
439
|
-
export var StaticColumn$ = [3, n0, _SC,
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
export var
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
487
|
+
export var StaticColumn$ = [3, n0, _SC,
|
|
488
|
+
0,
|
|
489
|
+
[_n],
|
|
490
|
+
[0]
|
|
491
|
+
];
|
|
492
|
+
export var TableSummary$ = [3, n0, _TS,
|
|
493
|
+
0,
|
|
494
|
+
[_kN, _tN, _rA],
|
|
495
|
+
[0, 0, 0]
|
|
496
|
+
];
|
|
497
|
+
export var Tag$ = [3, n0, _T,
|
|
498
|
+
0,
|
|
499
|
+
[_ke, _v],
|
|
500
|
+
[0, 0]
|
|
501
|
+
];
|
|
502
|
+
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
503
|
+
0,
|
|
504
|
+
[_rA, _t],
|
|
505
|
+
[0, () => TagList]
|
|
506
|
+
];
|
|
507
|
+
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
508
|
+
0,
|
|
509
|
+
[],
|
|
510
|
+
[]
|
|
511
|
+
];
|
|
512
|
+
export var TargetTrackingScalingPolicyConfiguration$ = [3, n0, _TTSPC,
|
|
448
513
|
0,
|
|
449
514
|
[_dSI, _sIC, _sOC, _tV],
|
|
450
|
-
[2, 1, 1, 1]
|
|
515
|
+
[2, 1, 1, 1]
|
|
451
516
|
];
|
|
452
|
-
export var TimeToLive$ = [3, n0, _TTL,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
517
|
+
export var TimeToLive$ = [3, n0, _TTL,
|
|
518
|
+
0,
|
|
519
|
+
[_s],
|
|
520
|
+
[0]
|
|
521
|
+
];
|
|
522
|
+
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
523
|
+
0,
|
|
524
|
+
[_rA, _t],
|
|
525
|
+
[0, () => TagList]
|
|
526
|
+
];
|
|
527
|
+
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
528
|
+
0,
|
|
529
|
+
[],
|
|
530
|
+
[]
|
|
531
|
+
];
|
|
532
|
+
export var UpdateKeyspaceRequest$ = [3, n0, _UKR,
|
|
459
533
|
0,
|
|
460
534
|
[_kN, _rS, _cST],
|
|
461
|
-
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$]
|
|
535
|
+
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$]
|
|
536
|
+
];
|
|
537
|
+
export var UpdateKeyspaceResponse$ = [3, n0, _UKRp,
|
|
538
|
+
0,
|
|
539
|
+
[_rA],
|
|
540
|
+
[0]
|
|
462
541
|
];
|
|
463
|
-
export var
|
|
464
|
-
export var UpdateTableRequest$ = [
|
|
465
|
-
3,
|
|
466
|
-
n0,
|
|
467
|
-
_UTR,
|
|
542
|
+
export var UpdateTableRequest$ = [3, n0, _UTR,
|
|
468
543
|
0,
|
|
469
544
|
[_kN, _tN, _aCd, _cS, _eS, _pITR, _tt, _dTTL, _cST, _aSS, _rSe, _cSd],
|
|
470
|
-
[
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
1,
|
|
479
|
-
() => ClientSideTimestamps$,
|
|
480
|
-
() => AutoScalingSpecification$,
|
|
481
|
-
() => ReplicaSpecificationList,
|
|
482
|
-
() => CdcSpecification$,
|
|
483
|
-
],
|
|
484
|
-
];
|
|
485
|
-
export var UpdateTableResponse$ = [3, n0, _UTRp, 0, [_rA], [0]];
|
|
486
|
-
export var ValidationException$ = [
|
|
487
|
-
-3,
|
|
488
|
-
n0,
|
|
489
|
-
_VE,
|
|
545
|
+
[0, 0, () => ColumnDefinitionList, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
546
|
+
];
|
|
547
|
+
export var UpdateTableResponse$ = [3, n0, _UTRp,
|
|
548
|
+
0,
|
|
549
|
+
[_rA],
|
|
550
|
+
[0]
|
|
551
|
+
];
|
|
552
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
490
553
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c },
|
|
491
554
|
[_m],
|
|
492
|
-
[0]
|
|
555
|
+
[0]
|
|
493
556
|
];
|
|
494
557
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
495
558
|
export var KeyspacesServiceException$ = [-3, _sm, "KeyspacesServiceException", 0, [], []];
|
|
496
559
|
TypeRegistry.for(_sm).registerError(KeyspacesServiceException$, KeyspacesServiceException);
|
|
497
|
-
var ClusteringKeyList = [1, n0, _CKL,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
var
|
|
501
|
-
|
|
560
|
+
var ClusteringKeyList = [1, n0, _CKL,
|
|
561
|
+
0, () => ClusteringKey$
|
|
562
|
+
];
|
|
563
|
+
var ColumnDefinitionList = [1, n0, _CDL,
|
|
564
|
+
0, () => ColumnDefinition$
|
|
565
|
+
];
|
|
566
|
+
var FieldList = [1, n0, _FL,
|
|
567
|
+
0, () => FieldDefinition$
|
|
568
|
+
];
|
|
569
|
+
var KeyspaceSummaryList = [1, n0, _KSL,
|
|
570
|
+
0, () => KeyspaceSummary$
|
|
571
|
+
];
|
|
572
|
+
var PartitionKeyList = [1, n0, _PKL,
|
|
573
|
+
0, () => PartitionKey$
|
|
574
|
+
];
|
|
502
575
|
var RegionList = 64 | 0;
|
|
503
|
-
var ReplicaAutoScalingSpecificationList = [1, n0, _RASSL,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
var
|
|
507
|
-
|
|
576
|
+
var ReplicaAutoScalingSpecificationList = [1, n0, _RASSL,
|
|
577
|
+
0, () => ReplicaAutoScalingSpecification$
|
|
578
|
+
];
|
|
579
|
+
var ReplicaSpecificationList = [1, n0, _RSL,
|
|
580
|
+
0, () => ReplicaSpecification$
|
|
581
|
+
];
|
|
582
|
+
var ReplicaSpecificationSummaryList = [1, n0, _RSSL,
|
|
583
|
+
0, () => ReplicaSpecificationSummary$
|
|
584
|
+
];
|
|
585
|
+
var ReplicationGroupStatusList = [1, n0, _RGSL,
|
|
586
|
+
0, () => ReplicationGroupStatus$
|
|
587
|
+
];
|
|
588
|
+
var StaticColumnList = [1, n0, _SCL,
|
|
589
|
+
0, () => StaticColumn$
|
|
590
|
+
];
|
|
508
591
|
var TableNameList = 64 | 0;
|
|
509
|
-
var TableSummaryList = [1, n0, _TSL,
|
|
510
|
-
|
|
592
|
+
var TableSummaryList = [1, n0, _TSL,
|
|
593
|
+
0, () => TableSummary$
|
|
594
|
+
];
|
|
595
|
+
var TagList = [1, n0, _TL,
|
|
596
|
+
0, () => Tag$
|
|
597
|
+
];
|
|
511
598
|
var TypeNameList = 64 | 0;
|
|
512
|
-
export var CreateKeyspace$ = [
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
0,
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
export var
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
() =>
|
|
529
|
-
];
|
|
530
|
-
export var
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export var GetTable$ = [9, n0, _GT,
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
() =>
|
|
541
|
-
];
|
|
542
|
-
export var
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
() =>
|
|
550
|
-
];
|
|
551
|
-
export var
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
() =>
|
|
559
|
-
];
|
|
560
|
-
export var
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
() =>
|
|
568
|
-
];
|
|
569
|
-
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
570
|
-
export var UntagResource$ = [
|
|
571
|
-
9,
|
|
572
|
-
n0,
|
|
573
|
-
_UR,
|
|
574
|
-
0,
|
|
575
|
-
() => UntagResourceRequest$,
|
|
576
|
-
() => UntagResourceResponse$,
|
|
577
|
-
];
|
|
578
|
-
export var UpdateKeyspace$ = [
|
|
579
|
-
9,
|
|
580
|
-
n0,
|
|
581
|
-
_UK,
|
|
582
|
-
0,
|
|
583
|
-
() => UpdateKeyspaceRequest$,
|
|
584
|
-
() => UpdateKeyspaceResponse$,
|
|
585
|
-
];
|
|
586
|
-
export var UpdateTable$ = [9, n0, _UT, 0, () => UpdateTableRequest$, () => UpdateTableResponse$];
|
|
599
|
+
export var CreateKeyspace$ = [9, n0, _CKr,
|
|
600
|
+
0, () => CreateKeyspaceRequest$, () => CreateKeyspaceResponse$
|
|
601
|
+
];
|
|
602
|
+
export var CreateTable$ = [9, n0, _CT,
|
|
603
|
+
0, () => CreateTableRequest$, () => CreateTableResponse$
|
|
604
|
+
];
|
|
605
|
+
export var CreateType$ = [9, n0, _CTr,
|
|
606
|
+
0, () => CreateTypeRequest$, () => CreateTypeResponse$
|
|
607
|
+
];
|
|
608
|
+
export var DeleteKeyspace$ = [9, n0, _DK,
|
|
609
|
+
0, () => DeleteKeyspaceRequest$, () => DeleteKeyspaceResponse$
|
|
610
|
+
];
|
|
611
|
+
export var DeleteTable$ = [9, n0, _DT,
|
|
612
|
+
0, () => DeleteTableRequest$, () => DeleteTableResponse$
|
|
613
|
+
];
|
|
614
|
+
export var DeleteType$ = [9, n0, _DTe,
|
|
615
|
+
0, () => DeleteTypeRequest$, () => DeleteTypeResponse$
|
|
616
|
+
];
|
|
617
|
+
export var GetKeyspace$ = [9, n0, _GK,
|
|
618
|
+
0, () => GetKeyspaceRequest$, () => GetKeyspaceResponse$
|
|
619
|
+
];
|
|
620
|
+
export var GetTable$ = [9, n0, _GT,
|
|
621
|
+
0, () => GetTableRequest$, () => GetTableResponse$
|
|
622
|
+
];
|
|
623
|
+
export var GetTableAutoScalingSettings$ = [9, n0, _GTASS,
|
|
624
|
+
0, () => GetTableAutoScalingSettingsRequest$, () => GetTableAutoScalingSettingsResponse$
|
|
625
|
+
];
|
|
626
|
+
export var GetType$ = [9, n0, _GTe,
|
|
627
|
+
0, () => GetTypeRequest$, () => GetTypeResponse$
|
|
628
|
+
];
|
|
629
|
+
export var ListKeyspaces$ = [9, n0, _LK,
|
|
630
|
+
0, () => ListKeyspacesRequest$, () => ListKeyspacesResponse$
|
|
631
|
+
];
|
|
632
|
+
export var ListTables$ = [9, n0, _LT,
|
|
633
|
+
0, () => ListTablesRequest$, () => ListTablesResponse$
|
|
634
|
+
];
|
|
635
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
636
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
637
|
+
];
|
|
638
|
+
export var ListTypes$ = [9, n0, _LTi,
|
|
639
|
+
0, () => ListTypesRequest$, () => ListTypesResponse$
|
|
640
|
+
];
|
|
641
|
+
export var RestoreTable$ = [9, n0, _RT,
|
|
642
|
+
0, () => RestoreTableRequest$, () => RestoreTableResponse$
|
|
643
|
+
];
|
|
644
|
+
export var TagResource$ = [9, n0, _TR,
|
|
645
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
646
|
+
];
|
|
647
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
648
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
649
|
+
];
|
|
650
|
+
export var UpdateKeyspace$ = [9, n0, _UK,
|
|
651
|
+
0, () => UpdateKeyspaceRequest$, () => UpdateKeyspaceResponse$
|
|
652
|
+
];
|
|
653
|
+
export var UpdateTable$ = [9, n0, _UT,
|
|
654
|
+
0, () => UpdateTableRequest$, () => UpdateTableResponse$
|
|
655
|
+
];
|