@aws-sdk/client-elastic-beanstalk 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 +66 -1924
- package/dist-cjs/models/ElasticBeanstalkSyntheticServiceException.js +12 -0
- package/dist-cjs/models/errors.js +251 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1460 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +122 -116
- package/dist-types/schemas/schemas_0.d.ts +27 -20
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -20
- 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 { defaultElasticBeanstalkHttpAuthSchemeProvider } 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: "2010-12-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.elasticbeanstalk",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
xmlNamespace: "http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/",
|
|
30
32
|
version: "2010-12-01",
|
|
31
33
|
serviceTarget: "AWSElasticBeanstalkService",
|
|
@@ -444,6 +444,128 @@ const n0 = "com.amazonaws.elasticbeanstalk";
|
|
|
444
444
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
445
445
|
import { ElasticBeanstalkSyntheticServiceException } from "../models/ElasticBeanstalkSyntheticServiceException";
|
|
446
446
|
import { CodeBuildNotInServiceRegionException, ElasticBeanstalkServiceException, InsufficientPrivilegesException, InvalidRequestException, ManagedActionInvalidStateException, OperationInProgressException, PlatformVersionStillReferencedException, ResourceNotFoundException, ResourceTypeNotSupportedException, S3LocationNotInServiceRegionException, S3SubscriptionRequiredException, SourceBundleDeletionException, TooManyApplicationsException, TooManyApplicationVersionsException, TooManyBucketsException, TooManyConfigurationTemplatesException, TooManyEnvironmentsException, TooManyPlatformsException, TooManyTagsException, } from "../models/errors";
|
|
447
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
448
|
+
export var ElasticBeanstalkSyntheticServiceException$ = [-3, _s, "ElasticBeanstalkSyntheticServiceException", 0, [], []];
|
|
449
|
+
_s_registry.registerError(ElasticBeanstalkSyntheticServiceException$, ElasticBeanstalkSyntheticServiceException);
|
|
450
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
451
|
+
export var CodeBuildNotInServiceRegionException$ = [-3, n0, _CBNISRE,
|
|
452
|
+
{ [_aQE]: [`CodeBuildNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
453
|
+
[_m],
|
|
454
|
+
[0]
|
|
455
|
+
];
|
|
456
|
+
n0_registry.registerError(CodeBuildNotInServiceRegionException$, CodeBuildNotInServiceRegionException);
|
|
457
|
+
export var ElasticBeanstalkServiceException$ = [-3, n0, _EBSE,
|
|
458
|
+
{ [_e]: _c },
|
|
459
|
+
[_m],
|
|
460
|
+
[0]
|
|
461
|
+
];
|
|
462
|
+
n0_registry.registerError(ElasticBeanstalkServiceException$, ElasticBeanstalkServiceException);
|
|
463
|
+
export var InsufficientPrivilegesException$ = [-3, n0, _IPE,
|
|
464
|
+
{ [_aQE]: [`InsufficientPrivilegesException`, 403], [_e]: _c, [_hE]: 403 },
|
|
465
|
+
[_m],
|
|
466
|
+
[0]
|
|
467
|
+
];
|
|
468
|
+
n0_registry.registerError(InsufficientPrivilegesException$, InsufficientPrivilegesException);
|
|
469
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
470
|
+
{ [_aQE]: [`InvalidRequestException`, 400], [_e]: _c, [_hE]: 400 },
|
|
471
|
+
[_m],
|
|
472
|
+
[0]
|
|
473
|
+
];
|
|
474
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
475
|
+
export var ManagedActionInvalidStateException$ = [-3, n0, _MAISE,
|
|
476
|
+
{ [_aQE]: [`ManagedActionInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
477
|
+
[_m],
|
|
478
|
+
[0]
|
|
479
|
+
];
|
|
480
|
+
n0_registry.registerError(ManagedActionInvalidStateException$, ManagedActionInvalidStateException);
|
|
481
|
+
export var OperationInProgressException$ = [-3, n0, _OIPE,
|
|
482
|
+
{ [_aQE]: [`OperationInProgressFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
483
|
+
[_m],
|
|
484
|
+
[0]
|
|
485
|
+
];
|
|
486
|
+
n0_registry.registerError(OperationInProgressException$, OperationInProgressException);
|
|
487
|
+
export var PlatformVersionStillReferencedException$ = [-3, n0, _PVSRE,
|
|
488
|
+
{ [_aQE]: [`PlatformVersionStillReferencedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
489
|
+
[_m],
|
|
490
|
+
[0]
|
|
491
|
+
];
|
|
492
|
+
n0_registry.registerError(PlatformVersionStillReferencedException$, PlatformVersionStillReferencedException);
|
|
493
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
494
|
+
{ [_aQE]: [`ResourceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
495
|
+
[_m],
|
|
496
|
+
[0]
|
|
497
|
+
];
|
|
498
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
499
|
+
export var ResourceTypeNotSupportedException$ = [-3, n0, _RTNSE,
|
|
500
|
+
{ [_aQE]: [`ResourceTypeNotSupportedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
501
|
+
[_m],
|
|
502
|
+
[0]
|
|
503
|
+
];
|
|
504
|
+
n0_registry.registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
505
|
+
export var S3LocationNotInServiceRegionException$ = [-3, n0, _SLNISRE,
|
|
506
|
+
{ [_aQE]: [`S3LocationNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
507
|
+
[_m],
|
|
508
|
+
[0]
|
|
509
|
+
];
|
|
510
|
+
n0_registry.registerError(S3LocationNotInServiceRegionException$, S3LocationNotInServiceRegionException);
|
|
511
|
+
export var S3SubscriptionRequiredException$ = [-3, n0, _SSRE,
|
|
512
|
+
{ [_aQE]: [`S3SubscriptionRequiredException`, 400], [_e]: _c, [_hE]: 400 },
|
|
513
|
+
[_m],
|
|
514
|
+
[0]
|
|
515
|
+
];
|
|
516
|
+
n0_registry.registerError(S3SubscriptionRequiredException$, S3SubscriptionRequiredException);
|
|
517
|
+
export var SourceBundleDeletionException$ = [-3, n0, _SBDE,
|
|
518
|
+
{ [_aQE]: [`SourceBundleDeletionFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
519
|
+
[_m],
|
|
520
|
+
[0]
|
|
521
|
+
];
|
|
522
|
+
n0_registry.registerError(SourceBundleDeletionException$, SourceBundleDeletionException);
|
|
523
|
+
export var TooManyApplicationsException$ = [-3, n0, _TMAE,
|
|
524
|
+
{ [_aQE]: [`TooManyApplicationsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
525
|
+
[_m],
|
|
526
|
+
[0]
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(TooManyApplicationsException$, TooManyApplicationsException);
|
|
529
|
+
export var TooManyApplicationVersionsException$ = [-3, n0, _TMAVE,
|
|
530
|
+
{ [_e]: _c },
|
|
531
|
+
[_m],
|
|
532
|
+
[0]
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(TooManyApplicationVersionsException$, TooManyApplicationVersionsException);
|
|
535
|
+
export var TooManyBucketsException$ = [-3, n0, _TMBE,
|
|
536
|
+
{ [_aQE]: [`TooManyBucketsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
537
|
+
[_m],
|
|
538
|
+
[0]
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(TooManyBucketsException$, TooManyBucketsException);
|
|
541
|
+
export var TooManyConfigurationTemplatesException$ = [-3, n0, _TMCTE,
|
|
542
|
+
{ [_aQE]: [`TooManyConfigurationTemplatesException`, 400], [_e]: _c, [_hE]: 400 },
|
|
543
|
+
[_m],
|
|
544
|
+
[0]
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(TooManyConfigurationTemplatesException$, TooManyConfigurationTemplatesException);
|
|
547
|
+
export var TooManyEnvironmentsException$ = [-3, n0, _TMEE,
|
|
548
|
+
{ [_aQE]: [`TooManyEnvironmentsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
549
|
+
[_m],
|
|
550
|
+
[0]
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(TooManyEnvironmentsException$, TooManyEnvironmentsException);
|
|
553
|
+
export var TooManyPlatformsException$ = [-3, n0, _TMPE,
|
|
554
|
+
{ [_aQE]: [`TooManyPlatformsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
555
|
+
[_m],
|
|
556
|
+
[0]
|
|
557
|
+
];
|
|
558
|
+
n0_registry.registerError(TooManyPlatformsException$, TooManyPlatformsException);
|
|
559
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
560
|
+
{ [_aQE]: [`TooManyTagsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
561
|
+
[_m],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
565
|
+
export const errorTypeRegistries = [
|
|
566
|
+
_s_registry,
|
|
567
|
+
n0_registry,
|
|
568
|
+
];
|
|
447
569
|
export var AbortEnvironmentUpdateMessage$ = [3, n0, _AEUM,
|
|
448
570
|
0,
|
|
449
571
|
[_EI, _EN],
|
|
@@ -539,12 +661,6 @@ export var CheckDNSAvailabilityResultMessage$ = [3, n0, _CDNSARM,
|
|
|
539
661
|
[_Av, _FQCNAME],
|
|
540
662
|
[2, 0]
|
|
541
663
|
];
|
|
542
|
-
export var CodeBuildNotInServiceRegionException$ = [-3, n0, _CBNISRE,
|
|
543
|
-
{ [_aQE]: [`CodeBuildNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
544
|
-
[_m],
|
|
545
|
-
[0]
|
|
546
|
-
];
|
|
547
|
-
TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException$, CodeBuildNotInServiceRegionException);
|
|
548
664
|
export var ComposeEnvironmentsMessage$ = [3, n0, _CEM,
|
|
549
665
|
0,
|
|
550
666
|
[_AN, _GN, _VLe],
|
|
@@ -755,12 +871,6 @@ export var DisassociateEnvironmentOperationsRoleMessage$ = [3, n0, _DEORM,
|
|
|
755
871
|
[_EN],
|
|
756
872
|
[0], 1
|
|
757
873
|
];
|
|
758
|
-
export var ElasticBeanstalkServiceException$ = [-3, n0, _EBSE,
|
|
759
|
-
{ [_e]: _c },
|
|
760
|
-
[_m],
|
|
761
|
-
[0]
|
|
762
|
-
];
|
|
763
|
-
TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException$, ElasticBeanstalkServiceException);
|
|
764
874
|
export var EnvironmentDescription$ = [3, n0, _ED,
|
|
765
875
|
0,
|
|
766
876
|
[_EN, _EI, _AN, _VL, _SSN, _PA, _TN, _D, _EURL, _CNAME, _DC, _DU, _S, _AOIP, _H, _HS, _Re, _Ti, _EL, _EA, _OR],
|
|
@@ -821,18 +931,6 @@ export var InstanceHealthSummary$ = [3, n0, _IHS,
|
|
|
821
931
|
[_ND, _Un, _Pe, _Ok, _Inf, _W, _Deg, _Sev],
|
|
822
932
|
[1, 1, 1, 1, 1, 1, 1, 1]
|
|
823
933
|
];
|
|
824
|
-
export var InsufficientPrivilegesException$ = [-3, n0, _IPE,
|
|
825
|
-
{ [_aQE]: [`InsufficientPrivilegesException`, 403], [_e]: _c, [_hE]: 403 },
|
|
826
|
-
[_m],
|
|
827
|
-
[0]
|
|
828
|
-
];
|
|
829
|
-
TypeRegistry.for(n0).registerError(InsufficientPrivilegesException$, InsufficientPrivilegesException);
|
|
830
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
831
|
-
{ [_aQE]: [`InvalidRequestException`, 400], [_e]: _c, [_hE]: 400 },
|
|
832
|
-
[_m],
|
|
833
|
-
[0]
|
|
834
|
-
];
|
|
835
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
836
934
|
export var Latency$ = [3, n0, _L,
|
|
837
935
|
0,
|
|
838
936
|
[_P_, _P__, _P___, _P____, _P_____, _P______, _P_______, _P________],
|
|
@@ -903,12 +1001,6 @@ export var ManagedActionHistoryItem$ = [3, n0, _MAHIa,
|
|
|
903
1001
|
[_AI, _AT, _ADc, _FT, _S, _FD, _ETx, _FTi],
|
|
904
1002
|
[0, 0, 0, 0, 0, 0, 4, 4]
|
|
905
1003
|
];
|
|
906
|
-
export var ManagedActionInvalidStateException$ = [-3, n0, _MAISE,
|
|
907
|
-
{ [_aQE]: [`ManagedActionInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
908
|
-
[_m],
|
|
909
|
-
[0]
|
|
910
|
-
];
|
|
911
|
-
TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException$, ManagedActionInvalidStateException);
|
|
912
1004
|
export var MaxAgeRule$ = [3, n0, _MAR,
|
|
913
1005
|
0,
|
|
914
1006
|
[_En, _MAID, _DSFS],
|
|
@@ -919,12 +1011,6 @@ export var MaxCountRule$ = [3, n0, _MCR,
|
|
|
919
1011
|
[_En, _MC, _DSFS],
|
|
920
1012
|
[2, 1, 2], 1
|
|
921
1013
|
];
|
|
922
|
-
export var OperationInProgressException$ = [-3, n0, _OIPE,
|
|
923
|
-
{ [_aQE]: [`OperationInProgressFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
924
|
-
[_m],
|
|
925
|
-
[0]
|
|
926
|
-
];
|
|
927
|
-
TypeRegistry.for(n0).registerError(OperationInProgressException$, OperationInProgressException);
|
|
928
1014
|
export var OptionRestrictionRegex$ = [3, n0, _ORR,
|
|
929
1015
|
0,
|
|
930
1016
|
[_Pa, _La],
|
|
@@ -965,12 +1051,6 @@ export var PlatformSummary$ = [3, n0, _PS,
|
|
|
965
1051
|
[_PA, _PO, _PSl, _PC, _OSN, _OSV, _STL, _SAL, _PLS, _PV, _PBN, _PBLS],
|
|
966
1052
|
[0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0]
|
|
967
1053
|
];
|
|
968
|
-
export var PlatformVersionStillReferencedException$ = [-3, n0, _PVSRE,
|
|
969
|
-
{ [_aQE]: [`PlatformVersionStillReferencedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
970
|
-
[_m],
|
|
971
|
-
[0]
|
|
972
|
-
];
|
|
973
|
-
TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException$, PlatformVersionStillReferencedException);
|
|
974
1054
|
export var Queue$ = [3, n0, _Qu,
|
|
975
1055
|
0,
|
|
976
1056
|
[_N, _URL],
|
|
@@ -986,12 +1066,6 @@ export var RequestEnvironmentInfoMessage$ = [3, n0, _REIM,
|
|
|
986
1066
|
[_IT, _EI, _EN],
|
|
987
1067
|
[0, 0, 0], 1
|
|
988
1068
|
];
|
|
989
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
990
|
-
{ [_aQE]: [`ResourceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
991
|
-
[_m],
|
|
992
|
-
[0]
|
|
993
|
-
];
|
|
994
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
995
1069
|
export var ResourceQuota$ = [3, n0, _RQe,
|
|
996
1070
|
0,
|
|
997
1071
|
[_Max],
|
|
@@ -1007,12 +1081,6 @@ export var ResourceTagsDescriptionMessage$ = [3, n0, _RTDM,
|
|
|
1007
1081
|
[_RAe, _RT],
|
|
1008
1082
|
[0, () => TagList]
|
|
1009
1083
|
];
|
|
1010
|
-
export var ResourceTypeNotSupportedException$ = [-3, n0, _RTNSE,
|
|
1011
|
-
{ [_aQE]: [`ResourceTypeNotSupportedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1012
|
-
[_m],
|
|
1013
|
-
[0]
|
|
1014
|
-
];
|
|
1015
|
-
TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1016
1084
|
export var RestartAppServerMessage$ = [3, n0, _RASM,
|
|
1017
1085
|
0,
|
|
1018
1086
|
[_EI, _EN],
|
|
@@ -1033,18 +1101,6 @@ export var S3Location$ = [3, n0, _SL,
|
|
|
1033
1101
|
[_SBu, _SK],
|
|
1034
1102
|
[0, 0]
|
|
1035
1103
|
];
|
|
1036
|
-
export var S3LocationNotInServiceRegionException$ = [-3, n0, _SLNISRE,
|
|
1037
|
-
{ [_aQE]: [`S3LocationNotInServiceRegionException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1038
|
-
[_m],
|
|
1039
|
-
[0]
|
|
1040
|
-
];
|
|
1041
|
-
TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException$, S3LocationNotInServiceRegionException);
|
|
1042
|
-
export var S3SubscriptionRequiredException$ = [-3, n0, _SSRE,
|
|
1043
|
-
{ [_aQE]: [`S3SubscriptionRequiredException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1044
|
-
[_m],
|
|
1045
|
-
[0]
|
|
1046
|
-
];
|
|
1047
|
-
TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException$, S3SubscriptionRequiredException);
|
|
1048
1104
|
export var SearchFilter$ = [3, n0, _SF,
|
|
1049
1105
|
0,
|
|
1050
1106
|
[_At, _Op, _Val],
|
|
@@ -1065,12 +1121,6 @@ export var SourceBuildInformation$ = [3, n0, _SBI,
|
|
|
1065
1121
|
[_STo, _SRo, _SLo],
|
|
1066
1122
|
[0, 0, 0], 3
|
|
1067
1123
|
];
|
|
1068
|
-
export var SourceBundleDeletionException$ = [-3, n0, _SBDE,
|
|
1069
|
-
{ [_aQE]: [`SourceBundleDeletionFailure`, 400], [_e]: _c, [_hE]: 400 },
|
|
1070
|
-
[_m],
|
|
1071
|
-
[0]
|
|
1072
|
-
];
|
|
1073
|
-
TypeRegistry.for(n0).registerError(SourceBundleDeletionException$, SourceBundleDeletionException);
|
|
1074
1124
|
export var SourceConfiguration$ = [3, n0, _SCo,
|
|
1075
1125
|
0,
|
|
1076
1126
|
[_AN, _TN],
|
|
@@ -1101,48 +1151,6 @@ export var TerminateEnvironmentMessage$ = [3, n0, _TEM,
|
|
|
1101
1151
|
[_EI, _EN, _TR, _FTo],
|
|
1102
1152
|
[0, 0, 2, 2]
|
|
1103
1153
|
];
|
|
1104
|
-
export var TooManyApplicationsException$ = [-3, n0, _TMAE,
|
|
1105
|
-
{ [_aQE]: [`TooManyApplicationsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1106
|
-
[_m],
|
|
1107
|
-
[0]
|
|
1108
|
-
];
|
|
1109
|
-
TypeRegistry.for(n0).registerError(TooManyApplicationsException$, TooManyApplicationsException);
|
|
1110
|
-
export var TooManyApplicationVersionsException$ = [-3, n0, _TMAVE,
|
|
1111
|
-
{ [_e]: _c },
|
|
1112
|
-
[_m],
|
|
1113
|
-
[0]
|
|
1114
|
-
];
|
|
1115
|
-
TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException$, TooManyApplicationVersionsException);
|
|
1116
|
-
export var TooManyBucketsException$ = [-3, n0, _TMBE,
|
|
1117
|
-
{ [_aQE]: [`TooManyBucketsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1118
|
-
[_m],
|
|
1119
|
-
[0]
|
|
1120
|
-
];
|
|
1121
|
-
TypeRegistry.for(n0).registerError(TooManyBucketsException$, TooManyBucketsException);
|
|
1122
|
-
export var TooManyConfigurationTemplatesException$ = [-3, n0, _TMCTE,
|
|
1123
|
-
{ [_aQE]: [`TooManyConfigurationTemplatesException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1124
|
-
[_m],
|
|
1125
|
-
[0]
|
|
1126
|
-
];
|
|
1127
|
-
TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException$, TooManyConfigurationTemplatesException);
|
|
1128
|
-
export var TooManyEnvironmentsException$ = [-3, n0, _TMEE,
|
|
1129
|
-
{ [_aQE]: [`TooManyEnvironmentsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1130
|
-
[_m],
|
|
1131
|
-
[0]
|
|
1132
|
-
];
|
|
1133
|
-
TypeRegistry.for(n0).registerError(TooManyEnvironmentsException$, TooManyEnvironmentsException);
|
|
1134
|
-
export var TooManyPlatformsException$ = [-3, n0, _TMPE,
|
|
1135
|
-
{ [_aQE]: [`TooManyPlatformsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1136
|
-
[_m],
|
|
1137
|
-
[0]
|
|
1138
|
-
];
|
|
1139
|
-
TypeRegistry.for(n0).registerError(TooManyPlatformsException$, TooManyPlatformsException);
|
|
1140
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1141
|
-
{ [_aQE]: [`TooManyTagsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1142
|
-
[_m],
|
|
1143
|
-
[0]
|
|
1144
|
-
];
|
|
1145
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1146
1154
|
export var Trigger$ = [3, n0, _Tri,
|
|
1147
1155
|
0,
|
|
1148
1156
|
[_N],
|
|
@@ -1189,8 +1197,6 @@ export var ValidationMessage$ = [3, n0, _VM,
|
|
|
1189
1197
|
[0, 0, 0, 0]
|
|
1190
1198
|
];
|
|
1191
1199
|
var __Unit = "unit";
|
|
1192
|
-
export var ElasticBeanstalkSyntheticServiceException$ = [-3, _s, "ElasticBeanstalkSyntheticServiceException", 0, [], []];
|
|
1193
|
-
TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException$, ElasticBeanstalkSyntheticServiceException);
|
|
1194
1200
|
var ApplicationDescriptionList = [1, n0, _ADL,
|
|
1195
1201
|
0, () => ApplicationDescription$
|
|
1196
1202
|
];
|
|
@@ -1,4 +1,31 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ElasticBeanstalkSyntheticServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var CodeBuildNotInServiceRegionException$: StaticErrorSchema;
|
|
5
|
+
export declare var ElasticBeanstalkServiceException$: StaticErrorSchema;
|
|
6
|
+
export declare var InsufficientPrivilegesException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
8
|
+
export declare var ManagedActionInvalidStateException$: StaticErrorSchema;
|
|
9
|
+
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
10
|
+
export declare var PlatformVersionStillReferencedException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
13
|
+
export declare var S3LocationNotInServiceRegionException$: StaticErrorSchema;
|
|
14
|
+
export declare var S3SubscriptionRequiredException$: StaticErrorSchema;
|
|
15
|
+
export declare var SourceBundleDeletionException$: StaticErrorSchema;
|
|
16
|
+
export declare var TooManyApplicationsException$: StaticErrorSchema;
|
|
17
|
+
export declare var TooManyApplicationVersionsException$: StaticErrorSchema;
|
|
18
|
+
export declare var TooManyBucketsException$: StaticErrorSchema;
|
|
19
|
+
export declare var TooManyConfigurationTemplatesException$: StaticErrorSchema;
|
|
20
|
+
export declare var TooManyEnvironmentsException$: StaticErrorSchema;
|
|
21
|
+
export declare var TooManyPlatformsException$: StaticErrorSchema;
|
|
22
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
23
|
+
/**
|
|
24
|
+
* TypeRegistry instances containing modeled errors.
|
|
25
|
+
* @internal
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
29
|
export declare var AbortEnvironmentUpdateMessage$: StaticStructureSchema;
|
|
3
30
|
export declare var ApplicationDescription$: StaticStructureSchema;
|
|
4
31
|
export declare var ApplicationDescriptionMessage$: StaticStructureSchema;
|
|
@@ -18,7 +45,6 @@ export declare var BuildConfiguration$: StaticStructureSchema;
|
|
|
18
45
|
export declare var Builder$: StaticStructureSchema;
|
|
19
46
|
export declare var CheckDNSAvailabilityMessage$: StaticStructureSchema;
|
|
20
47
|
export declare var CheckDNSAvailabilityResultMessage$: StaticStructureSchema;
|
|
21
|
-
export declare var CodeBuildNotInServiceRegionException$: StaticErrorSchema;
|
|
22
48
|
export declare var ComposeEnvironmentsMessage$: StaticStructureSchema;
|
|
23
49
|
export declare var ConfigurationOptionDescription$: StaticStructureSchema;
|
|
24
50
|
export declare var ConfigurationOptionsDescription$: StaticStructureSchema;
|
|
@@ -61,7 +87,6 @@ export declare var DescribeInstancesHealthResult$: StaticStructureSchema;
|
|
|
61
87
|
export declare var DescribePlatformVersionRequest$: StaticStructureSchema;
|
|
62
88
|
export declare var DescribePlatformVersionResult$: StaticStructureSchema;
|
|
63
89
|
export declare var DisassociateEnvironmentOperationsRoleMessage$: StaticStructureSchema;
|
|
64
|
-
export declare var ElasticBeanstalkServiceException$: StaticErrorSchema;
|
|
65
90
|
export declare var EnvironmentDescription$: StaticStructureSchema;
|
|
66
91
|
export declare var EnvironmentDescriptionsMessage$: StaticStructureSchema;
|
|
67
92
|
export declare var EnvironmentInfoDescription$: StaticStructureSchema;
|
|
@@ -74,8 +99,6 @@ export declare var EventDescription$: StaticStructureSchema;
|
|
|
74
99
|
export declare var EventDescriptionsMessage$: StaticStructureSchema;
|
|
75
100
|
export declare var Instance$: StaticStructureSchema;
|
|
76
101
|
export declare var InstanceHealthSummary$: StaticStructureSchema;
|
|
77
|
-
export declare var InsufficientPrivilegesException$: StaticErrorSchema;
|
|
78
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
79
102
|
export declare var Latency$: StaticStructureSchema;
|
|
80
103
|
export declare var LaunchConfiguration$: StaticStructureSchema;
|
|
81
104
|
export declare var LaunchTemplate$: StaticStructureSchema;
|
|
@@ -90,10 +113,8 @@ export declare var LoadBalancer$: StaticStructureSchema;
|
|
|
90
113
|
export declare var LoadBalancerDescription$: StaticStructureSchema;
|
|
91
114
|
export declare var ManagedAction$: StaticStructureSchema;
|
|
92
115
|
export declare var ManagedActionHistoryItem$: StaticStructureSchema;
|
|
93
|
-
export declare var ManagedActionInvalidStateException$: StaticErrorSchema;
|
|
94
116
|
export declare var MaxAgeRule$: StaticStructureSchema;
|
|
95
117
|
export declare var MaxCountRule$: StaticStructureSchema;
|
|
96
|
-
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
97
118
|
export declare var OptionRestrictionRegex$: StaticStructureSchema;
|
|
98
119
|
export declare var OptionSpecification$: StaticStructureSchema;
|
|
99
120
|
export declare var PlatformBranchSummary$: StaticStructureSchema;
|
|
@@ -102,39 +123,26 @@ export declare var PlatformFilter$: StaticStructureSchema;
|
|
|
102
123
|
export declare var PlatformFramework$: StaticStructureSchema;
|
|
103
124
|
export declare var PlatformProgrammingLanguage$: StaticStructureSchema;
|
|
104
125
|
export declare var PlatformSummary$: StaticStructureSchema;
|
|
105
|
-
export declare var PlatformVersionStillReferencedException$: StaticErrorSchema;
|
|
106
126
|
export declare var Queue$: StaticStructureSchema;
|
|
107
127
|
export declare var RebuildEnvironmentMessage$: StaticStructureSchema;
|
|
108
128
|
export declare var RequestEnvironmentInfoMessage$: StaticStructureSchema;
|
|
109
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
110
129
|
export declare var ResourceQuota$: StaticStructureSchema;
|
|
111
130
|
export declare var ResourceQuotas$: StaticStructureSchema;
|
|
112
131
|
export declare var ResourceTagsDescriptionMessage$: StaticStructureSchema;
|
|
113
|
-
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
114
132
|
export declare var RestartAppServerMessage$: StaticStructureSchema;
|
|
115
133
|
export declare var RetrieveEnvironmentInfoMessage$: StaticStructureSchema;
|
|
116
134
|
export declare var RetrieveEnvironmentInfoResultMessage$: StaticStructureSchema;
|
|
117
135
|
export declare var S3Location$: StaticStructureSchema;
|
|
118
|
-
export declare var S3LocationNotInServiceRegionException$: StaticErrorSchema;
|
|
119
|
-
export declare var S3SubscriptionRequiredException$: StaticErrorSchema;
|
|
120
136
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
121
137
|
export declare var SingleInstanceHealth$: StaticStructureSchema;
|
|
122
138
|
export declare var SolutionStackDescription$: StaticStructureSchema;
|
|
123
139
|
export declare var SourceBuildInformation$: StaticStructureSchema;
|
|
124
|
-
export declare var SourceBundleDeletionException$: StaticErrorSchema;
|
|
125
140
|
export declare var SourceConfiguration$: StaticStructureSchema;
|
|
126
141
|
export declare var StatusCodes$: StaticStructureSchema;
|
|
127
142
|
export declare var SwapEnvironmentCNAMEsMessage$: StaticStructureSchema;
|
|
128
143
|
export declare var SystemStatus$: StaticStructureSchema;
|
|
129
144
|
export declare var Tag$: StaticStructureSchema;
|
|
130
145
|
export declare var TerminateEnvironmentMessage$: StaticStructureSchema;
|
|
131
|
-
export declare var TooManyApplicationsException$: StaticErrorSchema;
|
|
132
|
-
export declare var TooManyApplicationVersionsException$: StaticErrorSchema;
|
|
133
|
-
export declare var TooManyBucketsException$: StaticErrorSchema;
|
|
134
|
-
export declare var TooManyConfigurationTemplatesException$: StaticErrorSchema;
|
|
135
|
-
export declare var TooManyEnvironmentsException$: StaticErrorSchema;
|
|
136
|
-
export declare var TooManyPlatformsException$: StaticErrorSchema;
|
|
137
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
138
146
|
export declare var Trigger$: StaticStructureSchema;
|
|
139
147
|
export declare var UpdateApplicationMessage$: StaticStructureSchema;
|
|
140
148
|
export declare var UpdateApplicationResourceLifecycleMessage$: StaticStructureSchema;
|
|
@@ -144,7 +152,6 @@ export declare var UpdateEnvironmentMessage$: StaticStructureSchema;
|
|
|
144
152
|
export declare var UpdateTagsForResourceMessage$: StaticStructureSchema;
|
|
145
153
|
export declare var ValidateConfigurationSettingsMessage$: StaticStructureSchema;
|
|
146
154
|
export declare var ValidationMessage$: StaticStructureSchema;
|
|
147
|
-
export declare var ElasticBeanstalkSyntheticServiceException$: StaticErrorSchema;
|
|
148
155
|
export declare var AbortEnvironmentUpdate$: StaticOperationSchema;
|
|
149
156
|
export declare var ApplyEnvironmentManagedAction$: StaticOperationSchema;
|
|
150
157
|
export declare var AssociateEnvironmentOperationsRole$: StaticOperationSchema;
|
|
@@ -1,8 +1,30 @@
|
|
|
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 ElasticBeanstalkSyntheticServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var CodeBuildNotInServiceRegionException$: StaticErrorSchema;
|
|
9
|
+
export declare var ElasticBeanstalkServiceException$: StaticErrorSchema;
|
|
10
|
+
export declare var InsufficientPrivilegesException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var ManagedActionInvalidStateException$: StaticErrorSchema;
|
|
13
|
+
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
14
|
+
export declare var PlatformVersionStillReferencedException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
17
|
+
export declare var S3LocationNotInServiceRegionException$: StaticErrorSchema;
|
|
18
|
+
export declare var S3SubscriptionRequiredException$: StaticErrorSchema;
|
|
19
|
+
export declare var SourceBundleDeletionException$: StaticErrorSchema;
|
|
20
|
+
export declare var TooManyApplicationsException$: StaticErrorSchema;
|
|
21
|
+
export declare var TooManyApplicationVersionsException$: StaticErrorSchema;
|
|
22
|
+
export declare var TooManyBucketsException$: StaticErrorSchema;
|
|
23
|
+
export declare var TooManyConfigurationTemplatesException$: StaticErrorSchema;
|
|
24
|
+
export declare var TooManyEnvironmentsException$: StaticErrorSchema;
|
|
25
|
+
export declare var TooManyPlatformsException$: StaticErrorSchema;
|
|
26
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
27
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
28
|
export declare var AbortEnvironmentUpdateMessage$: StaticStructureSchema;
|
|
7
29
|
export declare var ApplicationDescription$: StaticStructureSchema;
|
|
8
30
|
export declare var ApplicationDescriptionMessage$: StaticStructureSchema;
|
|
@@ -22,7 +44,6 @@ export declare var BuildConfiguration$: StaticStructureSchema;
|
|
|
22
44
|
export declare var Builder$: StaticStructureSchema;
|
|
23
45
|
export declare var CheckDNSAvailabilityMessage$: StaticStructureSchema;
|
|
24
46
|
export declare var CheckDNSAvailabilityResultMessage$: StaticStructureSchema;
|
|
25
|
-
export declare var CodeBuildNotInServiceRegionException$: StaticErrorSchema;
|
|
26
47
|
export declare var ComposeEnvironmentsMessage$: StaticStructureSchema;
|
|
27
48
|
export declare var ConfigurationOptionDescription$: StaticStructureSchema;
|
|
28
49
|
export declare var ConfigurationOptionsDescription$: StaticStructureSchema;
|
|
@@ -65,7 +86,6 @@ export declare var DescribeInstancesHealthResult$: StaticStructureSchema;
|
|
|
65
86
|
export declare var DescribePlatformVersionRequest$: StaticStructureSchema;
|
|
66
87
|
export declare var DescribePlatformVersionResult$: StaticStructureSchema;
|
|
67
88
|
export declare var DisassociateEnvironmentOperationsRoleMessage$: StaticStructureSchema;
|
|
68
|
-
export declare var ElasticBeanstalkServiceException$: StaticErrorSchema;
|
|
69
89
|
export declare var EnvironmentDescription$: StaticStructureSchema;
|
|
70
90
|
export declare var EnvironmentDescriptionsMessage$: StaticStructureSchema;
|
|
71
91
|
export declare var EnvironmentInfoDescription$: StaticStructureSchema;
|
|
@@ -78,8 +98,6 @@ export declare var EventDescription$: StaticStructureSchema;
|
|
|
78
98
|
export declare var EventDescriptionsMessage$: StaticStructureSchema;
|
|
79
99
|
export declare var Instance$: StaticStructureSchema;
|
|
80
100
|
export declare var InstanceHealthSummary$: StaticStructureSchema;
|
|
81
|
-
export declare var InsufficientPrivilegesException$: StaticErrorSchema;
|
|
82
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
83
101
|
export declare var Latency$: StaticStructureSchema;
|
|
84
102
|
export declare var LaunchConfiguration$: StaticStructureSchema;
|
|
85
103
|
export declare var LaunchTemplate$: StaticStructureSchema;
|
|
@@ -94,10 +112,8 @@ export declare var LoadBalancer$: StaticStructureSchema;
|
|
|
94
112
|
export declare var LoadBalancerDescription$: StaticStructureSchema;
|
|
95
113
|
export declare var ManagedAction$: StaticStructureSchema;
|
|
96
114
|
export declare var ManagedActionHistoryItem$: StaticStructureSchema;
|
|
97
|
-
export declare var ManagedActionInvalidStateException$: StaticErrorSchema;
|
|
98
115
|
export declare var MaxAgeRule$: StaticStructureSchema;
|
|
99
116
|
export declare var MaxCountRule$: StaticStructureSchema;
|
|
100
|
-
export declare var OperationInProgressException$: StaticErrorSchema;
|
|
101
117
|
export declare var OptionRestrictionRegex$: StaticStructureSchema;
|
|
102
118
|
export declare var OptionSpecification$: StaticStructureSchema;
|
|
103
119
|
export declare var PlatformBranchSummary$: StaticStructureSchema;
|
|
@@ -106,39 +122,26 @@ export declare var PlatformFilter$: StaticStructureSchema;
|
|
|
106
122
|
export declare var PlatformFramework$: StaticStructureSchema;
|
|
107
123
|
export declare var PlatformProgrammingLanguage$: StaticStructureSchema;
|
|
108
124
|
export declare var PlatformSummary$: StaticStructureSchema;
|
|
109
|
-
export declare var PlatformVersionStillReferencedException$: StaticErrorSchema;
|
|
110
125
|
export declare var Queue$: StaticStructureSchema;
|
|
111
126
|
export declare var RebuildEnvironmentMessage$: StaticStructureSchema;
|
|
112
127
|
export declare var RequestEnvironmentInfoMessage$: StaticStructureSchema;
|
|
113
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
114
128
|
export declare var ResourceQuota$: StaticStructureSchema;
|
|
115
129
|
export declare var ResourceQuotas$: StaticStructureSchema;
|
|
116
130
|
export declare var ResourceTagsDescriptionMessage$: StaticStructureSchema;
|
|
117
|
-
export declare var ResourceTypeNotSupportedException$: StaticErrorSchema;
|
|
118
131
|
export declare var RestartAppServerMessage$: StaticStructureSchema;
|
|
119
132
|
export declare var RetrieveEnvironmentInfoMessage$: StaticStructureSchema;
|
|
120
133
|
export declare var RetrieveEnvironmentInfoResultMessage$: StaticStructureSchema;
|
|
121
134
|
export declare var S3Location$: StaticStructureSchema;
|
|
122
|
-
export declare var S3LocationNotInServiceRegionException$: StaticErrorSchema;
|
|
123
|
-
export declare var S3SubscriptionRequiredException$: StaticErrorSchema;
|
|
124
135
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
125
136
|
export declare var SingleInstanceHealth$: StaticStructureSchema;
|
|
126
137
|
export declare var SolutionStackDescription$: StaticStructureSchema;
|
|
127
138
|
export declare var SourceBuildInformation$: StaticStructureSchema;
|
|
128
|
-
export declare var SourceBundleDeletionException$: StaticErrorSchema;
|
|
129
139
|
export declare var SourceConfiguration$: StaticStructureSchema;
|
|
130
140
|
export declare var StatusCodes$: StaticStructureSchema;
|
|
131
141
|
export declare var SwapEnvironmentCNAMEsMessage$: StaticStructureSchema;
|
|
132
142
|
export declare var SystemStatus$: StaticStructureSchema;
|
|
133
143
|
export declare var Tag$: StaticStructureSchema;
|
|
134
144
|
export declare var TerminateEnvironmentMessage$: StaticStructureSchema;
|
|
135
|
-
export declare var TooManyApplicationsException$: StaticErrorSchema;
|
|
136
|
-
export declare var TooManyApplicationVersionsException$: StaticErrorSchema;
|
|
137
|
-
export declare var TooManyBucketsException$: StaticErrorSchema;
|
|
138
|
-
export declare var TooManyConfigurationTemplatesException$: StaticErrorSchema;
|
|
139
|
-
export declare var TooManyEnvironmentsException$: StaticErrorSchema;
|
|
140
|
-
export declare var TooManyPlatformsException$: StaticErrorSchema;
|
|
141
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
142
145
|
export declare var Trigger$: StaticStructureSchema;
|
|
143
146
|
export declare var UpdateApplicationMessage$: StaticStructureSchema;
|
|
144
147
|
export declare var UpdateApplicationResourceLifecycleMessage$: StaticStructureSchema;
|
|
@@ -148,7 +151,6 @@ export declare var UpdateEnvironmentMessage$: StaticStructureSchema;
|
|
|
148
151
|
export declare var UpdateTagsForResourceMessage$: StaticStructureSchema;
|
|
149
152
|
export declare var ValidateConfigurationSettingsMessage$: StaticStructureSchema;
|
|
150
153
|
export declare var ValidationMessage$: StaticStructureSchema;
|
|
151
|
-
export declare var ElasticBeanstalkSyntheticServiceException$: StaticErrorSchema;
|
|
152
154
|
export declare var AbortEnvironmentUpdate$: StaticOperationSchema;
|
|
153
155
|
export declare var ApplyEnvironmentManagedAction$: StaticOperationSchema;
|
|
154
156
|
export declare var AssociateEnvironmentOperationsRole$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-beanstalk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Beanstalk 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-elastic-beanstalk",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.8",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|