@aws-sdk/client-keyspaces 3.968.0 → 3.969.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +60 -60
- package/dist-es/schemas/schemas_0.js +60 -60
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -404,42 +404,42 @@ var AutoScalingSpecification$ = [3, n0, _ASSu,
|
|
|
404
404
|
var CapacitySpecification$ = [3, n0, _CS,
|
|
405
405
|
0,
|
|
406
406
|
[_tM, _rCU, _wCU],
|
|
407
|
-
[0, 1, 1]
|
|
407
|
+
[0, 1, 1], 1
|
|
408
408
|
];
|
|
409
409
|
var CapacitySpecificationSummary$ = [3, n0, _CSS,
|
|
410
410
|
0,
|
|
411
411
|
[_tM, _rCU, _wCU, _lUTPPRT],
|
|
412
|
-
[0, 1, 1, 4]
|
|
412
|
+
[0, 1, 1, 4], 1
|
|
413
413
|
];
|
|
414
414
|
var CdcSpecification$ = [3, n0, _CSd,
|
|
415
415
|
0,
|
|
416
416
|
[_s, _vT, _t, _pT],
|
|
417
|
-
[0, 0, () => TagList, 0]
|
|
417
|
+
[0, 0, () => TagList, 0], 1
|
|
418
418
|
];
|
|
419
419
|
var CdcSpecificationSummary$ = [3, n0, _CSSd,
|
|
420
420
|
0,
|
|
421
421
|
[_s, _vT],
|
|
422
|
-
[0, 0]
|
|
422
|
+
[0, 0], 1
|
|
423
423
|
];
|
|
424
424
|
var ClientSideTimestamps$ = [3, n0, _CST,
|
|
425
425
|
0,
|
|
426
426
|
[_s],
|
|
427
|
-
[0]
|
|
427
|
+
[0], 1
|
|
428
428
|
];
|
|
429
429
|
var ClusteringKey$ = [3, n0, _CK,
|
|
430
430
|
0,
|
|
431
431
|
[_n, _oB],
|
|
432
|
-
[0, 0]
|
|
432
|
+
[0, 0], 2
|
|
433
433
|
];
|
|
434
434
|
var ColumnDefinition$ = [3, n0, _CD,
|
|
435
435
|
0,
|
|
436
436
|
[_n, _ty],
|
|
437
|
-
[0, 0]
|
|
437
|
+
[0, 0], 2
|
|
438
438
|
];
|
|
439
439
|
var Comment$ = [3, n0, _C,
|
|
440
440
|
0,
|
|
441
441
|
[_m],
|
|
442
|
-
[0]
|
|
442
|
+
[0], 1
|
|
443
443
|
];
|
|
444
444
|
var ConflictException$ = [-3, n0, _CE,
|
|
445
445
|
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -450,37 +450,37 @@ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException)
|
|
|
450
450
|
var CreateKeyspaceRequest$ = [3, n0, _CKR,
|
|
451
451
|
0,
|
|
452
452
|
[_kN, _t, _rS],
|
|
453
|
-
[0, () => TagList, () => ReplicationSpecification$]
|
|
453
|
+
[0, () => TagList, () => ReplicationSpecification$], 1
|
|
454
454
|
];
|
|
455
455
|
var CreateKeyspaceResponse$ = [3, n0, _CKRr,
|
|
456
456
|
0,
|
|
457
457
|
[_rA],
|
|
458
|
-
[0]
|
|
458
|
+
[0], 1
|
|
459
459
|
];
|
|
460
460
|
var CreateTableRequest$ = [3, n0, _CTR,
|
|
461
461
|
0,
|
|
462
462
|
[_kN, _tN, _sD, _co, _cS, _eS, _pITR, _tt, _dTTL, _t, _cST, _aSS, _rSe, _cSd],
|
|
463
|
-
[0, 0, () => SchemaDefinition$, () => Comment$, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => TagList, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
463
|
+
[0, 0, () => SchemaDefinition$, () => Comment$, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => TagList, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$], 3
|
|
464
464
|
];
|
|
465
465
|
var CreateTableResponse$ = [3, n0, _CTRr,
|
|
466
466
|
0,
|
|
467
467
|
[_rA],
|
|
468
|
-
[0]
|
|
468
|
+
[0], 1
|
|
469
469
|
];
|
|
470
470
|
var CreateTypeRequest$ = [3, n0, _CTRre,
|
|
471
471
|
0,
|
|
472
472
|
[_kN, _tNy, _fD],
|
|
473
|
-
[0, 0, () => FieldList]
|
|
473
|
+
[0, 0, () => FieldList], 3
|
|
474
474
|
];
|
|
475
475
|
var CreateTypeResponse$ = [3, n0, _CTRrea,
|
|
476
476
|
0,
|
|
477
477
|
[_kA, _tNy],
|
|
478
|
-
[0, 0]
|
|
478
|
+
[0, 0], 2
|
|
479
479
|
];
|
|
480
480
|
var DeleteKeyspaceRequest$ = [3, n0, _DKR,
|
|
481
481
|
0,
|
|
482
482
|
[_kN],
|
|
483
|
-
[0]
|
|
483
|
+
[0], 1
|
|
484
484
|
];
|
|
485
485
|
var DeleteKeyspaceResponse$ = [3, n0, _DKRe,
|
|
486
486
|
0,
|
|
@@ -490,7 +490,7 @@ var DeleteKeyspaceResponse$ = [3, n0, _DKRe,
|
|
|
490
490
|
var DeleteTableRequest$ = [3, n0, _DTR,
|
|
491
491
|
0,
|
|
492
492
|
[_kN, _tN],
|
|
493
|
-
[0, 0]
|
|
493
|
+
[0, 0], 2
|
|
494
494
|
];
|
|
495
495
|
var DeleteTableResponse$ = [3, n0, _DTRe,
|
|
496
496
|
0,
|
|
@@ -500,62 +500,62 @@ var DeleteTableResponse$ = [3, n0, _DTRe,
|
|
|
500
500
|
var DeleteTypeRequest$ = [3, n0, _DTRel,
|
|
501
501
|
0,
|
|
502
502
|
[_kN, _tNy],
|
|
503
|
-
[0, 0]
|
|
503
|
+
[0, 0], 2
|
|
504
504
|
];
|
|
505
505
|
var DeleteTypeResponse$ = [3, n0, _DTRele,
|
|
506
506
|
0,
|
|
507
507
|
[_kA, _tNy],
|
|
508
|
-
[0, 0]
|
|
508
|
+
[0, 0], 2
|
|
509
509
|
];
|
|
510
510
|
var EncryptionSpecification$ = [3, n0, _ES,
|
|
511
511
|
0,
|
|
512
512
|
[_ty, _kKI],
|
|
513
|
-
[0, 0]
|
|
513
|
+
[0, 0], 1
|
|
514
514
|
];
|
|
515
515
|
var FieldDefinition$ = [3, n0, _FD,
|
|
516
516
|
0,
|
|
517
517
|
[_n, _ty],
|
|
518
|
-
[0, 0]
|
|
518
|
+
[0, 0], 2
|
|
519
519
|
];
|
|
520
520
|
var GetKeyspaceRequest$ = [3, n0, _GKR,
|
|
521
521
|
0,
|
|
522
522
|
[_kN],
|
|
523
|
-
[0]
|
|
523
|
+
[0], 1
|
|
524
524
|
];
|
|
525
525
|
var GetKeyspaceResponse$ = [3, n0, _GKRe,
|
|
526
526
|
0,
|
|
527
527
|
[_kN, _rA, _rSep, _rR, _rGS],
|
|
528
|
-
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList]
|
|
528
|
+
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList], 3
|
|
529
529
|
];
|
|
530
530
|
var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR,
|
|
531
531
|
0,
|
|
532
532
|
[_kN, _tN],
|
|
533
|
-
[0, 0]
|
|
533
|
+
[0, 0], 2
|
|
534
534
|
];
|
|
535
535
|
var GetTableAutoScalingSettingsResponse$ = [3, n0, _GTASSRe,
|
|
536
536
|
0,
|
|
537
537
|
[_kN, _tN, _rA, _aSS, _rSe],
|
|
538
|
-
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList]
|
|
538
|
+
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList], 3
|
|
539
539
|
];
|
|
540
540
|
var GetTableRequest$ = [3, n0, _GTR,
|
|
541
541
|
0,
|
|
542
542
|
[_kN, _tN],
|
|
543
|
-
[0, 0]
|
|
543
|
+
[0, 0], 2
|
|
544
544
|
];
|
|
545
545
|
var GetTableResponse$ = [3, n0, _GTRe,
|
|
546
546
|
0,
|
|
547
547
|
[_kN, _tN, _rA, _cT, _s, _sD, _cS, _eS, _pITR, _tt, _dTTL, _co, _cST, _rSe, _lSA, _cSd],
|
|
548
|
-
[0, 0, 0, 4, 0, () => SchemaDefinition$, () => CapacitySpecificationSummary$, () => EncryptionSpecification$, () => PointInTimeRecoverySummary$, () => TimeToLive$, 1, () => Comment$, () => ClientSideTimestamps$, () => ReplicaSpecificationSummaryList, 0, () => CdcSpecificationSummary$]
|
|
548
|
+
[0, 0, 0, 4, 0, () => SchemaDefinition$, () => CapacitySpecificationSummary$, () => EncryptionSpecification$, () => PointInTimeRecoverySummary$, () => TimeToLive$, 1, () => Comment$, () => ClientSideTimestamps$, () => ReplicaSpecificationSummaryList, 0, () => CdcSpecificationSummary$], 3
|
|
549
549
|
];
|
|
550
550
|
var GetTypeRequest$ = [3, n0, _GTRet,
|
|
551
551
|
0,
|
|
552
552
|
[_kN, _tNy],
|
|
553
|
-
[0, 0]
|
|
553
|
+
[0, 0], 2
|
|
554
554
|
];
|
|
555
555
|
var GetTypeResponse$ = [3, n0, _GTRety,
|
|
556
556
|
0,
|
|
557
|
-
[_kN, _tNy, _fD, _lMT, _s, _dRT, _dPT, _mND
|
|
558
|
-
[0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1,
|
|
557
|
+
[_kN, _tNy, _kA, _fD, _lMT, _s, _dRT, _dPT, _mND],
|
|
558
|
+
[0, 0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1], 3
|
|
559
559
|
];
|
|
560
560
|
var InternalServerException$ = [-3, n0, _ISE,
|
|
561
561
|
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
@@ -566,7 +566,7 @@ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServ
|
|
|
566
566
|
var KeyspaceSummary$ = [3, n0, _KS,
|
|
567
567
|
0,
|
|
568
568
|
[_kN, _rA, _rSep, _rR],
|
|
569
|
-
[0, 0, 0, 64 | 0]
|
|
569
|
+
[0, 0, 0, 64 | 0], 3
|
|
570
570
|
];
|
|
571
571
|
var ListKeyspacesRequest$ = [3, n0, _LKR,
|
|
572
572
|
0,
|
|
@@ -575,13 +575,13 @@ var ListKeyspacesRequest$ = [3, n0, _LKR,
|
|
|
575
575
|
];
|
|
576
576
|
var ListKeyspacesResponse$ = [3, n0, _LKRi,
|
|
577
577
|
0,
|
|
578
|
-
[
|
|
579
|
-
[
|
|
578
|
+
[_k, _nT],
|
|
579
|
+
[() => KeyspaceSummaryList, 0], 1
|
|
580
580
|
];
|
|
581
581
|
var ListTablesRequest$ = [3, n0, _LTR,
|
|
582
582
|
0,
|
|
583
|
-
[_nT, _mR
|
|
584
|
-
[0, 1,
|
|
583
|
+
[_kN, _nT, _mR],
|
|
584
|
+
[0, 0, 1], 1
|
|
585
585
|
];
|
|
586
586
|
var ListTablesResponse$ = [3, n0, _LTRi,
|
|
587
587
|
0,
|
|
@@ -591,7 +591,7 @@ var ListTablesResponse$ = [3, n0, _LTRi,
|
|
|
591
591
|
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
592
592
|
0,
|
|
593
593
|
[_rA, _nT, _mR],
|
|
594
|
-
[0, 0, 1]
|
|
594
|
+
[0, 0, 1], 1
|
|
595
595
|
];
|
|
596
596
|
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
597
597
|
0,
|
|
@@ -600,28 +600,28 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
600
600
|
];
|
|
601
601
|
var ListTypesRequest$ = [3, n0, _LTRis,
|
|
602
602
|
0,
|
|
603
|
-
[_nT, _mR
|
|
604
|
-
[0, 1,
|
|
603
|
+
[_kN, _nT, _mR],
|
|
604
|
+
[0, 0, 1], 1
|
|
605
605
|
];
|
|
606
606
|
var ListTypesResponse$ = [3, n0, _LTRist,
|
|
607
607
|
0,
|
|
608
|
-
[
|
|
609
|
-
[
|
|
608
|
+
[_typ, _nT],
|
|
609
|
+
[64 | 0, 0], 1
|
|
610
610
|
];
|
|
611
611
|
var PartitionKey$ = [3, n0, _PK,
|
|
612
612
|
0,
|
|
613
613
|
[_n],
|
|
614
|
-
[0]
|
|
614
|
+
[0], 1
|
|
615
615
|
];
|
|
616
616
|
var PointInTimeRecovery$ = [3, n0, _PITR,
|
|
617
617
|
0,
|
|
618
618
|
[_s],
|
|
619
|
-
[0]
|
|
619
|
+
[0], 1
|
|
620
620
|
];
|
|
621
621
|
var PointInTimeRecoverySummary$ = [3, n0, _PITRS,
|
|
622
622
|
0,
|
|
623
623
|
[_s, _eRT],
|
|
624
|
-
[0, 4]
|
|
624
|
+
[0, 4], 1
|
|
625
625
|
];
|
|
626
626
|
var ReplicaAutoScalingSpecification$ = [3, n0, _RASS,
|
|
627
627
|
0,
|
|
@@ -631,7 +631,7 @@ var ReplicaAutoScalingSpecification$ = [3, n0, _RASS,
|
|
|
631
631
|
var ReplicaSpecification$ = [3, n0, _RS,
|
|
632
632
|
0,
|
|
633
633
|
[_r, _rCU, _rCAS],
|
|
634
|
-
[0, 1, () => AutoScalingSettings$]
|
|
634
|
+
[0, 1, () => AutoScalingSettings$], 1
|
|
635
635
|
];
|
|
636
636
|
var ReplicaSpecificationSummary$ = [3, n0, _RSS,
|
|
637
637
|
0,
|
|
@@ -641,12 +641,12 @@ var ReplicaSpecificationSummary$ = [3, n0, _RSS,
|
|
|
641
641
|
var ReplicationGroupStatus$ = [3, n0, _RGS,
|
|
642
642
|
0,
|
|
643
643
|
[_r, _kS, _tRP],
|
|
644
|
-
[0, 0, 0]
|
|
644
|
+
[0, 0, 0], 2
|
|
645
645
|
];
|
|
646
646
|
var ReplicationSpecification$ = [3, n0, _RSe,
|
|
647
647
|
0,
|
|
648
648
|
[_rSep, _rL],
|
|
649
|
-
[0, 64 | 0]
|
|
649
|
+
[0, 64 | 0], 1
|
|
650
650
|
];
|
|
651
651
|
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
652
652
|
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
@@ -657,17 +657,17 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
|
|
|
657
657
|
var RestoreTableRequest$ = [3, n0, _RTR,
|
|
658
658
|
0,
|
|
659
659
|
[_sKN, _sTN, _tKN, _tTN, _rT, _cSO, _eSO, _pITRO, _tO, _aSS, _rSe],
|
|
660
|
-
[0, 0, 0, 0, 4, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TagList, () => AutoScalingSpecification$, () => ReplicaSpecificationList]
|
|
660
|
+
[0, 0, 0, 0, 4, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TagList, () => AutoScalingSpecification$, () => ReplicaSpecificationList], 4
|
|
661
661
|
];
|
|
662
662
|
var RestoreTableResponse$ = [3, n0, _RTRe,
|
|
663
663
|
0,
|
|
664
664
|
[_rTARN],
|
|
665
|
-
[0]
|
|
665
|
+
[0], 1
|
|
666
666
|
];
|
|
667
667
|
var SchemaDefinition$ = [3, n0, _SD,
|
|
668
668
|
0,
|
|
669
669
|
[_aC, _pK, _cK, _sC],
|
|
670
|
-
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList]
|
|
670
|
+
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList], 2
|
|
671
671
|
];
|
|
672
672
|
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
673
673
|
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
|
|
@@ -678,22 +678,22 @@ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, Servic
|
|
|
678
678
|
var StaticColumn$ = [3, n0, _SC,
|
|
679
679
|
0,
|
|
680
680
|
[_n],
|
|
681
|
-
[0]
|
|
681
|
+
[0], 1
|
|
682
682
|
];
|
|
683
683
|
var TableSummary$ = [3, n0, _TS,
|
|
684
684
|
0,
|
|
685
685
|
[_kN, _tN, _rA],
|
|
686
|
-
[0, 0, 0]
|
|
686
|
+
[0, 0, 0], 3
|
|
687
687
|
];
|
|
688
688
|
var Tag$ = [3, n0, _T,
|
|
689
689
|
0,
|
|
690
690
|
[_ke, _v],
|
|
691
|
-
[0, 0]
|
|
691
|
+
[0, 0], 2
|
|
692
692
|
];
|
|
693
693
|
var TagResourceRequest$ = [3, n0, _TRR,
|
|
694
694
|
0,
|
|
695
695
|
[_rA, _t],
|
|
696
|
-
[0, () => TagList]
|
|
696
|
+
[0, () => TagList], 2
|
|
697
697
|
];
|
|
698
698
|
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
699
699
|
0,
|
|
@@ -702,18 +702,18 @@ var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
702
702
|
];
|
|
703
703
|
var TargetTrackingScalingPolicyConfiguration$ = [3, n0, _TTSPC,
|
|
704
704
|
0,
|
|
705
|
-
[_dSI, _sIC, _sOC
|
|
706
|
-
[2, 1, 1, 1
|
|
705
|
+
[_tV, _dSI, _sIC, _sOC],
|
|
706
|
+
[1, 2, 1, 1], 1
|
|
707
707
|
];
|
|
708
708
|
var TimeToLive$ = [3, n0, _TTL,
|
|
709
709
|
0,
|
|
710
710
|
[_s],
|
|
711
|
-
[0]
|
|
711
|
+
[0], 1
|
|
712
712
|
];
|
|
713
713
|
var UntagResourceRequest$ = [3, n0, _URR,
|
|
714
714
|
0,
|
|
715
715
|
[_rA, _t],
|
|
716
|
-
[0, () => TagList]
|
|
716
|
+
[0, () => TagList], 2
|
|
717
717
|
];
|
|
718
718
|
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
719
719
|
0,
|
|
@@ -723,22 +723,22 @@ var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
723
723
|
var UpdateKeyspaceRequest$ = [3, n0, _UKR,
|
|
724
724
|
0,
|
|
725
725
|
[_kN, _rS, _cST],
|
|
726
|
-
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$]
|
|
726
|
+
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$], 2
|
|
727
727
|
];
|
|
728
728
|
var UpdateKeyspaceResponse$ = [3, n0, _UKRp,
|
|
729
729
|
0,
|
|
730
730
|
[_rA],
|
|
731
|
-
[0]
|
|
731
|
+
[0], 1
|
|
732
732
|
];
|
|
733
733
|
var UpdateTableRequest$ = [3, n0, _UTR,
|
|
734
734
|
0,
|
|
735
735
|
[_kN, _tN, _aCd, _cS, _eS, _pITR, _tt, _dTTL, _cST, _aSS, _rSe, _cSd],
|
|
736
|
-
[0, 0, () => ColumnDefinitionList, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
736
|
+
[0, 0, () => ColumnDefinitionList, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$], 2
|
|
737
737
|
];
|
|
738
738
|
var UpdateTableResponse$ = [3, n0, _UTRp,
|
|
739
739
|
0,
|
|
740
740
|
[_rA],
|
|
741
|
-
[0]
|
|
741
|
+
[0], 1
|
|
742
742
|
];
|
|
743
743
|
var ValidationException$ = [-3, n0, _VE,
|
|
744
744
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c },
|
|
@@ -213,42 +213,42 @@ export var AutoScalingSpecification$ = [3, n0, _ASSu,
|
|
|
213
213
|
export var CapacitySpecification$ = [3, n0, _CS,
|
|
214
214
|
0,
|
|
215
215
|
[_tM, _rCU, _wCU],
|
|
216
|
-
[0, 1, 1]
|
|
216
|
+
[0, 1, 1], 1
|
|
217
217
|
];
|
|
218
218
|
export var CapacitySpecificationSummary$ = [3, n0, _CSS,
|
|
219
219
|
0,
|
|
220
220
|
[_tM, _rCU, _wCU, _lUTPPRT],
|
|
221
|
-
[0, 1, 1, 4]
|
|
221
|
+
[0, 1, 1, 4], 1
|
|
222
222
|
];
|
|
223
223
|
export var CdcSpecification$ = [3, n0, _CSd,
|
|
224
224
|
0,
|
|
225
225
|
[_s, _vT, _t, _pT],
|
|
226
|
-
[0, 0, () => TagList, 0]
|
|
226
|
+
[0, 0, () => TagList, 0], 1
|
|
227
227
|
];
|
|
228
228
|
export var CdcSpecificationSummary$ = [3, n0, _CSSd,
|
|
229
229
|
0,
|
|
230
230
|
[_s, _vT],
|
|
231
|
-
[0, 0]
|
|
231
|
+
[0, 0], 1
|
|
232
232
|
];
|
|
233
233
|
export var ClientSideTimestamps$ = [3, n0, _CST,
|
|
234
234
|
0,
|
|
235
235
|
[_s],
|
|
236
|
-
[0]
|
|
236
|
+
[0], 1
|
|
237
237
|
];
|
|
238
238
|
export var ClusteringKey$ = [3, n0, _CK,
|
|
239
239
|
0,
|
|
240
240
|
[_n, _oB],
|
|
241
|
-
[0, 0]
|
|
241
|
+
[0, 0], 2
|
|
242
242
|
];
|
|
243
243
|
export var ColumnDefinition$ = [3, n0, _CD,
|
|
244
244
|
0,
|
|
245
245
|
[_n, _ty],
|
|
246
|
-
[0, 0]
|
|
246
|
+
[0, 0], 2
|
|
247
247
|
];
|
|
248
248
|
export var Comment$ = [3, n0, _C,
|
|
249
249
|
0,
|
|
250
250
|
[_m],
|
|
251
|
-
[0]
|
|
251
|
+
[0], 1
|
|
252
252
|
];
|
|
253
253
|
export var ConflictException$ = [-3, n0, _CE,
|
|
254
254
|
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
@@ -259,37 +259,37 @@ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
|
259
259
|
export var CreateKeyspaceRequest$ = [3, n0, _CKR,
|
|
260
260
|
0,
|
|
261
261
|
[_kN, _t, _rS],
|
|
262
|
-
[0, () => TagList, () => ReplicationSpecification$]
|
|
262
|
+
[0, () => TagList, () => ReplicationSpecification$], 1
|
|
263
263
|
];
|
|
264
264
|
export var CreateKeyspaceResponse$ = [3, n0, _CKRr,
|
|
265
265
|
0,
|
|
266
266
|
[_rA],
|
|
267
|
-
[0]
|
|
267
|
+
[0], 1
|
|
268
268
|
];
|
|
269
269
|
export var CreateTableRequest$ = [3, n0, _CTR,
|
|
270
270
|
0,
|
|
271
271
|
[_kN, _tN, _sD, _co, _cS, _eS, _pITR, _tt, _dTTL, _t, _cST, _aSS, _rSe, _cSd],
|
|
272
|
-
[0, 0, () => SchemaDefinition$, () => Comment$, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => TagList, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
272
|
+
[0, 0, () => SchemaDefinition$, () => Comment$, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => TagList, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$], 3
|
|
273
273
|
];
|
|
274
274
|
export var CreateTableResponse$ = [3, n0, _CTRr,
|
|
275
275
|
0,
|
|
276
276
|
[_rA],
|
|
277
|
-
[0]
|
|
277
|
+
[0], 1
|
|
278
278
|
];
|
|
279
279
|
export var CreateTypeRequest$ = [3, n0, _CTRre,
|
|
280
280
|
0,
|
|
281
281
|
[_kN, _tNy, _fD],
|
|
282
|
-
[0, 0, () => FieldList]
|
|
282
|
+
[0, 0, () => FieldList], 3
|
|
283
283
|
];
|
|
284
284
|
export var CreateTypeResponse$ = [3, n0, _CTRrea,
|
|
285
285
|
0,
|
|
286
286
|
[_kA, _tNy],
|
|
287
|
-
[0, 0]
|
|
287
|
+
[0, 0], 2
|
|
288
288
|
];
|
|
289
289
|
export var DeleteKeyspaceRequest$ = [3, n0, _DKR,
|
|
290
290
|
0,
|
|
291
291
|
[_kN],
|
|
292
|
-
[0]
|
|
292
|
+
[0], 1
|
|
293
293
|
];
|
|
294
294
|
export var DeleteKeyspaceResponse$ = [3, n0, _DKRe,
|
|
295
295
|
0,
|
|
@@ -299,7 +299,7 @@ export var DeleteKeyspaceResponse$ = [3, n0, _DKRe,
|
|
|
299
299
|
export var DeleteTableRequest$ = [3, n0, _DTR,
|
|
300
300
|
0,
|
|
301
301
|
[_kN, _tN],
|
|
302
|
-
[0, 0]
|
|
302
|
+
[0, 0], 2
|
|
303
303
|
];
|
|
304
304
|
export var DeleteTableResponse$ = [3, n0, _DTRe,
|
|
305
305
|
0,
|
|
@@ -309,62 +309,62 @@ export var DeleteTableResponse$ = [3, n0, _DTRe,
|
|
|
309
309
|
export var DeleteTypeRequest$ = [3, n0, _DTRel,
|
|
310
310
|
0,
|
|
311
311
|
[_kN, _tNy],
|
|
312
|
-
[0, 0]
|
|
312
|
+
[0, 0], 2
|
|
313
313
|
];
|
|
314
314
|
export var DeleteTypeResponse$ = [3, n0, _DTRele,
|
|
315
315
|
0,
|
|
316
316
|
[_kA, _tNy],
|
|
317
|
-
[0, 0]
|
|
317
|
+
[0, 0], 2
|
|
318
318
|
];
|
|
319
319
|
export var EncryptionSpecification$ = [3, n0, _ES,
|
|
320
320
|
0,
|
|
321
321
|
[_ty, _kKI],
|
|
322
|
-
[0, 0]
|
|
322
|
+
[0, 0], 1
|
|
323
323
|
];
|
|
324
324
|
export var FieldDefinition$ = [3, n0, _FD,
|
|
325
325
|
0,
|
|
326
326
|
[_n, _ty],
|
|
327
|
-
[0, 0]
|
|
327
|
+
[0, 0], 2
|
|
328
328
|
];
|
|
329
329
|
export var GetKeyspaceRequest$ = [3, n0, _GKR,
|
|
330
330
|
0,
|
|
331
331
|
[_kN],
|
|
332
|
-
[0]
|
|
332
|
+
[0], 1
|
|
333
333
|
];
|
|
334
334
|
export var GetKeyspaceResponse$ = [3, n0, _GKRe,
|
|
335
335
|
0,
|
|
336
336
|
[_kN, _rA, _rSep, _rR, _rGS],
|
|
337
|
-
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList]
|
|
337
|
+
[0, 0, 0, 64 | 0, () => ReplicationGroupStatusList], 3
|
|
338
338
|
];
|
|
339
339
|
export var GetTableAutoScalingSettingsRequest$ = [3, n0, _GTASSR,
|
|
340
340
|
0,
|
|
341
341
|
[_kN, _tN],
|
|
342
|
-
[0, 0]
|
|
342
|
+
[0, 0], 2
|
|
343
343
|
];
|
|
344
344
|
export var GetTableAutoScalingSettingsResponse$ = [3, n0, _GTASSRe,
|
|
345
345
|
0,
|
|
346
346
|
[_kN, _tN, _rA, _aSS, _rSe],
|
|
347
|
-
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList]
|
|
347
|
+
[0, 0, 0, () => AutoScalingSpecification$, () => ReplicaAutoScalingSpecificationList], 3
|
|
348
348
|
];
|
|
349
349
|
export var GetTableRequest$ = [3, n0, _GTR,
|
|
350
350
|
0,
|
|
351
351
|
[_kN, _tN],
|
|
352
|
-
[0, 0]
|
|
352
|
+
[0, 0], 2
|
|
353
353
|
];
|
|
354
354
|
export var GetTableResponse$ = [3, n0, _GTRe,
|
|
355
355
|
0,
|
|
356
356
|
[_kN, _tN, _rA, _cT, _s, _sD, _cS, _eS, _pITR, _tt, _dTTL, _co, _cST, _rSe, _lSA, _cSd],
|
|
357
|
-
[0, 0, 0, 4, 0, () => SchemaDefinition$, () => CapacitySpecificationSummary$, () => EncryptionSpecification$, () => PointInTimeRecoverySummary$, () => TimeToLive$, 1, () => Comment$, () => ClientSideTimestamps$, () => ReplicaSpecificationSummaryList, 0, () => CdcSpecificationSummary$]
|
|
357
|
+
[0, 0, 0, 4, 0, () => SchemaDefinition$, () => CapacitySpecificationSummary$, () => EncryptionSpecification$, () => PointInTimeRecoverySummary$, () => TimeToLive$, 1, () => Comment$, () => ClientSideTimestamps$, () => ReplicaSpecificationSummaryList, 0, () => CdcSpecificationSummary$], 3
|
|
358
358
|
];
|
|
359
359
|
export var GetTypeRequest$ = [3, n0, _GTRet,
|
|
360
360
|
0,
|
|
361
361
|
[_kN, _tNy],
|
|
362
|
-
[0, 0]
|
|
362
|
+
[0, 0], 2
|
|
363
363
|
];
|
|
364
364
|
export var GetTypeResponse$ = [3, n0, _GTRety,
|
|
365
365
|
0,
|
|
366
|
-
[_kN, _tNy, _fD, _lMT, _s, _dRT, _dPT, _mND
|
|
367
|
-
[0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1,
|
|
366
|
+
[_kN, _tNy, _kA, _fD, _lMT, _s, _dRT, _dPT, _mND],
|
|
367
|
+
[0, 0, 0, () => FieldList, 4, 0, 64 | 0, 64 | 0, 1], 3
|
|
368
368
|
];
|
|
369
369
|
export var InternalServerException$ = [-3, n0, _ISE,
|
|
370
370
|
{ [_aQE]: [`InternalServerException`, 500], [_e]: _se, [_hE]: 500 },
|
|
@@ -375,7 +375,7 @@ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerExcep
|
|
|
375
375
|
export var KeyspaceSummary$ = [3, n0, _KS,
|
|
376
376
|
0,
|
|
377
377
|
[_kN, _rA, _rSep, _rR],
|
|
378
|
-
[0, 0, 0, 64 | 0]
|
|
378
|
+
[0, 0, 0, 64 | 0], 3
|
|
379
379
|
];
|
|
380
380
|
export var ListKeyspacesRequest$ = [3, n0, _LKR,
|
|
381
381
|
0,
|
|
@@ -384,13 +384,13 @@ export var ListKeyspacesRequest$ = [3, n0, _LKR,
|
|
|
384
384
|
];
|
|
385
385
|
export var ListKeyspacesResponse$ = [3, n0, _LKRi,
|
|
386
386
|
0,
|
|
387
|
-
[
|
|
388
|
-
[
|
|
387
|
+
[_k, _nT],
|
|
388
|
+
[() => KeyspaceSummaryList, 0], 1
|
|
389
389
|
];
|
|
390
390
|
export var ListTablesRequest$ = [3, n0, _LTR,
|
|
391
391
|
0,
|
|
392
|
-
[_nT, _mR
|
|
393
|
-
[0, 1,
|
|
392
|
+
[_kN, _nT, _mR],
|
|
393
|
+
[0, 0, 1], 1
|
|
394
394
|
];
|
|
395
395
|
export var ListTablesResponse$ = [3, n0, _LTRi,
|
|
396
396
|
0,
|
|
@@ -400,7 +400,7 @@ export var ListTablesResponse$ = [3, n0, _LTRi,
|
|
|
400
400
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
401
401
|
0,
|
|
402
402
|
[_rA, _nT, _mR],
|
|
403
|
-
[0, 0, 1]
|
|
403
|
+
[0, 0, 1], 1
|
|
404
404
|
];
|
|
405
405
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
406
406
|
0,
|
|
@@ -409,28 +409,28 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
409
409
|
];
|
|
410
410
|
export var ListTypesRequest$ = [3, n0, _LTRis,
|
|
411
411
|
0,
|
|
412
|
-
[_nT, _mR
|
|
413
|
-
[0, 1,
|
|
412
|
+
[_kN, _nT, _mR],
|
|
413
|
+
[0, 0, 1], 1
|
|
414
414
|
];
|
|
415
415
|
export var ListTypesResponse$ = [3, n0, _LTRist,
|
|
416
416
|
0,
|
|
417
|
-
[
|
|
418
|
-
[
|
|
417
|
+
[_typ, _nT],
|
|
418
|
+
[64 | 0, 0], 1
|
|
419
419
|
];
|
|
420
420
|
export var PartitionKey$ = [3, n0, _PK,
|
|
421
421
|
0,
|
|
422
422
|
[_n],
|
|
423
|
-
[0]
|
|
423
|
+
[0], 1
|
|
424
424
|
];
|
|
425
425
|
export var PointInTimeRecovery$ = [3, n0, _PITR,
|
|
426
426
|
0,
|
|
427
427
|
[_s],
|
|
428
|
-
[0]
|
|
428
|
+
[0], 1
|
|
429
429
|
];
|
|
430
430
|
export var PointInTimeRecoverySummary$ = [3, n0, _PITRS,
|
|
431
431
|
0,
|
|
432
432
|
[_s, _eRT],
|
|
433
|
-
[0, 4]
|
|
433
|
+
[0, 4], 1
|
|
434
434
|
];
|
|
435
435
|
export var ReplicaAutoScalingSpecification$ = [3, n0, _RASS,
|
|
436
436
|
0,
|
|
@@ -440,7 +440,7 @@ export var ReplicaAutoScalingSpecification$ = [3, n0, _RASS,
|
|
|
440
440
|
export var ReplicaSpecification$ = [3, n0, _RS,
|
|
441
441
|
0,
|
|
442
442
|
[_r, _rCU, _rCAS],
|
|
443
|
-
[0, 1, () => AutoScalingSettings$]
|
|
443
|
+
[0, 1, () => AutoScalingSettings$], 1
|
|
444
444
|
];
|
|
445
445
|
export var ReplicaSpecificationSummary$ = [3, n0, _RSS,
|
|
446
446
|
0,
|
|
@@ -450,12 +450,12 @@ export var ReplicaSpecificationSummary$ = [3, n0, _RSS,
|
|
|
450
450
|
export var ReplicationGroupStatus$ = [3, n0, _RGS,
|
|
451
451
|
0,
|
|
452
452
|
[_r, _kS, _tRP],
|
|
453
|
-
[0, 0, 0]
|
|
453
|
+
[0, 0, 0], 2
|
|
454
454
|
];
|
|
455
455
|
export var ReplicationSpecification$ = [3, n0, _RSe,
|
|
456
456
|
0,
|
|
457
457
|
[_rSep, _rL],
|
|
458
|
-
[0, 64 | 0]
|
|
458
|
+
[0, 64 | 0], 1
|
|
459
459
|
];
|
|
460
460
|
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
461
461
|
{ [_aQE]: [`ResourceNotFoundException`, 404], [_e]: _c, [_hE]: 404 },
|
|
@@ -466,17 +466,17 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
|
|
|
466
466
|
export var RestoreTableRequest$ = [3, n0, _RTR,
|
|
467
467
|
0,
|
|
468
468
|
[_sKN, _sTN, _tKN, _tTN, _rT, _cSO, _eSO, _pITRO, _tO, _aSS, _rSe],
|
|
469
|
-
[0, 0, 0, 0, 4, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TagList, () => AutoScalingSpecification$, () => ReplicaSpecificationList]
|
|
469
|
+
[0, 0, 0, 0, 4, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TagList, () => AutoScalingSpecification$, () => ReplicaSpecificationList], 4
|
|
470
470
|
];
|
|
471
471
|
export var RestoreTableResponse$ = [3, n0, _RTRe,
|
|
472
472
|
0,
|
|
473
473
|
[_rTARN],
|
|
474
|
-
[0]
|
|
474
|
+
[0], 1
|
|
475
475
|
];
|
|
476
476
|
export var SchemaDefinition$ = [3, n0, _SD,
|
|
477
477
|
0,
|
|
478
478
|
[_aC, _pK, _cK, _sC],
|
|
479
|
-
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList]
|
|
479
|
+
[() => ColumnDefinitionList, () => PartitionKeyList, () => ClusteringKeyList, () => StaticColumnList], 2
|
|
480
480
|
];
|
|
481
481
|
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
482
482
|
{ [_aQE]: [`ServiceQuotaExceededException`, 402], [_e]: _c, [_hE]: 402 },
|
|
@@ -487,22 +487,22 @@ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaE
|
|
|
487
487
|
export var StaticColumn$ = [3, n0, _SC,
|
|
488
488
|
0,
|
|
489
489
|
[_n],
|
|
490
|
-
[0]
|
|
490
|
+
[0], 1
|
|
491
491
|
];
|
|
492
492
|
export var TableSummary$ = [3, n0, _TS,
|
|
493
493
|
0,
|
|
494
494
|
[_kN, _tN, _rA],
|
|
495
|
-
[0, 0, 0]
|
|
495
|
+
[0, 0, 0], 3
|
|
496
496
|
];
|
|
497
497
|
export var Tag$ = [3, n0, _T,
|
|
498
498
|
0,
|
|
499
499
|
[_ke, _v],
|
|
500
|
-
[0, 0]
|
|
500
|
+
[0, 0], 2
|
|
501
501
|
];
|
|
502
502
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
503
503
|
0,
|
|
504
504
|
[_rA, _t],
|
|
505
|
-
[0, () => TagList]
|
|
505
|
+
[0, () => TagList], 2
|
|
506
506
|
];
|
|
507
507
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
508
508
|
0,
|
|
@@ -511,18 +511,18 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
511
511
|
];
|
|
512
512
|
export var TargetTrackingScalingPolicyConfiguration$ = [3, n0, _TTSPC,
|
|
513
513
|
0,
|
|
514
|
-
[_dSI, _sIC, _sOC
|
|
515
|
-
[2, 1, 1, 1
|
|
514
|
+
[_tV, _dSI, _sIC, _sOC],
|
|
515
|
+
[1, 2, 1, 1], 1
|
|
516
516
|
];
|
|
517
517
|
export var TimeToLive$ = [3, n0, _TTL,
|
|
518
518
|
0,
|
|
519
519
|
[_s],
|
|
520
|
-
[0]
|
|
520
|
+
[0], 1
|
|
521
521
|
];
|
|
522
522
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
523
523
|
0,
|
|
524
524
|
[_rA, _t],
|
|
525
|
-
[0, () => TagList]
|
|
525
|
+
[0, () => TagList], 2
|
|
526
526
|
];
|
|
527
527
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
528
528
|
0,
|
|
@@ -532,22 +532,22 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
532
532
|
export var UpdateKeyspaceRequest$ = [3, n0, _UKR,
|
|
533
533
|
0,
|
|
534
534
|
[_kN, _rS, _cST],
|
|
535
|
-
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$]
|
|
535
|
+
[0, () => ReplicationSpecification$, () => ClientSideTimestamps$], 2
|
|
536
536
|
];
|
|
537
537
|
export var UpdateKeyspaceResponse$ = [3, n0, _UKRp,
|
|
538
538
|
0,
|
|
539
539
|
[_rA],
|
|
540
|
-
[0]
|
|
540
|
+
[0], 1
|
|
541
541
|
];
|
|
542
542
|
export var UpdateTableRequest$ = [3, n0, _UTR,
|
|
543
543
|
0,
|
|
544
544
|
[_kN, _tN, _aCd, _cS, _eS, _pITR, _tt, _dTTL, _cST, _aSS, _rSe, _cSd],
|
|
545
|
-
[0, 0, () => ColumnDefinitionList, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$]
|
|
545
|
+
[0, 0, () => ColumnDefinitionList, () => CapacitySpecification$, () => EncryptionSpecification$, () => PointInTimeRecovery$, () => TimeToLive$, 1, () => ClientSideTimestamps$, () => AutoScalingSpecification$, () => ReplicaSpecificationList, () => CdcSpecification$], 2
|
|
546
546
|
];
|
|
547
547
|
export var UpdateTableResponse$ = [3, n0, _UTRp,
|
|
548
548
|
0,
|
|
549
549
|
[_rA],
|
|
550
|
-
[0]
|
|
550
|
+
[0], 1
|
|
551
551
|
];
|
|
552
552
|
export var ValidationException$ = [-3, n0, _VE,
|
|
553
553
|
{ [_aQE]: [`ValidationException`, 400], [_e]: _c },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.969.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-keyspaces",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|