@aws-sdk/client-imagebuilder 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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultImagebuilderHttpAuthSchemeProvider } 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: "2019-12-02",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.imagebuilder",
30
+ errorTypeRegistries,
29
31
  version: "2019-12-02",
30
32
  serviceTarget: "imagebuilder",
31
33
  },
@@ -607,7 +607,7 @@ const _rem = "remediation";
607
607
  const _res = "responses";
608
608
  const _reso = "resources";
609
609
  const _ret = "retried";
610
- const _s = "state";
610
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.imagebuilder";
611
611
  const _sA = "sharedAccounts";
612
612
  const _sB = "s3Bucket";
613
613
  const _sBN = "s3BucketName";
@@ -639,13 +639,13 @@ const _sV = "semanticVersion";
639
639
  const _sVc = "scoringVector";
640
640
  const _sc = "schedule";
641
641
  const _sco = "score";
642
- const _se = "severity";
643
- const _ser = "server";
644
- const _serv = "service";
645
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.imagebuilder";
642
+ const _se = "server";
643
+ const _ser = "service";
644
+ const _sev = "severity";
646
645
  const _sn = "snapshots";
647
646
  const _so = "source";
648
- const _st = "status";
647
+ const _st = "state";
648
+ const _sta = "status";
649
649
  const _ste = "steps";
650
650
  const _t = "type";
651
651
  const _tAI = "targetAccountIds";
@@ -702,12 +702,134 @@ const n0 = "com.amazonaws.imagebuilder";
702
702
  import { TypeRegistry } from "@smithy/core/schema";
703
703
  import { AccessDeniedException, CallRateLimitExceededException, ClientException, DryRunOperationException, ForbiddenException, IdempotentParameterMismatchException, InvalidPaginationTokenException, InvalidParameterCombinationException, InvalidParameterException, InvalidParameterValueException, InvalidRequestException, InvalidVersionNumberException, ResourceAlreadyExistsException, ResourceDependencyException, ResourceInUseException, ResourceNotFoundException, ServiceException, ServiceQuotaExceededException, ServiceUnavailableException, TooManyRequestsException, } from "../models/errors";
704
704
  import { ImagebuilderServiceException } from "../models/ImagebuilderServiceException";
705
+ const _s_registry = TypeRegistry.for(_s);
706
+ export var ImagebuilderServiceException$ = [-3, _s, "ImagebuilderServiceException", 0, [], []];
707
+ _s_registry.registerError(ImagebuilderServiceException$, ImagebuilderServiceException);
708
+ const n0_registry = TypeRegistry.for(n0);
705
709
  export var AccessDeniedException$ = [-3, n0, _ADE,
706
710
  { [_e]: _c, [_hE]: 403 },
707
711
  [_m],
708
712
  [0]
709
713
  ];
710
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
714
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
715
+ export var CallRateLimitExceededException$ = [-3, n0, _CRLEE,
716
+ { [_e]: _c, [_hE]: 429 },
717
+ [_m],
718
+ [0]
719
+ ];
720
+ n0_registry.registerError(CallRateLimitExceededException$, CallRateLimitExceededException);
721
+ export var ClientException$ = [-3, n0, _CE,
722
+ { [_e]: _c, [_hE]: 400 },
723
+ [_m],
724
+ [0]
725
+ ];
726
+ n0_registry.registerError(ClientException$, ClientException);
727
+ export var DryRunOperationException$ = [-3, n0, _DROE,
728
+ { [_e]: _c, [_hE]: 412 },
729
+ [_m],
730
+ [0]
731
+ ];
732
+ n0_registry.registerError(DryRunOperationException$, DryRunOperationException);
733
+ export var ForbiddenException$ = [-3, n0, _FE,
734
+ { [_e]: _c, [_hE]: 403 },
735
+ [_m],
736
+ [0]
737
+ ];
738
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
739
+ export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
740
+ { [_e]: _c, [_hE]: 400 },
741
+ [_m],
742
+ [0]
743
+ ];
744
+ n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
745
+ export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
746
+ { [_e]: _c, [_hE]: 400 },
747
+ [_m],
748
+ [0]
749
+ ];
750
+ n0_registry.registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
751
+ export var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
752
+ { [_e]: _c, [_hE]: 400 },
753
+ [_m],
754
+ [0]
755
+ ];
756
+ n0_registry.registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
757
+ export var InvalidParameterException$ = [-3, n0, _IPE,
758
+ { [_e]: _c, [_hE]: 400 },
759
+ [_m],
760
+ [0]
761
+ ];
762
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
763
+ export var InvalidParameterValueException$ = [-3, n0, _IPVE,
764
+ { [_e]: _c, [_hE]: 400 },
765
+ [_m],
766
+ [0]
767
+ ];
768
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
769
+ export var InvalidRequestException$ = [-3, n0, _IRE,
770
+ { [_e]: _c, [_hE]: 400 },
771
+ [_m],
772
+ [0]
773
+ ];
774
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
775
+ export var InvalidVersionNumberException$ = [-3, n0, _IVNE,
776
+ { [_e]: _c, [_hE]: 400 },
777
+ [_m],
778
+ [0]
779
+ ];
780
+ n0_registry.registerError(InvalidVersionNumberException$, InvalidVersionNumberException);
781
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
782
+ { [_e]: _c, [_hE]: 400 },
783
+ [_m],
784
+ [0]
785
+ ];
786
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
787
+ export var ResourceDependencyException$ = [-3, n0, _RDE,
788
+ { [_e]: _c, [_hE]: 400 },
789
+ [_m],
790
+ [0]
791
+ ];
792
+ n0_registry.registerError(ResourceDependencyException$, ResourceDependencyException);
793
+ export var ResourceInUseException$ = [-3, n0, _RIUE,
794
+ { [_e]: _c, [_hE]: 400 },
795
+ [_m],
796
+ [0]
797
+ ];
798
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
799
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
800
+ { [_e]: _c, [_hE]: 404 },
801
+ [_m],
802
+ [0]
803
+ ];
804
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
805
+ export var ServiceException$ = [-3, n0, _SE,
806
+ { [_e]: _se, [_hE]: 500 },
807
+ [_m],
808
+ [0]
809
+ ];
810
+ n0_registry.registerError(ServiceException$, ServiceException);
811
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
812
+ { [_e]: _c, [_hE]: 402 },
813
+ [_m],
814
+ [0]
815
+ ];
816
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
817
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
818
+ { [_e]: _se, [_hE]: 503 },
819
+ [_m],
820
+ [0]
821
+ ];
822
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
823
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
824
+ { [_e]: _c, [_hE]: 429 },
825
+ [_m],
826
+ [0]
827
+ ];
828
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
829
+ export const errorTypeRegistries = [
830
+ _s_registry,
831
+ n0_registry,
832
+ ];
711
833
  export var AccountAggregation$ = [3, n0, _AA,
712
834
  0,
713
835
  [_aI, _sC],
@@ -720,7 +842,7 @@ export var AdditionalInstanceConfiguration$ = [3, n0, _AIC,
720
842
  ];
721
843
  export var Ami$ = [3, n0, _A,
722
844
  0,
723
- [_r, _i, _n, _d, _s, _aI],
845
+ [_r, _i, _n, _d, _st, _aI],
724
846
  [0, 0, 0, 0, () => ImageState$, 0]
725
847
  ];
726
848
  export var AmiDistributionConfiguration$ = [3, n0, _ADC,
@@ -733,12 +855,6 @@ export var AutoDisablePolicy$ = [3, n0, _ADP,
733
855
  [_fC],
734
856
  [1], 1
735
857
  ];
736
- export var CallRateLimitExceededException$ = [-3, n0, _CRLEE,
737
- { [_e]: _c, [_hE]: 429 },
738
- [_m],
739
- [0]
740
- ];
741
- TypeRegistry.for(n0).registerError(CallRateLimitExceededException$, CallRateLimitExceededException);
742
858
  export var CancelImageCreationRequest$ = [3, n0, _CICR,
743
859
  0,
744
860
  [_iBVA, _cT],
@@ -759,15 +875,9 @@ export var CancelLifecycleExecutionResponse$ = [3, n0, _CLERa,
759
875
  [_lEI],
760
876
  [0]
761
877
  ];
762
- export var ClientException$ = [-3, n0, _CE,
763
- { [_e]: _c, [_hE]: 400 },
764
- [_m],
765
- [0]
766
- ];
767
- TypeRegistry.for(n0).registerError(ClientException$, ClientException);
768
878
  export var Component$ = [3, n0, _C,
769
879
  0,
770
- [_a, _n, _v, _d, _cD, _t, _p, _sOV, _s, _pa, _o, _da, _kKI, _en, _dC, _ta, _pu, _ob, _pC],
880
+ [_a, _n, _v, _d, _cD, _t, _p, _sOV, _st, _pa, _o, _da, _kKI, _en, _dC, _ta, _pu, _ob, _pC],
771
881
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, () => ComponentState$, () => ComponentParameterDetailList, 0, 0, 0, 2, 0, 128 | 0, 0, 2, () => ProductCodeList]
772
882
  ];
773
883
  export var ComponentConfiguration$ = [3, n0, _CC,
@@ -787,17 +897,17 @@ export var ComponentParameterDetail$ = [3, n0, _CPD,
787
897
  ];
788
898
  export var ComponentState$ = [3, n0, _CS,
789
899
  0,
790
- [_st, _re],
900
+ [_sta, _re],
791
901
  [0, 0]
792
902
  ];
793
903
  export var ComponentSummary$ = [3, n0, _CSo,
794
904
  0,
795
- [_a, _n, _v, _p, _sOV, _s, _t, _o, _d, _cD, _dC, _ta, _pu, _ob],
905
+ [_a, _n, _v, _p, _sOV, _st, _t, _o, _d, _cD, _dC, _ta, _pu, _ob],
796
906
  [0, 0, 0, 0, 64 | 0, () => ComponentState$, 0, 0, 0, 0, 0, 128 | 0, 0, 2]
797
907
  ];
798
908
  export var ComponentVersion$ = [3, n0, _CV,
799
909
  0,
800
- [_a, _n, _v, _d, _p, _sOV, _t, _o, _dC, _st, _pC],
910
+ [_a, _n, _v, _d, _p, _sOV, _t, _o, _dC, _sta, _pC],
801
911
  [0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, () => ProductCodeList]
802
912
  ];
803
913
  export var Container$ = [3, n0, _Co,
@@ -852,7 +962,7 @@ export var CreateDistributionConfigurationResponse$ = [3, n0, _CDCRr,
852
962
  ];
853
963
  export var CreateImagePipelineRequest$ = [3, n0, _CIPR,
854
964
  0,
855
- [_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _st, _ta, _cT, _iSC, _w, _eR, _lC],
965
+ [_n, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _ta, _cT, _iSC, _w, _eR, _lC],
856
966
  [0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, 128 | 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, 0, () => PipelineLoggingConfiguration$], 2
857
967
  ];
858
968
  export var CreateImagePipelineResponse$ = [3, n0, _CIPRr,
@@ -892,7 +1002,7 @@ export var CreateInfrastructureConfigurationResponse$ = [3, n0, _CICRre,
892
1002
  ];
893
1003
  export var CreateLifecyclePolicyRequest$ = [3, n0, _CLPR,
894
1004
  0,
895
- [_n, _eR, _rTe, _pD, _rS, _d, _st, _ta, _cT],
1005
+ [_n, _eR, _rTe, _pD, _rS, _d, _sta, _ta, _cT],
896
1006
  [0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection$, 0, 0, 128 | 0, [0, 4]], 5
897
1007
  ];
898
1008
  export var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr,
@@ -1040,12 +1150,6 @@ export var DistributionConfigurationSummary$ = [3, n0, _DCS,
1040
1150
  [_a, _n, _d, _dC, _dU, _ta, _reg],
1041
1151
  [0, 0, 0, 0, 0, 128 | 0, 64 | 0]
1042
1152
  ];
1043
- export var DryRunOperationException$ = [-3, n0, _DROE,
1044
- { [_e]: _c, [_hE]: 412 },
1045
- [_m],
1046
- [0]
1047
- ];
1048
- TypeRegistry.for(n0).registerError(DryRunOperationException$, DryRunOperationException);
1049
1153
  export var EbsInstanceBlockDeviceSpecification$ = [3, n0, _EIBDS,
1050
1154
  0,
1051
1155
  [_en, _dOT, _io, _kKI, _sIn, _vS, _vT, _th],
@@ -1076,12 +1180,6 @@ export var Filter$ = [3, n0, _F,
1076
1180
  [_n, _val],
1077
1181
  [0, 64 | 0]
1078
1182
  ];
1079
- export var ForbiddenException$ = [-3, n0, _FE,
1080
- { [_e]: _c, [_hE]: 403 },
1081
- [_m],
1082
- [0]
1083
- ];
1084
- TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
1085
1183
  export var GetComponentPolicyRequest$ = [3, n0, _GCPR,
1086
1184
  0,
1087
1185
  [_cA],
@@ -1229,7 +1327,7 @@ export var GetWorkflowExecutionRequest$ = [3, n0, _GWER,
1229
1327
  ];
1230
1328
  export var GetWorkflowExecutionResponse$ = [3, n0, _GWERe,
1231
1329
  0,
1232
- [_rI, _wBVA, _wEI, _iBVA, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG],
1330
+ [_rI, _wBVA, _wEI, _iBVA, _t, _sta, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG],
1233
1331
  [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0]
1234
1332
  ];
1235
1333
  export var GetWorkflowRequest$ = [3, n0, _GWR,
@@ -1249,18 +1347,12 @@ export var GetWorkflowStepExecutionRequest$ = [3, n0, _GWSER,
1249
1347
  ];
1250
1348
  export var GetWorkflowStepExecutionResponse$ = [3, n0, _GWSERe,
1251
1349
  0,
1252
- [_rI, _sEI, _wBVA, _wEI, _iBVA, _n, _d, _ac, _st, _rSo, _m, _in, _ou, _sT, _eT, _oF, _tS],
1350
+ [_rI, _sEI, _wBVA, _wEI, _iBVA, _n, _d, _ac, _sta, _rSo, _m, _in, _ou, _sT, _eT, _oF, _tS],
1253
1351
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
1254
1352
  ];
1255
- export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
1256
- { [_e]: _c, [_hE]: 400 },
1257
- [_m],
1258
- [0]
1259
- ];
1260
- TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
1261
1353
  export var Image$ = [3, n0, _I,
1262
1354
  0,
1263
- [_a, _t, _n, _v, _p, _eIME, _oV, _s, _iR, _cR, _sPN, _sPA, _iCn, _dCi, _iTC, _dC, _oR, _ta, _bT, _iS, _sSc, _iSC, _dT, _lEI, _eR, _w, _lC],
1355
+ [_a, _t, _n, _v, _p, _eIME, _oV, _st, _iR, _cR, _sPN, _sPA, _iCn, _dCi, _iTC, _dC, _oR, _ta, _bT, _iS, _sSc, _iSC, _dT, _lEI, _eR, _w, _lC],
1264
1356
  [0, 0, 0, 0, 0, 2, 0, () => ImageState$, () => ImageRecipe$, () => ContainerRecipe$, 0, 0, () => InfrastructureConfiguration$, () => DistributionConfiguration$, () => ImageTestsConfiguration$, 0, () => OutputResources$, 128 | 0, 0, 0, () => ImageScanState$, () => ImageScanningConfiguration$, 4, 0, 0, () => WorkflowConfigurationList, () => ImageLoggingConfiguration$]
1265
1357
  ];
1266
1358
  export var ImageAggregation$ = [3, n0, _IA,
@@ -1280,7 +1372,7 @@ export var ImagePackage$ = [3, n0, _IP,
1280
1372
  ];
1281
1373
  export var ImagePipeline$ = [3, n0, _IPm,
1282
1374
  0,
1283
- [_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _st, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _eR, _w, _lC, _cF],
1375
+ [_a, _n, _d, _p, _eIME, _iRA, _cRA, _iCA, _dCA, _iTC, _sc, _sta, _dC, _dU, _dLR, _lRS, _dNR, _ta, _iSC, _eR, _w, _lC, _cF],
1284
1376
  [0, 0, 0, 0, 2, 0, 0, 0, 0, () => ImageTestsConfiguration$, () => Schedule$, 0, 0, 0, 0, 0, 0, 128 | 0, () => ImageScanningConfiguration$, 0, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 1]
1285
1377
  ];
1286
1378
  export var ImagePipelineAggregation$ = [3, n0, _IPA,
@@ -1300,7 +1392,7 @@ export var ImageRecipeSummary$ = [3, n0, _IRS,
1300
1392
  ];
1301
1393
  export var ImageScanFinding$ = [3, n0, _ISF,
1302
1394
  0,
1303
- [_aAI, _iBVA, _iPA, _t, _d, _ti, _rem, _se, _fOA, _uA, _iSn, _iSD, _pVD, _fA],
1395
+ [_aAI, _iBVA, _iPA, _t, _d, _ti, _rem, _sev, _fOA, _uA, _iSn, _iSD, _pVD, _fA],
1304
1396
  [0, 0, 0, 0, 0, 0, () => Remediation$, 0, 4, 4, 1, () => InspectorScoreDetails$, () => PackageVulnerabilityDetails$, 0]
1305
1397
  ];
1306
1398
  export var ImageScanFindingAggregation$ = [3, n0, _ISFA,
@@ -1320,17 +1412,17 @@ export var ImageScanningConfiguration$ = [3, n0, _ISC,
1320
1412
  ];
1321
1413
  export var ImageScanState$ = [3, n0, _ISS,
1322
1414
  0,
1323
- [_st, _re],
1415
+ [_sta, _re],
1324
1416
  [0, 0]
1325
1417
  ];
1326
1418
  export var ImageState$ = [3, n0, _IS,
1327
1419
  0,
1328
- [_st, _re],
1420
+ [_sta, _re],
1329
1421
  [0, 0]
1330
1422
  ];
1331
1423
  export var ImageSummary$ = [3, n0, _ISm,
1332
1424
  0,
1333
- [_a, _n, _t, _v, _p, _oV, _s, _o, _dC, _oR, _ta, _bT, _iS, _dT, _lEI, _lC],
1425
+ [_a, _n, _t, _v, _p, _oV, _st, _o, _dC, _oR, _ta, _bT, _iS, _dT, _lEI, _lC],
1334
1426
  [0, 0, 0, 0, 0, 0, () => ImageState$, 0, 0, () => OutputResources$, 128 | 0, 0, 0, 4, 0, () => ImageLoggingConfiguration$]
1335
1427
  ];
1336
1428
  export var ImageTestsConfiguration$ = [3, n0, _ITC,
@@ -1403,42 +1495,6 @@ export var InstanceMetadataOptions$ = [3, n0, _IMO,
1403
1495
  [_hT, _hPRHL],
1404
1496
  [0, 1]
1405
1497
  ];
1406
- export var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
1407
- { [_e]: _c, [_hE]: 400 },
1408
- [_m],
1409
- [0]
1410
- ];
1411
- TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
1412
- export var InvalidParameterCombinationException$ = [-3, n0, _IPCE,
1413
- { [_e]: _c, [_hE]: 400 },
1414
- [_m],
1415
- [0]
1416
- ];
1417
- TypeRegistry.for(n0).registerError(InvalidParameterCombinationException$, InvalidParameterCombinationException);
1418
- export var InvalidParameterException$ = [-3, n0, _IPE,
1419
- { [_e]: _c, [_hE]: 400 },
1420
- [_m],
1421
- [0]
1422
- ];
1423
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1424
- export var InvalidParameterValueException$ = [-3, n0, _IPVE,
1425
- { [_e]: _c, [_hE]: 400 },
1426
- [_m],
1427
- [0]
1428
- ];
1429
- TypeRegistry.for(n0).registerError(InvalidParameterValueException$, InvalidParameterValueException);
1430
- export var InvalidRequestException$ = [-3, n0, _IRE,
1431
- { [_e]: _c, [_hE]: 400 },
1432
- [_m],
1433
- [0]
1434
- ];
1435
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1436
- export var InvalidVersionNumberException$ = [-3, n0, _IVNE,
1437
- { [_e]: _c, [_hE]: 400 },
1438
- [_m],
1439
- [0]
1440
- ];
1441
- TypeRegistry.for(n0).registerError(InvalidVersionNumberException$, InvalidVersionNumberException);
1442
1498
  export var LatestVersionReferences$ = [3, n0, _LVR,
1443
1499
  0,
1444
1500
  [_lVA, _lMVA, _lMVAa, _lPVA],
@@ -1456,12 +1512,12 @@ export var LaunchTemplateConfiguration$ = [3, n0, _LTC,
1456
1512
  ];
1457
1513
  export var LifecycleExecution$ = [3, n0, _LE,
1458
1514
  0,
1459
- [_lEI, _lPA, _rIS, _s, _sT, _eT],
1515
+ [_lEI, _lPA, _rIS, _st, _sT, _eT],
1460
1516
  [0, 0, () => LifecycleExecutionResourcesImpactedSummary$, () => LifecycleExecutionState$, 4, 4]
1461
1517
  ];
1462
1518
  export var LifecycleExecutionResource$ = [3, n0, _LER,
1463
1519
  0,
1464
- [_aI, _rIe, _s, _ac, _r, _sn, _iU, _sT, _eT],
1520
+ [_aI, _rIe, _st, _ac, _r, _sn, _iU, _sT, _eT],
1465
1521
  [0, 0, () => LifecycleExecutionResourceState$, () => LifecycleExecutionResourceAction$, 0, () => LifecycleExecutionSnapshotResourceList, 64 | 0, 4, 4]
1466
1522
  ];
1467
1523
  export var LifecycleExecutionResourceAction$ = [3, n0, _LERA,
@@ -1476,22 +1532,22 @@ export var LifecycleExecutionResourcesImpactedSummary$ = [3, n0, _LERIS,
1476
1532
  ];
1477
1533
  export var LifecycleExecutionResourceState$ = [3, n0, _LERS,
1478
1534
  0,
1479
- [_st, _re],
1535
+ [_sta, _re],
1480
1536
  [0, 0]
1481
1537
  ];
1482
1538
  export var LifecycleExecutionSnapshotResource$ = [3, n0, _LESR,
1483
1539
  0,
1484
- [_sIn, _s],
1540
+ [_sIn, _st],
1485
1541
  [0, () => LifecycleExecutionResourceState$]
1486
1542
  ];
1487
1543
  export var LifecycleExecutionState$ = [3, n0, _LES,
1488
1544
  0,
1489
- [_st, _re],
1545
+ [_sta, _re],
1490
1546
  [0, 0]
1491
1547
  ];
1492
1548
  export var LifecyclePolicy$ = [3, n0, _LP,
1493
1549
  0,
1494
- [_a, _n, _d, _st, _eR, _rTe, _pD, _rS, _dC, _dU, _dLR, _ta],
1550
+ [_a, _n, _d, _sta, _eR, _rTe, _pD, _rS, _dC, _dU, _dLR, _ta],
1495
1551
  [0, 0, 0, 0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection$, 4, 4, 4, 128 | 0]
1496
1552
  ];
1497
1553
  export var LifecyclePolicyDetail$ = [3, n0, _LPD,
@@ -1541,7 +1597,7 @@ export var LifecyclePolicyResourceSelectionRecipe$ = [3, n0, _LPRSR,
1541
1597
  ];
1542
1598
  export var LifecyclePolicySummary$ = [3, n0, _LPS,
1543
1599
  0,
1544
- [_a, _n, _d, _st, _eR, _rTe, _dC, _dU, _dLR, _ta],
1600
+ [_a, _n, _d, _sta, _eR, _rTe, _dC, _dU, _dLR, _ta],
1545
1601
  [0, 0, 0, 0, 0, 0, 4, 4, 4, 128 | 0]
1546
1602
  ];
1547
1603
  export var ListComponentBuildVersionsRequest$ = [3, n0, _LCBVR,
@@ -1844,33 +1900,9 @@ export var RemediationRecommendation$ = [3, n0, _RR,
1844
1900
  [_tex, _ur],
1845
1901
  [0, 0]
1846
1902
  ];
1847
- export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1848
- { [_e]: _c, [_hE]: 400 },
1849
- [_m],
1850
- [0]
1851
- ];
1852
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1853
- export var ResourceDependencyException$ = [-3, n0, _RDE,
1854
- { [_e]: _c, [_hE]: 400 },
1855
- [_m],
1856
- [0]
1857
- ];
1858
- TypeRegistry.for(n0).registerError(ResourceDependencyException$, ResourceDependencyException);
1859
- export var ResourceInUseException$ = [-3, n0, _RIUE,
1860
- { [_e]: _c, [_hE]: 400 },
1861
- [_m],
1862
- [0]
1863
- ];
1864
- TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1865
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
1866
- { [_e]: _c, [_hE]: 404 },
1867
- [_m],
1868
- [0]
1869
- ];
1870
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1871
1903
  export var ResourceState$ = [3, n0, _RS,
1872
1904
  0,
1873
- [_st],
1905
+ [_sta],
1874
1906
  [0]
1875
1907
  ];
1876
1908
  export var ResourceStateUpdateExclusionRules$ = [3, n0, _RSUER,
@@ -1918,24 +1950,6 @@ export var SendWorkflowStepActionResponse$ = [3, n0, _SWSARe,
1918
1950
  [_sEI, _iBVA, _cT],
1919
1951
  [0, 0, 0]
1920
1952
  ];
1921
- export var ServiceException$ = [-3, n0, _SE,
1922
- { [_e]: _ser, [_hE]: 500 },
1923
- [_m],
1924
- [0]
1925
- ];
1926
- TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
1927
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1928
- { [_e]: _c, [_hE]: 402 },
1929
- [_m],
1930
- [0]
1931
- ];
1932
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1933
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
1934
- { [_e]: _ser, [_hE]: 503 },
1935
- [_m],
1936
- [0]
1937
- ];
1938
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1939
1953
  export var SeverityCounts$ = [3, n0, _SC,
1940
1954
  0,
1941
1955
  [_al, _cr, _h, _med],
@@ -1958,7 +1972,7 @@ export var StartImagePipelineExecutionResponse$ = [3, n0, _SIPERt,
1958
1972
  ];
1959
1973
  export var StartResourceStateUpdateRequest$ = [3, n0, _SRSUR,
1960
1974
  0,
1961
- [_rA, _s, _eR, _iRn, _eRx, _uAp, _cT],
1975
+ [_rA, _st, _eR, _iRn, _eRx, _uAp, _cT],
1962
1976
  [0, () => ResourceState$, 0, () => ResourceStateUpdateIncludeResources$, () => ResourceStateUpdateExclusionRules$, 4, [0, 4]], 2
1963
1977
  ];
1964
1978
  export var StartResourceStateUpdateResponse$ = [3, n0, _SRSURt,
@@ -1983,15 +1997,9 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1983
1997
  ];
1984
1998
  export var TargetContainerRepository$ = [3, n0, _TCR,
1985
1999
  0,
1986
- [_serv, _rN],
2000
+ [_ser, _rN],
1987
2001
  [0, 0], 2
1988
2002
  ];
1989
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
1990
- { [_e]: _c, [_hE]: 429 },
1991
- [_m],
1992
- [0]
1993
- ];
1994
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1995
2003
  export var UntagResourceRequest$ = [3, n0, _URR,
1996
2004
  0,
1997
2005
  [_rA, _tK],
@@ -2014,7 +2022,7 @@ export var UpdateDistributionConfigurationResponse$ = [3, n0, _UDCRp,
2014
2022
  ];
2015
2023
  export var UpdateImagePipelineRequest$ = [3, n0, _UIPR,
2016
2024
  0,
2017
- [_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _st, _cT, _iSC, _w, _lC, _eR],
2025
+ [_iPA, _iCA, _d, _iRA, _cRA, _dCA, _iTC, _eIME, _sc, _sta, _cT, _iSC, _w, _lC, _eR],
2018
2026
  [0, 0, 0, 0, 0, 0, () => ImageTestsConfiguration$, 2, () => Schedule$, 0, [0, 4], () => ImageScanningConfiguration$, () => WorkflowConfigurationList, () => PipelineLoggingConfiguration$, 0], 2
2019
2027
  ];
2020
2028
  export var UpdateImagePipelineResponse$ = [3, n0, _UIPRp,
@@ -2034,7 +2042,7 @@ export var UpdateInfrastructureConfigurationResponse$ = [3, n0, _UICRp,
2034
2042
  ];
2035
2043
  export var UpdateLifecyclePolicyRequest$ = [3, n0, _ULPR,
2036
2044
  0,
2037
- [_lPA, _eR, _rTe, _pD, _rS, _d, _st, _cT],
2045
+ [_lPA, _eR, _rTe, _pD, _rS, _d, _sta, _cT],
2038
2046
  [0, 0, 0, () => LifecyclePolicyDetails, () => LifecyclePolicyResourceSelection$, 0, 0, [0, 4]], 5
2039
2047
  ];
2040
2048
  export var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
@@ -2054,7 +2062,7 @@ export var VulnerablePackage$ = [3, n0, _VP,
2054
2062
  ];
2055
2063
  export var Workflow$ = [3, n0, _W,
2056
2064
  0,
2057
- [_a, _n, _v, _d, _cD, _t, _s, _o, _da, _kKI, _dC, _ta, _pa],
2065
+ [_a, _n, _v, _d, _cD, _t, _st, _o, _da, _kKI, _dC, _ta, _pa],
2058
2066
  [0, 0, 0, 0, 0, 0, () => WorkflowState$, 0, 0, 0, 0, 128 | 0, () => WorkflowParameterDetailList]
2059
2067
  ];
2060
2068
  export var WorkflowConfiguration$ = [3, n0, _WC,
@@ -2064,7 +2072,7 @@ export var WorkflowConfiguration$ = [3, n0, _WC,
2064
2072
  ];
2065
2073
  export var WorkflowExecutionMetadata$ = [3, n0, _WEM,
2066
2074
  0,
2067
- [_wBVA, _wEI, _t, _st, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG, _ret],
2075
+ [_wBVA, _wEI, _t, _sta, _m, _tSC, _tSS, _tSF, _tSSo, _sT, _eT, _pG, _ret],
2068
2076
  [0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 2]
2069
2077
  ];
2070
2078
  export var WorkflowParameter$ = [3, n0, _WP,
@@ -2079,7 +2087,7 @@ export var WorkflowParameterDetail$ = [3, n0, _WPD,
2079
2087
  ];
2080
2088
  export var WorkflowState$ = [3, n0, _WS,
2081
2089
  0,
2082
- [_st, _re],
2090
+ [_sta, _re],
2083
2091
  [0, 0]
2084
2092
  ];
2085
2093
  export var WorkflowStepExecution$ = [3, n0, _WSE,
@@ -2089,12 +2097,12 @@ export var WorkflowStepExecution$ = [3, n0, _WSE,
2089
2097
  ];
2090
2098
  export var WorkflowStepMetadata$ = [3, n0, _WSM,
2091
2099
  0,
2092
- [_sEI, _n, _d, _ac, _st, _rSo, _m, _in, _ou, _sT, _eT],
2100
+ [_sEI, _n, _d, _ac, _sta, _rSo, _m, _in, _ou, _sT, _eT],
2093
2101
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2094
2102
  ];
2095
2103
  export var WorkflowSummary$ = [3, n0, _WSo,
2096
2104
  0,
2097
- [_a, _n, _v, _d, _cD, _t, _o, _s, _dC, _ta],
2105
+ [_a, _n, _v, _d, _cD, _t, _o, _st, _dC, _ta],
2098
2106
  [0, 0, 0, 0, 0, 0, 0, () => WorkflowState$, 0, 128 | 0]
2099
2107
  ];
2100
2108
  export var WorkflowVersion$ = [3, n0, _WV,
@@ -2102,8 +2110,6 @@ export var WorkflowVersion$ = [3, n0, _WV,
2102
2110
  [_a, _n, _v, _d, _t, _o, _dC],
2103
2111
  [0, 0, 0, 0, 0, 0, 0]
2104
2112
  ];
2105
- export var ImagebuilderServiceException$ = [-3, _sm, "ImagebuilderServiceException", 0, [], []];
2106
- TypeRegistry.for(_sm).registerError(ImagebuilderServiceException$, ImagebuilderServiceException);
2107
2113
  var AccountList = 64 | 0;
2108
2114
  var AmiList = [1, n0, _AL,
2109
2115
  0, () => Ami$