@aws-sdk/client-ecs 3.940.0 → 3.946.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 +44 -417
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ECSClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +44 -417
- package/dist-types/ECS.d.ts +1 -1
- package/dist-types/ECSClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -3
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +3 -3
- package/dist-types/commands/ExecuteCommandCommand.d.ts +3 -3
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -3
- package/dist-types/commands/ListAttributesCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -3
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/ListServicesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -3
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTasksCommand.d.ts +3 -3
- package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -3
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -3
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -3
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -3
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -3
- package/dist-types/commands/RunTaskCommand.d.ts +3 -3
- package/dist-types/commands/StartTaskCommand.d.ts +3 -3
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/StopTaskCommand.d.ts +9 -7
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -3
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +3 -3
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ECSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContainerInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesByNamespacePaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ECSClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -993,31 +993,13 @@ import { AccessDeniedException as __AccessDeniedException, AttributeLimitExceede
|
|
|
993
993
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
994
994
|
export var AcceleratorCountRequest = [3, n0, _ACR, 0, [_m, _ma], [1, 1]];
|
|
995
995
|
export var AcceleratorTotalMemoryMiBRequest = [3, n0, _ATMMBR, 0, [_m, _ma], [1, 1]];
|
|
996
|
-
export var AccessDeniedException = [
|
|
997
|
-
-3,
|
|
998
|
-
n0,
|
|
999
|
-
_ADE,
|
|
1000
|
-
{
|
|
1001
|
-
[_e]: _c,
|
|
1002
|
-
},
|
|
1003
|
-
[_me],
|
|
1004
|
-
[0],
|
|
1005
|
-
];
|
|
996
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_me], [0]];
|
|
1006
997
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
1007
998
|
export var AdvancedConfiguration = [3, n0, _AC, 0, [_aTGA, _pLR, _tLR, _rA], [0, 0, 0, 0]];
|
|
1008
999
|
export var Attachment = [3, n0, _A, 0, [_i, _t, _s, _d], [0, 0, 0, () => AttachmentDetails]];
|
|
1009
1000
|
export var AttachmentStateChange = [3, n0, _ASC, 0, [_aA, _s], [0, 0]];
|
|
1010
1001
|
export var Attribute = [3, n0, _At, 0, [_n, _v, _tT, _tI], [0, 0, 0, 0]];
|
|
1011
|
-
export var AttributeLimitExceededException = [
|
|
1012
|
-
-3,
|
|
1013
|
-
n0,
|
|
1014
|
-
_ALEE,
|
|
1015
|
-
{
|
|
1016
|
-
[_e]: _c,
|
|
1017
|
-
},
|
|
1018
|
-
[_me],
|
|
1019
|
-
[0],
|
|
1020
|
-
];
|
|
1002
|
+
export var AttributeLimitExceededException = [-3, n0, _ALEE, { [_e]: _c }, [_me], [0]];
|
|
1021
1003
|
TypeRegistry.for(n0).registerError(AttributeLimitExceededException, __AttributeLimitExceededException);
|
|
1022
1004
|
export var AutoScalingGroupProvider = [
|
|
1023
1005
|
3,
|
|
@@ -1037,16 +1019,7 @@ export var AutoScalingGroupProviderUpdate = [
|
|
|
1037
1019
|
];
|
|
1038
1020
|
export var AwsVpcConfiguration = [3, n0, _AVC, 0, [_su, _sG, _aPI], [64 | 0, 64 | 0, 0]];
|
|
1039
1021
|
export var BaselineEbsBandwidthMbpsRequest = [3, n0, _BEBMR, 0, [_m, _ma], [1, 1]];
|
|
1040
|
-
export var BlockedException = [
|
|
1041
|
-
-3,
|
|
1042
|
-
n0,
|
|
1043
|
-
_BE,
|
|
1044
|
-
{
|
|
1045
|
-
[_e]: _c,
|
|
1046
|
-
},
|
|
1047
|
-
[_me],
|
|
1048
|
-
[0],
|
|
1049
|
-
];
|
|
1022
|
+
export var BlockedException = [-3, n0, _BE, { [_e]: _c }, [_me], [0]];
|
|
1050
1023
|
TypeRegistry.for(n0).registerError(BlockedException, __BlockedException);
|
|
1051
1024
|
export var CanaryConfiguration = [3, n0, _CC, 0, [_cP, _cBTIM], [1, 1]];
|
|
1052
1025
|
export var CapacityProvider = [
|
|
@@ -1058,16 +1031,7 @@ export var CapacityProvider = [
|
|
|
1058
1031
|
[0, 0, 0, 0, () => AutoScalingGroupProvider, [() => ManagedInstancesProvider, 0], 0, 0, () => Tags, 0],
|
|
1059
1032
|
];
|
|
1060
1033
|
export var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cPa, _w, _b], [0, 1, 1]];
|
|
1061
|
-
export var ClientException = [
|
|
1062
|
-
-3,
|
|
1063
|
-
n0,
|
|
1064
|
-
_CE,
|
|
1065
|
-
{
|
|
1066
|
-
[_e]: _c,
|
|
1067
|
-
},
|
|
1068
|
-
[_me],
|
|
1069
|
-
[0],
|
|
1070
|
-
];
|
|
1034
|
+
export var ClientException = [-3, n0, _CE, { [_e]: _c }, [_me], [0]];
|
|
1071
1035
|
TypeRegistry.for(n0).registerError(ClientException, __ClientException);
|
|
1072
1036
|
export var Cluster = [
|
|
1073
1037
|
3,
|
|
@@ -1102,74 +1066,20 @@ export var ClusterConfiguration = [
|
|
|
1102
1066
|
[_eCC, _mSC],
|
|
1103
1067
|
[() => ExecuteCommandConfiguration, () => ManagedStorageConfiguration],
|
|
1104
1068
|
];
|
|
1105
|
-
export var ClusterContainsCapacityProviderException = [
|
|
1106
|
-
-3,
|
|
1107
|
-
n0,
|
|
1108
|
-
_CCCPE,
|
|
1109
|
-
{
|
|
1110
|
-
[_e]: _c,
|
|
1111
|
-
},
|
|
1112
|
-
[_me],
|
|
1113
|
-
[0],
|
|
1114
|
-
];
|
|
1069
|
+
export var ClusterContainsCapacityProviderException = [-3, n0, _CCCPE, { [_e]: _c }, [_me], [0]];
|
|
1115
1070
|
TypeRegistry.for(n0).registerError(ClusterContainsCapacityProviderException, __ClusterContainsCapacityProviderException);
|
|
1116
|
-
export var ClusterContainsContainerInstancesException = [
|
|
1117
|
-
-3,
|
|
1118
|
-
n0,
|
|
1119
|
-
_CCCIE,
|
|
1120
|
-
{
|
|
1121
|
-
[_e]: _c,
|
|
1122
|
-
},
|
|
1123
|
-
[_me],
|
|
1124
|
-
[0],
|
|
1125
|
-
];
|
|
1071
|
+
export var ClusterContainsContainerInstancesException = [-3, n0, _CCCIE, { [_e]: _c }, [_me], [0]];
|
|
1126
1072
|
TypeRegistry.for(n0).registerError(ClusterContainsContainerInstancesException, __ClusterContainsContainerInstancesException);
|
|
1127
|
-
export var ClusterContainsServicesException = [
|
|
1128
|
-
-3,
|
|
1129
|
-
n0,
|
|
1130
|
-
_CCSE,
|
|
1131
|
-
{
|
|
1132
|
-
[_e]: _c,
|
|
1133
|
-
},
|
|
1134
|
-
[_me],
|
|
1135
|
-
[0],
|
|
1136
|
-
];
|
|
1073
|
+
export var ClusterContainsServicesException = [-3, n0, _CCSE, { [_e]: _c }, [_me], [0]];
|
|
1137
1074
|
TypeRegistry.for(n0).registerError(ClusterContainsServicesException, __ClusterContainsServicesException);
|
|
1138
|
-
export var ClusterContainsTasksException = [
|
|
1139
|
-
-3,
|
|
1140
|
-
n0,
|
|
1141
|
-
_CCTE,
|
|
1142
|
-
{
|
|
1143
|
-
[_e]: _c,
|
|
1144
|
-
},
|
|
1145
|
-
[_me],
|
|
1146
|
-
[0],
|
|
1147
|
-
];
|
|
1075
|
+
export var ClusterContainsTasksException = [-3, n0, _CCTE, { [_e]: _c }, [_me], [0]];
|
|
1148
1076
|
TypeRegistry.for(n0).registerError(ClusterContainsTasksException, __ClusterContainsTasksException);
|
|
1149
|
-
export var ClusterNotFoundException = [
|
|
1150
|
-
-3,
|
|
1151
|
-
n0,
|
|
1152
|
-
_CNFE,
|
|
1153
|
-
{
|
|
1154
|
-
[_e]: _c,
|
|
1155
|
-
},
|
|
1156
|
-
[_me],
|
|
1157
|
-
[0],
|
|
1158
|
-
];
|
|
1077
|
+
export var ClusterNotFoundException = [-3, n0, _CNFE, { [_e]: _c }, [_me], [0]];
|
|
1159
1078
|
TypeRegistry.for(n0).registerError(ClusterNotFoundException, __ClusterNotFoundException);
|
|
1160
1079
|
export var ClusterServiceConnectDefaults = [3, n0, _CSCD, 0, [_na], [0]];
|
|
1161
1080
|
export var ClusterServiceConnectDefaultsRequest = [3, n0, _CSCDR, 0, [_na], [0]];
|
|
1162
1081
|
export var ClusterSetting = [3, n0, _CS, 0, [_n, _v], [0, 0]];
|
|
1163
|
-
export var ConflictException = [
|
|
1164
|
-
-3,
|
|
1165
|
-
n0,
|
|
1166
|
-
_CEo,
|
|
1167
|
-
{
|
|
1168
|
-
[_e]: _c,
|
|
1169
|
-
},
|
|
1170
|
-
[_rI, _me],
|
|
1171
|
-
[64 | 0, 0],
|
|
1172
|
-
];
|
|
1082
|
+
export var ConflictException = [-3, n0, _CEo, { [_e]: _c }, [_rI, _me], [64 | 0, 0]];
|
|
1173
1083
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
1174
1084
|
export var Container = [
|
|
1175
1085
|
3,
|
|
@@ -1925,25 +1835,10 @@ export var InstanceRequirementsRequest = [
|
|
|
1925
1835
|
[
|
|
1926
1836
|
() => VCpuCountRangeRequest,
|
|
1927
1837
|
() => MemoryMiBRequest,
|
|
1928
|
-
[
|
|
1929
|
-
() => CpuManufacturerSet,
|
|
1930
|
-
{
|
|
1931
|
-
[_xN]: _CM,
|
|
1932
|
-
},
|
|
1933
|
-
],
|
|
1838
|
+
[() => CpuManufacturerSet, { [_xN]: _CM }],
|
|
1934
1839
|
() => MemoryGiBPerVCpuRequest,
|
|
1935
|
-
[
|
|
1936
|
-
|
|
1937
|
-
{
|
|
1938
|
-
[_xN]: _EIT,
|
|
1939
|
-
},
|
|
1940
|
-
],
|
|
1941
|
-
[
|
|
1942
|
-
() => InstanceGenerationSet,
|
|
1943
|
-
{
|
|
1944
|
-
[_xN]: _IG,
|
|
1945
|
-
},
|
|
1946
|
-
],
|
|
1840
|
+
[() => ExcludedInstanceTypeSet, { [_xN]: _EIT }],
|
|
1841
|
+
[() => InstanceGenerationSet, { [_xN]: _IG }],
|
|
1947
1842
|
1,
|
|
1948
1843
|
1,
|
|
1949
1844
|
0,
|
|
@@ -1951,67 +1846,24 @@ export var InstanceRequirementsRequest = [
|
|
|
1951
1846
|
2,
|
|
1952
1847
|
() => NetworkInterfaceCountRequest,
|
|
1953
1848
|
0,
|
|
1954
|
-
[
|
|
1955
|
-
() => LocalStorageTypeSet,
|
|
1956
|
-
{
|
|
1957
|
-
[_xN]: _LST,
|
|
1958
|
-
},
|
|
1959
|
-
],
|
|
1849
|
+
[() => LocalStorageTypeSet, { [_xN]: _LST }],
|
|
1960
1850
|
() => TotalLocalStorageGBRequest,
|
|
1961
1851
|
() => BaselineEbsBandwidthMbpsRequest,
|
|
1962
|
-
[
|
|
1963
|
-
() => AcceleratorTypeSet,
|
|
1964
|
-
{
|
|
1965
|
-
[_xN]: _AT,
|
|
1966
|
-
},
|
|
1967
|
-
],
|
|
1852
|
+
[() => AcceleratorTypeSet, { [_xN]: _AT }],
|
|
1968
1853
|
() => AcceleratorCountRequest,
|
|
1969
|
-
[
|
|
1970
|
-
|
|
1971
|
-
{
|
|
1972
|
-
[_xN]: _AM,
|
|
1973
|
-
},
|
|
1974
|
-
],
|
|
1975
|
-
[
|
|
1976
|
-
() => AcceleratorNameSet,
|
|
1977
|
-
{
|
|
1978
|
-
[_xN]: _AN,
|
|
1979
|
-
},
|
|
1980
|
-
],
|
|
1854
|
+
[() => AcceleratorManufacturerSet, { [_xN]: _AM }],
|
|
1855
|
+
[() => AcceleratorNameSet, { [_xN]: _AN }],
|
|
1981
1856
|
() => AcceleratorTotalMemoryMiBRequest,
|
|
1982
1857
|
() => NetworkBandwidthGbpsRequest,
|
|
1983
|
-
[
|
|
1984
|
-
() => AllowedInstanceTypeSet,
|
|
1985
|
-
{
|
|
1986
|
-
[_xN]: _AIT,
|
|
1987
|
-
},
|
|
1988
|
-
],
|
|
1858
|
+
[() => AllowedInstanceTypeSet, { [_xN]: _AIT }],
|
|
1989
1859
|
1,
|
|
1990
1860
|
],
|
|
1991
1861
|
];
|
|
1992
|
-
export var InvalidParameterException = [
|
|
1993
|
-
-3,
|
|
1994
|
-
n0,
|
|
1995
|
-
_IPE,
|
|
1996
|
-
{
|
|
1997
|
-
[_e]: _c,
|
|
1998
|
-
},
|
|
1999
|
-
[_me],
|
|
2000
|
-
[0],
|
|
2001
|
-
];
|
|
1862
|
+
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_me], [0]];
|
|
2002
1863
|
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
2003
1864
|
export var KernelCapabilities = [3, n0, _KC, 0, [_ad, _dro], [64 | 0, 64 | 0]];
|
|
2004
1865
|
export var KeyValuePair = [3, n0, _KVP, 0, [_n, _v], [0, 0]];
|
|
2005
|
-
export var LimitExceededException = [
|
|
2006
|
-
-3,
|
|
2007
|
-
n0,
|
|
2008
|
-
_LEE,
|
|
2009
|
-
{
|
|
2010
|
-
[_e]: _c,
|
|
2011
|
-
},
|
|
2012
|
-
[_me],
|
|
2013
|
-
[0],
|
|
2014
|
-
];
|
|
1866
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_me], [0]];
|
|
2015
1867
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
2016
1868
|
export var LinearConfiguration = [3, n0, _LC, 0, [_sPt, _sBTIM], [1, 1]];
|
|
2017
1869
|
export var LinuxParameters = [
|
|
@@ -2202,28 +2054,10 @@ export var ManagedTargetGroup = [
|
|
|
2202
2054
|
];
|
|
2203
2055
|
export var MemoryGiBPerVCpuRequest = [3, n0, _MGBPVCR, 0, [_m, _ma], [1, 1]];
|
|
2204
2056
|
export var MemoryMiBRequest = [3, n0, _MMBR, 0, [_m, _ma], [1, 1]];
|
|
2205
|
-
export var MissingVersionException = [
|
|
2206
|
-
-3,
|
|
2207
|
-
n0,
|
|
2208
|
-
_MVE,
|
|
2209
|
-
{
|
|
2210
|
-
[_e]: _c,
|
|
2211
|
-
},
|
|
2212
|
-
[_me],
|
|
2213
|
-
[0],
|
|
2214
|
-
];
|
|
2057
|
+
export var MissingVersionException = [-3, n0, _MVE, { [_e]: _c }, [_me], [0]];
|
|
2215
2058
|
TypeRegistry.for(n0).registerError(MissingVersionException, __MissingVersionException);
|
|
2216
2059
|
export var MountPoint = [3, n0, _MP, 0, [_sV, _cPo, _rO], [0, 0, 2]];
|
|
2217
|
-
export var NamespaceNotFoundException = [
|
|
2218
|
-
-3,
|
|
2219
|
-
n0,
|
|
2220
|
-
_NNFE,
|
|
2221
|
-
{
|
|
2222
|
-
[_e]: _c,
|
|
2223
|
-
},
|
|
2224
|
-
[_me],
|
|
2225
|
-
[0],
|
|
2226
|
-
];
|
|
2060
|
+
export var NamespaceNotFoundException = [-3, n0, _NNFE, { [_e]: _c }, [_me], [0]];
|
|
2227
2061
|
TypeRegistry.for(n0).registerError(NamespaceNotFoundException, __NamespaceNotFoundException);
|
|
2228
2062
|
export var NetworkBandwidthGbpsRequest = [3, n0, _NBGR, 0, [_m, _ma], [1, 1]];
|
|
2229
2063
|
export var NetworkBinding = [
|
|
@@ -2237,16 +2071,7 @@ export var NetworkBinding = [
|
|
|
2237
2071
|
export var NetworkConfiguration = [3, n0, _NC, 0, [_aCw], [() => AwsVpcConfiguration]];
|
|
2238
2072
|
export var NetworkInterface = [3, n0, _NI, 0, [_aI, _pIA, _iAp], [0, 0, 0]];
|
|
2239
2073
|
export var NetworkInterfaceCountRequest = [3, n0, _NICR, 0, [_m, _ma], [1, 1]];
|
|
2240
|
-
export var NoUpdateAvailableException = [
|
|
2241
|
-
-3,
|
|
2242
|
-
n0,
|
|
2243
|
-
_NUAE,
|
|
2244
|
-
{
|
|
2245
|
-
[_e]: _c,
|
|
2246
|
-
},
|
|
2247
|
-
[_me],
|
|
2248
|
-
[0],
|
|
2249
|
-
];
|
|
2074
|
+
export var NoUpdateAvailableException = [-3, n0, _NUAE, { [_e]: _c }, [_me], [0]];
|
|
2250
2075
|
TypeRegistry.for(n0).registerError(NoUpdateAvailableException, __NoUpdateAvailableException);
|
|
2251
2076
|
export var PlacementConstraint = [3, n0, _PC, 0, [_t, _ex], [0, 0]];
|
|
2252
2077
|
export var PlacementStrategy = [3, n0, _PS, 0, [_t, _fie], [0, 0]];
|
|
@@ -2255,23 +2080,12 @@ export var PlatformTaskDefinitionIncompatibilityException = [
|
|
|
2255
2080
|
-3,
|
|
2256
2081
|
n0,
|
|
2257
2082
|
_PTDIE,
|
|
2258
|
-
{
|
|
2259
|
-
[_e]: _c,
|
|
2260
|
-
},
|
|
2083
|
+
{ [_e]: _c },
|
|
2261
2084
|
[_me],
|
|
2262
2085
|
[0],
|
|
2263
2086
|
];
|
|
2264
2087
|
TypeRegistry.for(n0).registerError(PlatformTaskDefinitionIncompatibilityException, __PlatformTaskDefinitionIncompatibilityException);
|
|
2265
|
-
export var PlatformUnknownException = [
|
|
2266
|
-
-3,
|
|
2267
|
-
n0,
|
|
2268
|
-
_PUE,
|
|
2269
|
-
{
|
|
2270
|
-
[_e]: _c,
|
|
2271
|
-
},
|
|
2272
|
-
[_me],
|
|
2273
|
-
[0],
|
|
2274
|
-
];
|
|
2088
|
+
export var PlatformUnknownException = [-3, n0, _PUE, { [_e]: _c }, [_me], [0]];
|
|
2275
2089
|
TypeRegistry.for(n0).registerError(PlatformUnknownException, __PlatformUnknownException);
|
|
2276
2090
|
export var PortMapping = [3, n0, _PM, 0, [_cPon, _hPo, _pr, _n, _aP, _cPR], [1, 1, 0, 0, 0, 0]];
|
|
2277
2091
|
export var ProtectedTask = [3, n0, _PT, 0, [_tA, _pE, _eD], [0, 2, 4]];
|
|
@@ -2352,27 +2166,9 @@ export var RegisterTaskDefinitionResponse = [
|
|
|
2352
2166
|
export var RepositoryCredentials = [3, n0, _RC, 0, [_cPr], [0]];
|
|
2353
2167
|
export var ResolvedConfiguration = [3, n0, _RCe, 0, [_lB], [() => ServiceRevisionLoadBalancers]];
|
|
2354
2168
|
export var Resource = [3, n0, _R, 0, [_n, _t, _dV, _lV, _iV, _sSV], [0, 0, 1, 1, 1, 64 | 0]];
|
|
2355
|
-
export var ResourceInUseException = [
|
|
2356
|
-
-3,
|
|
2357
|
-
n0,
|
|
2358
|
-
_RIUE,
|
|
2359
|
-
{
|
|
2360
|
-
[_e]: _c,
|
|
2361
|
-
},
|
|
2362
|
-
[_me],
|
|
2363
|
-
[0],
|
|
2364
|
-
];
|
|
2169
|
+
export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_me], [0]];
|
|
2365
2170
|
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
2366
|
-
export var ResourceNotFoundException = [
|
|
2367
|
-
-3,
|
|
2368
|
-
n0,
|
|
2369
|
-
_RNFE,
|
|
2370
|
-
{
|
|
2371
|
-
[_e]: _c,
|
|
2372
|
-
},
|
|
2373
|
-
[_me],
|
|
2374
|
-
[0],
|
|
2375
|
-
];
|
|
2171
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_me], [0]];
|
|
2376
2172
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
2377
2173
|
export var ResourceRequirement = [3, n0, _RR, 0, [_v, _t], [0, 0]];
|
|
2378
2174
|
export var Rollback = [3, n0, _Ro, 0, [_r, _sAt, _sRAe], [0, 4, 0]];
|
|
@@ -2408,16 +2204,7 @@ export var RunTaskResponse = [3, n0, _RTRu, 0, [_tas, _fa], [() => Tasks, () =>
|
|
|
2408
2204
|
export var RuntimePlatform = [3, n0, _RP, 0, [_cAp, _oSF], [0, 0]];
|
|
2409
2205
|
export var Scale = [3, n0, _S, 0, [_v, _un], [1, 0]];
|
|
2410
2206
|
export var Secret = [3, n0, _Se, 0, [_n, _vFa], [0, 0]];
|
|
2411
|
-
export var ServerException = [
|
|
2412
|
-
-3,
|
|
2413
|
-
n0,
|
|
2414
|
-
_SE,
|
|
2415
|
-
{
|
|
2416
|
-
[_e]: _serve,
|
|
2417
|
-
},
|
|
2418
|
-
[_me],
|
|
2419
|
-
[0],
|
|
2420
|
-
];
|
|
2207
|
+
export var ServerException = [-3, n0, _SE, { [_e]: _serve }, [_me], [0]];
|
|
2421
2208
|
TypeRegistry.for(n0).registerError(ServerException, __ServerException);
|
|
2422
2209
|
export var Service = [
|
|
2423
2210
|
3,
|
|
@@ -2595,16 +2382,7 @@ export var ServiceDeploymentBrief = [
|
|
|
2595
2382
|
[0, 0, 0, 4, 4, 4, 0, 0, 0],
|
|
2596
2383
|
];
|
|
2597
2384
|
export var ServiceDeploymentCircuitBreaker = [3, n0, _SDCB, 0, [_s, _fCa, _th], [0, 1, 1]];
|
|
2598
|
-
export var ServiceDeploymentNotFoundException = [
|
|
2599
|
-
-3,
|
|
2600
|
-
n0,
|
|
2601
|
-
_SDNFE,
|
|
2602
|
-
{
|
|
2603
|
-
[_e]: _c,
|
|
2604
|
-
},
|
|
2605
|
-
[_me],
|
|
2606
|
-
[0],
|
|
2607
|
-
];
|
|
2385
|
+
export var ServiceDeploymentNotFoundException = [-3, n0, _SDNFE, { [_e]: _c }, [_me], [0]];
|
|
2608
2386
|
TypeRegistry.for(n0).registerError(ServiceDeploymentNotFoundException, __ServiceDeploymentNotFoundException);
|
|
2609
2387
|
export var ServiceEvent = [3, n0, _SEe, 0, [_i, _cAr, _me], [0, 4, 0]];
|
|
2610
2388
|
export var ServiceManagedEBSVolumeConfiguration = [
|
|
@@ -2615,27 +2393,9 @@ export var ServiceManagedEBSVolumeConfiguration = [
|
|
|
2615
2393
|
[_enc, _kKI, _vT, _sIGB, _sIn, _vIR, _io, _thr, _tSag, _rA, _fTi],
|
|
2616
2394
|
[2, 0, 0, 1, 0, 1, 1, 1, () => EBSTagSpecifications, 0, 0],
|
|
2617
2395
|
];
|
|
2618
|
-
export var ServiceNotActiveException = [
|
|
2619
|
-
-3,
|
|
2620
|
-
n0,
|
|
2621
|
-
_SNAE,
|
|
2622
|
-
{
|
|
2623
|
-
[_e]: _c,
|
|
2624
|
-
},
|
|
2625
|
-
[_me],
|
|
2626
|
-
[0],
|
|
2627
|
-
];
|
|
2396
|
+
export var ServiceNotActiveException = [-3, n0, _SNAE, { [_e]: _c }, [_me], [0]];
|
|
2628
2397
|
TypeRegistry.for(n0).registerError(ServiceNotActiveException, __ServiceNotActiveException);
|
|
2629
|
-
export var ServiceNotFoundException = [
|
|
2630
|
-
-3,
|
|
2631
|
-
n0,
|
|
2632
|
-
_SNFE,
|
|
2633
|
-
{
|
|
2634
|
-
[_e]: _c,
|
|
2635
|
-
},
|
|
2636
|
-
[_me],
|
|
2637
|
-
[0],
|
|
2638
|
-
];
|
|
2398
|
+
export var ServiceNotFoundException = [-3, n0, _SNFE, { [_e]: _c }, [_me], [0]];
|
|
2639
2399
|
TypeRegistry.for(n0).registerError(ServiceNotFoundException, __ServiceNotFoundException);
|
|
2640
2400
|
export var ServiceRegistry = [3, n0, _SR, 0, [_rAeg, _po, _cNo, _cPon], [0, 1, 0, 1]];
|
|
2641
2401
|
export var ServiceRevision = [
|
|
@@ -2744,27 +2504,9 @@ export var SystemControl = [3, n0, _SC, 0, [_na, _v], [0, 0]];
|
|
|
2744
2504
|
export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
2745
2505
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _ta], [0, () => Tags]];
|
|
2746
2506
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2747
|
-
export var TargetNotConnectedException = [
|
|
2748
|
-
-3,
|
|
2749
|
-
n0,
|
|
2750
|
-
_TNCE,
|
|
2751
|
-
{
|
|
2752
|
-
[_e]: _c,
|
|
2753
|
-
},
|
|
2754
|
-
[_me],
|
|
2755
|
-
[0],
|
|
2756
|
-
];
|
|
2507
|
+
export var TargetNotConnectedException = [-3, n0, _TNCE, { [_e]: _c }, [_me], [0]];
|
|
2757
2508
|
TypeRegistry.for(n0).registerError(TargetNotConnectedException, __TargetNotConnectedException);
|
|
2758
|
-
export var TargetNotFoundException = [
|
|
2759
|
-
-3,
|
|
2760
|
-
n0,
|
|
2761
|
-
_TNFE,
|
|
2762
|
-
{
|
|
2763
|
-
[_e]: _c,
|
|
2764
|
-
},
|
|
2765
|
-
[_me],
|
|
2766
|
-
[0],
|
|
2767
|
-
];
|
|
2509
|
+
export var TargetNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_me], [0]];
|
|
2768
2510
|
TypeRegistry.for(n0).registerError(TargetNotFoundException, __TargetNotFoundException);
|
|
2769
2511
|
export var Task = [
|
|
2770
2512
|
3,
|
|
@@ -2989,16 +2731,7 @@ export var TaskSet = [
|
|
|
2989
2731
|
() => DeploymentEphemeralStorage,
|
|
2990
2732
|
],
|
|
2991
2733
|
];
|
|
2992
|
-
export var TaskSetNotFoundException = [
|
|
2993
|
-
-3,
|
|
2994
|
-
n0,
|
|
2995
|
-
_TSNFE,
|
|
2996
|
-
{
|
|
2997
|
-
[_e]: _c,
|
|
2998
|
-
},
|
|
2999
|
-
[_me],
|
|
3000
|
-
[0],
|
|
3001
|
-
];
|
|
2734
|
+
export var TaskSetNotFoundException = [-3, n0, _TSNFE, { [_e]: _c }, [_me], [0]];
|
|
3002
2735
|
TypeRegistry.for(n0).registerError(TaskSetNotFoundException, __TaskSetNotFoundException);
|
|
3003
2736
|
export var TaskVolumeConfiguration = [
|
|
3004
2737
|
3,
|
|
@@ -3012,16 +2745,7 @@ export var TimeoutConfiguration = [3, n0, _TC, 0, [_iTS, _pRTS], [1, 1]];
|
|
|
3012
2745
|
export var Tmpfs = [3, n0, _Tm, 0, [_cPo, _si, _mO], [0, 1, 64 | 0]];
|
|
3013
2746
|
export var TotalLocalStorageGBRequest = [3, n0, _TLSGBR, 0, [_m, _ma], [1, 1]];
|
|
3014
2747
|
export var Ulimit = [3, n0, _U, 0, [_n, _sL, _hL], [0, 1, 1]];
|
|
3015
|
-
export var UnsupportedFeatureException = [
|
|
3016
|
-
-3,
|
|
3017
|
-
n0,
|
|
3018
|
-
_UFE,
|
|
3019
|
-
{
|
|
3020
|
-
[_e]: _c,
|
|
3021
|
-
},
|
|
3022
|
-
[_me],
|
|
3023
|
-
[0],
|
|
3024
|
-
];
|
|
2748
|
+
export var UnsupportedFeatureException = [-3, n0, _UFE, { [_e]: _c }, [_me], [0]];
|
|
3025
2749
|
TypeRegistry.for(n0).registerError(UnsupportedFeatureException, __UnsupportedFeatureException);
|
|
3026
2750
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_rAes, _tK], [0, 64 | 0]];
|
|
3027
2751
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -3111,16 +2835,7 @@ export var UpdateExpressGatewayServiceResponse = [
|
|
|
3111
2835
|
[_ser],
|
|
3112
2836
|
[() => UpdatedExpressGatewayService],
|
|
3113
2837
|
];
|
|
3114
|
-
export var UpdateInProgressException = [
|
|
3115
|
-
-3,
|
|
3116
|
-
n0,
|
|
3117
|
-
_UIPE,
|
|
3118
|
-
{
|
|
3119
|
-
[_e]: _c,
|
|
3120
|
-
},
|
|
3121
|
-
[_me],
|
|
3122
|
-
[0],
|
|
3123
|
-
];
|
|
2838
|
+
export var UpdateInProgressException = [-3, n0, _UIPE, { [_e]: _c }, [_me], [0]];
|
|
3124
2839
|
TypeRegistry.for(n0).registerError(UpdateInProgressException, __UpdateInProgressException);
|
|
3125
2840
|
export var UpdateManagedInstancesProviderConfiguration = [
|
|
3126
2841
|
3,
|
|
@@ -3241,54 +2956,10 @@ export var VpcLatticeConfiguration = [3, n0, _VLC, 0, [_rA, _tGA, _pN], [0, 0, 0
|
|
|
3241
2956
|
export var __Unit = "unit";
|
|
3242
2957
|
export var ECSServiceException = [-3, _sm, "ECSServiceException", 0, [], []];
|
|
3243
2958
|
TypeRegistry.for(_sm).registerError(ECSServiceException, __ECSServiceException);
|
|
3244
|
-
export var AcceleratorManufacturerSet = [
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
0,
|
|
3249
|
-
[
|
|
3250
|
-
0,
|
|
3251
|
-
{
|
|
3252
|
-
[_xN]: _it,
|
|
3253
|
-
},
|
|
3254
|
-
],
|
|
3255
|
-
];
|
|
3256
|
-
export var AcceleratorNameSet = [
|
|
3257
|
-
1,
|
|
3258
|
-
n0,
|
|
3259
|
-
_ANS,
|
|
3260
|
-
0,
|
|
3261
|
-
[
|
|
3262
|
-
0,
|
|
3263
|
-
{
|
|
3264
|
-
[_xN]: _it,
|
|
3265
|
-
},
|
|
3266
|
-
],
|
|
3267
|
-
];
|
|
3268
|
-
export var AcceleratorTypeSet = [
|
|
3269
|
-
1,
|
|
3270
|
-
n0,
|
|
3271
|
-
_ATS,
|
|
3272
|
-
0,
|
|
3273
|
-
[
|
|
3274
|
-
0,
|
|
3275
|
-
{
|
|
3276
|
-
[_xN]: _it,
|
|
3277
|
-
},
|
|
3278
|
-
],
|
|
3279
|
-
];
|
|
3280
|
-
export var AllowedInstanceTypeSet = [
|
|
3281
|
-
1,
|
|
3282
|
-
n0,
|
|
3283
|
-
_AITS,
|
|
3284
|
-
0,
|
|
3285
|
-
[
|
|
3286
|
-
0,
|
|
3287
|
-
{
|
|
3288
|
-
[_xN]: _it,
|
|
3289
|
-
},
|
|
3290
|
-
],
|
|
3291
|
-
];
|
|
2959
|
+
export var AcceleratorManufacturerSet = [1, n0, _AMS, 0, [0, { [_xN]: _it }]];
|
|
2960
|
+
export var AcceleratorNameSet = [1, n0, _ANS, 0, [0, { [_xN]: _it }]];
|
|
2961
|
+
export var AcceleratorTypeSet = [1, n0, _ATS, 0, [0, { [_xN]: _it }]];
|
|
2962
|
+
export var AllowedInstanceTypeSet = [1, n0, _AITS, 0, [0, { [_xN]: _it }]];
|
|
3292
2963
|
export var AttachmentDetails = [1, n0, _AD, 0, () => KeyValuePair];
|
|
3293
2964
|
export var Attachments = [1, n0, _Att, 0, () => Attachment];
|
|
3294
2965
|
export var AttachmentStateChanges = [1, n0, _ASCt, 0, () => AttachmentStateChange];
|
|
@@ -3308,18 +2979,7 @@ export var ContainerInstances = [1, n0, _CIont, 0, () => ContainerInstance];
|
|
|
3308
2979
|
export var ContainerOverrides = [1, n0, _COo, 0, () => ContainerOverride];
|
|
3309
2980
|
export var Containers = [1, n0, _Con, 0, () => Container];
|
|
3310
2981
|
export var ContainerStateChanges = [1, n0, _CSCo, 0, () => ContainerStateChange];
|
|
3311
|
-
export var CpuManufacturerSet = [
|
|
3312
|
-
1,
|
|
3313
|
-
n0,
|
|
3314
|
-
_CMS,
|
|
3315
|
-
0,
|
|
3316
|
-
[
|
|
3317
|
-
0,
|
|
3318
|
-
{
|
|
3319
|
-
[_xN]: _it,
|
|
3320
|
-
},
|
|
3321
|
-
],
|
|
3322
|
-
];
|
|
2982
|
+
export var CpuManufacturerSet = [1, n0, _CMS, 0, [0, { [_xN]: _it }]];
|
|
3323
2983
|
export var DeploymentLifecycleHookList = [1, n0, _DLHL, 0, () => DeploymentLifecycleHook];
|
|
3324
2984
|
export var DeploymentLifecycleHookStageList = 64 | 0;
|
|
3325
2985
|
export var Deployments = [1, n0, _Dep, 0, () => Deployment];
|
|
@@ -3328,18 +2988,7 @@ export var DevicesList = [1, n0, _DL, 0, () => Device];
|
|
|
3328
2988
|
export var EBSTagSpecifications = [1, n0, _EBSTSa, 0, () => EBSTagSpecification];
|
|
3329
2989
|
export var EnvironmentFiles = [1, n0, _EFn, 0, () => EnvironmentFile];
|
|
3330
2990
|
export var EnvironmentVariables = [1, n0, _EV, 0, () => KeyValuePair];
|
|
3331
|
-
export var ExcludedInstanceTypeSet = [
|
|
3332
|
-
1,
|
|
3333
|
-
n0,
|
|
3334
|
-
_EITS,
|
|
3335
|
-
0,
|
|
3336
|
-
[
|
|
3337
|
-
0,
|
|
3338
|
-
{
|
|
3339
|
-
[_xN]: _it,
|
|
3340
|
-
},
|
|
3341
|
-
],
|
|
3342
|
-
];
|
|
2991
|
+
export var ExcludedInstanceTypeSet = [1, n0, _EITS, 0, [0, { [_xN]: _it }]];
|
|
3343
2992
|
export var ExpressGatewayServiceConfigurations = [
|
|
3344
2993
|
1,
|
|
3345
2994
|
n0,
|
|
@@ -3354,33 +3003,11 @@ export var HostEntryList = [1, n0, _HEL, 0, () => HostEntry];
|
|
|
3354
3003
|
export var InferenceAcceleratorOverrides = [1, n0, _IAOn, 0, () => InferenceAcceleratorOverride];
|
|
3355
3004
|
export var InferenceAccelerators = [1, n0, _IAn, 0, () => InferenceAccelerator];
|
|
3356
3005
|
export var IngressPathSummaries = [1, n0, _IPSn, 0, () => IngressPathSummary];
|
|
3357
|
-
export var InstanceGenerationSet = [
|
|
3358
|
-
1,
|
|
3359
|
-
n0,
|
|
3360
|
-
_IGS,
|
|
3361
|
-
0,
|
|
3362
|
-
[
|
|
3363
|
-
0,
|
|
3364
|
-
{
|
|
3365
|
-
[_xN]: _it,
|
|
3366
|
-
},
|
|
3367
|
-
],
|
|
3368
|
-
];
|
|
3006
|
+
export var InstanceGenerationSet = [1, n0, _IGS, 0, [0, { [_xN]: _it }]];
|
|
3369
3007
|
export var InstanceHealthCheckResultList = [1, n0, _IHCRL, 0, () => InstanceHealthCheckResult];
|
|
3370
3008
|
export var IntegerList = 64 | 1;
|
|
3371
3009
|
export var LoadBalancers = [1, n0, _LBo, 0, () => LoadBalancer];
|
|
3372
|
-
export var LocalStorageTypeSet = [
|
|
3373
|
-
1,
|
|
3374
|
-
n0,
|
|
3375
|
-
_LSTS,
|
|
3376
|
-
0,
|
|
3377
|
-
[
|
|
3378
|
-
0,
|
|
3379
|
-
{
|
|
3380
|
-
[_xN]: _it,
|
|
3381
|
-
},
|
|
3382
|
-
],
|
|
3383
|
-
];
|
|
3010
|
+
export var LocalStorageTypeSet = [1, n0, _LSTS, 0, [0, { [_xN]: _it }]];
|
|
3384
3011
|
export var ManagedAgents = [1, n0, _MAa, 0, () => ManagedAgent];
|
|
3385
3012
|
export var ManagedAgentStateChanges = [1, n0, _MASCa, 0, () => ManagedAgentStateChange];
|
|
3386
3013
|
export var ManagedApplicationAutoScalingPolicies = [
|
package/dist-types/ECS.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
|
|
3
3
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
4
4
|
import { CreateExpressGatewayServiceCommandInput, CreateExpressGatewayServiceCommandOutput } from "./commands/CreateExpressGatewayServiceCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "./commands/CreateCapacityProviderCommand";
|
|
11
11
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
12
12
|
import { CreateExpressGatewayServiceCommandInput, CreateExpressGatewayServiceCommandOutput } from "./commands/CreateExpressGatewayServiceCommand";
|
|
@@ -72,7 +72,7 @@ import { UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCom
|
|
|
72
72
|
import { UpdateTaskProtectionCommandInput, UpdateTaskProtectionCommandOutput } from "./commands/UpdateTaskProtectionCommand";
|
|
73
73
|
import { UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput } from "./commands/UpdateTaskSetCommand";
|
|
74
74
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
75
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
75
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
76
76
|
export { __Client };
|
|
77
77
|
/**
|
|
78
78
|
* @public
|