@aws-sdk/client-codedeploy 3.943.0 → 3.947.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.
Files changed (80) hide show
  1. package/dist-cjs/index.js +140 -1095
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CodeDeployClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +140 -1095
  8. package/dist-types/CodeDeploy.d.ts +1 -1
  9. package/dist-types/CodeDeployClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -3
  15. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -3
  16. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -3
  17. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -3
  18. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -3
  19. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -3
  20. package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -3
  30. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -3
  31. package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
  32. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -3
  33. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  34. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -3
  35. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -3
  36. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -3
  37. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -3
  38. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -3
  39. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
  44. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -3
  50. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -3
  51. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -3
  52. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -3
  53. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -3
  54. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  55. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  56. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +3 -3
  59. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  60. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  61. package/dist-types/extensionConfiguration.d.ts +4 -4
  62. package/dist-types/models/CodeDeployServiceException.d.ts +1 -1
  63. package/dist-types/models/errors.d.ts +1 -1
  64. package/dist-types/pagination/Interfaces.d.ts +1 -1
  65. package/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  75. package/dist-types/runtimeExtensions.d.ts +1 -1
  76. package/dist-types/schemas/schemas_0.d.ts +1 -1
  77. package/dist-types/ts3.4/CodeDeployClient.d.ts +3 -3
  78. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  79. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +1 -1
  80. package/package.json +13 -12
@@ -558,38 +558,11 @@ export var AddTagsToOnPremisesInstancesInput = [
558
558
  ];
559
559
  export var Alarm = [3, n0, _A, 0, [_n], [0]];
560
560
  export var AlarmConfiguration = [3, n0, _AC, 0, [_e, _iPAF, _a], [2, 2, () => AlarmList]];
561
- export var AlarmsLimitExceededException = [
562
- -3,
563
- n0,
564
- _ALEE,
565
- {
566
- [_er]: _c,
567
- },
568
- [_m],
569
- [0],
570
- ];
561
+ export var AlarmsLimitExceededException = [-3, n0, _ALEE, { [_er]: _c }, [_m], [0]];
571
562
  TypeRegistry.for(n0).registerError(AlarmsLimitExceededException, __AlarmsLimitExceededException);
572
- export var ApplicationAlreadyExistsException = [
573
- -3,
574
- n0,
575
- _AAEE,
576
- {
577
- [_er]: _c,
578
- },
579
- [_m],
580
- [0],
581
- ];
563
+ export var ApplicationAlreadyExistsException = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
582
564
  TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException, __ApplicationAlreadyExistsException);
583
- export var ApplicationDoesNotExistException = [
584
- -3,
585
- n0,
586
- _ADNEE,
587
- {
588
- [_er]: _c,
589
- },
590
- [_m],
591
- [0],
592
- ];
565
+ export var ApplicationDoesNotExistException = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
593
566
  TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException, __ApplicationDoesNotExistException);
594
567
  export var ApplicationInfo = [
595
568
  3,
@@ -599,39 +572,12 @@ export var ApplicationInfo = [
599
572
  [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
600
573
  [0, 0, 4, 2, 0, 0],
601
574
  ];
602
- export var ApplicationLimitExceededException = [
603
- -3,
604
- n0,
605
- _ALEEp,
606
- {
607
- [_er]: _c,
608
- },
609
- [_m],
610
- [0],
611
- ];
575
+ export var ApplicationLimitExceededException = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
612
576
  TypeRegistry.for(n0).registerError(ApplicationLimitExceededException, __ApplicationLimitExceededException);
613
- export var ApplicationNameRequiredException = [
614
- -3,
615
- n0,
616
- _ANRE,
617
- {
618
- [_er]: _c,
619
- },
620
- [_m],
621
- [0],
622
- ];
577
+ export var ApplicationNameRequiredException = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
623
578
  TypeRegistry.for(n0).registerError(ApplicationNameRequiredException, __ApplicationNameRequiredException);
624
579
  export var AppSpecContent = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
625
- export var ArnNotSupportedException = [
626
- -3,
627
- n0,
628
- _ANSE,
629
- {
630
- [_er]: _c,
631
- },
632
- [_m],
633
- [0],
634
- ];
580
+ export var ArnNotSupportedException = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
635
581
  TypeRegistry.for(n0).registerError(ArnNotSupportedException, __ArnNotSupportedException);
636
582
  export var AutoRollbackConfiguration = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
637
583
  export var AutoScalingGroup = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
@@ -691,16 +637,7 @@ export var BatchGetOnPremisesInstancesOutput = [
691
637
  [_iIn],
692
638
  [() => InstanceInfoList],
693
639
  ];
694
- export var BatchLimitExceededException = [
695
- -3,
696
- n0,
697
- _BLEE,
698
- {
699
- [_er]: _c,
700
- },
701
- [_m],
702
- [0],
703
- ];
640
+ export var BatchLimitExceededException = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
704
641
  TypeRegistry.for(n0).registerError(BatchLimitExceededException, __BatchLimitExceededException);
705
642
  export var BlueGreenDeploymentConfiguration = [
706
643
  3,
@@ -711,16 +648,7 @@ export var BlueGreenDeploymentConfiguration = [
711
648
  [() => BlueInstanceTerminationOption, () => DeploymentReadyOption, () => GreenFleetProvisioningOption],
712
649
  ];
713
650
  export var BlueInstanceTerminationOption = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
714
- export var BucketNameFilterRequiredException = [
715
- -3,
716
- n0,
717
- _BNFRE,
718
- {
719
- [_er]: _c,
720
- },
721
- [_m],
722
- [0],
723
- ];
651
+ export var BucketNameFilterRequiredException = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
724
652
  TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException, __BucketNameFilterRequiredException);
725
653
  export var CloudFormationTarget = [
726
654
  3,
@@ -807,38 +735,11 @@ export var DeleteGitHubAccountTokenInput = [3, n0, _DGHATI, 0, [_tN], [0]];
807
735
  export var DeleteGitHubAccountTokenOutput = [3, n0, _DGHATO, 0, [_tN], [0]];
808
736
  export var DeleteResourcesByExternalIdInput = [3, n0, _DRBEII, 0, [_eI], [0]];
809
737
  export var DeleteResourcesByExternalIdOutput = [3, n0, _DRBEIO, 0, [], []];
810
- export var DeploymentAlreadyCompletedException = [
811
- -3,
812
- n0,
813
- _DACE,
814
- {
815
- [_er]: _c,
816
- },
817
- [_m],
818
- [0],
819
- ];
738
+ export var DeploymentAlreadyCompletedException = [-3, n0, _DACE, { [_er]: _c }, [_m], [0]];
820
739
  TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException, __DeploymentAlreadyCompletedException);
821
- export var DeploymentConfigAlreadyExistsException = [
822
- -3,
823
- n0,
824
- _DCAEE,
825
- {
826
- [_er]: _c,
827
- },
828
- [_m],
829
- [0],
830
- ];
740
+ export var DeploymentConfigAlreadyExistsException = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
831
741
  TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException, __DeploymentConfigAlreadyExistsException);
832
- export var DeploymentConfigDoesNotExistException = [
833
- -3,
834
- n0,
835
- _DCDNEE,
836
- {
837
- [_er]: _c,
838
- },
839
- [_m],
840
- [0],
841
- ];
742
+ export var DeploymentConfigDoesNotExistException = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
842
743
  TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException, __DeploymentConfigDoesNotExistException);
843
744
  export var DeploymentConfigInfo = [
844
745
  3,
@@ -848,71 +749,17 @@ export var DeploymentConfigInfo = [
848
749
  [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
849
750
  [0, 0, () => MinimumHealthyHosts, 4, 0, () => TrafficRoutingConfig, () => ZonalConfig],
850
751
  ];
851
- export var DeploymentConfigInUseException = [
852
- -3,
853
- n0,
854
- _DCIUE,
855
- {
856
- [_er]: _c,
857
- },
858
- [_m],
859
- [0],
860
- ];
752
+ export var DeploymentConfigInUseException = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
861
753
  TypeRegistry.for(n0).registerError(DeploymentConfigInUseException, __DeploymentConfigInUseException);
862
- export var DeploymentConfigLimitExceededException = [
863
- -3,
864
- n0,
865
- _DCLEE,
866
- {
867
- [_er]: _c,
868
- },
869
- [_m],
870
- [0],
871
- ];
754
+ export var DeploymentConfigLimitExceededException = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
872
755
  TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException, __DeploymentConfigLimitExceededException);
873
- export var DeploymentConfigNameRequiredException = [
874
- -3,
875
- n0,
876
- _DCNRE,
877
- {
878
- [_er]: _c,
879
- },
880
- [_m],
881
- [0],
882
- ];
756
+ export var DeploymentConfigNameRequiredException = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
883
757
  TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException, __DeploymentConfigNameRequiredException);
884
- export var DeploymentDoesNotExistException = [
885
- -3,
886
- n0,
887
- _DDNEE,
888
- {
889
- [_er]: _c,
890
- },
891
- [_m],
892
- [0],
893
- ];
758
+ export var DeploymentDoesNotExistException = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
894
759
  TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException, __DeploymentDoesNotExistException);
895
- export var DeploymentGroupAlreadyExistsException = [
896
- -3,
897
- n0,
898
- _DGAEE,
899
- {
900
- [_er]: _c,
901
- },
902
- [_m],
903
- [0],
904
- ];
760
+ export var DeploymentGroupAlreadyExistsException = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
905
761
  TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException, __DeploymentGroupAlreadyExistsException);
906
- export var DeploymentGroupDoesNotExistException = [
907
- -3,
908
- n0,
909
- _DGDNEE,
910
- {
911
- [_er]: _c,
912
- },
913
- [_m],
914
- [0],
915
- ];
762
+ export var DeploymentGroupDoesNotExistException = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
916
763
  TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException, __DeploymentGroupDoesNotExistException);
917
764
  export var DeploymentGroupInfo = [
918
765
  3,
@@ -970,38 +817,11 @@ export var DeploymentGroupInfo = [
970
817
  2,
971
818
  ],
972
819
  ];
973
- export var DeploymentGroupLimitExceededException = [
974
- -3,
975
- n0,
976
- _DGLEE,
977
- {
978
- [_er]: _c,
979
- },
980
- [_m],
981
- [0],
982
- ];
820
+ export var DeploymentGroupLimitExceededException = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
983
821
  TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException, __DeploymentGroupLimitExceededException);
984
- export var DeploymentGroupNameRequiredException = [
985
- -3,
986
- n0,
987
- _DGNRE,
988
- {
989
- [_er]: _c,
990
- },
991
- [_m],
992
- [0],
993
- ];
822
+ export var DeploymentGroupNameRequiredException = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
994
823
  TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException, __DeploymentGroupNameRequiredException);
995
- export var DeploymentIdRequiredException = [
996
- -3,
997
- n0,
998
- _DIRE,
999
- {
1000
- [_er]: _c,
1001
- },
1002
- [_m],
1003
- [0],
1004
- ];
824
+ export var DeploymentIdRequiredException = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
1005
825
  TypeRegistry.for(n0).registerError(DeploymentIdRequiredException, __DeploymentIdRequiredException);
1006
826
  export var DeploymentInfo = [
1007
827
  3,
@@ -1073,38 +893,11 @@ export var DeploymentInfo = [
1073
893
  () => AlarmConfiguration,
1074
894
  ],
1075
895
  ];
1076
- export var DeploymentIsNotInReadyStateException = [
1077
- -3,
1078
- n0,
1079
- _DINIRSE,
1080
- {
1081
- [_er]: _c,
1082
- },
1083
- [_m],
1084
- [0],
1085
- ];
896
+ export var DeploymentIsNotInReadyStateException = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
1086
897
  TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException, __DeploymentIsNotInReadyStateException);
1087
- export var DeploymentLimitExceededException = [
1088
- -3,
1089
- n0,
1090
- _DLEE,
1091
- {
1092
- [_er]: _c,
1093
- },
1094
- [_m],
1095
- [0],
1096
- ];
898
+ export var DeploymentLimitExceededException = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
1097
899
  TypeRegistry.for(n0).registerError(DeploymentLimitExceededException, __DeploymentLimitExceededException);
1098
- export var DeploymentNotStartedException = [
1099
- -3,
1100
- n0,
1101
- _DNSE,
1102
- {
1103
- [_er]: _c,
1104
- },
1105
- [_m],
1106
- [0],
1107
- ];
900
+ export var DeploymentNotStartedException = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
1108
901
  TypeRegistry.for(n0).registerError(DeploymentNotStartedException, __DeploymentNotStartedException);
1109
902
  export var DeploymentOverview = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
1110
903
  export var DeploymentReadyOption = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
@@ -1117,65 +910,20 @@ export var DeploymentTarget = [
1117
910
  [_dTT, _iT, _lT, _eT, _cFT],
1118
911
  [0, () => InstanceTarget, () => LambdaTarget, () => ECSTarget, () => CloudFormationTarget],
1119
912
  ];
1120
- export var DeploymentTargetDoesNotExistException = [
1121
- -3,
1122
- n0,
1123
- _DTDNEE,
1124
- {
1125
- [_er]: _c,
1126
- },
1127
- [_m],
1128
- [0],
1129
- ];
913
+ export var DeploymentTargetDoesNotExistException = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
1130
914
  TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException, __DeploymentTargetDoesNotExistException);
1131
- export var DeploymentTargetIdRequiredException = [
1132
- -3,
1133
- n0,
1134
- _DTIRE,
1135
- {
1136
- [_er]: _c,
1137
- },
1138
- [_m],
1139
- [0],
1140
- ];
915
+ export var DeploymentTargetIdRequiredException = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
1141
916
  TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException, __DeploymentTargetIdRequiredException);
1142
- export var DeploymentTargetListSizeExceededException = [
1143
- -3,
1144
- n0,
1145
- _DTLSEE,
1146
- {
1147
- [_er]: _c,
1148
- },
1149
- [_m],
1150
- [0],
1151
- ];
917
+ export var DeploymentTargetListSizeExceededException = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
1152
918
  TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException, __DeploymentTargetListSizeExceededException);
1153
919
  export var DeregisterOnPremisesInstanceInput = [3, n0, _DOPII, 0, [_iNn], [0]];
1154
- export var DescriptionTooLongException = [
1155
- -3,
1156
- n0,
1157
- _DTLE,
1158
- {
1159
- [_er]: _c,
1160
- },
1161
- [_m],
1162
- [0],
1163
- ];
920
+ export var DescriptionTooLongException = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
1164
921
  TypeRegistry.for(n0).registerError(DescriptionTooLongException, __DescriptionTooLongException);
1165
922
  export var Diagnostics = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
1166
923
  export var EC2TagFilter = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
1167
924
  export var EC2TagSet = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
1168
925
  export var ECSService = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
1169
- export var ECSServiceMappingLimitExceededException = [
1170
- -3,
1171
- n0,
1172
- _ECSSMLEE,
1173
- {
1174
- [_er]: _c,
1175
- },
1176
- [_m],
1177
- [0],
1178
- ];
926
+ export var ECSServiceMappingLimitExceededException = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
1179
927
  TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException, __ECSServiceMappingLimitExceededException);
1180
928
  export var ECSTarget = [
1181
929
  3,
@@ -1233,95 +981,23 @@ export var GetDeploymentTargetInput = [3, n0, _GDTI, 0, [_dI, _tIa], [0, 0]];
1233
981
  export var GetDeploymentTargetOutput = [3, n0, _GDTO, 0, [_dTep], [() => DeploymentTarget]];
1234
982
  export var GetOnPremisesInstanceInput = [3, n0, _GOPII, 0, [_iNn], [0]];
1235
983
  export var GetOnPremisesInstanceOutput = [3, n0, _GOPIO, 0, [_iInst], [() => InstanceInfo]];
1236
- export var GitHubAccountTokenDoesNotExistException = [
1237
- -3,
1238
- n0,
1239
- _GHATDNEE,
1240
- {
1241
- [_er]: _c,
1242
- },
1243
- [_m],
1244
- [0],
1245
- ];
984
+ export var GitHubAccountTokenDoesNotExistException = [-3, n0, _GHATDNEE, { [_er]: _c }, [_m], [0]];
1246
985
  TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException, __GitHubAccountTokenDoesNotExistException);
1247
- export var GitHubAccountTokenNameRequiredException = [
1248
- -3,
1249
- n0,
1250
- _GHATNRE,
1251
- {
1252
- [_er]: _c,
1253
- },
1254
- [_m],
1255
- [0],
1256
- ];
986
+ export var GitHubAccountTokenNameRequiredException = [-3, n0, _GHATNRE, { [_er]: _c }, [_m], [0]];
1257
987
  TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException, __GitHubAccountTokenNameRequiredException);
1258
988
  export var GitHubLocation = [3, n0, _GHL, 0, [_rep, _cI], [0, 0]];
1259
989
  export var GreenFleetProvisioningOption = [3, n0, _GFPO, 0, [_ac], [0]];
1260
- export var IamArnRequiredException = [
1261
- -3,
1262
- n0,
1263
- _IARE,
1264
- {
1265
- [_er]: _c,
1266
- },
1267
- [_m],
1268
- [0],
1269
- ];
990
+ export var IamArnRequiredException = [-3, n0, _IARE, { [_er]: _c }, [_m], [0]];
1270
991
  TypeRegistry.for(n0).registerError(IamArnRequiredException, __IamArnRequiredException);
1271
- export var IamSessionArnAlreadyRegisteredException = [
1272
- -3,
1273
- n0,
1274
- _ISAARE,
1275
- {
1276
- [_er]: _c,
1277
- },
1278
- [_m],
1279
- [0],
1280
- ];
992
+ export var IamSessionArnAlreadyRegisteredException = [-3, n0, _ISAARE, { [_er]: _c }, [_m], [0]];
1281
993
  TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException, __IamSessionArnAlreadyRegisteredException);
1282
- export var IamUserArnAlreadyRegisteredException = [
1283
- -3,
1284
- n0,
1285
- _IUAARE,
1286
- {
1287
- [_er]: _c,
1288
- },
1289
- [_m],
1290
- [0],
1291
- ];
994
+ export var IamUserArnAlreadyRegisteredException = [-3, n0, _IUAARE, { [_er]: _c }, [_m], [0]];
1292
995
  TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException, __IamUserArnAlreadyRegisteredException);
1293
- export var IamUserArnRequiredException = [
1294
- -3,
1295
- n0,
1296
- _IUARE,
1297
- {
1298
- [_er]: _c,
1299
- },
1300
- [_m],
1301
- [0],
1302
- ];
996
+ export var IamUserArnRequiredException = [-3, n0, _IUARE, { [_er]: _c }, [_m], [0]];
1303
997
  TypeRegistry.for(n0).registerError(IamUserArnRequiredException, __IamUserArnRequiredException);
1304
- export var InstanceDoesNotExistException = [
1305
- -3,
1306
- n0,
1307
- _IDNEE,
1308
- {
1309
- [_er]: _c,
1310
- },
1311
- [_m],
1312
- [0],
1313
- ];
998
+ export var InstanceDoesNotExistException = [-3, n0, _IDNEE, { [_er]: _c }, [_m], [0]];
1314
999
  TypeRegistry.for(n0).registerError(InstanceDoesNotExistException, __InstanceDoesNotExistException);
1315
- export var InstanceIdRequiredException = [
1316
- -3,
1317
- n0,
1318
- _IIRE,
1319
- {
1320
- [_er]: _c,
1321
- },
1322
- [_m],
1323
- [0],
1324
- ];
1000
+ export var InstanceIdRequiredException = [-3, n0, _IIRE, { [_er]: _c }, [_m], [0]];
1325
1001
  TypeRegistry.for(n0).registerError(InstanceIdRequiredException, __InstanceIdRequiredException);
1326
1002
  export var InstanceInfo = [
1327
1003
  3,
@@ -1331,49 +1007,13 @@ export var InstanceInfo = [
1331
1007
  [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
1332
1008
  [0, 0, 0, 0, 4, 4, () => TagList],
1333
1009
  ];
1334
- export var InstanceLimitExceededException = [
1335
- -3,
1336
- n0,
1337
- _ILEE,
1338
- {
1339
- [_er]: _c,
1340
- },
1341
- [_m],
1342
- [0],
1343
- ];
1010
+ export var InstanceLimitExceededException = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
1344
1011
  TypeRegistry.for(n0).registerError(InstanceLimitExceededException, __InstanceLimitExceededException);
1345
- export var InstanceNameAlreadyRegisteredException = [
1346
- -3,
1347
- n0,
1348
- _INARE,
1349
- {
1350
- [_er]: _c,
1351
- },
1352
- [_m],
1353
- [0],
1354
- ];
1012
+ export var InstanceNameAlreadyRegisteredException = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
1355
1013
  TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException, __InstanceNameAlreadyRegisteredException);
1356
- export var InstanceNameRequiredException = [
1357
- -3,
1358
- n0,
1359
- _INRE,
1360
- {
1361
- [_er]: _c,
1362
- },
1363
- [_m],
1364
- [0],
1365
- ];
1014
+ export var InstanceNameRequiredException = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
1366
1015
  TypeRegistry.for(n0).registerError(InstanceNameRequiredException, __InstanceNameRequiredException);
1367
- export var InstanceNotRegisteredException = [
1368
- -3,
1369
- n0,
1370
- _INREn,
1371
- {
1372
- [_er]: _c,
1373
- },
1374
- [_m],
1375
- [0],
1376
- ];
1016
+ export var InstanceNotRegisteredException = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
1377
1017
  TypeRegistry.for(n0).registerError(InstanceNotRegisteredException, __InstanceNotRegisteredException);
1378
1018
  export var InstanceSummary = [
1379
1019
  3,
@@ -1391,365 +1031,89 @@ export var InstanceTarget = [
1391
1031
  [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
1392
1032
  [0, 0, 0, 0, 4, () => LifecycleEventList, 0],
1393
1033
  ];
1394
- export var InvalidAlarmConfigException = [
1395
- -3,
1396
- n0,
1397
- _IACE,
1398
- {
1399
- [_er]: _c,
1400
- },
1401
- [_m],
1402
- [0],
1403
- ];
1034
+ export var InvalidAlarmConfigException = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
1404
1035
  TypeRegistry.for(n0).registerError(InvalidAlarmConfigException, __InvalidAlarmConfigException);
1405
- export var InvalidApplicationNameException = [
1406
- -3,
1407
- n0,
1408
- _IANE,
1409
- {
1410
- [_er]: _c,
1411
- },
1412
- [_m],
1413
- [0],
1414
- ];
1036
+ export var InvalidApplicationNameException = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
1415
1037
  TypeRegistry.for(n0).registerError(InvalidApplicationNameException, __InvalidApplicationNameException);
1416
- export var InvalidArnException = [
1417
- -3,
1418
- n0,
1419
- _IAE,
1420
- {
1421
- [_er]: _c,
1422
- },
1423
- [_m],
1424
- [0],
1425
- ];
1038
+ export var InvalidArnException = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
1426
1039
  TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
1427
- export var InvalidAutoRollbackConfigException = [
1428
- -3,
1429
- n0,
1430
- _IARCE,
1431
- {
1432
- [_er]: _c,
1433
- },
1434
- [_m],
1435
- [0],
1436
- ];
1040
+ export var InvalidAutoRollbackConfigException = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
1437
1041
  TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException, __InvalidAutoRollbackConfigException);
1438
- export var InvalidAutoScalingGroupException = [
1439
- -3,
1440
- n0,
1441
- _IASGE,
1442
- {
1443
- [_er]: _c,
1444
- },
1445
- [_m],
1446
- [0],
1447
- ];
1042
+ export var InvalidAutoScalingGroupException = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
1448
1043
  TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException, __InvalidAutoScalingGroupException);
1449
1044
  export var InvalidBlueGreenDeploymentConfigurationException = [
1450
1045
  -3,
1451
1046
  n0,
1452
1047
  _IBGDCE,
1453
- {
1454
- [_er]: _c,
1455
- },
1048
+ { [_er]: _c },
1456
1049
  [_m],
1457
1050
  [0],
1458
1051
  ];
1459
1052
  TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException, __InvalidBlueGreenDeploymentConfigurationException);
1460
- export var InvalidBucketNameFilterException = [
1053
+ export var InvalidBucketNameFilterException = [-3, n0, _IBNFE, { [_er]: _c }, [_m], [0]];
1054
+ TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException, __InvalidBucketNameFilterException);
1055
+ export var InvalidComputePlatformException = [-3, n0, _ICPE, { [_er]: _c }, [_m], [0]];
1056
+ TypeRegistry.for(n0).registerError(InvalidComputePlatformException, __InvalidComputePlatformException);
1057
+ export var InvalidDeployedStateFilterException = [-3, n0, _IDSFE, { [_er]: _c }, [_m], [0]];
1058
+ TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException, __InvalidDeployedStateFilterException);
1059
+ export var InvalidDeploymentConfigNameException = [-3, n0, _IDCNE, { [_er]: _c }, [_m], [0]];
1060
+ TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException, __InvalidDeploymentConfigNameException);
1061
+ export var InvalidDeploymentGroupNameException = [-3, n0, _IDGNE, { [_er]: _c }, [_m], [0]];
1062
+ TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException, __InvalidDeploymentGroupNameException);
1063
+ export var InvalidDeploymentIdException = [-3, n0, _IDIE, { [_er]: _c }, [_m], [0]];
1064
+ TypeRegistry.for(n0).registerError(InvalidDeploymentIdException, __InvalidDeploymentIdException);
1065
+ export var InvalidDeploymentInstanceTypeException = [-3, n0, _IDITE, { [_er]: _c }, [_m], [0]];
1066
+ TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException, __InvalidDeploymentInstanceTypeException);
1067
+ export var InvalidDeploymentStatusException = [-3, n0, _IDSE, { [_er]: _c }, [_m], [0]];
1068
+ TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException, __InvalidDeploymentStatusException);
1069
+ export var InvalidDeploymentStyleException = [-3, n0, _IDSEn, { [_er]: _c }, [_m], [0]];
1070
+ TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException, __InvalidDeploymentStyleException);
1071
+ export var InvalidDeploymentTargetIdException = [-3, n0, _IDTIE, { [_er]: _c }, [_m], [0]];
1072
+ TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException, __InvalidDeploymentTargetIdException);
1073
+ export var InvalidDeploymentWaitTypeException = [-3, n0, _IDWTE, { [_er]: _c }, [_m], [0]];
1074
+ TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException, __InvalidDeploymentWaitTypeException);
1075
+ export var InvalidEC2TagCombinationException = [-3, n0, _IECTCE, { [_er]: _c }, [_m], [0]];
1076
+ TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException, __InvalidEC2TagCombinationException);
1077
+ export var InvalidEC2TagException = [-3, n0, _IECTE, { [_er]: _c }, [_m], [0]];
1078
+ TypeRegistry.for(n0).registerError(InvalidEC2TagException, __InvalidEC2TagException);
1079
+ export var InvalidECSServiceException = [-3, n0, _IECSSE, { [_er]: _c }, [_m], [0]];
1080
+ TypeRegistry.for(n0).registerError(InvalidECSServiceException, __InvalidECSServiceException);
1081
+ export var InvalidExternalIdException = [-3, n0, _IEIE, { [_er]: _c }, [_m], [0]];
1082
+ TypeRegistry.for(n0).registerError(InvalidExternalIdException, __InvalidExternalIdException);
1083
+ export var InvalidFileExistsBehaviorException = [-3, n0, _IFEBE, { [_er]: _c }, [_m], [0]];
1084
+ TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException, __InvalidFileExistsBehaviorException);
1085
+ export var InvalidGitHubAccountTokenException = [-3, n0, _IGHATE, { [_er]: _c }, [_m], [0]];
1086
+ TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException, __InvalidGitHubAccountTokenException);
1087
+ export var InvalidGitHubAccountTokenNameException = [-3, n0, _IGHATNE, { [_er]: _c }, [_m], [0]];
1088
+ TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException, __InvalidGitHubAccountTokenNameException);
1089
+ export var InvalidIamSessionArnException = [-3, n0, _IISAE, { [_er]: _c }, [_m], [0]];
1090
+ TypeRegistry.for(n0).registerError(InvalidIamSessionArnException, __InvalidIamSessionArnException);
1091
+ export var InvalidIamUserArnException = [-3, n0, _IIUAE, { [_er]: _c }, [_m], [0]];
1092
+ TypeRegistry.for(n0).registerError(InvalidIamUserArnException, __InvalidIamUserArnException);
1093
+ export var InvalidIgnoreApplicationStopFailuresValueException = [
1461
1094
  -3,
1462
1095
  n0,
1463
- _IBNFE,
1464
- {
1465
- [_er]: _c,
1466
- },
1096
+ _IIASFVE,
1097
+ { [_er]: _c },
1467
1098
  [_m],
1468
1099
  [0],
1469
1100
  ];
1470
- TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException, __InvalidBucketNameFilterException);
1471
- export var InvalidComputePlatformException = [
1101
+ TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException, __InvalidIgnoreApplicationStopFailuresValueException);
1102
+ export var InvalidInputException = [-3, n0, _IIE, { [_er]: _c }, [_m], [0]];
1103
+ TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
1104
+ export var InvalidInstanceNameException = [-3, n0, _IINE, { [_er]: _c }, [_m], [0]];
1105
+ TypeRegistry.for(n0).registerError(InvalidInstanceNameException, __InvalidInstanceNameException);
1106
+ export var InvalidInstanceStatusException = [-3, n0, _IISE, { [_er]: _c }, [_m], [0]];
1107
+ TypeRegistry.for(n0).registerError(InvalidInstanceStatusException, __InvalidInstanceStatusException);
1108
+ export var InvalidInstanceTypeException = [-3, n0, _IITE, { [_er]: _c }, [_m], [0]];
1109
+ TypeRegistry.for(n0).registerError(InvalidInstanceTypeException, __InvalidInstanceTypeException);
1110
+ export var InvalidKeyPrefixFilterException = [-3, n0, _IKPFE, { [_er]: _c }, [_m], [0]];
1111
+ TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException, __InvalidKeyPrefixFilterException);
1112
+ export var InvalidLifecycleEventHookExecutionIdException = [
1472
1113
  -3,
1473
1114
  n0,
1474
- _ICPE,
1475
- {
1476
- [_er]: _c,
1477
- },
1478
- [_m],
1479
- [0],
1480
- ];
1481
- TypeRegistry.for(n0).registerError(InvalidComputePlatformException, __InvalidComputePlatformException);
1482
- export var InvalidDeployedStateFilterException = [
1483
- -3,
1484
- n0,
1485
- _IDSFE,
1486
- {
1487
- [_er]: _c,
1488
- },
1489
- [_m],
1490
- [0],
1491
- ];
1492
- TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException, __InvalidDeployedStateFilterException);
1493
- export var InvalidDeploymentConfigNameException = [
1494
- -3,
1495
- n0,
1496
- _IDCNE,
1497
- {
1498
- [_er]: _c,
1499
- },
1500
- [_m],
1501
- [0],
1502
- ];
1503
- TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException, __InvalidDeploymentConfigNameException);
1504
- export var InvalidDeploymentGroupNameException = [
1505
- -3,
1506
- n0,
1507
- _IDGNE,
1508
- {
1509
- [_er]: _c,
1510
- },
1511
- [_m],
1512
- [0],
1513
- ];
1514
- TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException, __InvalidDeploymentGroupNameException);
1515
- export var InvalidDeploymentIdException = [
1516
- -3,
1517
- n0,
1518
- _IDIE,
1519
- {
1520
- [_er]: _c,
1521
- },
1522
- [_m],
1523
- [0],
1524
- ];
1525
- TypeRegistry.for(n0).registerError(InvalidDeploymentIdException, __InvalidDeploymentIdException);
1526
- export var InvalidDeploymentInstanceTypeException = [
1527
- -3,
1528
- n0,
1529
- _IDITE,
1530
- {
1531
- [_er]: _c,
1532
- },
1533
- [_m],
1534
- [0],
1535
- ];
1536
- TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException, __InvalidDeploymentInstanceTypeException);
1537
- export var InvalidDeploymentStatusException = [
1538
- -3,
1539
- n0,
1540
- _IDSE,
1541
- {
1542
- [_er]: _c,
1543
- },
1544
- [_m],
1545
- [0],
1546
- ];
1547
- TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException, __InvalidDeploymentStatusException);
1548
- export var InvalidDeploymentStyleException = [
1549
- -3,
1550
- n0,
1551
- _IDSEn,
1552
- {
1553
- [_er]: _c,
1554
- },
1555
- [_m],
1556
- [0],
1557
- ];
1558
- TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException, __InvalidDeploymentStyleException);
1559
- export var InvalidDeploymentTargetIdException = [
1560
- -3,
1561
- n0,
1562
- _IDTIE,
1563
- {
1564
- [_er]: _c,
1565
- },
1566
- [_m],
1567
- [0],
1568
- ];
1569
- TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException, __InvalidDeploymentTargetIdException);
1570
- export var InvalidDeploymentWaitTypeException = [
1571
- -3,
1572
- n0,
1573
- _IDWTE,
1574
- {
1575
- [_er]: _c,
1576
- },
1577
- [_m],
1578
- [0],
1579
- ];
1580
- TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException, __InvalidDeploymentWaitTypeException);
1581
- export var InvalidEC2TagCombinationException = [
1582
- -3,
1583
- n0,
1584
- _IECTCE,
1585
- {
1586
- [_er]: _c,
1587
- },
1588
- [_m],
1589
- [0],
1590
- ];
1591
- TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException, __InvalidEC2TagCombinationException);
1592
- export var InvalidEC2TagException = [
1593
- -3,
1594
- n0,
1595
- _IECTE,
1596
- {
1597
- [_er]: _c,
1598
- },
1599
- [_m],
1600
- [0],
1601
- ];
1602
- TypeRegistry.for(n0).registerError(InvalidEC2TagException, __InvalidEC2TagException);
1603
- export var InvalidECSServiceException = [
1604
- -3,
1605
- n0,
1606
- _IECSSE,
1607
- {
1608
- [_er]: _c,
1609
- },
1610
- [_m],
1611
- [0],
1612
- ];
1613
- TypeRegistry.for(n0).registerError(InvalidECSServiceException, __InvalidECSServiceException);
1614
- export var InvalidExternalIdException = [
1615
- -3,
1616
- n0,
1617
- _IEIE,
1618
- {
1619
- [_er]: _c,
1620
- },
1621
- [_m],
1622
- [0],
1623
- ];
1624
- TypeRegistry.for(n0).registerError(InvalidExternalIdException, __InvalidExternalIdException);
1625
- export var InvalidFileExistsBehaviorException = [
1626
- -3,
1627
- n0,
1628
- _IFEBE,
1629
- {
1630
- [_er]: _c,
1631
- },
1632
- [_m],
1633
- [0],
1634
- ];
1635
- TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException, __InvalidFileExistsBehaviorException);
1636
- export var InvalidGitHubAccountTokenException = [
1637
- -3,
1638
- n0,
1639
- _IGHATE,
1640
- {
1641
- [_er]: _c,
1642
- },
1643
- [_m],
1644
- [0],
1645
- ];
1646
- TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException, __InvalidGitHubAccountTokenException);
1647
- export var InvalidGitHubAccountTokenNameException = [
1648
- -3,
1649
- n0,
1650
- _IGHATNE,
1651
- {
1652
- [_er]: _c,
1653
- },
1654
- [_m],
1655
- [0],
1656
- ];
1657
- TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException, __InvalidGitHubAccountTokenNameException);
1658
- export var InvalidIamSessionArnException = [
1659
- -3,
1660
- n0,
1661
- _IISAE,
1662
- {
1663
- [_er]: _c,
1664
- },
1665
- [_m],
1666
- [0],
1667
- ];
1668
- TypeRegistry.for(n0).registerError(InvalidIamSessionArnException, __InvalidIamSessionArnException);
1669
- export var InvalidIamUserArnException = [
1670
- -3,
1671
- n0,
1672
- _IIUAE,
1673
- {
1674
- [_er]: _c,
1675
- },
1676
- [_m],
1677
- [0],
1678
- ];
1679
- TypeRegistry.for(n0).registerError(InvalidIamUserArnException, __InvalidIamUserArnException);
1680
- export var InvalidIgnoreApplicationStopFailuresValueException = [
1681
- -3,
1682
- n0,
1683
- _IIASFVE,
1684
- {
1685
- [_er]: _c,
1686
- },
1687
- [_m],
1688
- [0],
1689
- ];
1690
- TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException, __InvalidIgnoreApplicationStopFailuresValueException);
1691
- export var InvalidInputException = [
1692
- -3,
1693
- n0,
1694
- _IIE,
1695
- {
1696
- [_er]: _c,
1697
- },
1698
- [_m],
1699
- [0],
1700
- ];
1701
- TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
1702
- export var InvalidInstanceNameException = [
1703
- -3,
1704
- n0,
1705
- _IINE,
1706
- {
1707
- [_er]: _c,
1708
- },
1709
- [_m],
1710
- [0],
1711
- ];
1712
- TypeRegistry.for(n0).registerError(InvalidInstanceNameException, __InvalidInstanceNameException);
1713
- export var InvalidInstanceStatusException = [
1714
- -3,
1715
- n0,
1716
- _IISE,
1717
- {
1718
- [_er]: _c,
1719
- },
1720
- [_m],
1721
- [0],
1722
- ];
1723
- TypeRegistry.for(n0).registerError(InvalidInstanceStatusException, __InvalidInstanceStatusException);
1724
- export var InvalidInstanceTypeException = [
1725
- -3,
1726
- n0,
1727
- _IITE,
1728
- {
1729
- [_er]: _c,
1730
- },
1731
- [_m],
1732
- [0],
1733
- ];
1734
- TypeRegistry.for(n0).registerError(InvalidInstanceTypeException, __InvalidInstanceTypeException);
1735
- export var InvalidKeyPrefixFilterException = [
1736
- -3,
1737
- n0,
1738
- _IKPFE,
1739
- {
1740
- [_er]: _c,
1741
- },
1742
- [_m],
1743
- [0],
1744
- ];
1745
- TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException, __InvalidKeyPrefixFilterException);
1746
- export var InvalidLifecycleEventHookExecutionIdException = [
1747
- -3,
1748
- n0,
1749
- _ILEHEIE,
1750
- {
1751
- [_er]: _c,
1752
- },
1115
+ _ILEHEIE,
1116
+ { [_er]: _c },
1753
1117
  [_m],
1754
1118
  [0],
1755
1119
  ];
@@ -1758,243 +1122,59 @@ export var InvalidLifecycleEventHookExecutionStatusException = [
1758
1122
  -3,
1759
1123
  n0,
1760
1124
  _ILEHESE,
1761
- {
1762
- [_er]: _c,
1763
- },
1125
+ { [_er]: _c },
1764
1126
  [_m],
1765
1127
  [0],
1766
1128
  ];
1767
1129
  TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException, __InvalidLifecycleEventHookExecutionStatusException);
1768
- export var InvalidLoadBalancerInfoException = [
1769
- -3,
1770
- n0,
1771
- _ILBIE,
1772
- {
1773
- [_er]: _c,
1774
- },
1775
- [_m],
1776
- [0],
1777
- ];
1130
+ export var InvalidLoadBalancerInfoException = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
1778
1131
  TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException, __InvalidLoadBalancerInfoException);
1779
- export var InvalidMinimumHealthyHostValueException = [
1780
- -3,
1781
- n0,
1782
- _IMHHVE,
1783
- {
1784
- [_er]: _c,
1785
- },
1786
- [_m],
1787
- [0],
1788
- ];
1132
+ export var InvalidMinimumHealthyHostValueException = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
1789
1133
  TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException, __InvalidMinimumHealthyHostValueException);
1790
- export var InvalidNextTokenException = [
1791
- -3,
1792
- n0,
1793
- _INTE,
1794
- {
1795
- [_er]: _c,
1796
- },
1797
- [_m],
1798
- [0],
1799
- ];
1134
+ export var InvalidNextTokenException = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
1800
1135
  TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1801
- export var InvalidOnPremisesTagCombinationException = [
1802
- -3,
1803
- n0,
1804
- _IOPTCE,
1805
- {
1806
- [_er]: _c,
1807
- },
1808
- [_m],
1809
- [0],
1810
- ];
1136
+ export var InvalidOnPremisesTagCombinationException = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
1811
1137
  TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException, __InvalidOnPremisesTagCombinationException);
1812
- export var InvalidOperationException = [
1813
- -3,
1814
- n0,
1815
- _IOE,
1816
- {
1817
- [_er]: _c,
1818
- },
1819
- [_m],
1820
- [0],
1821
- ];
1138
+ export var InvalidOperationException = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
1822
1139
  TypeRegistry.for(n0).registerError(InvalidOperationException, __InvalidOperationException);
1823
- export var InvalidRegistrationStatusException = [
1824
- -3,
1825
- n0,
1826
- _IRSE,
1827
- {
1828
- [_er]: _c,
1829
- },
1830
- [_m],
1831
- [0],
1832
- ];
1140
+ export var InvalidRegistrationStatusException = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
1833
1141
  TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException, __InvalidRegistrationStatusException);
1834
- export var InvalidRevisionException = [
1835
- -3,
1836
- n0,
1837
- _IRE,
1838
- {
1839
- [_er]: _c,
1840
- },
1841
- [_m],
1842
- [0],
1843
- ];
1142
+ export var InvalidRevisionException = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
1844
1143
  TypeRegistry.for(n0).registerError(InvalidRevisionException, __InvalidRevisionException);
1845
- export var InvalidRoleException = [
1846
- -3,
1847
- n0,
1848
- _IREn,
1849
- {
1850
- [_er]: _c,
1851
- },
1852
- [_m],
1853
- [0],
1854
- ];
1144
+ export var InvalidRoleException = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
1855
1145
  TypeRegistry.for(n0).registerError(InvalidRoleException, __InvalidRoleException);
1856
- export var InvalidSortByException = [
1857
- -3,
1858
- n0,
1859
- _ISBE,
1860
- {
1861
- [_er]: _c,
1862
- },
1863
- [_m],
1864
- [0],
1865
- ];
1146
+ export var InvalidSortByException = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
1866
1147
  TypeRegistry.for(n0).registerError(InvalidSortByException, __InvalidSortByException);
1867
- export var InvalidSortOrderException = [
1868
- -3,
1869
- n0,
1870
- _ISOE,
1871
- {
1872
- [_er]: _c,
1873
- },
1874
- [_m],
1875
- [0],
1876
- ];
1148
+ export var InvalidSortOrderException = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
1877
1149
  TypeRegistry.for(n0).registerError(InvalidSortOrderException, __InvalidSortOrderException);
1878
- export var InvalidTagException = [
1879
- -3,
1880
- n0,
1881
- _ITE,
1882
- {
1883
- [_er]: _c,
1884
- },
1885
- [_m],
1886
- [0],
1887
- ];
1150
+ export var InvalidTagException = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
1888
1151
  TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
1889
- export var InvalidTagFilterException = [
1890
- -3,
1891
- n0,
1892
- _ITFE,
1893
- {
1894
- [_er]: _c,
1895
- },
1896
- [_m],
1897
- [0],
1898
- ];
1152
+ export var InvalidTagFilterException = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
1899
1153
  TypeRegistry.for(n0).registerError(InvalidTagFilterException, __InvalidTagFilterException);
1900
- export var InvalidTagsToAddException = [
1901
- -3,
1902
- n0,
1903
- _ITTAE,
1904
- {
1905
- [_er]: _c,
1906
- },
1907
- [_m],
1908
- [0],
1909
- ];
1154
+ export var InvalidTagsToAddException = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
1910
1155
  TypeRegistry.for(n0).registerError(InvalidTagsToAddException, __InvalidTagsToAddException);
1911
- export var InvalidTargetFilterNameException = [
1912
- -3,
1913
- n0,
1914
- _ITFNE,
1915
- {
1916
- [_er]: _c,
1917
- },
1918
- [_m],
1919
- [0],
1920
- ];
1156
+ export var InvalidTargetFilterNameException = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
1921
1157
  TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException, __InvalidTargetFilterNameException);
1922
- export var InvalidTargetGroupPairException = [
1923
- -3,
1924
- n0,
1925
- _ITGPE,
1926
- {
1927
- [_er]: _c,
1928
- },
1929
- [_m],
1930
- [0],
1931
- ];
1158
+ export var InvalidTargetGroupPairException = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
1932
1159
  TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException, __InvalidTargetGroupPairException);
1933
- export var InvalidTargetInstancesException = [
1934
- -3,
1935
- n0,
1936
- _ITIE,
1937
- {
1938
- [_er]: _c,
1939
- },
1940
- [_m],
1941
- [0],
1942
- ];
1160
+ export var InvalidTargetInstancesException = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
1943
1161
  TypeRegistry.for(n0).registerError(InvalidTargetInstancesException, __InvalidTargetInstancesException);
1944
- export var InvalidTimeRangeException = [
1945
- -3,
1946
- n0,
1947
- _ITRE,
1948
- {
1949
- [_er]: _c,
1950
- },
1951
- [_m],
1952
- [0],
1953
- ];
1162
+ export var InvalidTimeRangeException = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
1954
1163
  TypeRegistry.for(n0).registerError(InvalidTimeRangeException, __InvalidTimeRangeException);
1955
- export var InvalidTrafficRoutingConfigurationException = [
1956
- -3,
1957
- n0,
1958
- _ITRCE,
1959
- {
1960
- [_er]: _c,
1961
- },
1962
- [_m],
1963
- [0],
1964
- ];
1164
+ export var InvalidTrafficRoutingConfigurationException = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
1965
1165
  TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException, __InvalidTrafficRoutingConfigurationException);
1966
- export var InvalidTriggerConfigException = [
1967
- -3,
1968
- n0,
1969
- _ITCE,
1970
- {
1971
- [_er]: _c,
1972
- },
1973
- [_m],
1974
- [0],
1975
- ];
1166
+ export var InvalidTriggerConfigException = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
1976
1167
  TypeRegistry.for(n0).registerError(InvalidTriggerConfigException, __InvalidTriggerConfigException);
1977
1168
  export var InvalidUpdateOutdatedInstancesOnlyValueException = [
1978
1169
  -3,
1979
1170
  n0,
1980
1171
  _IUOIOVE,
1981
- {
1982
- [_er]: _c,
1983
- },
1172
+ { [_er]: _c },
1984
1173
  [_m],
1985
1174
  [0],
1986
1175
  ];
1987
1176
  TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException, __InvalidUpdateOutdatedInstancesOnlyValueException);
1988
- export var InvalidZonalDeploymentConfigurationException = [
1989
- -3,
1990
- n0,
1991
- _IZDCE,
1992
- {
1993
- [_er]: _c,
1994
- },
1995
- [_m],
1996
- [0],
1997
- ];
1177
+ export var InvalidZonalDeploymentConfigurationException = [-3, n0, _IZDCE, { [_er]: _c }, [_m], [0]];
1998
1178
  TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException, __InvalidZonalDeploymentConfigurationException);
1999
1179
  export var LambdaFunctionInfo = [3, n0, _LFI, 0, [_fN, _fA, _cV, _tV, _tVW], [0, 0, 0, 0, 1]];
2000
1180
  export var LambdaTarget = [
@@ -2014,27 +1194,9 @@ export var LifecycleEvent = [
2014
1194
  [_lEN, _di, _sT, _eTn, _st],
2015
1195
  [0, () => Diagnostics, 4, 4, 0],
2016
1196
  ];
2017
- export var LifecycleEventAlreadyCompletedException = [
2018
- -3,
2019
- n0,
2020
- _LEACE,
2021
- {
2022
- [_er]: _c,
2023
- },
2024
- [_m],
2025
- [0],
2026
- ];
1197
+ export var LifecycleEventAlreadyCompletedException = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
2027
1198
  TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException, __LifecycleEventAlreadyCompletedException);
2028
- export var LifecycleHookLimitExceededException = [
2029
- -3,
2030
- n0,
2031
- _LHLEE,
2032
- {
2033
- [_er]: _c,
2034
- },
2035
- [_m],
2036
- [0],
2037
- ];
1199
+ export var LifecycleHookLimitExceededException = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
2038
1200
  TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException, __LifecycleHookLimitExceededException);
2039
1201
  export var ListApplicationRevisionsInput = [
2040
1202
  3,
@@ -2108,28 +1270,10 @@ export var LoadBalancerInfo = [
2108
1270
  ];
2109
1271
  export var MinimumHealthyHosts = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
2110
1272
  export var MinimumHealthyHostsPerZone = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
2111
- export var MultipleIamArnsProvidedException = [
2112
- -3,
2113
- n0,
2114
- _MIAPE,
2115
- {
2116
- [_er]: _c,
2117
- },
2118
- [_m],
2119
- [0],
2120
- ];
1273
+ export var MultipleIamArnsProvidedException = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
2121
1274
  TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException, __MultipleIamArnsProvidedException);
2122
1275
  export var OnPremisesTagSet = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
2123
- export var OperationNotSupportedException = [
2124
- -3,
2125
- n0,
2126
- _ONSE,
2127
- {
2128
- [_er]: _c,
2129
- },
2130
- [_m],
2131
- [0],
2132
- ];
1276
+ export var OperationNotSupportedException = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
2133
1277
  TypeRegistry.for(n0).registerError(OperationNotSupportedException, __OperationNotSupportedException);
2134
1278
  export var PutLifecycleEventHookExecutionStatusInput = [
2135
1279
  3,
@@ -2159,38 +1303,11 @@ export var RemoveTagsFromOnPremisesInstancesInput = [
2159
1303
  [_t, _iN],
2160
1304
  [() => TagList, 64 | 0],
2161
1305
  ];
2162
- export var ResourceArnRequiredException = [
2163
- -3,
2164
- n0,
2165
- _RARE,
2166
- {
2167
- [_er]: _c,
2168
- },
2169
- [_m],
2170
- [0],
2171
- ];
1306
+ export var ResourceArnRequiredException = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
2172
1307
  TypeRegistry.for(n0).registerError(ResourceArnRequiredException, __ResourceArnRequiredException);
2173
- export var ResourceValidationException = [
2174
- -3,
2175
- n0,
2176
- _RVE,
2177
- {
2178
- [_er]: _c,
2179
- },
2180
- [_m],
2181
- [0],
2182
- ];
1308
+ export var ResourceValidationException = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
2183
1309
  TypeRegistry.for(n0).registerError(ResourceValidationException, __ResourceValidationException);
2184
- export var RevisionDoesNotExistException = [
2185
- -3,
2186
- n0,
2187
- _RDNEE,
2188
- {
2189
- [_er]: _c,
2190
- },
2191
- [_m],
2192
- [0],
2193
- ];
1310
+ export var RevisionDoesNotExistException = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
2194
1311
  TypeRegistry.for(n0).registerError(RevisionDoesNotExistException, __RevisionDoesNotExistException);
2195
1312
  export var RevisionInfo = [
2196
1313
  3,
@@ -2208,27 +1325,9 @@ export var RevisionLocation = [
2208
1325
  [_rTev, _sL, _gHL, _str, _aSC],
2209
1326
  [0, () => S3Location, () => GitHubLocation, () => RawString, () => AppSpecContent],
2210
1327
  ];
2211
- export var RevisionRequiredException = [
2212
- -3,
2213
- n0,
2214
- _RRE,
2215
- {
2216
- [_er]: _c,
2217
- },
2218
- [_m],
2219
- [0],
2220
- ];
1328
+ export var RevisionRequiredException = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
2221
1329
  TypeRegistry.for(n0).registerError(RevisionRequiredException, __RevisionRequiredException);
2222
- export var RoleRequiredException = [
2223
- -3,
2224
- n0,
2225
- _RREo,
2226
- {
2227
- [_er]: _c,
2228
- },
2229
- [_m],
2230
- [0],
2231
- ];
1330
+ export var RoleRequiredException = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
2232
1331
  TypeRegistry.for(n0).registerError(RoleRequiredException, __RoleRequiredException);
2233
1332
  export var RollbackInfo = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
2234
1333
  export var S3Location = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
@@ -2237,40 +1336,13 @@ export var StopDeploymentInput = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
2237
1336
  export var StopDeploymentOutput = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
2238
1337
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2239
1338
  export var TagFilter = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
2240
- export var TagLimitExceededException = [
2241
- -3,
2242
- n0,
2243
- _TLEE,
2244
- {
2245
- [_er]: _c,
2246
- },
2247
- [_m],
2248
- [0],
2249
- ];
1339
+ export var TagLimitExceededException = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
2250
1340
  TypeRegistry.for(n0).registerError(TagLimitExceededException, __TagLimitExceededException);
2251
- export var TagRequiredException = [
2252
- -3,
2253
- n0,
2254
- _TRE,
2255
- {
2256
- [_er]: _c,
2257
- },
2258
- [_m],
2259
- [0],
2260
- ];
1341
+ export var TagRequiredException = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
2261
1342
  TypeRegistry.for(n0).registerError(TagRequiredException, __TagRequiredException);
2262
1343
  export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
2263
1344
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
2264
- export var TagSetListLimitExceededException = [
2265
- -3,
2266
- n0,
2267
- _TSLLEE,
2268
- {
2269
- [_er]: _c,
2270
- },
2271
- [_m],
2272
- [0],
2273
- ];
1345
+ export var TagSetListLimitExceededException = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
2274
1346
  TypeRegistry.for(n0).registerError(TagSetListLimitExceededException, __TagSetListLimitExceededException);
2275
1347
  export var TargetGroupInfo = [3, n0, _TGI, 0, [_n], [0]];
2276
1348
  export var TargetGroupPairInfo = [
@@ -2289,16 +1361,7 @@ export var TargetInstances = [
2289
1361
  [_tFa, _aSG, _eTS],
2290
1362
  [() => EC2TagFilterList, 64 | 0, () => EC2TagSet],
2291
1363
  ];
2292
- export var ThrottlingException = [
2293
- -3,
2294
- n0,
2295
- _TE,
2296
- {
2297
- [_er]: _c,
2298
- },
2299
- [_m],
2300
- [0],
2301
- ];
1364
+ export var ThrottlingException = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
2302
1365
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
2303
1366
  export var TimeBasedCanary = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
2304
1367
  export var TimeBasedLinear = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
@@ -2313,27 +1376,9 @@ export var TrafficRoutingConfig = [
2313
1376
  [0, () => TimeBasedCanary, () => TimeBasedLinear],
2314
1377
  ];
2315
1378
  export var TriggerConfig = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
2316
- export var TriggerTargetsLimitExceededException = [
2317
- -3,
2318
- n0,
2319
- _TTLEE,
2320
- {
2321
- [_er]: _c,
2322
- },
2323
- [_m],
2324
- [0],
2325
- ];
1379
+ export var TriggerTargetsLimitExceededException = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
2326
1380
  TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException, __TriggerTargetsLimitExceededException);
2327
- export var UnsupportedActionForDeploymentTypeException = [
2328
- -3,
2329
- n0,
2330
- _UAFDTE,
2331
- {
2332
- [_er]: _c,
2333
- },
2334
- [_m],
2335
- [0],
2336
- ];
1381
+ export var UnsupportedActionForDeploymentTypeException = [-3, n0, _UAFDTE, { [_er]: _c }, [_m], [0]];
2337
1382
  TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException, __UnsupportedActionForDeploymentTypeException);
2338
1383
  export var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
2339
1384
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];