@aws-sdk/client-ecs 3.987.0 → 3.989.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 +83 -3897
- package/dist-cjs/models/ECSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +370 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3113 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +247 -241
- package/dist-types/schemas/schemas_0.d.ts +36 -29
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
- package/package.json +13 -13
|
@@ -738,7 +738,7 @@ const _lV = "longValue";
|
|
|
738
738
|
const _la = "labels";
|
|
739
739
|
const _li = "listener";
|
|
740
740
|
const _lo = "logging";
|
|
741
|
-
const _m = "
|
|
741
|
+
const _m = "message";
|
|
742
742
|
const _mA = "managedAgents";
|
|
743
743
|
const _mAN = "managedAgentName";
|
|
744
744
|
const _mAe = "metricAlarms";
|
|
@@ -765,9 +765,9 @@ const _mTC = "minTaskCount";
|
|
|
765
765
|
const _mTCa = "maxTaskCount";
|
|
766
766
|
const _mTP = "managedTerminationProtection";
|
|
767
767
|
const _ma = "max";
|
|
768
|
-
const _me = "
|
|
769
|
-
const _mem = "memory";
|
|
768
|
+
const _me = "memory";
|
|
770
769
|
const _met = "metric";
|
|
770
|
+
const _mi = "min";
|
|
771
771
|
const _mo = "monitoring";
|
|
772
772
|
const _n = "name";
|
|
773
773
|
const _nB = "networkBindings";
|
|
@@ -852,7 +852,7 @@ const _rev = "revision";
|
|
|
852
852
|
const _ro = "role";
|
|
853
853
|
const _rol = "rollback";
|
|
854
854
|
const _ru = "rule";
|
|
855
|
-
const _s = "
|
|
855
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ecs";
|
|
856
856
|
const _sA = "serviceArn";
|
|
857
857
|
const _sAe = "serviceArns";
|
|
858
858
|
const _sAt = "startedAt";
|
|
@@ -913,17 +913,17 @@ const _sV = "sourceVolume";
|
|
|
913
913
|
const _sc = "scale";
|
|
914
914
|
const _sch = "scheme";
|
|
915
915
|
const _sco = "scope";
|
|
916
|
-
const _se = "
|
|
916
|
+
const _se = "server";
|
|
917
917
|
const _sec = "secrets";
|
|
918
918
|
const _ser = "service";
|
|
919
919
|
const _serv = "services";
|
|
920
|
-
const _serve = "server";
|
|
921
920
|
const _ses = "session";
|
|
922
|
-
const _set = "
|
|
921
|
+
const _set = "settings";
|
|
922
|
+
const _sett = "setting";
|
|
923
923
|
const _si = "size";
|
|
924
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ecs";
|
|
925
924
|
const _so = "sort";
|
|
926
|
-
const _st = "
|
|
925
|
+
const _st = "status";
|
|
926
|
+
const _sta = "statistics";
|
|
927
927
|
const _str = "strategy";
|
|
928
928
|
const _su = "subnets";
|
|
929
929
|
const _sw = "swappiness";
|
|
@@ -992,23 +992,193 @@ const n0 = "com.amazonaws.ecs";
|
|
|
992
992
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
993
993
|
import { ECSServiceException } from "../models/ECSServiceException";
|
|
994
994
|
import { AccessDeniedException, AttributeLimitExceededException, BlockedException, ClientException, ClusterContainsCapacityProviderException, ClusterContainsContainerInstancesException, ClusterContainsServicesException, ClusterContainsTasksException, ClusterNotFoundException, ConflictException, InvalidParameterException, LimitExceededException, MissingVersionException, NamespaceNotFoundException, NoUpdateAvailableException, PlatformTaskDefinitionIncompatibilityException, PlatformUnknownException, ResourceInUseException, ResourceNotFoundException, ServerException, ServiceDeploymentNotFoundException, ServiceNotActiveException, ServiceNotFoundException, TargetNotConnectedException, TargetNotFoundException, TaskSetNotFoundException, UnsupportedFeatureException, UpdateInProgressException, } from "../models/errors";
|
|
995
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
996
|
+
export var ECSServiceException$ = [-3, _s, "ECSServiceException", 0, [], []];
|
|
997
|
+
_s_registry.registerError(ECSServiceException$, ECSServiceException);
|
|
998
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
999
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1000
|
+
{ [_e]: _c },
|
|
1001
|
+
[_m],
|
|
1002
|
+
[0]
|
|
1003
|
+
];
|
|
1004
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
1005
|
+
export var AttributeLimitExceededException$ = [-3, n0, _ALEE,
|
|
1006
|
+
{ [_e]: _c },
|
|
1007
|
+
[_m],
|
|
1008
|
+
[0]
|
|
1009
|
+
];
|
|
1010
|
+
n0_registry.registerError(AttributeLimitExceededException$, AttributeLimitExceededException);
|
|
1011
|
+
export var BlockedException$ = [-3, n0, _BE,
|
|
1012
|
+
{ [_e]: _c },
|
|
1013
|
+
[_m],
|
|
1014
|
+
[0]
|
|
1015
|
+
];
|
|
1016
|
+
n0_registry.registerError(BlockedException$, BlockedException);
|
|
1017
|
+
export var ClientException$ = [-3, n0, _CE,
|
|
1018
|
+
{ [_e]: _c },
|
|
1019
|
+
[_m],
|
|
1020
|
+
[0]
|
|
1021
|
+
];
|
|
1022
|
+
n0_registry.registerError(ClientException$, ClientException);
|
|
1023
|
+
export var ClusterContainsCapacityProviderException$ = [-3, n0, _CCCPE,
|
|
1024
|
+
{ [_e]: _c },
|
|
1025
|
+
[_m],
|
|
1026
|
+
[0]
|
|
1027
|
+
];
|
|
1028
|
+
n0_registry.registerError(ClusterContainsCapacityProviderException$, ClusterContainsCapacityProviderException);
|
|
1029
|
+
export var ClusterContainsContainerInstancesException$ = [-3, n0, _CCCIE,
|
|
1030
|
+
{ [_e]: _c },
|
|
1031
|
+
[_m],
|
|
1032
|
+
[0]
|
|
1033
|
+
];
|
|
1034
|
+
n0_registry.registerError(ClusterContainsContainerInstancesException$, ClusterContainsContainerInstancesException);
|
|
1035
|
+
export var ClusterContainsServicesException$ = [-3, n0, _CCSE,
|
|
1036
|
+
{ [_e]: _c },
|
|
1037
|
+
[_m],
|
|
1038
|
+
[0]
|
|
1039
|
+
];
|
|
1040
|
+
n0_registry.registerError(ClusterContainsServicesException$, ClusterContainsServicesException);
|
|
1041
|
+
export var ClusterContainsTasksException$ = [-3, n0, _CCTE,
|
|
1042
|
+
{ [_e]: _c },
|
|
1043
|
+
[_m],
|
|
1044
|
+
[0]
|
|
1045
|
+
];
|
|
1046
|
+
n0_registry.registerError(ClusterContainsTasksException$, ClusterContainsTasksException);
|
|
1047
|
+
export var ClusterNotFoundException$ = [-3, n0, _CNFE,
|
|
1048
|
+
{ [_e]: _c },
|
|
1049
|
+
[_m],
|
|
1050
|
+
[0]
|
|
1051
|
+
];
|
|
1052
|
+
n0_registry.registerError(ClusterNotFoundException$, ClusterNotFoundException);
|
|
1053
|
+
export var ConflictException$ = [-3, n0, _CEo,
|
|
1054
|
+
{ [_e]: _c },
|
|
1055
|
+
[_rI, _m],
|
|
1056
|
+
[64 | 0, 0]
|
|
1057
|
+
];
|
|
1058
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
1059
|
+
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1060
|
+
{ [_e]: _c },
|
|
1061
|
+
[_m],
|
|
1062
|
+
[0]
|
|
1063
|
+
];
|
|
1064
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
1065
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1066
|
+
{ [_e]: _c },
|
|
1067
|
+
[_m],
|
|
1068
|
+
[0]
|
|
1069
|
+
];
|
|
1070
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
1071
|
+
export var MissingVersionException$ = [-3, n0, _MVE,
|
|
1072
|
+
{ [_e]: _c },
|
|
1073
|
+
[_m],
|
|
1074
|
+
[0]
|
|
1075
|
+
];
|
|
1076
|
+
n0_registry.registerError(MissingVersionException$, MissingVersionException);
|
|
1077
|
+
export var NamespaceNotFoundException$ = [-3, n0, _NNFE,
|
|
1078
|
+
{ [_e]: _c },
|
|
1079
|
+
[_m],
|
|
1080
|
+
[0]
|
|
1081
|
+
];
|
|
1082
|
+
n0_registry.registerError(NamespaceNotFoundException$, NamespaceNotFoundException);
|
|
1083
|
+
export var NoUpdateAvailableException$ = [-3, n0, _NUAE,
|
|
1084
|
+
{ [_e]: _c },
|
|
1085
|
+
[_m],
|
|
1086
|
+
[0]
|
|
1087
|
+
];
|
|
1088
|
+
n0_registry.registerError(NoUpdateAvailableException$, NoUpdateAvailableException);
|
|
1089
|
+
export var PlatformTaskDefinitionIncompatibilityException$ = [-3, n0, _PTDIE,
|
|
1090
|
+
{ [_e]: _c },
|
|
1091
|
+
[_m],
|
|
1092
|
+
[0]
|
|
1093
|
+
];
|
|
1094
|
+
n0_registry.registerError(PlatformTaskDefinitionIncompatibilityException$, PlatformTaskDefinitionIncompatibilityException);
|
|
1095
|
+
export var PlatformUnknownException$ = [-3, n0, _PUE,
|
|
1096
|
+
{ [_e]: _c },
|
|
1097
|
+
[_m],
|
|
1098
|
+
[0]
|
|
1099
|
+
];
|
|
1100
|
+
n0_registry.registerError(PlatformUnknownException$, PlatformUnknownException);
|
|
1101
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1102
|
+
{ [_e]: _c },
|
|
1103
|
+
[_m],
|
|
1104
|
+
[0]
|
|
1105
|
+
];
|
|
1106
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
1107
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1108
|
+
{ [_e]: _c },
|
|
1109
|
+
[_m],
|
|
1110
|
+
[0]
|
|
1111
|
+
];
|
|
1112
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1113
|
+
export var ServerException$ = [-3, n0, _SE,
|
|
1114
|
+
{ [_e]: _se },
|
|
1115
|
+
[_m],
|
|
1116
|
+
[0]
|
|
1117
|
+
];
|
|
1118
|
+
n0_registry.registerError(ServerException$, ServerException);
|
|
1119
|
+
export var ServiceDeploymentNotFoundException$ = [-3, n0, _SDNFE,
|
|
1120
|
+
{ [_e]: _c },
|
|
1121
|
+
[_m],
|
|
1122
|
+
[0]
|
|
1123
|
+
];
|
|
1124
|
+
n0_registry.registerError(ServiceDeploymentNotFoundException$, ServiceDeploymentNotFoundException);
|
|
1125
|
+
export var ServiceNotActiveException$ = [-3, n0, _SNAE,
|
|
1126
|
+
{ [_e]: _c },
|
|
1127
|
+
[_m],
|
|
1128
|
+
[0]
|
|
1129
|
+
];
|
|
1130
|
+
n0_registry.registerError(ServiceNotActiveException$, ServiceNotActiveException);
|
|
1131
|
+
export var ServiceNotFoundException$ = [-3, n0, _SNFE,
|
|
1132
|
+
{ [_e]: _c },
|
|
1133
|
+
[_m],
|
|
1134
|
+
[0]
|
|
1135
|
+
];
|
|
1136
|
+
n0_registry.registerError(ServiceNotFoundException$, ServiceNotFoundException);
|
|
1137
|
+
export var TargetNotConnectedException$ = [-3, n0, _TNCE,
|
|
1138
|
+
{ [_e]: _c },
|
|
1139
|
+
[_m],
|
|
1140
|
+
[0]
|
|
1141
|
+
];
|
|
1142
|
+
n0_registry.registerError(TargetNotConnectedException$, TargetNotConnectedException);
|
|
1143
|
+
export var TargetNotFoundException$ = [-3, n0, _TNFE,
|
|
1144
|
+
{ [_e]: _c },
|
|
1145
|
+
[_m],
|
|
1146
|
+
[0]
|
|
1147
|
+
];
|
|
1148
|
+
n0_registry.registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
1149
|
+
export var TaskSetNotFoundException$ = [-3, n0, _TSNFE,
|
|
1150
|
+
{ [_e]: _c },
|
|
1151
|
+
[_m],
|
|
1152
|
+
[0]
|
|
1153
|
+
];
|
|
1154
|
+
n0_registry.registerError(TaskSetNotFoundException$, TaskSetNotFoundException);
|
|
1155
|
+
export var UnsupportedFeatureException$ = [-3, n0, _UFE,
|
|
1156
|
+
{ [_e]: _c },
|
|
1157
|
+
[_m],
|
|
1158
|
+
[0]
|
|
1159
|
+
];
|
|
1160
|
+
n0_registry.registerError(UnsupportedFeatureException$, UnsupportedFeatureException);
|
|
1161
|
+
export var UpdateInProgressException$ = [-3, n0, _UIPE,
|
|
1162
|
+
{ [_e]: _c },
|
|
1163
|
+
[_m],
|
|
1164
|
+
[0]
|
|
1165
|
+
];
|
|
1166
|
+
n0_registry.registerError(UpdateInProgressException$, UpdateInProgressException);
|
|
1167
|
+
export const errorTypeRegistries = [
|
|
1168
|
+
_s_registry,
|
|
1169
|
+
n0_registry,
|
|
1170
|
+
];
|
|
995
1171
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
996
1172
|
export var AcceleratorCountRequest$ = [3, n0, _ACR,
|
|
997
1173
|
0,
|
|
998
|
-
[
|
|
1174
|
+
[_mi, _ma],
|
|
999
1175
|
[1, 1]
|
|
1000
1176
|
];
|
|
1001
1177
|
export var AcceleratorTotalMemoryMiBRequest$ = [3, n0, _ATMMBR,
|
|
1002
1178
|
0,
|
|
1003
|
-
[
|
|
1179
|
+
[_mi, _ma],
|
|
1004
1180
|
[1, 1]
|
|
1005
1181
|
];
|
|
1006
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1007
|
-
{ [_e]: _c },
|
|
1008
|
-
[_me],
|
|
1009
|
-
[0]
|
|
1010
|
-
];
|
|
1011
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1012
1182
|
export var AdvancedConfiguration$ = [3, n0, _AC,
|
|
1013
1183
|
0,
|
|
1014
1184
|
[_aTGA, _pLR, _tLR, _rA],
|
|
@@ -1016,12 +1186,12 @@ export var AdvancedConfiguration$ = [3, n0, _AC,
|
|
|
1016
1186
|
];
|
|
1017
1187
|
export var Attachment$ = [3, n0, _A,
|
|
1018
1188
|
0,
|
|
1019
|
-
[_i, _t,
|
|
1189
|
+
[_i, _t, _st, _d],
|
|
1020
1190
|
[0, 0, 0, () => AttachmentDetails]
|
|
1021
1191
|
];
|
|
1022
1192
|
export var AttachmentStateChange$ = [3, n0, _ASC,
|
|
1023
1193
|
0,
|
|
1024
|
-
[_aA,
|
|
1194
|
+
[_aA, _st],
|
|
1025
1195
|
[0, 0], 2
|
|
1026
1196
|
];
|
|
1027
1197
|
export var Attribute$ = [3, n0, _At,
|
|
@@ -1029,12 +1199,6 @@ export var Attribute$ = [3, n0, _At,
|
|
|
1029
1199
|
[_n, _v, _tT, _tI],
|
|
1030
1200
|
[0, 0, 0, 0], 1
|
|
1031
1201
|
];
|
|
1032
|
-
export var AttributeLimitExceededException$ = [-3, n0, _ALEE,
|
|
1033
|
-
{ [_e]: _c },
|
|
1034
|
-
[_me],
|
|
1035
|
-
[0]
|
|
1036
|
-
];
|
|
1037
|
-
TypeRegistry.for(n0).registerError(AttributeLimitExceededException$, AttributeLimitExceededException);
|
|
1038
1202
|
export var AutoScalingGroupProvider$ = [3, n0, _ASGP,
|
|
1039
1203
|
0,
|
|
1040
1204
|
[_aSGA, _mS, _mTP, _mD],
|
|
@@ -1052,15 +1216,9 @@ export var AwsVpcConfiguration$ = [3, n0, _AVC,
|
|
|
1052
1216
|
];
|
|
1053
1217
|
export var BaselineEbsBandwidthMbpsRequest$ = [3, n0, _BEBMR,
|
|
1054
1218
|
0,
|
|
1055
|
-
[
|
|
1219
|
+
[_mi, _ma],
|
|
1056
1220
|
[1, 1]
|
|
1057
1221
|
];
|
|
1058
|
-
export var BlockedException$ = [-3, n0, _BE,
|
|
1059
|
-
{ [_e]: _c },
|
|
1060
|
-
[_me],
|
|
1061
|
-
[0]
|
|
1062
|
-
];
|
|
1063
|
-
TypeRegistry.for(n0).registerError(BlockedException$, BlockedException);
|
|
1064
1222
|
export var CanaryConfiguration$ = [3, n0, _CC,
|
|
1065
1223
|
0,
|
|
1066
1224
|
[_cP, _cBTIM],
|
|
@@ -1068,7 +1226,7 @@ export var CanaryConfiguration$ = [3, n0, _CC,
|
|
|
1068
1226
|
];
|
|
1069
1227
|
export var CapacityProvider$ = [3, n0, _CP,
|
|
1070
1228
|
0,
|
|
1071
|
-
[_cPA, _n, _cl,
|
|
1229
|
+
[_cPA, _n, _cl, _st, _aSGP, _mIP, _uS, _uSR, _ta, _t],
|
|
1072
1230
|
[0, 0, 0, 0, () => AutoScalingGroupProvider$, [() => ManagedInstancesProvider$, 0], 0, 0, () => Tags, 0]
|
|
1073
1231
|
];
|
|
1074
1232
|
export var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
|
|
@@ -1076,15 +1234,9 @@ export var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
|
|
|
1076
1234
|
[_cPa, _w, _b],
|
|
1077
1235
|
[0, 1, 1], 1
|
|
1078
1236
|
];
|
|
1079
|
-
export var ClientException$ = [-3, n0, _CE,
|
|
1080
|
-
{ [_e]: _c },
|
|
1081
|
-
[_me],
|
|
1082
|
-
[0]
|
|
1083
|
-
];
|
|
1084
|
-
TypeRegistry.for(n0).registerError(ClientException$, ClientException);
|
|
1085
1237
|
export var Cluster$ = [3, n0, _C,
|
|
1086
1238
|
0,
|
|
1087
|
-
[_cA, _cN, _co,
|
|
1239
|
+
[_cA, _cN, _co, _st, _rCIC, _rTC, _pTC, _aSC, _sta, _ta, _set, _cPap, _dCPS, _a, _aS, _sCD],
|
|
1088
1240
|
[0, 0, () => ClusterConfiguration$, 0, 1, 1, 1, 1, () => Statistics, () => Tags, () => ClusterSettings, 64 | 0, () => CapacityProviderStrategy, () => Attachments, 0, () => ClusterServiceConnectDefaults$]
|
|
1089
1241
|
];
|
|
1090
1242
|
export var ClusterConfiguration$ = [3, n0, _CCl,
|
|
@@ -1092,36 +1244,6 @@ export var ClusterConfiguration$ = [3, n0, _CCl,
|
|
|
1092
1244
|
[_eCC, _mSC],
|
|
1093
1245
|
[() => ExecuteCommandConfiguration$, () => ManagedStorageConfiguration$]
|
|
1094
1246
|
];
|
|
1095
|
-
export var ClusterContainsCapacityProviderException$ = [-3, n0, _CCCPE,
|
|
1096
|
-
{ [_e]: _c },
|
|
1097
|
-
[_me],
|
|
1098
|
-
[0]
|
|
1099
|
-
];
|
|
1100
|
-
TypeRegistry.for(n0).registerError(ClusterContainsCapacityProviderException$, ClusterContainsCapacityProviderException);
|
|
1101
|
-
export var ClusterContainsContainerInstancesException$ = [-3, n0, _CCCIE,
|
|
1102
|
-
{ [_e]: _c },
|
|
1103
|
-
[_me],
|
|
1104
|
-
[0]
|
|
1105
|
-
];
|
|
1106
|
-
TypeRegistry.for(n0).registerError(ClusterContainsContainerInstancesException$, ClusterContainsContainerInstancesException);
|
|
1107
|
-
export var ClusterContainsServicesException$ = [-3, n0, _CCSE,
|
|
1108
|
-
{ [_e]: _c },
|
|
1109
|
-
[_me],
|
|
1110
|
-
[0]
|
|
1111
|
-
];
|
|
1112
|
-
TypeRegistry.for(n0).registerError(ClusterContainsServicesException$, ClusterContainsServicesException);
|
|
1113
|
-
export var ClusterContainsTasksException$ = [-3, n0, _CCTE,
|
|
1114
|
-
{ [_e]: _c },
|
|
1115
|
-
[_me],
|
|
1116
|
-
[0]
|
|
1117
|
-
];
|
|
1118
|
-
TypeRegistry.for(n0).registerError(ClusterContainsTasksException$, ClusterContainsTasksException);
|
|
1119
|
-
export var ClusterNotFoundException$ = [-3, n0, _CNFE,
|
|
1120
|
-
{ [_e]: _c },
|
|
1121
|
-
[_me],
|
|
1122
|
-
[0]
|
|
1123
|
-
];
|
|
1124
|
-
TypeRegistry.for(n0).registerError(ClusterNotFoundException$, ClusterNotFoundException);
|
|
1125
1247
|
export var ClusterServiceConnectDefaults$ = [3, n0, _CSCD,
|
|
1126
1248
|
0,
|
|
1127
1249
|
[_na],
|
|
@@ -1137,20 +1259,14 @@ export var ClusterSetting$ = [3, n0, _CS,
|
|
|
1137
1259
|
[_n, _v],
|
|
1138
1260
|
[0, 0]
|
|
1139
1261
|
];
|
|
1140
|
-
export var ConflictException$ = [-3, n0, _CEo,
|
|
1141
|
-
{ [_e]: _c },
|
|
1142
|
-
[_rI, _me],
|
|
1143
|
-
[64 | 0, 0]
|
|
1144
|
-
];
|
|
1145
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1146
1262
|
export var Container$ = [3, n0, _Co,
|
|
1147
1263
|
0,
|
|
1148
|
-
[_cAo, _tA, _n, _im, _iD, _rIu, _lS, _eC, _r, _nB, _nI, _hS, _mA, _cp,
|
|
1264
|
+
[_cAo, _tA, _n, _im, _iD, _rIu, _lS, _eC, _r, _nB, _nI, _hS, _mA, _cp, _me, _mR, _gI],
|
|
1149
1265
|
[0, 0, 0, 0, 0, 0, 0, 1, 0, () => NetworkBindings, () => NetworkInterfaces, 0, () => ManagedAgents, 0, 0, 0, 64 | 0]
|
|
1150
1266
|
];
|
|
1151
1267
|
export var ContainerDefinition$ = [3, n0, _CD,
|
|
1152
1268
|
0,
|
|
1153
|
-
[_n, _im, _rC, _cp,
|
|
1269
|
+
[_n, _im, _rC, _cp, _me, _mR, _l, _pM, _es, _rP, _eP, _com, _en, _eF, _mP, _vF, _lP, _sec, _dO, _sT, _sTt, _vC, _h, _u, _wD, _dN, _p, _rRF, _dS, _dSD, _eH, _dSO, _in, _pT, _dL, _ul, _lC, _hC, _sC, _rR, _fC, _cS],
|
|
1154
1270
|
[0, 0, () => RepositoryCredentials$, 1, 1, 1, 64 | 0, () => PortMappingList, 2, () => ContainerRestartPolicy$, 64 | 0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, () => MountPointList, () => VolumeFromList, () => LinuxParameters$, () => SecretList, () => ContainerDependencies, 1, 1, 0, 0, 0, 0, 2, 2, 2, 64 | 0, 64 | 0, () => HostEntryList, 64 | 0, 2, 2, 128 | 0, () => UlimitList, () => LogConfiguration$, () => HealthCheck$, () => SystemControls, () => ResourceRequirements, () => FirelensConfiguration$, 64 | 0]
|
|
1155
1271
|
];
|
|
1156
1272
|
export var ContainerDependency$ = [3, n0, _CDo,
|
|
@@ -1165,7 +1281,7 @@ export var ContainerImage$ = [3, n0, _CI,
|
|
|
1165
1281
|
];
|
|
1166
1282
|
export var ContainerInstance$ = [3, n0, _CIo,
|
|
1167
1283
|
0,
|
|
1168
|
-
[_cIA, _eII, _cPN, _ve, _vI, _rRe, _rReg,
|
|
1284
|
+
[_cIA, _eII, _cPN, _ve, _vI, _rRe, _rReg, _st, _sR, _aC, _rTC, _pTC, _aUS, _at, _rAe, _a, _ta, _hS],
|
|
1169
1285
|
[0, 0, 0, 1, () => VersionInfo$, () => Resources, () => Resources, 0, 0, 2, 1, 1, 0, () => Attributes, 4, () => Attachments, () => Tags, () => ContainerInstanceHealthStatus$]
|
|
1170
1286
|
];
|
|
1171
1287
|
export var ContainerInstanceHealthStatus$ = [3, n0, _CIHS,
|
|
@@ -1175,7 +1291,7 @@ export var ContainerInstanceHealthStatus$ = [3, n0, _CIHS,
|
|
|
1175
1291
|
];
|
|
1176
1292
|
export var ContainerOverride$ = [3, n0, _CO,
|
|
1177
1293
|
0,
|
|
1178
|
-
[_n, _com, _en, _eF, _cp,
|
|
1294
|
+
[_n, _com, _en, _eF, _cp, _me, _mR, _rR],
|
|
1179
1295
|
[0, 64 | 0, () => EnvironmentVariables, () => EnvironmentFiles, 1, 1, 1, () => ResourceRequirements]
|
|
1180
1296
|
];
|
|
1181
1297
|
export var ContainerRestartPolicy$ = [3, n0, _CRP,
|
|
@@ -1185,7 +1301,7 @@ export var ContainerRestartPolicy$ = [3, n0, _CRP,
|
|
|
1185
1301
|
];
|
|
1186
1302
|
export var ContainerStateChange$ = [3, n0, _CSC,
|
|
1187
1303
|
0,
|
|
1188
|
-
[_cNo, _iD, _rIu, _eC, _nB, _r,
|
|
1304
|
+
[_cNo, _iD, _rIu, _eC, _nB, _r, _st],
|
|
1189
1305
|
[0, 0, 0, 1, () => NetworkBindings, 0, 0]
|
|
1190
1306
|
];
|
|
1191
1307
|
export var CreateCapacityProviderRequest$ = [3, n0, _CCPR,
|
|
@@ -1200,7 +1316,7 @@ export var CreateCapacityProviderResponse$ = [3, n0, _CCPRr,
|
|
|
1200
1316
|
];
|
|
1201
1317
|
export var CreateClusterRequest$ = [3, n0, _CCR,
|
|
1202
1318
|
0,
|
|
1203
|
-
[_cN, _ta,
|
|
1319
|
+
[_cN, _ta, _set, _co, _cPap, _dCPS, _sCD],
|
|
1204
1320
|
[0, () => Tags, () => ClusterSettings, () => ClusterConfiguration$, 64 | 0, () => CapacityProviderStrategy, () => ClusterServiceConnectDefaultsRequest$]
|
|
1205
1321
|
];
|
|
1206
1322
|
export var CreateClusterResponse$ = [3, n0, _CCRr,
|
|
@@ -1215,7 +1331,7 @@ export var CreatedAt$ = [3, n0, _CA,
|
|
|
1215
1331
|
];
|
|
1216
1332
|
export var CreateExpressGatewayServiceRequest$ = [3, n0, _CEGSR,
|
|
1217
1333
|
0,
|
|
1218
|
-
[_eRA, _iRA, _pC, _sN, _cl, _hCP, _tRA, _nC, _cp,
|
|
1334
|
+
[_eRA, _iRA, _pC, _sN, _cl, _hCP, _tRA, _nC, _cp, _me, _sTc, _ta],
|
|
1219
1335
|
[0, 0, () => ExpressGatewayContainer$, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$, () => Tags], 3
|
|
1220
1336
|
];
|
|
1221
1337
|
export var CreateExpressGatewayServiceResponse$ = [3, n0, _CEGSRr,
|
|
@@ -1255,7 +1371,7 @@ export var DeleteAccountSettingRequest$ = [3, n0, _DASR,
|
|
|
1255
1371
|
];
|
|
1256
1372
|
export var DeleteAccountSettingResponse$ = [3, n0, _DASRe,
|
|
1257
1373
|
0,
|
|
1258
|
-
[
|
|
1374
|
+
[_sett],
|
|
1259
1375
|
[() => Setting$]
|
|
1260
1376
|
];
|
|
1261
1377
|
export var DeleteAttributesRequest$ = [3, n0, _DAR,
|
|
@@ -1330,7 +1446,7 @@ export var DeleteTaskSetResponse$ = [3, n0, _DTSRe,
|
|
|
1330
1446
|
];
|
|
1331
1447
|
export var Deployment$ = [3, n0, _D,
|
|
1332
1448
|
0,
|
|
1333
|
-
[_i,
|
|
1449
|
+
[_i, _st, _tD, _dC, _pCe, _rCu, _fT, _cAr, _uA, _cPS, _lT, _pV, _pF, _nC, _rS, _rSR, _sCC, _sCR, _vCo, _fES, _vLC],
|
|
1334
1450
|
[0, 0, 0, 1, 1, 1, 1, 4, 4, () => CapacityProviderStrategy, 0, 0, 0, () => NetworkConfiguration$, 0, 0, () => ServiceConnectConfiguration$, () => ServiceConnectServiceResourceList, () => ServiceVolumeConfigurations, () => DeploymentEphemeralStorage$, () => VpcLatticeConfigurations]
|
|
1335
1451
|
];
|
|
1336
1452
|
export var DeploymentAlarms$ = [3, n0, _DA,
|
|
@@ -1510,7 +1626,7 @@ export var EBSTagSpecification$ = [3, n0, _EBSTS,
|
|
|
1510
1626
|
];
|
|
1511
1627
|
export var ECSExpressGatewayService$ = [3, n0, _ECSEGS,
|
|
1512
1628
|
0,
|
|
1513
|
-
[_cl, _sN, _sA, _iRA,
|
|
1629
|
+
[_cl, _sN, _sA, _iRA, _st, _cD, _aCc, _ta, _cAr, _uA],
|
|
1514
1630
|
[0, 0, 0, 0, () => ExpressGatewayServiceStatus$, 0, () => ExpressGatewayServiceConfigurations, () => Tags, 4, 4]
|
|
1515
1631
|
];
|
|
1516
1632
|
export var ECSManagedResources$ = [3, n0, _ECSMR,
|
|
@@ -1580,7 +1696,7 @@ export var ExpressGatewayServiceAwsLogsConfiguration$ = [3, n0, _EGSALC,
|
|
|
1580
1696
|
];
|
|
1581
1697
|
export var ExpressGatewayServiceConfiguration$ = [3, n0, _EGSC,
|
|
1582
1698
|
0,
|
|
1583
|
-
[_sRAe, _eRA, _tRA, _cp,
|
|
1699
|
+
[_sRAe, _eRA, _tRA, _cp, _me, _nC, _hCP, _pC, _sTc, _iP, _cAr],
|
|
1584
1700
|
[0, 0, 0, 0, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, () => ExpressGatewayContainer$, () => ExpressGatewayScalingTarget$, () => IngressPathSummaries, 4]
|
|
1585
1701
|
];
|
|
1586
1702
|
export var ExpressGatewayServiceNetworkConfiguration$ = [3, n0, _EGSNC,
|
|
@@ -1660,7 +1776,7 @@ export var IngressPathSummary$ = [3, n0, _IPS,
|
|
|
1660
1776
|
];
|
|
1661
1777
|
export var InstanceHealthCheckResult$ = [3, n0, _IHCR,
|
|
1662
1778
|
0,
|
|
1663
|
-
[_t,
|
|
1779
|
+
[_t, _st, _lU, _lSC],
|
|
1664
1780
|
[0, 0, 4, 4]
|
|
1665
1781
|
];
|
|
1666
1782
|
export var InstanceLaunchTemplate$ = [3, n0, _ILT,
|
|
@@ -1678,12 +1794,6 @@ export var InstanceRequirementsRequest$ = [3, n0, _IRR,
|
|
|
1678
1794
|
[_vCC, _mMB, _cM, _mGBPVC, _eIT, _iG, _sMPPOLP, _oDMPPOLP, _bM, _bP, _rHS, _nIC, _lSo, _lST, _tLSGB, _bEBM, _aTc, _aCcc, _aM, _aNc, _aTMMB, _nBG, _aIT, _mSPAPOOODP],
|
|
1679
1795
|
[() => VCpuCountRangeRequest$, () => MemoryMiBRequest$, [() => CpuManufacturerSet, { [_xN]: _CM }], () => MemoryGiBPerVCpuRequest$, [() => ExcludedInstanceTypeSet, { [_xN]: _EIT }], [() => InstanceGenerationSet, { [_xN]: _IG }], 1, 1, 0, 0, 2, () => NetworkInterfaceCountRequest$, 0, [() => LocalStorageTypeSet, { [_xN]: _LST }], () => TotalLocalStorageGBRequest$, () => BaselineEbsBandwidthMbpsRequest$, [() => AcceleratorTypeSet, { [_xN]: _AT }], () => AcceleratorCountRequest$, [() => AcceleratorManufacturerSet, { [_xN]: _AM }], [() => AcceleratorNameSet, { [_xN]: _AN }], () => AcceleratorTotalMemoryMiBRequest$, () => NetworkBandwidthGbpsRequest$, [() => AllowedInstanceTypeSet, { [_xN]: _AIT }], 1], 2
|
|
1680
1796
|
];
|
|
1681
|
-
export var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1682
|
-
{ [_e]: _c },
|
|
1683
|
-
[_me],
|
|
1684
|
-
[0]
|
|
1685
|
-
];
|
|
1686
|
-
TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
1687
1797
|
export var KernelCapabilities$ = [3, n0, _KC,
|
|
1688
1798
|
0,
|
|
1689
1799
|
[_ad, _dro],
|
|
@@ -1694,12 +1804,6 @@ export var KeyValuePair$ = [3, n0, _KVP,
|
|
|
1694
1804
|
[_n, _v],
|
|
1695
1805
|
[0, 0]
|
|
1696
1806
|
];
|
|
1697
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1698
|
-
{ [_e]: _c },
|
|
1699
|
-
[_me],
|
|
1700
|
-
[0]
|
|
1701
|
-
];
|
|
1702
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1703
1807
|
export var LinearConfiguration$ = [3, n0, _LC,
|
|
1704
1808
|
0,
|
|
1705
1809
|
[_sPt, _sBTIM],
|
|
@@ -1717,7 +1821,7 @@ export var ListAccountSettingsRequest$ = [3, n0, _LASR,
|
|
|
1717
1821
|
];
|
|
1718
1822
|
export var ListAccountSettingsResponse$ = [3, n0, _LASRi,
|
|
1719
1823
|
0,
|
|
1720
|
-
[
|
|
1824
|
+
[_set, _nT],
|
|
1721
1825
|
[() => Settings, 0]
|
|
1722
1826
|
];
|
|
1723
1827
|
export var ListAttributesRequest$ = [3, n0, _LAR,
|
|
@@ -1742,7 +1846,7 @@ export var ListClustersResponse$ = [3, n0, _LCRi,
|
|
|
1742
1846
|
];
|
|
1743
1847
|
export var ListContainerInstancesRequest$ = [3, n0, _LCIR,
|
|
1744
1848
|
0,
|
|
1745
|
-
[_cl, _fi, _nT, _mRa,
|
|
1849
|
+
[_cl, _fi, _nT, _mRa, _st],
|
|
1746
1850
|
[0, 0, 0, 1, 0]
|
|
1747
1851
|
];
|
|
1748
1852
|
export var ListContainerInstancesResponse$ = [3, n0, _LCIRi,
|
|
@@ -1752,7 +1856,7 @@ export var ListContainerInstancesResponse$ = [3, n0, _LCIRi,
|
|
|
1752
1856
|
];
|
|
1753
1857
|
export var ListServiceDeploymentsRequest$ = [3, n0, _LSDR,
|
|
1754
1858
|
0,
|
|
1755
|
-
[_ser, _cl,
|
|
1859
|
+
[_ser, _cl, _st, _cAr, _nT, _mRa],
|
|
1756
1860
|
[0, 0, 64 | 0, () => CreatedAt$, 0, 1], 1
|
|
1757
1861
|
];
|
|
1758
1862
|
export var ListServiceDeploymentsResponse$ = [3, n0, _LSDRi,
|
|
@@ -1792,7 +1896,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1792
1896
|
];
|
|
1793
1897
|
export var ListTaskDefinitionFamiliesRequest$ = [3, n0, _LTDFR,
|
|
1794
1898
|
0,
|
|
1795
|
-
[_fP,
|
|
1899
|
+
[_fP, _st, _nT, _mRa],
|
|
1796
1900
|
[0, 0, 0, 1]
|
|
1797
1901
|
];
|
|
1798
1902
|
export var ListTaskDefinitionFamiliesResponse$ = [3, n0, _LTDFRi,
|
|
@@ -1802,7 +1906,7 @@ export var ListTaskDefinitionFamiliesResponse$ = [3, n0, _LTDFRi,
|
|
|
1802
1906
|
];
|
|
1803
1907
|
export var ListTaskDefinitionsRequest$ = [3, n0, _LTDR,
|
|
1804
1908
|
0,
|
|
1805
|
-
[_fP,
|
|
1909
|
+
[_fP, _st, _so, _nT, _mRa],
|
|
1806
1910
|
[0, 0, 0, 0, 1]
|
|
1807
1911
|
];
|
|
1808
1912
|
export var ListTaskDefinitionsResponse$ = [3, n0, _LTDRi,
|
|
@@ -1837,12 +1941,12 @@ export var ManagedAgent$ = [3, n0, _MA,
|
|
|
1837
1941
|
];
|
|
1838
1942
|
export var ManagedAgentStateChange$ = [3, n0, _MASC,
|
|
1839
1943
|
0,
|
|
1840
|
-
[_cNo, _mAN,
|
|
1944
|
+
[_cNo, _mAN, _st, _r],
|
|
1841
1945
|
[0, 0, 0, 0], 3
|
|
1842
1946
|
];
|
|
1843
1947
|
export var ManagedApplicationAutoScalingPolicy$ = [3, n0, _MAASP,
|
|
1844
1948
|
0,
|
|
1845
|
-
[
|
|
1949
|
+
[_st, _uA, _pTo, _tV, _met, _ar, _sR],
|
|
1846
1950
|
[0, 4, 0, 1, 0, 0, 0], 5
|
|
1847
1951
|
];
|
|
1848
1952
|
export var ManagedAutoScaling$ = [3, n0, _MAS,
|
|
@@ -1852,7 +1956,7 @@ export var ManagedAutoScaling$ = [3, n0, _MAS,
|
|
|
1852
1956
|
];
|
|
1853
1957
|
export var ManagedCertificate$ = [3, n0, _MC,
|
|
1854
1958
|
0,
|
|
1855
|
-
[
|
|
1959
|
+
[_st, _uA, _dNo, _ar, _sR],
|
|
1856
1960
|
[0, 4, 0, 0, 0], 3
|
|
1857
1961
|
];
|
|
1858
1962
|
export var ManagedIngressPath$ = [3, n0, _MIP,
|
|
@@ -1877,42 +1981,42 @@ export var ManagedInstancesStorageConfiguration$ = [3, n0, _MISC,
|
|
|
1877
1981
|
];
|
|
1878
1982
|
export var ManagedListener$ = [3, n0, _ML,
|
|
1879
1983
|
0,
|
|
1880
|
-
[
|
|
1984
|
+
[_st, _uA, _ar, _sR],
|
|
1881
1985
|
[0, 4, 0, 0], 2
|
|
1882
1986
|
];
|
|
1883
1987
|
export var ManagedListenerRule$ = [3, n0, _MLR,
|
|
1884
1988
|
0,
|
|
1885
|
-
[
|
|
1989
|
+
[_st, _uA, _ar, _sR],
|
|
1886
1990
|
[0, 4, 0, 0], 2
|
|
1887
1991
|
];
|
|
1888
1992
|
export var ManagedLoadBalancer$ = [3, n0, _MLB,
|
|
1889
1993
|
0,
|
|
1890
|
-
[
|
|
1994
|
+
[_st, _uA, _sch, _ar, _sR, _sI, _sGI],
|
|
1891
1995
|
[0, 4, 0, 0, 0, 64 | 0, 64 | 0], 3
|
|
1892
1996
|
];
|
|
1893
1997
|
export var ManagedLogGroup$ = [3, n0, _MLG,
|
|
1894
1998
|
0,
|
|
1895
|
-
[
|
|
1999
|
+
[_st, _uA, _lGN, _ar, _sR],
|
|
1896
2000
|
[0, 4, 0, 0, 0], 3
|
|
1897
2001
|
];
|
|
1898
2002
|
export var ManagedMetricAlarm$ = [3, n0, _MMA,
|
|
1899
2003
|
0,
|
|
1900
|
-
[
|
|
2004
|
+
[_st, _uA, _ar, _sR],
|
|
1901
2005
|
[0, 4, 0, 0], 2
|
|
1902
2006
|
];
|
|
1903
2007
|
export var ManagedScalableTarget$ = [3, n0, _MST,
|
|
1904
2008
|
0,
|
|
1905
|
-
[
|
|
2009
|
+
[_st, _uA, _mC, _mCa, _ar, _sR],
|
|
1906
2010
|
[0, 4, 1, 1, 0, 0], 4
|
|
1907
2011
|
];
|
|
1908
2012
|
export var ManagedScaling$ = [3, n0, _MS,
|
|
1909
2013
|
0,
|
|
1910
|
-
[
|
|
2014
|
+
[_st, _tC, _mSSS, _mSSSa, _iWP],
|
|
1911
2015
|
[0, 1, 1, 1, 1]
|
|
1912
2016
|
];
|
|
1913
2017
|
export var ManagedSecurityGroup$ = [3, n0, _MSG,
|
|
1914
2018
|
0,
|
|
1915
|
-
[
|
|
2019
|
+
[_st, _uA, _ar, _sR],
|
|
1916
2020
|
[0, 4, 0, 0], 2
|
|
1917
2021
|
];
|
|
1918
2022
|
export var ManagedStorageConfiguration$ = [3, n0, _MSC,
|
|
@@ -1922,39 +2026,27 @@ export var ManagedStorageConfiguration$ = [3, n0, _MSC,
|
|
|
1922
2026
|
];
|
|
1923
2027
|
export var ManagedTargetGroup$ = [3, n0, _MTG,
|
|
1924
2028
|
0,
|
|
1925
|
-
[
|
|
2029
|
+
[_st, _uA, _hCP, _hCPe, _po, _ar, _sR],
|
|
1926
2030
|
[0, 4, 0, 1, 1, 0, 0], 5
|
|
1927
2031
|
];
|
|
1928
2032
|
export var MemoryGiBPerVCpuRequest$ = [3, n0, _MGBPVCR,
|
|
1929
2033
|
0,
|
|
1930
|
-
[
|
|
2034
|
+
[_mi, _ma],
|
|
1931
2035
|
[1, 1]
|
|
1932
2036
|
];
|
|
1933
2037
|
export var MemoryMiBRequest$ = [3, n0, _MMBR,
|
|
1934
2038
|
0,
|
|
1935
|
-
[
|
|
2039
|
+
[_mi, _ma],
|
|
1936
2040
|
[1, 1], 1
|
|
1937
2041
|
];
|
|
1938
|
-
export var MissingVersionException$ = [-3, n0, _MVE,
|
|
1939
|
-
{ [_e]: _c },
|
|
1940
|
-
[_me],
|
|
1941
|
-
[0]
|
|
1942
|
-
];
|
|
1943
|
-
TypeRegistry.for(n0).registerError(MissingVersionException$, MissingVersionException);
|
|
1944
2042
|
export var MountPoint$ = [3, n0, _MP,
|
|
1945
2043
|
0,
|
|
1946
2044
|
[_sV, _cPo, _rO],
|
|
1947
2045
|
[0, 0, 2]
|
|
1948
2046
|
];
|
|
1949
|
-
export var NamespaceNotFoundException$ = [-3, n0, _NNFE,
|
|
1950
|
-
{ [_e]: _c },
|
|
1951
|
-
[_me],
|
|
1952
|
-
[0]
|
|
1953
|
-
];
|
|
1954
|
-
TypeRegistry.for(n0).registerError(NamespaceNotFoundException$, NamespaceNotFoundException);
|
|
1955
2047
|
export var NetworkBandwidthGbpsRequest$ = [3, n0, _NBGR,
|
|
1956
2048
|
0,
|
|
1957
|
-
[
|
|
2049
|
+
[_mi, _ma],
|
|
1958
2050
|
[1, 1]
|
|
1959
2051
|
];
|
|
1960
2052
|
export var NetworkBinding$ = [3, n0, _NB,
|
|
@@ -1974,15 +2066,9 @@ export var NetworkInterface$ = [3, n0, _NI,
|
|
|
1974
2066
|
];
|
|
1975
2067
|
export var NetworkInterfaceCountRequest$ = [3, n0, _NICR,
|
|
1976
2068
|
0,
|
|
1977
|
-
[
|
|
2069
|
+
[_mi, _ma],
|
|
1978
2070
|
[1, 1]
|
|
1979
2071
|
];
|
|
1980
|
-
export var NoUpdateAvailableException$ = [-3, n0, _NUAE,
|
|
1981
|
-
{ [_e]: _c },
|
|
1982
|
-
[_me],
|
|
1983
|
-
[0]
|
|
1984
|
-
];
|
|
1985
|
-
TypeRegistry.for(n0).registerError(NoUpdateAvailableException$, NoUpdateAvailableException);
|
|
1986
2072
|
export var PlacementConstraint$ = [3, n0, _PC,
|
|
1987
2073
|
0,
|
|
1988
2074
|
[_t, _ex],
|
|
@@ -1998,18 +2084,6 @@ export var PlatformDevice$ = [3, n0, _PD,
|
|
|
1998
2084
|
[_i, _t],
|
|
1999
2085
|
[0, 0], 2
|
|
2000
2086
|
];
|
|
2001
|
-
export var PlatformTaskDefinitionIncompatibilityException$ = [-3, n0, _PTDIE,
|
|
2002
|
-
{ [_e]: _c },
|
|
2003
|
-
[_me],
|
|
2004
|
-
[0]
|
|
2005
|
-
];
|
|
2006
|
-
TypeRegistry.for(n0).registerError(PlatformTaskDefinitionIncompatibilityException$, PlatformTaskDefinitionIncompatibilityException);
|
|
2007
|
-
export var PlatformUnknownException$ = [-3, n0, _PUE,
|
|
2008
|
-
{ [_e]: _c },
|
|
2009
|
-
[_me],
|
|
2010
|
-
[0]
|
|
2011
|
-
];
|
|
2012
|
-
TypeRegistry.for(n0).registerError(PlatformUnknownException$, PlatformUnknownException);
|
|
2013
2087
|
export var PortMapping$ = [3, n0, _PM,
|
|
2014
2088
|
0,
|
|
2015
2089
|
[_cPon, _hPo, _pr, _n, _aP, _cPR],
|
|
@@ -2032,7 +2106,7 @@ export var PutAccountSettingDefaultRequest$ = [3, n0, _PASDR,
|
|
|
2032
2106
|
];
|
|
2033
2107
|
export var PutAccountSettingDefaultResponse$ = [3, n0, _PASDRu,
|
|
2034
2108
|
0,
|
|
2035
|
-
[
|
|
2109
|
+
[_sett],
|
|
2036
2110
|
[() => Setting$]
|
|
2037
2111
|
];
|
|
2038
2112
|
export var PutAccountSettingRequest$ = [3, n0, _PASR,
|
|
@@ -2042,7 +2116,7 @@ export var PutAccountSettingRequest$ = [3, n0, _PASR,
|
|
|
2042
2116
|
];
|
|
2043
2117
|
export var PutAccountSettingResponse$ = [3, n0, _PASRu,
|
|
2044
2118
|
0,
|
|
2045
|
-
[
|
|
2119
|
+
[_sett],
|
|
2046
2120
|
[() => Setting$]
|
|
2047
2121
|
];
|
|
2048
2122
|
export var PutAttributesRequest$ = [3, n0, _PAR,
|
|
@@ -2077,7 +2151,7 @@ export var RegisterContainerInstanceResponse$ = [3, n0, _RCIRe,
|
|
|
2077
2151
|
];
|
|
2078
2152
|
export var RegisterTaskDefinitionRequest$ = [3, n0, _RTDR,
|
|
2079
2153
|
0,
|
|
2080
|
-
[_fami, _cDo, _tRA, _eRA, _nM, _vo, _pCl, _rCe, _cp,
|
|
2154
|
+
[_fami, _cDo, _tRA, _eRA, _nM, _vo, _pCl, _rCe, _cp, _me, _ta, _pMi, _iM, _pCr, _iAn, _eSp, _rPu, _eFI],
|
|
2081
2155
|
[0, () => ContainerDefinitions, 0, 0, 0, () => VolumeList, () => TaskDefinitionPlacementConstraints, 64 | 0, 0, 0, () => Tags, 0, 0, () => ProxyConfiguration$, () => InferenceAccelerators, () => EphemeralStorage$, () => RuntimePlatform$, 2], 2
|
|
2082
2156
|
];
|
|
2083
2157
|
export var RegisterTaskDefinitionResponse$ = [3, n0, _RTDRe,
|
|
@@ -2100,18 +2174,6 @@ export var Resource$ = [3, n0, _R,
|
|
|
2100
2174
|
[_n, _t, _dV, _lV, _iV, _sSV],
|
|
2101
2175
|
[0, 0, 1, 1, 1, 64 | 0]
|
|
2102
2176
|
];
|
|
2103
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
2104
|
-
{ [_e]: _c },
|
|
2105
|
-
[_me],
|
|
2106
|
-
[0]
|
|
2107
|
-
];
|
|
2108
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
2109
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2110
|
-
{ [_e]: _c },
|
|
2111
|
-
[_me],
|
|
2112
|
-
[0]
|
|
2113
|
-
];
|
|
2114
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2115
2177
|
export var ResourceRequirement$ = [3, n0, _RR,
|
|
2116
2178
|
0,
|
|
2117
2179
|
[_v, _t],
|
|
@@ -2147,15 +2209,9 @@ export var Secret$ = [3, n0, _Se,
|
|
|
2147
2209
|
[_n, _vFa],
|
|
2148
2210
|
[0, 0], 2
|
|
2149
2211
|
];
|
|
2150
|
-
export var ServerException$ = [-3, n0, _SE,
|
|
2151
|
-
{ [_e]: _serve },
|
|
2152
|
-
[_me],
|
|
2153
|
-
[0]
|
|
2154
|
-
];
|
|
2155
|
-
TypeRegistry.for(n0).registerError(ServerException$, ServerException);
|
|
2156
2212
|
export var Service$ = [3, n0, _Ser,
|
|
2157
2213
|
0,
|
|
2158
|
-
[_sA, _sN, _cA, _lB, _sRe,
|
|
2214
|
+
[_sA, _sN, _cA, _lB, _sRe, _st, _dC, _rCu, _pCe, _lT, _cPS, _pV, _pF, _tD, _dCe, _tSa, _dep, _rA, _ev, _cAr, _cSD, _cSR, _pCl, _pS, _nC, _hCGPS, _sS, _dCep, _ta, _cB, _eECSMT, _pTr, _eEC, _aZR, _rMT],
|
|
2159
2215
|
[0, 0, 0, () => LoadBalancers, () => ServiceRegistries, 0, 1, 1, 1, 0, () => CapacityProviderStrategy, 0, 0, 0, () => DeploymentConfiguration$, () => TaskSets, () => Deployments, 0, () => ServiceEvents, 4, 0, () => ServiceCurrentRevisionSummaryList, () => PlacementConstraints, () => PlacementStrategies, () => NetworkConfiguration$, 1, 0, () => DeploymentController$, () => Tags, 0, 2, 0, 2, 0, 0]
|
|
2160
2216
|
];
|
|
2161
2217
|
export var ServiceConnectAccessLogConfiguration$ = [3, n0, _SCALC,
|
|
@@ -2215,33 +2271,27 @@ export var ServiceCurrentRevisionSummary$ = [3, n0, _SCRS,
|
|
|
2215
2271
|
];
|
|
2216
2272
|
export var ServiceDeployment$ = [3, n0, _SD,
|
|
2217
2273
|
0,
|
|
2218
|
-
[_sDAe, _sA, _cA, _cAr, _sAt, _fA, _sAto, _uA, _sSR, _tSR,
|
|
2274
|
+
[_sDAe, _sA, _cA, _cAr, _sAt, _fA, _sAto, _uA, _sSR, _tSR, _st, _sR, _lSif, _dCe, _rol, _dCB, _al],
|
|
2219
2275
|
[0, 0, 0, 4, 4, 4, 4, 4, () => ServiceRevisionsSummaryList, () => ServiceRevisionSummary$, 0, 0, 0, () => DeploymentConfiguration$, () => Rollback$, () => ServiceDeploymentCircuitBreaker$, () => ServiceDeploymentAlarms$]
|
|
2220
2276
|
];
|
|
2221
2277
|
export var ServiceDeploymentAlarms$ = [3, n0, _SDA,
|
|
2222
2278
|
0,
|
|
2223
|
-
[
|
|
2279
|
+
[_st, _aN, _tAN],
|
|
2224
2280
|
[0, 64 | 0, 64 | 0]
|
|
2225
2281
|
];
|
|
2226
2282
|
export var ServiceDeploymentBrief$ = [3, n0, _SDB,
|
|
2227
2283
|
0,
|
|
2228
|
-
[_sDAe, _sA, _cA, _sAt, _cAr, _fA, _tSRA,
|
|
2284
|
+
[_sDAe, _sA, _cA, _sAt, _cAr, _fA, _tSRA, _st, _sR],
|
|
2229
2285
|
[0, 0, 0, 4, 4, 4, 0, 0, 0]
|
|
2230
2286
|
];
|
|
2231
2287
|
export var ServiceDeploymentCircuitBreaker$ = [3, n0, _SDCB,
|
|
2232
2288
|
0,
|
|
2233
|
-
[
|
|
2289
|
+
[_st, _fCa, _th],
|
|
2234
2290
|
[0, 1, 1]
|
|
2235
2291
|
];
|
|
2236
|
-
export var ServiceDeploymentNotFoundException$ = [-3, n0, _SDNFE,
|
|
2237
|
-
{ [_e]: _c },
|
|
2238
|
-
[_me],
|
|
2239
|
-
[0]
|
|
2240
|
-
];
|
|
2241
|
-
TypeRegistry.for(n0).registerError(ServiceDeploymentNotFoundException$, ServiceDeploymentNotFoundException);
|
|
2242
2292
|
export var ServiceEvent$ = [3, n0, _SEe,
|
|
2243
2293
|
0,
|
|
2244
|
-
[_i, _cAr,
|
|
2294
|
+
[_i, _cAr, _m],
|
|
2245
2295
|
[0, 4, 0]
|
|
2246
2296
|
];
|
|
2247
2297
|
export var ServiceManagedEBSVolumeConfiguration$ = [3, n0, _SMEBSVC,
|
|
@@ -2249,18 +2299,6 @@ export var ServiceManagedEBSVolumeConfiguration$ = [3, n0, _SMEBSVC,
|
|
|
2249
2299
|
[_rA, _enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _fTi],
|
|
2250
2300
|
[0, 2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0], 1
|
|
2251
2301
|
];
|
|
2252
|
-
export var ServiceNotActiveException$ = [-3, n0, _SNAE,
|
|
2253
|
-
{ [_e]: _c },
|
|
2254
|
-
[_me],
|
|
2255
|
-
[0]
|
|
2256
|
-
];
|
|
2257
|
-
TypeRegistry.for(n0).registerError(ServiceNotActiveException$, ServiceNotActiveException);
|
|
2258
|
-
export var ServiceNotFoundException$ = [-3, n0, _SNFE,
|
|
2259
|
-
{ [_e]: _c },
|
|
2260
|
-
[_me],
|
|
2261
|
-
[0]
|
|
2262
|
-
];
|
|
2263
|
-
TypeRegistry.for(n0).registerError(ServiceNotFoundException$, ServiceNotFoundException);
|
|
2264
2302
|
export var ServiceRegistry$ = [3, n0, _SR,
|
|
2265
2303
|
0,
|
|
2266
2304
|
[_rAeg, _po, _cNo, _cPon],
|
|
@@ -2338,7 +2376,7 @@ export var SubmitAttachmentStateChangesResponse$ = [3, n0, _SASCRu,
|
|
|
2338
2376
|
];
|
|
2339
2377
|
export var SubmitContainerStateChangeRequest$ = [3, n0, _SCSCR,
|
|
2340
2378
|
0,
|
|
2341
|
-
[_cl, _task, _cNo, _rIu,
|
|
2379
|
+
[_cl, _task, _cNo, _rIu, _st, _eC, _r, _nB],
|
|
2342
2380
|
[0, 0, 0, 0, 0, 1, 0, () => NetworkBindings]
|
|
2343
2381
|
];
|
|
2344
2382
|
export var SubmitContainerStateChangeResponse$ = [3, n0, _SCSCRu,
|
|
@@ -2348,7 +2386,7 @@ export var SubmitContainerStateChangeResponse$ = [3, n0, _SCSCRu,
|
|
|
2348
2386
|
];
|
|
2349
2387
|
export var SubmitTaskStateChangeRequest$ = [3, n0, _STSCR,
|
|
2350
2388
|
0,
|
|
2351
|
-
[_cl, _task,
|
|
2389
|
+
[_cl, _task, _st, _r, _conta, _a, _mA, _pSA, _pSAu, _eSA],
|
|
2352
2390
|
[0, 0, 0, 0, () => ContainerStateChanges, () => AttachmentStateChanges, () => ManagedAgentStateChanges, 4, 4, 4]
|
|
2353
2391
|
];
|
|
2354
2392
|
export var SubmitTaskStateChangeResponse$ = [3, n0, _STSCRu,
|
|
@@ -2376,26 +2414,14 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2376
2414
|
[],
|
|
2377
2415
|
[]
|
|
2378
2416
|
];
|
|
2379
|
-
export var TargetNotConnectedException$ = [-3, n0, _TNCE,
|
|
2380
|
-
{ [_e]: _c },
|
|
2381
|
-
[_me],
|
|
2382
|
-
[0]
|
|
2383
|
-
];
|
|
2384
|
-
TypeRegistry.for(n0).registerError(TargetNotConnectedException$, TargetNotConnectedException);
|
|
2385
|
-
export var TargetNotFoundException$ = [-3, n0, _TNFE,
|
|
2386
|
-
{ [_e]: _c },
|
|
2387
|
-
[_me],
|
|
2388
|
-
[0]
|
|
2389
|
-
];
|
|
2390
|
-
TypeRegistry.for(n0).registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
2391
2417
|
export var Task$ = [3, n0, _Ta,
|
|
2392
2418
|
0,
|
|
2393
|
-
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT,
|
|
2419
|
+
[_a, _at, _aZ, _cPN, _cA, _conn, _cAon, _cIA, _conta, _cp, _cAr, _dSe, _eEC, _eSA, _g, _hS, _iAn, _lS, _lT, _me, _ov, _pV, _pF, _pSA, _pSAu, _sAt, _sB, _sCtop, _sAto, _sRt, _sAtop, _ta, _tA, _tDAa, _ve, _eSp, _fES],
|
|
2394
2420
|
[() => Attachments, () => Attributes, 0, 0, 0, 0, 4, 0, () => Containers, 0, 4, 0, 2, 4, 0, 0, () => InferenceAccelerators, 0, 0, 0, () => TaskOverride$, 0, 0, 4, 4, 4, 0, 0, 4, 0, 4, () => Tags, 0, 0, 1, () => EphemeralStorage$, () => TaskEphemeralStorage$]
|
|
2395
2421
|
];
|
|
2396
2422
|
export var TaskDefinition$ = [3, n0, _TD,
|
|
2397
2423
|
0,
|
|
2398
|
-
[_tDAa, _cDo, _fami, _tRA, _eRA, _nM, _rev, _vo,
|
|
2424
|
+
[_tDAa, _cDo, _fami, _tRA, _eRA, _nM, _rev, _vo, _st, _rAeq, _pCl, _comp, _rPu, _rCe, _cp, _me, _iAn, _pMi, _iM, _pCr, _rAe, _dAe, _rB, _eSp, _eFI],
|
|
2399
2425
|
[0, () => ContainerDefinitions, 0, 0, 0, 0, 1, () => VolumeList, 0, () => RequiresAttributes, () => TaskDefinitionPlacementConstraints, 64 | 0, () => RuntimePlatform$, 64 | 0, 0, 0, () => InferenceAccelerators, 0, 0, () => ProxyConfiguration$, 4, 4, 0, () => EphemeralStorage$, 2]
|
|
2400
2426
|
];
|
|
2401
2427
|
export var TaskDefinitionPlacementConstraint$ = [3, n0, _TDPC,
|
|
@@ -2420,20 +2446,14 @@ export var TaskManagedEBSVolumeTerminationPolicy$ = [3, n0, _TMEBSVTP,
|
|
|
2420
2446
|
];
|
|
2421
2447
|
export var TaskOverride$ = [3, n0, _TO,
|
|
2422
2448
|
0,
|
|
2423
|
-
[_cO, _cp, _iAO, _eRA,
|
|
2449
|
+
[_cO, _cp, _iAO, _eRA, _me, _tRA, _eSp],
|
|
2424
2450
|
[() => ContainerOverrides, 0, () => InferenceAcceleratorOverrides, 0, 0, 0, () => EphemeralStorage$]
|
|
2425
2451
|
];
|
|
2426
2452
|
export var TaskSet$ = [3, n0, _TS,
|
|
2427
2453
|
0,
|
|
2428
|
-
[_i, _tSA, _sA, _cA, _sB, _eI,
|
|
2454
|
+
[_i, _tSA, _sA, _cA, _sB, _eI, _st, _tD, _cDC, _pCe, _rCu, _cAr, _uA, _lT, _cPS, _pV, _pF, _nC, _lB, _sRe, _sc, _sSt, _sSA, _ta, _fES],
|
|
2429
2455
|
[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4, 4, 0, () => CapacityProviderStrategy, 0, 0, () => NetworkConfiguration$, () => LoadBalancers, () => ServiceRegistries, () => Scale$, 0, 4, () => Tags, () => DeploymentEphemeralStorage$]
|
|
2430
2456
|
];
|
|
2431
|
-
export var TaskSetNotFoundException$ = [-3, n0, _TSNFE,
|
|
2432
|
-
{ [_e]: _c },
|
|
2433
|
-
[_me],
|
|
2434
|
-
[0]
|
|
2435
|
-
];
|
|
2436
|
-
TypeRegistry.for(n0).registerError(TaskSetNotFoundException$, TaskSetNotFoundException);
|
|
2437
2457
|
export var TaskVolumeConfiguration$ = [3, n0, _TVC,
|
|
2438
2458
|
0,
|
|
2439
2459
|
[_n, _mEBSV],
|
|
@@ -2451,7 +2471,7 @@ export var Tmpfs$ = [3, n0, _Tm,
|
|
|
2451
2471
|
];
|
|
2452
2472
|
export var TotalLocalStorageGBRequest$ = [3, n0, _TLSGBR,
|
|
2453
2473
|
0,
|
|
2454
|
-
[
|
|
2474
|
+
[_mi, _ma],
|
|
2455
2475
|
[1, 1]
|
|
2456
2476
|
];
|
|
2457
2477
|
export var Ulimit$ = [3, n0, _U,
|
|
@@ -2459,12 +2479,6 @@ export var Ulimit$ = [3, n0, _U,
|
|
|
2459
2479
|
[_n, _sL, _hL],
|
|
2460
2480
|
[0, 1, 1], 3
|
|
2461
2481
|
];
|
|
2462
|
-
export var UnsupportedFeatureException$ = [-3, n0, _UFE,
|
|
2463
|
-
{ [_e]: _c },
|
|
2464
|
-
[_me],
|
|
2465
|
-
[0]
|
|
2466
|
-
];
|
|
2467
|
-
TypeRegistry.for(n0).registerError(UnsupportedFeatureException$, UnsupportedFeatureException);
|
|
2468
2482
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
2469
2483
|
0,
|
|
2470
2484
|
[_rAes, _tK],
|
|
@@ -2487,7 +2501,7 @@ export var UpdateCapacityProviderResponse$ = [3, n0, _UCPRp,
|
|
|
2487
2501
|
];
|
|
2488
2502
|
export var UpdateClusterRequest$ = [3, n0, _UCR,
|
|
2489
2503
|
0,
|
|
2490
|
-
[_cl,
|
|
2504
|
+
[_cl, _set, _co, _sCD],
|
|
2491
2505
|
[0, () => ClusterSettings, () => ClusterConfiguration$, () => ClusterServiceConnectDefaultsRequest$], 1
|
|
2492
2506
|
];
|
|
2493
2507
|
export var UpdateClusterResponse$ = [3, n0, _UCRp,
|
|
@@ -2497,7 +2511,7 @@ export var UpdateClusterResponse$ = [3, n0, _UCRp,
|
|
|
2497
2511
|
];
|
|
2498
2512
|
export var UpdateClusterSettingsRequest$ = [3, n0, _UCSR,
|
|
2499
2513
|
0,
|
|
2500
|
-
[_cl,
|
|
2514
|
+
[_cl, _set],
|
|
2501
2515
|
[0, () => ClusterSettings], 2
|
|
2502
2516
|
];
|
|
2503
2517
|
export var UpdateClusterSettingsResponse$ = [3, n0, _UCSRp,
|
|
@@ -2517,7 +2531,7 @@ export var UpdateContainerAgentResponse$ = [3, n0, _UCARp,
|
|
|
2517
2531
|
];
|
|
2518
2532
|
export var UpdateContainerInstancesStateRequest$ = [3, n0, _UCISR,
|
|
2519
2533
|
0,
|
|
2520
|
-
[_cIo,
|
|
2534
|
+
[_cIo, _st, _cl],
|
|
2521
2535
|
[64 | 0, 0, 0], 2
|
|
2522
2536
|
];
|
|
2523
2537
|
export var UpdateContainerInstancesStateResponse$ = [3, n0, _UCISRp,
|
|
@@ -2527,12 +2541,12 @@ export var UpdateContainerInstancesStateResponse$ = [3, n0, _UCISRp,
|
|
|
2527
2541
|
];
|
|
2528
2542
|
export var UpdatedExpressGatewayService$ = [3, n0, _UEGS,
|
|
2529
2543
|
0,
|
|
2530
|
-
[_sA, _cl, _sN,
|
|
2544
|
+
[_sA, _cl, _sN, _st, _tCa, _cAr, _uA],
|
|
2531
2545
|
[0, 0, 0, () => ExpressGatewayServiceStatus$, () => ExpressGatewayServiceConfiguration$, 4, 4]
|
|
2532
2546
|
];
|
|
2533
2547
|
export var UpdateExpressGatewayServiceRequest$ = [3, n0, _UEGSR,
|
|
2534
2548
|
0,
|
|
2535
|
-
[_sA, _eRA, _hCP, _pC, _tRA, _nC, _cp,
|
|
2549
|
+
[_sA, _eRA, _hCP, _pC, _tRA, _nC, _cp, _me, _sTc],
|
|
2536
2550
|
[0, 0, 0, () => ExpressGatewayContainer$, 0, () => ExpressGatewayServiceNetworkConfiguration$, 0, 0, () => ExpressGatewayScalingTarget$], 1
|
|
2537
2551
|
];
|
|
2538
2552
|
export var UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
@@ -2540,12 +2554,6 @@ export var UpdateExpressGatewayServiceResponse$ = [3, n0, _UEGSRp,
|
|
|
2540
2554
|
[_ser],
|
|
2541
2555
|
[() => UpdatedExpressGatewayService$]
|
|
2542
2556
|
];
|
|
2543
|
-
export var UpdateInProgressException$ = [-3, n0, _UIPE,
|
|
2544
|
-
{ [_e]: _c },
|
|
2545
|
-
[_me],
|
|
2546
|
-
[0]
|
|
2547
|
-
];
|
|
2548
|
-
TypeRegistry.for(n0).registerError(UpdateInProgressException$, UpdateInProgressException);
|
|
2549
2557
|
export var UpdateManagedInstancesProviderConfiguration$ = [3, n0, _UMIPC,
|
|
2550
2558
|
0,
|
|
2551
2559
|
[_iRA, _iLT, _pTr, _iO],
|
|
@@ -2593,7 +2601,7 @@ export var UpdateTaskSetResponse$ = [3, n0, _UTSRp,
|
|
|
2593
2601
|
];
|
|
2594
2602
|
export var VCpuCountRangeRequest$ = [3, n0, _VCCRR,
|
|
2595
2603
|
0,
|
|
2596
|
-
[
|
|
2604
|
+
[_mi, _ma],
|
|
2597
2605
|
[1, 1], 1
|
|
2598
2606
|
];
|
|
2599
2607
|
export var VersionInfo$ = [3, n0, _VI,
|
|
@@ -2616,8 +2624,6 @@ export var VpcLatticeConfiguration$ = [3, n0, _VLC,
|
|
|
2616
2624
|
[_rA, _tGA, _pN],
|
|
2617
2625
|
[0, 0, 0], 3
|
|
2618
2626
|
];
|
|
2619
|
-
export var ECSServiceException$ = [-3, _sm, "ECSServiceException", 0, [], []];
|
|
2620
|
-
TypeRegistry.for(_sm).registerError(ECSServiceException$, ECSServiceException);
|
|
2621
2627
|
var AcceleratorManufacturerSet = [1, n0, _AMS,
|
|
2622
2628
|
0, [0,
|
|
2623
2629
|
{ [_xN]: _it }]
|