@aws-sdk/client-finspace 3.986.0 → 3.988.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 +69 -1741
- package/dist-cjs/models/FinspaceServiceException.js +12 -0
- package/dist-cjs/models/errors.js +136 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1377 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +91 -85
- package/dist-types/schemas/schemas_0.d.ts +17 -10
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -10
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultFinspaceHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2021-03-12",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.finspace",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2021-03-12",
|
|
30
32
|
serviceTarget: "AWSHabaneroManagementService",
|
|
31
33
|
},
|
|
@@ -335,7 +335,7 @@ const _rCIDRS = "routableCIDRSpace";
|
|
|
335
335
|
const _rL = "releaseLabel";
|
|
336
336
|
const _rN = "ruleNumber";
|
|
337
337
|
const _rW = "readWrite";
|
|
338
|
-
const _s = "
|
|
338
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.finspace";
|
|
339
339
|
const _sB = "s3Bucket";
|
|
340
340
|
const _sC = "segmentConfigurations";
|
|
341
341
|
const _sCS = "signedConnectionString";
|
|
@@ -358,7 +358,7 @@ const _sR = "statusReason";
|
|
|
358
358
|
const _sSC = "savedownStorageConfiguration";
|
|
359
359
|
const _se = "server";
|
|
360
360
|
const _si = "size";
|
|
361
|
-
const
|
|
361
|
+
const _st = "status";
|
|
362
362
|
const _t = "tags";
|
|
363
363
|
const _tGC = "transitGatewayConfiguration";
|
|
364
364
|
const _tGID = "transitGatewayID";
|
|
@@ -384,14 +384,76 @@ const n0 = "com.amazonaws.finspace";
|
|
|
384
384
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
385
385
|
import { AccessDeniedException, ConflictException, InternalServerException, InvalidRequestException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
386
386
|
import { FinspaceServiceException } from "../models/FinspaceServiceException";
|
|
387
|
-
|
|
388
|
-
var
|
|
387
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
388
|
+
export var FinspaceServiceException$ = [-3, _s, "FinspaceServiceException", 0, [], []];
|
|
389
|
+
_s_registry.registerError(FinspaceServiceException$, FinspaceServiceException);
|
|
390
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
389
391
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
390
392
|
{ [_e]: _c, [_hE]: 403 },
|
|
391
393
|
[_m],
|
|
392
394
|
[0]
|
|
393
395
|
];
|
|
394
|
-
|
|
396
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
397
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
398
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
399
|
+
[_m, _r],
|
|
400
|
+
[0, 0]
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
403
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
404
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
405
|
+
[_m],
|
|
406
|
+
[0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
409
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
410
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
411
|
+
[_m],
|
|
412
|
+
[0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
415
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
417
|
+
[_m],
|
|
418
|
+
[0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
421
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
423
|
+
[_m],
|
|
424
|
+
[0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
427
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
428
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
429
|
+
[_m],
|
|
430
|
+
[0]
|
|
431
|
+
];
|
|
432
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
433
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
434
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
435
|
+
[_m],
|
|
436
|
+
[0]
|
|
437
|
+
];
|
|
438
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
439
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
440
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
441
|
+
[_m],
|
|
442
|
+
[0]
|
|
443
|
+
];
|
|
444
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
445
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
446
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
447
|
+
[_m],
|
|
448
|
+
[0]
|
|
449
|
+
];
|
|
450
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
451
|
+
export const errorTypeRegistries = [
|
|
452
|
+
_s_registry,
|
|
453
|
+
n0_registry,
|
|
454
|
+
];
|
|
455
|
+
var EmailId = [0, n0, _EI, 8, 0];
|
|
456
|
+
var SignedKxConnectionString = [0, n0, _SKCS, 8, 0];
|
|
395
457
|
export var AutoScalingConfiguration$ = [3, n0, _ASC,
|
|
396
458
|
0,
|
|
397
459
|
[_mNC, _mNCa, _aSM, _mT, _sICS, _sOCS],
|
|
@@ -412,12 +474,6 @@ export var CodeConfiguration$ = [3, n0, _CCo,
|
|
|
412
474
|
[_sB, _sK, _sOV],
|
|
413
475
|
[0, 0, 0]
|
|
414
476
|
];
|
|
415
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
416
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
417
|
-
[_m, _r],
|
|
418
|
-
[0, 0]
|
|
419
|
-
];
|
|
420
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
421
477
|
export var CreateEnvironmentRequest$ = [3, n0, _CER,
|
|
422
478
|
0,
|
|
423
479
|
[_n, _d, _kKI, _t, _fM, _fP, _sPu, _dB],
|
|
@@ -435,7 +491,7 @@ export var CreateKxChangesetRequest$ = [3, n0, _CKCR,
|
|
|
435
491
|
];
|
|
436
492
|
export var CreateKxChangesetResponse$ = [3, n0, _CKCRr,
|
|
437
493
|
0,
|
|
438
|
-
[_cI, _dN, _eI, _cR, _cTr, _lMT,
|
|
494
|
+
[_cI, _dN, _eI, _cR, _cTr, _lMT, _st, _eIr],
|
|
439
495
|
[0, 0, 0, () => ChangeRequests, 4, 4, 0, () => ErrorInfo$]
|
|
440
496
|
];
|
|
441
497
|
export var CreateKxClusterRequest$ = [3, n0, _CKCRre,
|
|
@@ -445,7 +501,7 @@ export var CreateKxClusterRequest$ = [3, n0, _CKCRre,
|
|
|
445
501
|
];
|
|
446
502
|
export var CreateKxClusterResponse$ = [3, n0, _CKCRrea,
|
|
447
503
|
0,
|
|
448
|
-
[_eI,
|
|
504
|
+
[_eI, _st, _sR, _cN, _cTlu, _tLC, _v, _da, _cSC, _aSC, _cD, _cC, _rL, _vC, _iS, _cLA, _co, _eR, _lMT, _sSC, _aM, _aZI, _cTr, _sGC],
|
|
449
505
|
[0, 0, 0, 0, 0, () => TickerplantLogConfiguration$, () => Volumes, () => KxDatabaseConfigurations, () => KxCacheStorageConfigurations, () => AutoScalingConfiguration$, 0, () => CapacityConfiguration$, 0, () => VpcConfiguration$, 0, () => KxCommandLineArguments, () => CodeConfiguration$, 0, 4, () => KxSavedownStorageConfiguration$, 0, 0, 4, () => KxScalingGroupConfiguration$]
|
|
450
506
|
];
|
|
451
507
|
export var CreateKxDatabaseRequest$ = [3, n0, _CKDR,
|
|
@@ -465,7 +521,7 @@ export var CreateKxDataviewRequest$ = [3, n0, _CKDRre,
|
|
|
465
521
|
];
|
|
466
522
|
export var CreateKxDataviewResponse$ = [3, n0, _CKDRrea,
|
|
467
523
|
0,
|
|
468
|
-
[_dNa, _dN, _eI, _aM, _aZI, _cI, _sC, _d, _aU, _rW, _cTr, _lMT,
|
|
524
|
+
[_dNa, _dN, _eI, _aM, _aZI, _cI, _sC, _d, _aU, _rW, _cTr, _lMT, _st],
|
|
469
525
|
[0, 0, 0, 0, 0, 0, () => KxDataviewSegmentConfigurationList, 0, 2, 2, 4, 4, 0]
|
|
470
526
|
];
|
|
471
527
|
export var CreateKxEnvironmentRequest$ = [3, n0, _CKER,
|
|
@@ -475,7 +531,7 @@ export var CreateKxEnvironmentRequest$ = [3, n0, _CKER,
|
|
|
475
531
|
];
|
|
476
532
|
export var CreateKxEnvironmentResponse$ = [3, n0, _CKERr,
|
|
477
533
|
0,
|
|
478
|
-
[_n,
|
|
534
|
+
[_n, _st, _eI, _d, _eA, _kKI, _cTre],
|
|
479
535
|
[0, 0, 0, 0, 0, 0, 4]
|
|
480
536
|
];
|
|
481
537
|
export var CreateKxScalingGroupRequest$ = [3, n0, _CKSGR,
|
|
@@ -485,7 +541,7 @@ export var CreateKxScalingGroupRequest$ = [3, n0, _CKSGR,
|
|
|
485
541
|
];
|
|
486
542
|
export var CreateKxScalingGroupResponse$ = [3, n0, _CKSGRr,
|
|
487
543
|
0,
|
|
488
|
-
[_eI, _sGN, _hT, _aZI,
|
|
544
|
+
[_eI, _sGN, _hT, _aZI, _st, _lMT, _cTr],
|
|
489
545
|
[0, 0, 0, 0, 0, 4, 4]
|
|
490
546
|
];
|
|
491
547
|
export var CreateKxUserRequest$ = [3, n0, _CKUR,
|
|
@@ -505,7 +561,7 @@ export var CreateKxVolumeRequest$ = [3, n0, _CKVR,
|
|
|
505
561
|
];
|
|
506
562
|
export var CreateKxVolumeResponse$ = [3, n0, _CKVRr,
|
|
507
563
|
0,
|
|
508
|
-
[_eI, _vN, _vT, _vA, _nCa,
|
|
564
|
+
[_eI, _vN, _vT, _vA, _nCa, _st, _sR, _aM, _d, _aZIv, _cTr],
|
|
509
565
|
[0, 0, 0, 0, () => KxNAS1Configuration$, 0, 0, 0, 0, 64 | 0, 4]
|
|
510
566
|
];
|
|
511
567
|
export var CustomDNSServer$ = [3, n0, _CDNSS,
|
|
@@ -605,7 +661,7 @@ export var DeleteKxVolumeResponse$ = [3, n0, _DKVRe,
|
|
|
605
661
|
];
|
|
606
662
|
export var Environment$ = [3, n0, _E,
|
|
607
663
|
0,
|
|
608
|
-
[_n, _eI, _aAI,
|
|
664
|
+
[_n, _eI, _aAI, _st, _eU, _d, _eA, _sMSDU, _kKI, _dSAI, _fM, _fP],
|
|
609
665
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => FederationParameters$]
|
|
610
666
|
];
|
|
611
667
|
export var ErrorInfo$ = [3, n0, _EIr,
|
|
@@ -635,7 +691,7 @@ export var GetKxChangesetRequest$ = [3, n0, _GKCR,
|
|
|
635
691
|
];
|
|
636
692
|
export var GetKxChangesetResponse$ = [3, n0, _GKCRe,
|
|
637
693
|
0,
|
|
638
|
-
[_cI, _dN, _eI, _cR, _cTr, _aFT, _lMT,
|
|
694
|
+
[_cI, _dN, _eI, _cR, _cTr, _aFT, _lMT, _st, _eIr],
|
|
639
695
|
[0, 0, 0, () => ChangeRequests, 4, 4, 4, 0, () => ErrorInfo$]
|
|
640
696
|
];
|
|
641
697
|
export var GetKxClusterRequest$ = [3, n0, _GKCRet,
|
|
@@ -645,7 +701,7 @@ export var GetKxClusterRequest$ = [3, n0, _GKCRet,
|
|
|
645
701
|
];
|
|
646
702
|
export var GetKxClusterResponse$ = [3, n0, _GKCRetx,
|
|
647
703
|
0,
|
|
648
|
-
[
|
|
704
|
+
[_st, _sR, _cN, _cTlu, _tLC, _v, _da, _cSC, _aSC, _cD, _cC, _rL, _vC, _iS, _cLA, _co, _eR, _lMT, _sSC, _aM, _aZI, _cTr, _sGC],
|
|
649
705
|
[0, 0, 0, 0, () => TickerplantLogConfiguration$, () => Volumes, () => KxDatabaseConfigurations, () => KxCacheStorageConfigurations, () => AutoScalingConfiguration$, 0, () => CapacityConfiguration$, 0, () => VpcConfiguration$, 0, () => KxCommandLineArguments, () => CodeConfiguration$, 0, 4, () => KxSavedownStorageConfiguration$, 0, 0, 4, () => KxScalingGroupConfiguration$]
|
|
650
706
|
];
|
|
651
707
|
export var GetKxConnectionStringRequest$ = [3, n0, _GKCSR,
|
|
@@ -675,7 +731,7 @@ export var GetKxDataviewRequest$ = [3, n0, _GKDRet,
|
|
|
675
731
|
];
|
|
676
732
|
export var GetKxDataviewResponse$ = [3, n0, _GKDRetx,
|
|
677
733
|
0,
|
|
678
|
-
[_dN, _dNa, _aM, _aZI, _cI, _sC, _aV, _d, _aU, _rW, _eI, _cTr, _lMT,
|
|
734
|
+
[_dN, _dNa, _aM, _aZI, _cI, _sC, _aV, _d, _aU, _rW, _eI, _cTr, _lMT, _st, _sR],
|
|
679
735
|
[0, 0, 0, 0, 0, () => KxDataviewSegmentConfigurationList, () => KxDataviewActiveVersionList, 0, 2, 2, 0, 4, 4, 0, 0]
|
|
680
736
|
];
|
|
681
737
|
export var GetKxEnvironmentRequest$ = [3, n0, _GKER,
|
|
@@ -685,7 +741,7 @@ export var GetKxEnvironmentRequest$ = [3, n0, _GKER,
|
|
|
685
741
|
];
|
|
686
742
|
export var GetKxEnvironmentResponse$ = [3, n0, _GKERe,
|
|
687
743
|
0,
|
|
688
|
-
[_n, _eI, _aAI,
|
|
744
|
+
[_n, _eI, _aAI, _st, _tS, _dS, _eM, _d, _eA, _kKI, _dSAI, _tGC, _cDNSC, _cTre, _uT, _aZIv, _cAA],
|
|
689
745
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => TransitGatewayConfiguration$, () => CustomDNSConfiguration, 4, 4, 64 | 0, 0]
|
|
690
746
|
];
|
|
691
747
|
export var GetKxScalingGroupRequest$ = [3, n0, _GKSGR,
|
|
@@ -695,7 +751,7 @@ export var GetKxScalingGroupRequest$ = [3, n0, _GKSGR,
|
|
|
695
751
|
];
|
|
696
752
|
export var GetKxScalingGroupResponse$ = [3, n0, _GKSGRe,
|
|
697
753
|
0,
|
|
698
|
-
[_sGN, _sGA, _hT, _cl, _aZI,
|
|
754
|
+
[_sGN, _sGA, _hT, _cl, _aZI, _st, _sR, _lMT, _cTr],
|
|
699
755
|
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 4]
|
|
700
756
|
];
|
|
701
757
|
export var GetKxUserRequest$ = [3, n0, _GKUR,
|
|
@@ -715,7 +771,7 @@ export var GetKxVolumeRequest$ = [3, n0, _GKVR,
|
|
|
715
771
|
];
|
|
716
772
|
export var GetKxVolumeResponse$ = [3, n0, _GKVRe,
|
|
717
773
|
0,
|
|
718
|
-
[_eI, _vN, _vT, _vA, _nCa,
|
|
774
|
+
[_eI, _vN, _vT, _vA, _nCa, _st, _sR, _cTr, _d, _aM, _aZIv, _lMT, _aC],
|
|
719
775
|
[0, 0, 0, 0, () => KxNAS1Configuration$, 0, 0, 4, 0, 0, 64 | 0, 4, () => KxAttachedClusters]
|
|
720
776
|
];
|
|
721
777
|
export var IcmpTypeCode$ = [3, n0, _ITC,
|
|
@@ -723,18 +779,6 @@ export var IcmpTypeCode$ = [3, n0, _ITC,
|
|
|
723
779
|
[_ty, _co],
|
|
724
780
|
[1, 1], 2
|
|
725
781
|
];
|
|
726
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
727
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
728
|
-
[_m],
|
|
729
|
-
[0]
|
|
730
|
-
];
|
|
731
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
732
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
733
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
734
|
-
[_m],
|
|
735
|
-
[0]
|
|
736
|
-
];
|
|
737
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
738
782
|
export var KxAttachedCluster$ = [3, n0, _KAC,
|
|
739
783
|
0,
|
|
740
784
|
[_cN, _cTlu, _cS],
|
|
@@ -747,12 +791,12 @@ export var KxCacheStorageConfiguration$ = [3, n0, _KCSC,
|
|
|
747
791
|
];
|
|
748
792
|
export var KxChangesetListEntry$ = [3, n0, _KCLE,
|
|
749
793
|
0,
|
|
750
|
-
[_cI, _cTr, _aFT, _lMT,
|
|
794
|
+
[_cI, _cTr, _aFT, _lMT, _st],
|
|
751
795
|
[0, 4, 4, 4, 0]
|
|
752
796
|
];
|
|
753
797
|
export var KxCluster$ = [3, n0, _KC,
|
|
754
798
|
0,
|
|
755
|
-
[
|
|
799
|
+
[_st, _sR, _cN, _cTlu, _cD, _rL, _v, _iS, _eR, _aM, _aZI, _lMT, _cTr],
|
|
756
800
|
[0, 0, 0, 0, 0, 0, () => Volumes, 0, 0, 0, 0, 4, 4]
|
|
757
801
|
];
|
|
758
802
|
export var KxClusterCodeDeploymentConfiguration$ = [3, n0, _KCCDC,
|
|
@@ -792,7 +836,7 @@ export var KxDataviewConfiguration$ = [3, n0, _KDCx,
|
|
|
792
836
|
];
|
|
793
837
|
export var KxDataviewListEntry$ = [3, n0, _KDLEx,
|
|
794
838
|
0,
|
|
795
|
-
[_eI, _dN, _dNa, _aM, _aZI, _cI, _sC, _aV,
|
|
839
|
+
[_eI, _dN, _dNa, _aM, _aZI, _cI, _sC, _aV, _st, _d, _aU, _rW, _cTr, _lMT, _sR],
|
|
796
840
|
[0, 0, 0, 0, 0, 0, () => KxDataviewSegmentConfigurationList, () => KxDataviewActiveVersionList, 0, 0, 2, 2, 4, 4, 0]
|
|
797
841
|
];
|
|
798
842
|
export var KxDataviewSegmentConfiguration$ = [3, n0, _KDSC,
|
|
@@ -807,7 +851,7 @@ export var KxDeploymentConfiguration$ = [3, n0, _KDCxe,
|
|
|
807
851
|
];
|
|
808
852
|
export var KxEnvironment$ = [3, n0, _KE,
|
|
809
853
|
0,
|
|
810
|
-
[_n, _eI, _aAI,
|
|
854
|
+
[_n, _eI, _aAI, _st, _tS, _dS, _eM, _d, _eA, _kKI, _dSAI, _tGC, _cDNSC, _cTre, _uT, _aZIv, _cAA],
|
|
811
855
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => TransitGatewayConfiguration$, () => CustomDNSConfiguration, 4, 4, 64 | 0, 0]
|
|
812
856
|
];
|
|
813
857
|
export var KxNAS1Configuration$ = [3, n0, _KNASC,
|
|
@@ -817,7 +861,7 @@ export var KxNAS1Configuration$ = [3, n0, _KNASC,
|
|
|
817
861
|
];
|
|
818
862
|
export var KxNode$ = [3, n0, _KN,
|
|
819
863
|
0,
|
|
820
|
-
[_nI, _aZI, _lT,
|
|
864
|
+
[_nI, _aZI, _lT, _st],
|
|
821
865
|
[0, 0, 4, 0]
|
|
822
866
|
];
|
|
823
867
|
export var KxSavedownStorageConfiguration$ = [3, n0, _KSSC,
|
|
@@ -827,7 +871,7 @@ export var KxSavedownStorageConfiguration$ = [3, n0, _KSSC,
|
|
|
827
871
|
];
|
|
828
872
|
export var KxScalingGroup$ = [3, n0, _KSG,
|
|
829
873
|
0,
|
|
830
|
-
[_sGN, _hT, _cl, _aZI,
|
|
874
|
+
[_sGN, _hT, _cl, _aZI, _st, _sR, _lMT, _cTr],
|
|
831
875
|
[0, 0, 64 | 0, 0, 0, 0, 4, 4]
|
|
832
876
|
];
|
|
833
877
|
export var KxScalingGroupConfiguration$ = [3, n0, _KSGC,
|
|
@@ -842,15 +886,9 @@ export var KxUser$ = [3, n0, _KU,
|
|
|
842
886
|
];
|
|
843
887
|
export var KxVolume$ = [3, n0, _KV,
|
|
844
888
|
0,
|
|
845
|
-
[_vN, _vT,
|
|
889
|
+
[_vN, _vT, _st, _d, _sR, _aM, _aZIv, _cTr, _lMT],
|
|
846
890
|
[0, 0, 0, 0, 0, 0, 64 | 0, 4, 4]
|
|
847
891
|
];
|
|
848
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
849
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
850
|
-
[_m],
|
|
851
|
-
[0]
|
|
852
|
-
];
|
|
853
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
854
892
|
export var ListEnvironmentsRequest$ = [3, n0, _LER,
|
|
855
893
|
0,
|
|
856
894
|
[_nTe, _mRa],
|
|
@@ -971,24 +1009,6 @@ export var PortRange$ = [3, n0, _PR,
|
|
|
971
1009
|
[_f, _to],
|
|
972
1010
|
[1, 1], 2
|
|
973
1011
|
];
|
|
974
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
975
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
976
|
-
[_m],
|
|
977
|
-
[0]
|
|
978
|
-
];
|
|
979
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
980
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
981
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
982
|
-
[_m],
|
|
983
|
-
[0]
|
|
984
|
-
];
|
|
985
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
986
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
987
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
988
|
-
[_m],
|
|
989
|
-
[0]
|
|
990
|
-
];
|
|
991
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
992
1012
|
export var SuperuserParameters$ = [3, n0, _SP,
|
|
993
1013
|
0,
|
|
994
1014
|
[_eAm, _fN, _lN],
|
|
@@ -1004,12 +1024,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
1004
1024
|
[],
|
|
1005
1025
|
[]
|
|
1006
1026
|
];
|
|
1007
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1008
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1009
|
-
[_m],
|
|
1010
|
-
[0]
|
|
1011
|
-
];
|
|
1012
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1013
1027
|
export var TickerplantLogConfiguration$ = [3, n0, _TLC,
|
|
1014
1028
|
0,
|
|
1015
1029
|
[_tLV],
|
|
@@ -1077,7 +1091,7 @@ export var UpdateKxDataviewRequest$ = [3, n0, _UKDRpd,
|
|
|
1077
1091
|
];
|
|
1078
1092
|
export var UpdateKxDataviewResponse$ = [3, n0, _UKDRpda,
|
|
1079
1093
|
0,
|
|
1080
|
-
[_eI, _dN, _dNa, _aM, _aZI, _cI, _sC, _aV,
|
|
1094
|
+
[_eI, _dN, _dNa, _aM, _aZI, _cI, _sC, _aV, _st, _aU, _rW, _d, _cTr, _lMT],
|
|
1081
1095
|
[0, 0, 0, 0, 0, 0, () => KxDataviewSegmentConfigurationList, () => KxDataviewActiveVersionList, 0, 2, 2, 0, 4, 4]
|
|
1082
1096
|
];
|
|
1083
1097
|
export var UpdateKxEnvironmentNetworkRequest$ = [3, n0, _UKENR,
|
|
@@ -1087,7 +1101,7 @@ export var UpdateKxEnvironmentNetworkRequest$ = [3, n0, _UKENR,
|
|
|
1087
1101
|
];
|
|
1088
1102
|
export var UpdateKxEnvironmentNetworkResponse$ = [3, n0, _UKENRp,
|
|
1089
1103
|
0,
|
|
1090
|
-
[_n, _eI, _aAI,
|
|
1104
|
+
[_n, _eI, _aAI, _st, _tS, _dS, _eM, _d, _eA, _kKI, _dSAI, _tGC, _cDNSC, _cTre, _uT, _aZIv],
|
|
1091
1105
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => TransitGatewayConfiguration$, () => CustomDNSConfiguration, 4, 4, 64 | 0]
|
|
1092
1106
|
];
|
|
1093
1107
|
export var UpdateKxEnvironmentRequest$ = [3, n0, _UKER,
|
|
@@ -1097,7 +1111,7 @@ export var UpdateKxEnvironmentRequest$ = [3, n0, _UKER,
|
|
|
1097
1111
|
];
|
|
1098
1112
|
export var UpdateKxEnvironmentResponse$ = [3, n0, _UKERp,
|
|
1099
1113
|
0,
|
|
1100
|
-
[_n, _eI, _aAI,
|
|
1114
|
+
[_n, _eI, _aAI, _st, _tS, _dS, _eM, _d, _eA, _kKI, _dSAI, _tGC, _cDNSC, _cTre, _uT, _aZIv],
|
|
1101
1115
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => TransitGatewayConfiguration$, () => CustomDNSConfiguration, 4, 4, 64 | 0]
|
|
1102
1116
|
];
|
|
1103
1117
|
export var UpdateKxUserRequest$ = [3, n0, _UKUR,
|
|
@@ -1117,15 +1131,9 @@ export var UpdateKxVolumeRequest$ = [3, n0, _UKVR,
|
|
|
1117
1131
|
];
|
|
1118
1132
|
export var UpdateKxVolumeResponse$ = [3, n0, _UKVRp,
|
|
1119
1133
|
0,
|
|
1120
|
-
[_eI, _vN, _vT, _vA, _nCa,
|
|
1134
|
+
[_eI, _vN, _vT, _vA, _nCa, _st, _d, _sR, _cTr, _aM, _aZIv, _lMT, _aC],
|
|
1121
1135
|
[0, 0, 0, 0, () => KxNAS1Configuration$, 0, 0, 0, 4, 0, 64 | 0, 4, () => KxAttachedClusters]
|
|
1122
1136
|
];
|
|
1123
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1124
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1125
|
-
[_m],
|
|
1126
|
-
[0]
|
|
1127
|
-
];
|
|
1128
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1129
1137
|
export var Volume$ = [3, n0, _V,
|
|
1130
1138
|
0,
|
|
1131
1139
|
[_vN, _vT],
|
|
@@ -1136,8 +1144,6 @@ export var VpcConfiguration$ = [3, n0, _VC,
|
|
|
1136
1144
|
[_vIp, _sGI, _sI, _iAT],
|
|
1137
1145
|
[0, 64 | 0, 64 | 0, 0]
|
|
1138
1146
|
];
|
|
1139
|
-
export var FinspaceServiceException$ = [-3, _sm, "FinspaceServiceException", 0, [], []];
|
|
1140
|
-
TypeRegistry.for(_sm).registerError(FinspaceServiceException$, FinspaceServiceException);
|
|
1141
1147
|
var AttachedClusterList = 64 | 0;
|
|
1142
1148
|
var AvailabilityZoneIds = 64 | 0;
|
|
1143
1149
|
var ChangeRequests = [1, n0, _CRh,
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var FinspaceServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
8
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
20
|
export declare var AutoScalingConfiguration$: StaticStructureSchema;
|
|
4
21
|
export declare var CapacityConfiguration$: StaticStructureSchema;
|
|
5
22
|
export declare var ChangeRequest$: StaticStructureSchema;
|
|
6
23
|
export declare var CodeConfiguration$: StaticStructureSchema;
|
|
7
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
8
24
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
9
25
|
export declare var CreateEnvironmentResponse$: StaticStructureSchema;
|
|
10
26
|
export declare var CreateKxChangesetRequest$: StaticStructureSchema;
|
|
@@ -66,8 +82,6 @@ export declare var GetKxUserResponse$: StaticStructureSchema;
|
|
|
66
82
|
export declare var GetKxVolumeRequest$: StaticStructureSchema;
|
|
67
83
|
export declare var GetKxVolumeResponse$: StaticStructureSchema;
|
|
68
84
|
export declare var IcmpTypeCode$: StaticStructureSchema;
|
|
69
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
70
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
71
85
|
export declare var KxAttachedCluster$: StaticStructureSchema;
|
|
72
86
|
export declare var KxCacheStorageConfiguration$: StaticStructureSchema;
|
|
73
87
|
export declare var KxChangesetListEntry$: StaticStructureSchema;
|
|
@@ -90,7 +104,6 @@ export declare var KxScalingGroup$: StaticStructureSchema;
|
|
|
90
104
|
export declare var KxScalingGroupConfiguration$: StaticStructureSchema;
|
|
91
105
|
export declare var KxUser$: StaticStructureSchema;
|
|
92
106
|
export declare var KxVolume$: StaticStructureSchema;
|
|
93
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
94
107
|
export declare var ListEnvironmentsRequest$: StaticStructureSchema;
|
|
95
108
|
export declare var ListEnvironmentsResponse$: StaticStructureSchema;
|
|
96
109
|
export declare var ListKxChangesetsRequest$: StaticStructureSchema;
|
|
@@ -115,13 +128,9 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
115
128
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
116
129
|
export declare var NetworkACLEntry$: StaticStructureSchema;
|
|
117
130
|
export declare var PortRange$: StaticStructureSchema;
|
|
118
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
119
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
120
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
121
131
|
export declare var SuperuserParameters$: StaticStructureSchema;
|
|
122
132
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
123
133
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
124
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
125
134
|
export declare var TickerplantLogConfiguration$: StaticStructureSchema;
|
|
126
135
|
export declare var TransitGatewayConfiguration$: StaticStructureSchema;
|
|
127
136
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -144,10 +153,8 @@ export declare var UpdateKxUserRequest$: StaticStructureSchema;
|
|
|
144
153
|
export declare var UpdateKxUserResponse$: StaticStructureSchema;
|
|
145
154
|
export declare var UpdateKxVolumeRequest$: StaticStructureSchema;
|
|
146
155
|
export declare var UpdateKxVolumeResponse$: StaticStructureSchema;
|
|
147
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
148
156
|
export declare var Volume$: StaticStructureSchema;
|
|
149
157
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
150
|
-
export declare var FinspaceServiceException$: StaticErrorSchema;
|
|
151
158
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
152
159
|
export declare var CreateKxChangeset$: StaticOperationSchema;
|
|
153
160
|
export declare var CreateKxCluster$: StaticOperationSchema;
|
|
@@ -1,14 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var FinspaceServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
19
|
export declare var AutoScalingConfiguration$: StaticStructureSchema;
|
|
8
20
|
export declare var CapacityConfiguration$: StaticStructureSchema;
|
|
9
21
|
export declare var ChangeRequest$: StaticStructureSchema;
|
|
10
22
|
export declare var CodeConfiguration$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
23
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
13
24
|
export declare var CreateEnvironmentResponse$: StaticStructureSchema;
|
|
14
25
|
export declare var CreateKxChangesetRequest$: StaticStructureSchema;
|
|
@@ -70,8 +81,6 @@ export declare var GetKxUserResponse$: StaticStructureSchema;
|
|
|
70
81
|
export declare var GetKxVolumeRequest$: StaticStructureSchema;
|
|
71
82
|
export declare var GetKxVolumeResponse$: StaticStructureSchema;
|
|
72
83
|
export declare var IcmpTypeCode$: StaticStructureSchema;
|
|
73
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
74
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
75
84
|
export declare var KxAttachedCluster$: StaticStructureSchema;
|
|
76
85
|
export declare var KxCacheStorageConfiguration$: StaticStructureSchema;
|
|
77
86
|
export declare var KxChangesetListEntry$: StaticStructureSchema;
|
|
@@ -94,7 +103,6 @@ export declare var KxScalingGroup$: StaticStructureSchema;
|
|
|
94
103
|
export declare var KxScalingGroupConfiguration$: StaticStructureSchema;
|
|
95
104
|
export declare var KxUser$: StaticStructureSchema;
|
|
96
105
|
export declare var KxVolume$: StaticStructureSchema;
|
|
97
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
98
106
|
export declare var ListEnvironmentsRequest$: StaticStructureSchema;
|
|
99
107
|
export declare var ListEnvironmentsResponse$: StaticStructureSchema;
|
|
100
108
|
export declare var ListKxChangesetsRequest$: StaticStructureSchema;
|
|
@@ -119,13 +127,9 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
119
127
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
120
128
|
export declare var NetworkACLEntry$: StaticStructureSchema;
|
|
121
129
|
export declare var PortRange$: StaticStructureSchema;
|
|
122
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
123
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
124
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
125
130
|
export declare var SuperuserParameters$: StaticStructureSchema;
|
|
126
131
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
127
132
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
128
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
129
133
|
export declare var TickerplantLogConfiguration$: StaticStructureSchema;
|
|
130
134
|
export declare var TransitGatewayConfiguration$: StaticStructureSchema;
|
|
131
135
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
@@ -148,10 +152,8 @@ export declare var UpdateKxUserRequest$: StaticStructureSchema;
|
|
|
148
152
|
export declare var UpdateKxUserResponse$: StaticStructureSchema;
|
|
149
153
|
export declare var UpdateKxVolumeRequest$: StaticStructureSchema;
|
|
150
154
|
export declare var UpdateKxVolumeResponse$: StaticStructureSchema;
|
|
151
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
152
155
|
export declare var Volume$: StaticStructureSchema;
|
|
153
156
|
export declare var VpcConfiguration$: StaticStructureSchema;
|
|
154
|
-
export declare var FinspaceServiceException$: StaticErrorSchema;
|
|
155
157
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
156
158
|
export declare var CreateKxChangeset$: StaticOperationSchema;
|
|
157
159
|
export declare var CreateKxCluster$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-finspace",
|
|
3
3
|
"description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.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-finspace",
|
|
@@ -21,38 +21,38 @@
|
|
|
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.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
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.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|