@aws-sdk/client-ecs 3.933.0 → 3.935.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 +480 -476
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +447 -0
- package/dist-es/models/errors.js +339 -0
- package/dist-es/models/models_0.js +1 -688
- package/dist-es/schemas/schemas_0.js +11 -7
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +7 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1119 -0
- package/dist-types/models/errors.d.ts +397 -0
- package/dist-types/models/models_0.d.ts +2816 -1381
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +589 -0
- package/dist-types/ts3.4/models/errors.d.ts +209 -0
- package/dist-types/ts3.4/models/models_0.d.ts +437 -729
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -99
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2908
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -476
|
@@ -1,688 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AcceleratorManufacturer = {
|
|
3
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
4
|
-
AMD: "amd",
|
|
5
|
-
HABANA: "habana",
|
|
6
|
-
NVIDIA: "nvidia",
|
|
7
|
-
XILINX: "xilinx",
|
|
8
|
-
};
|
|
9
|
-
export const AcceleratorName = {
|
|
10
|
-
A100: "a100",
|
|
11
|
-
A10G: "a10g",
|
|
12
|
-
H100: "h100",
|
|
13
|
-
INFERENTIA: "inferentia",
|
|
14
|
-
K520: "k520",
|
|
15
|
-
K80: "k80",
|
|
16
|
-
M60: "m60",
|
|
17
|
-
RADEON_PRO_V520: "radeon-pro-v520",
|
|
18
|
-
T4: "t4",
|
|
19
|
-
T4G: "t4g",
|
|
20
|
-
V100: "v100",
|
|
21
|
-
VU9P: "vu9p",
|
|
22
|
-
};
|
|
23
|
-
export const AcceleratorType = {
|
|
24
|
-
FPGA: "fpga",
|
|
25
|
-
GPU: "gpu",
|
|
26
|
-
INFERENCE: "inference",
|
|
27
|
-
};
|
|
28
|
-
export class AccessDeniedException extends __BaseException {
|
|
29
|
-
name = "AccessDeniedException";
|
|
30
|
-
$fault = "client";
|
|
31
|
-
constructor(opts) {
|
|
32
|
-
super({
|
|
33
|
-
name: "AccessDeniedException",
|
|
34
|
-
$fault: "client",
|
|
35
|
-
...opts,
|
|
36
|
-
});
|
|
37
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
export const AgentUpdateStatus = {
|
|
41
|
-
FAILED: "FAILED",
|
|
42
|
-
PENDING: "PENDING",
|
|
43
|
-
STAGED: "STAGED",
|
|
44
|
-
STAGING: "STAGING",
|
|
45
|
-
UPDATED: "UPDATED",
|
|
46
|
-
UPDATING: "UPDATING",
|
|
47
|
-
};
|
|
48
|
-
export class ClientException extends __BaseException {
|
|
49
|
-
name = "ClientException";
|
|
50
|
-
$fault = "client";
|
|
51
|
-
constructor(opts) {
|
|
52
|
-
super({
|
|
53
|
-
name: "ClientException",
|
|
54
|
-
$fault: "client",
|
|
55
|
-
...opts,
|
|
56
|
-
});
|
|
57
|
-
Object.setPrototypeOf(this, ClientException.prototype);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class ClusterNotFoundException extends __BaseException {
|
|
61
|
-
name = "ClusterNotFoundException";
|
|
62
|
-
$fault = "client";
|
|
63
|
-
constructor(opts) {
|
|
64
|
-
super({
|
|
65
|
-
name: "ClusterNotFoundException",
|
|
66
|
-
$fault: "client",
|
|
67
|
-
...opts,
|
|
68
|
-
});
|
|
69
|
-
Object.setPrototypeOf(this, ClusterNotFoundException.prototype);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export const ManagedDraining = {
|
|
73
|
-
DISABLED: "DISABLED",
|
|
74
|
-
ENABLED: "ENABLED",
|
|
75
|
-
};
|
|
76
|
-
export const ManagedScalingStatus = {
|
|
77
|
-
DISABLED: "DISABLED",
|
|
78
|
-
ENABLED: "ENABLED",
|
|
79
|
-
};
|
|
80
|
-
export const ManagedTerminationProtection = {
|
|
81
|
-
DISABLED: "DISABLED",
|
|
82
|
-
ENABLED: "ENABLED",
|
|
83
|
-
};
|
|
84
|
-
export const BareMetal = {
|
|
85
|
-
EXCLUDED: "excluded",
|
|
86
|
-
INCLUDED: "included",
|
|
87
|
-
REQUIRED: "required",
|
|
88
|
-
};
|
|
89
|
-
export const BurstablePerformance = {
|
|
90
|
-
EXCLUDED: "excluded",
|
|
91
|
-
INCLUDED: "included",
|
|
92
|
-
REQUIRED: "required",
|
|
93
|
-
};
|
|
94
|
-
export const CpuManufacturer = {
|
|
95
|
-
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
96
|
-
AMD: "amd",
|
|
97
|
-
INTEL: "intel",
|
|
98
|
-
};
|
|
99
|
-
export const InstanceGeneration = {
|
|
100
|
-
CURRENT: "current",
|
|
101
|
-
PREVIOUS: "previous",
|
|
102
|
-
};
|
|
103
|
-
export const LocalStorage = {
|
|
104
|
-
EXCLUDED: "excluded",
|
|
105
|
-
INCLUDED: "included",
|
|
106
|
-
REQUIRED: "required",
|
|
107
|
-
};
|
|
108
|
-
export const LocalStorageType = {
|
|
109
|
-
HDD: "hdd",
|
|
110
|
-
SSD: "ssd",
|
|
111
|
-
};
|
|
112
|
-
export const ManagedInstancesMonitoringOptions = {
|
|
113
|
-
BASIC: "BASIC",
|
|
114
|
-
DETAILED: "DETAILED",
|
|
115
|
-
};
|
|
116
|
-
export const PropagateMITags = {
|
|
117
|
-
CAPACITY_PROVIDER: "CAPACITY_PROVIDER",
|
|
118
|
-
NONE: "NONE",
|
|
119
|
-
};
|
|
120
|
-
export const CapacityProviderStatus = {
|
|
121
|
-
ACTIVE: "ACTIVE",
|
|
122
|
-
DEPROVISIONING: "DEPROVISIONING",
|
|
123
|
-
INACTIVE: "INACTIVE",
|
|
124
|
-
PROVISIONING: "PROVISIONING",
|
|
125
|
-
};
|
|
126
|
-
export const CapacityProviderType = {
|
|
127
|
-
EC2_AUTOSCALING: "EC2_AUTOSCALING",
|
|
128
|
-
FARGATE: "FARGATE",
|
|
129
|
-
FARGATE_SPOT: "FARGATE_SPOT",
|
|
130
|
-
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
131
|
-
};
|
|
132
|
-
export const CapacityProviderUpdateStatus = {
|
|
133
|
-
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
134
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
135
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
136
|
-
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
137
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
138
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
139
|
-
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
140
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
141
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
142
|
-
};
|
|
143
|
-
export class InvalidParameterException extends __BaseException {
|
|
144
|
-
name = "InvalidParameterException";
|
|
145
|
-
$fault = "client";
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "InvalidParameterException",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
export class LimitExceededException extends __BaseException {
|
|
156
|
-
name = "LimitExceededException";
|
|
157
|
-
$fault = "client";
|
|
158
|
-
constructor(opts) {
|
|
159
|
-
super({
|
|
160
|
-
name: "LimitExceededException",
|
|
161
|
-
$fault: "client",
|
|
162
|
-
...opts,
|
|
163
|
-
});
|
|
164
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
export class ServerException extends __BaseException {
|
|
168
|
-
name = "ServerException";
|
|
169
|
-
$fault = "server";
|
|
170
|
-
constructor(opts) {
|
|
171
|
-
super({
|
|
172
|
-
name: "ServerException",
|
|
173
|
-
$fault: "server",
|
|
174
|
-
...opts,
|
|
175
|
-
});
|
|
176
|
-
Object.setPrototypeOf(this, ServerException.prototype);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
export class UnsupportedFeatureException extends __BaseException {
|
|
180
|
-
name = "UnsupportedFeatureException";
|
|
181
|
-
$fault = "client";
|
|
182
|
-
constructor(opts) {
|
|
183
|
-
super({
|
|
184
|
-
name: "UnsupportedFeatureException",
|
|
185
|
-
$fault: "client",
|
|
186
|
-
...opts,
|
|
187
|
-
});
|
|
188
|
-
Object.setPrototypeOf(this, UnsupportedFeatureException.prototype);
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
export class UpdateInProgressException extends __BaseException {
|
|
192
|
-
name = "UpdateInProgressException";
|
|
193
|
-
$fault = "client";
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "UpdateInProgressException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, UpdateInProgressException.prototype);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
export const ExecuteCommandLogging = {
|
|
204
|
-
DEFAULT: "DEFAULT",
|
|
205
|
-
NONE: "NONE",
|
|
206
|
-
OVERRIDE: "OVERRIDE",
|
|
207
|
-
};
|
|
208
|
-
export const ClusterSettingName = {
|
|
209
|
-
CONTAINER_INSIGHTS: "containerInsights",
|
|
210
|
-
};
|
|
211
|
-
export class NamespaceNotFoundException extends __BaseException {
|
|
212
|
-
name = "NamespaceNotFoundException";
|
|
213
|
-
$fault = "client";
|
|
214
|
-
constructor(opts) {
|
|
215
|
-
super({
|
|
216
|
-
name: "NamespaceNotFoundException",
|
|
217
|
-
$fault: "client",
|
|
218
|
-
...opts,
|
|
219
|
-
});
|
|
220
|
-
Object.setPrototypeOf(this, NamespaceNotFoundException.prototype);
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
export const AvailabilityZoneRebalancing = {
|
|
224
|
-
DISABLED: "DISABLED",
|
|
225
|
-
ENABLED: "ENABLED",
|
|
226
|
-
};
|
|
227
|
-
export const DeploymentLifecycleHookStage = {
|
|
228
|
-
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
229
|
-
POST_SCALE_UP: "POST_SCALE_UP",
|
|
230
|
-
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
231
|
-
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
232
|
-
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
233
|
-
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
234
|
-
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
235
|
-
};
|
|
236
|
-
export const DeploymentStrategy = {
|
|
237
|
-
BLUE_GREEN: "BLUE_GREEN",
|
|
238
|
-
CANARY: "CANARY",
|
|
239
|
-
LINEAR: "LINEAR",
|
|
240
|
-
ROLLING: "ROLLING",
|
|
241
|
-
};
|
|
242
|
-
export const DeploymentControllerType = {
|
|
243
|
-
CODE_DEPLOY: "CODE_DEPLOY",
|
|
244
|
-
ECS: "ECS",
|
|
245
|
-
EXTERNAL: "EXTERNAL",
|
|
246
|
-
};
|
|
247
|
-
export const LaunchType = {
|
|
248
|
-
EC2: "EC2",
|
|
249
|
-
EXTERNAL: "EXTERNAL",
|
|
250
|
-
FARGATE: "FARGATE",
|
|
251
|
-
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
252
|
-
};
|
|
253
|
-
export const AssignPublicIp = {
|
|
254
|
-
DISABLED: "DISABLED",
|
|
255
|
-
ENABLED: "ENABLED",
|
|
256
|
-
};
|
|
257
|
-
export const PlacementConstraintType = {
|
|
258
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
259
|
-
MEMBER_OF: "memberOf",
|
|
260
|
-
};
|
|
261
|
-
export const PlacementStrategyType = {
|
|
262
|
-
BINPACK: "binpack",
|
|
263
|
-
RANDOM: "random",
|
|
264
|
-
SPREAD: "spread",
|
|
265
|
-
};
|
|
266
|
-
export const PropagateTags = {
|
|
267
|
-
NONE: "NONE",
|
|
268
|
-
SERVICE: "SERVICE",
|
|
269
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
270
|
-
};
|
|
271
|
-
export const SchedulingStrategy = {
|
|
272
|
-
DAEMON: "DAEMON",
|
|
273
|
-
REPLICA: "REPLICA",
|
|
274
|
-
};
|
|
275
|
-
export const ServiceConnectAccessLoggingFormat = {
|
|
276
|
-
JSON: "JSON",
|
|
277
|
-
TEXT: "TEXT",
|
|
278
|
-
};
|
|
279
|
-
export const ServiceConnectIncludeQueryParameters = {
|
|
280
|
-
DISABLED: "DISABLED",
|
|
281
|
-
ENABLED: "ENABLED",
|
|
282
|
-
};
|
|
283
|
-
export const LogDriver = {
|
|
284
|
-
AWSFIRELENS: "awsfirelens",
|
|
285
|
-
AWSLOGS: "awslogs",
|
|
286
|
-
FLUENTD: "fluentd",
|
|
287
|
-
GELF: "gelf",
|
|
288
|
-
JOURNALD: "journald",
|
|
289
|
-
JSON_FILE: "json-file",
|
|
290
|
-
SPLUNK: "splunk",
|
|
291
|
-
SYSLOG: "syslog",
|
|
292
|
-
};
|
|
293
|
-
export const TaskFilesystemType = {
|
|
294
|
-
EXT3: "ext3",
|
|
295
|
-
EXT4: "ext4",
|
|
296
|
-
NTFS: "ntfs",
|
|
297
|
-
XFS: "xfs",
|
|
298
|
-
};
|
|
299
|
-
export const EBSResourceType = {
|
|
300
|
-
VOLUME: "volume",
|
|
301
|
-
};
|
|
302
|
-
export const DeploymentRolloutState = {
|
|
303
|
-
COMPLETED: "COMPLETED",
|
|
304
|
-
FAILED: "FAILED",
|
|
305
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
306
|
-
};
|
|
307
|
-
export const ScaleUnit = {
|
|
308
|
-
PERCENT: "PERCENT",
|
|
309
|
-
};
|
|
310
|
-
export const StabilityStatus = {
|
|
311
|
-
STABILIZING: "STABILIZING",
|
|
312
|
-
STEADY_STATE: "STEADY_STATE",
|
|
313
|
-
};
|
|
314
|
-
export class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
|
|
315
|
-
name = "PlatformTaskDefinitionIncompatibilityException";
|
|
316
|
-
$fault = "client";
|
|
317
|
-
constructor(opts) {
|
|
318
|
-
super({
|
|
319
|
-
name: "PlatformTaskDefinitionIncompatibilityException",
|
|
320
|
-
$fault: "client",
|
|
321
|
-
...opts,
|
|
322
|
-
});
|
|
323
|
-
Object.setPrototypeOf(this, PlatformTaskDefinitionIncompatibilityException.prototype);
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
export class PlatformUnknownException extends __BaseException {
|
|
327
|
-
name = "PlatformUnknownException";
|
|
328
|
-
$fault = "client";
|
|
329
|
-
constructor(opts) {
|
|
330
|
-
super({
|
|
331
|
-
name: "PlatformUnknownException",
|
|
332
|
-
$fault: "client",
|
|
333
|
-
...opts,
|
|
334
|
-
});
|
|
335
|
-
Object.setPrototypeOf(this, PlatformUnknownException.prototype);
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
export class ServiceNotActiveException extends __BaseException {
|
|
339
|
-
name = "ServiceNotActiveException";
|
|
340
|
-
$fault = "client";
|
|
341
|
-
constructor(opts) {
|
|
342
|
-
super({
|
|
343
|
-
name: "ServiceNotActiveException",
|
|
344
|
-
$fault: "client",
|
|
345
|
-
...opts,
|
|
346
|
-
});
|
|
347
|
-
Object.setPrototypeOf(this, ServiceNotActiveException.prototype);
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
export class ServiceNotFoundException extends __BaseException {
|
|
351
|
-
name = "ServiceNotFoundException";
|
|
352
|
-
$fault = "client";
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "ServiceNotFoundException",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
export const SettingName = {
|
|
363
|
-
AWSVPC_TRUNKING: "awsvpcTrunking",
|
|
364
|
-
CONTAINER_INSIGHTS: "containerInsights",
|
|
365
|
-
CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat",
|
|
366
|
-
DEFAULT_LOG_DRIVER_MODE: "defaultLogDriverMode",
|
|
367
|
-
FARGATE_FIPS_MODE: "fargateFIPSMode",
|
|
368
|
-
FARGATE_TASK_RETIREMENT_WAIT_PERIOD: "fargateTaskRetirementWaitPeriod",
|
|
369
|
-
GUARD_DUTY_ACTIVATE: "guardDutyActivate",
|
|
370
|
-
SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat",
|
|
371
|
-
TAG_RESOURCE_AUTHORIZATION: "tagResourceAuthorization",
|
|
372
|
-
TASK_LONG_ARN_FORMAT: "taskLongArnFormat",
|
|
373
|
-
};
|
|
374
|
-
export const SettingType = {
|
|
375
|
-
AWS_MANAGED: "aws_managed",
|
|
376
|
-
USER: "user",
|
|
377
|
-
};
|
|
378
|
-
export const TargetType = {
|
|
379
|
-
CONTAINER_INSTANCE: "container-instance",
|
|
380
|
-
};
|
|
381
|
-
export class TargetNotFoundException extends __BaseException {
|
|
382
|
-
name = "TargetNotFoundException";
|
|
383
|
-
$fault = "client";
|
|
384
|
-
constructor(opts) {
|
|
385
|
-
super({
|
|
386
|
-
name: "TargetNotFoundException",
|
|
387
|
-
$fault: "client",
|
|
388
|
-
...opts,
|
|
389
|
-
});
|
|
390
|
-
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
export class ClusterContainsCapacityProviderException extends __BaseException {
|
|
394
|
-
name = "ClusterContainsCapacityProviderException";
|
|
395
|
-
$fault = "client";
|
|
396
|
-
constructor(opts) {
|
|
397
|
-
super({
|
|
398
|
-
name: "ClusterContainsCapacityProviderException",
|
|
399
|
-
$fault: "client",
|
|
400
|
-
...opts,
|
|
401
|
-
});
|
|
402
|
-
Object.setPrototypeOf(this, ClusterContainsCapacityProviderException.prototype);
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
export class ClusterContainsContainerInstancesException extends __BaseException {
|
|
406
|
-
name = "ClusterContainsContainerInstancesException";
|
|
407
|
-
$fault = "client";
|
|
408
|
-
constructor(opts) {
|
|
409
|
-
super({
|
|
410
|
-
name: "ClusterContainsContainerInstancesException",
|
|
411
|
-
$fault: "client",
|
|
412
|
-
...opts,
|
|
413
|
-
});
|
|
414
|
-
Object.setPrototypeOf(this, ClusterContainsContainerInstancesException.prototype);
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
export class ClusterContainsServicesException extends __BaseException {
|
|
418
|
-
name = "ClusterContainsServicesException";
|
|
419
|
-
$fault = "client";
|
|
420
|
-
constructor(opts) {
|
|
421
|
-
super({
|
|
422
|
-
name: "ClusterContainsServicesException",
|
|
423
|
-
$fault: "client",
|
|
424
|
-
...opts,
|
|
425
|
-
});
|
|
426
|
-
Object.setPrototypeOf(this, ClusterContainsServicesException.prototype);
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
export class ClusterContainsTasksException extends __BaseException {
|
|
430
|
-
name = "ClusterContainsTasksException";
|
|
431
|
-
$fault = "client";
|
|
432
|
-
constructor(opts) {
|
|
433
|
-
super({
|
|
434
|
-
name: "ClusterContainsTasksException",
|
|
435
|
-
$fault: "client",
|
|
436
|
-
...opts,
|
|
437
|
-
});
|
|
438
|
-
Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
export const Compatibility = {
|
|
442
|
-
EC2: "EC2",
|
|
443
|
-
EXTERNAL: "EXTERNAL",
|
|
444
|
-
FARGATE: "FARGATE",
|
|
445
|
-
MANAGED_INSTANCES: "MANAGED_INSTANCES",
|
|
446
|
-
};
|
|
447
|
-
export const ContainerCondition = {
|
|
448
|
-
COMPLETE: "COMPLETE",
|
|
449
|
-
HEALTHY: "HEALTHY",
|
|
450
|
-
START: "START",
|
|
451
|
-
SUCCESS: "SUCCESS",
|
|
452
|
-
};
|
|
453
|
-
export const EnvironmentFileType = {
|
|
454
|
-
S3: "s3",
|
|
455
|
-
};
|
|
456
|
-
export const FirelensConfigurationType = {
|
|
457
|
-
FLUENTBIT: "fluentbit",
|
|
458
|
-
FLUENTD: "fluentd",
|
|
459
|
-
};
|
|
460
|
-
export const DeviceCgroupPermission = {
|
|
461
|
-
MKNOD: "mknod",
|
|
462
|
-
READ: "read",
|
|
463
|
-
WRITE: "write",
|
|
464
|
-
};
|
|
465
|
-
export const ApplicationProtocol = {
|
|
466
|
-
GRPC: "grpc",
|
|
467
|
-
HTTP: "http",
|
|
468
|
-
HTTP2: "http2",
|
|
469
|
-
};
|
|
470
|
-
export const TransportProtocol = {
|
|
471
|
-
TCP: "tcp",
|
|
472
|
-
UDP: "udp",
|
|
473
|
-
};
|
|
474
|
-
export const ResourceType = {
|
|
475
|
-
GPU: "GPU",
|
|
476
|
-
INFERENCE_ACCELERATOR: "InferenceAccelerator",
|
|
477
|
-
};
|
|
478
|
-
export const UlimitName = {
|
|
479
|
-
CORE: "core",
|
|
480
|
-
CPU: "cpu",
|
|
481
|
-
DATA: "data",
|
|
482
|
-
FSIZE: "fsize",
|
|
483
|
-
LOCKS: "locks",
|
|
484
|
-
MEMLOCK: "memlock",
|
|
485
|
-
MSGQUEUE: "msgqueue",
|
|
486
|
-
NICE: "nice",
|
|
487
|
-
NOFILE: "nofile",
|
|
488
|
-
NPROC: "nproc",
|
|
489
|
-
RSS: "rss",
|
|
490
|
-
RTPRIO: "rtprio",
|
|
491
|
-
RTTIME: "rttime",
|
|
492
|
-
SIGPENDING: "sigpending",
|
|
493
|
-
STACK: "stack",
|
|
494
|
-
};
|
|
495
|
-
export const VersionConsistency = {
|
|
496
|
-
DISABLED: "disabled",
|
|
497
|
-
ENABLED: "enabled",
|
|
498
|
-
};
|
|
499
|
-
export const IpcMode = {
|
|
500
|
-
HOST: "host",
|
|
501
|
-
NONE: "none",
|
|
502
|
-
TASK: "task",
|
|
503
|
-
};
|
|
504
|
-
export const NetworkMode = {
|
|
505
|
-
AWSVPC: "awsvpc",
|
|
506
|
-
BRIDGE: "bridge",
|
|
507
|
-
HOST: "host",
|
|
508
|
-
NONE: "none",
|
|
509
|
-
};
|
|
510
|
-
export const PidMode = {
|
|
511
|
-
HOST: "host",
|
|
512
|
-
TASK: "task",
|
|
513
|
-
};
|
|
514
|
-
export const TaskDefinitionPlacementConstraintType = {
|
|
515
|
-
MEMBER_OF: "memberOf",
|
|
516
|
-
};
|
|
517
|
-
export const ProxyConfigurationType = {
|
|
518
|
-
APPMESH: "APPMESH",
|
|
519
|
-
};
|
|
520
|
-
export const CPUArchitecture = {
|
|
521
|
-
ARM64: "ARM64",
|
|
522
|
-
X86_64: "X86_64",
|
|
523
|
-
};
|
|
524
|
-
export const OSFamily = {
|
|
525
|
-
LINUX: "LINUX",
|
|
526
|
-
WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE",
|
|
527
|
-
WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL",
|
|
528
|
-
WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE",
|
|
529
|
-
WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL",
|
|
530
|
-
WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE",
|
|
531
|
-
WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL",
|
|
532
|
-
WINDOWS_SERVER_2025_CORE: "WINDOWS_SERVER_2025_CORE",
|
|
533
|
-
WINDOWS_SERVER_2025_FULL: "WINDOWS_SERVER_2025_FULL",
|
|
534
|
-
WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE",
|
|
535
|
-
};
|
|
536
|
-
export const TaskDefinitionStatus = {
|
|
537
|
-
ACTIVE: "ACTIVE",
|
|
538
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
539
|
-
INACTIVE: "INACTIVE",
|
|
540
|
-
};
|
|
541
|
-
export const Scope = {
|
|
542
|
-
SHARED: "shared",
|
|
543
|
-
TASK: "task",
|
|
544
|
-
};
|
|
545
|
-
export const EFSAuthorizationConfigIAM = {
|
|
546
|
-
DISABLED: "DISABLED",
|
|
547
|
-
ENABLED: "ENABLED",
|
|
548
|
-
};
|
|
549
|
-
export const EFSTransitEncryption = {
|
|
550
|
-
DISABLED: "DISABLED",
|
|
551
|
-
ENABLED: "ENABLED",
|
|
552
|
-
};
|
|
553
|
-
export class TaskSetNotFoundException extends __BaseException {
|
|
554
|
-
name = "TaskSetNotFoundException";
|
|
555
|
-
$fault = "client";
|
|
556
|
-
constructor(opts) {
|
|
557
|
-
super({
|
|
558
|
-
name: "TaskSetNotFoundException",
|
|
559
|
-
$fault: "client",
|
|
560
|
-
...opts,
|
|
561
|
-
});
|
|
562
|
-
Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
export const InstanceHealthCheckState = {
|
|
566
|
-
IMPAIRED: "IMPAIRED",
|
|
567
|
-
INITIALIZING: "INITIALIZING",
|
|
568
|
-
INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
|
|
569
|
-
OK: "OK",
|
|
570
|
-
};
|
|
571
|
-
export const InstanceHealthCheckType = {
|
|
572
|
-
CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
|
|
573
|
-
};
|
|
574
|
-
export const CapacityProviderField = {
|
|
575
|
-
TAGS: "TAGS",
|
|
576
|
-
};
|
|
577
|
-
export const ClusterField = {
|
|
578
|
-
ATTACHMENTS: "ATTACHMENTS",
|
|
579
|
-
CONFIGURATIONS: "CONFIGURATIONS",
|
|
580
|
-
SETTINGS: "SETTINGS",
|
|
581
|
-
STATISTICS: "STATISTICS",
|
|
582
|
-
TAGS: "TAGS",
|
|
583
|
-
};
|
|
584
|
-
export const ContainerInstanceField = {
|
|
585
|
-
CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH",
|
|
586
|
-
TAGS: "TAGS",
|
|
587
|
-
};
|
|
588
|
-
export const ServiceDeploymentRollbackMonitorsStatus = {
|
|
589
|
-
DISABLED: "DISABLED",
|
|
590
|
-
MONITORING: "MONITORING",
|
|
591
|
-
MONITORING_COMPLETE: "MONITORING_COMPLETE",
|
|
592
|
-
TRIGGERED: "TRIGGERED",
|
|
593
|
-
};
|
|
594
|
-
export const ServiceDeploymentLifecycleStage = {
|
|
595
|
-
BAKE_TIME: "BAKE_TIME",
|
|
596
|
-
CLEAN_UP: "CLEAN_UP",
|
|
597
|
-
POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT",
|
|
598
|
-
POST_SCALE_UP: "POST_SCALE_UP",
|
|
599
|
-
POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT",
|
|
600
|
-
PRE_SCALE_UP: "PRE_SCALE_UP",
|
|
601
|
-
PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT",
|
|
602
|
-
RECONCILE_SERVICE: "RECONCILE_SERVICE",
|
|
603
|
-
SCALE_UP: "SCALE_UP",
|
|
604
|
-
TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT",
|
|
605
|
-
};
|
|
606
|
-
export const ServiceDeploymentStatus = {
|
|
607
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
608
|
-
PENDING: "PENDING",
|
|
609
|
-
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
610
|
-
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
611
|
-
ROLLBACK_REQUESTED: "ROLLBACK_REQUESTED",
|
|
612
|
-
ROLLBACK_SUCCESSFUL: "ROLLBACK_SUCCESSFUL",
|
|
613
|
-
STOPPED: "STOPPED",
|
|
614
|
-
STOP_REQUESTED: "STOP_REQUESTED",
|
|
615
|
-
SUCCESSFUL: "SUCCESSFUL",
|
|
616
|
-
};
|
|
617
|
-
export const ServiceField = {
|
|
618
|
-
TAGS: "TAGS",
|
|
619
|
-
};
|
|
620
|
-
export const TaskDefinitionField = {
|
|
621
|
-
TAGS: "TAGS",
|
|
622
|
-
};
|
|
623
|
-
export const TaskField = {
|
|
624
|
-
TAGS: "TAGS",
|
|
625
|
-
};
|
|
626
|
-
export const Connectivity = {
|
|
627
|
-
CONNECTED: "CONNECTED",
|
|
628
|
-
DISCONNECTED: "DISCONNECTED",
|
|
629
|
-
};
|
|
630
|
-
export const HealthStatus = {
|
|
631
|
-
HEALTHY: "HEALTHY",
|
|
632
|
-
UNHEALTHY: "UNHEALTHY",
|
|
633
|
-
UNKNOWN: "UNKNOWN",
|
|
634
|
-
};
|
|
635
|
-
export const ManagedAgentName = {
|
|
636
|
-
ExecuteCommandAgent: "ExecuteCommandAgent",
|
|
637
|
-
};
|
|
638
|
-
export const TaskStopCode = {
|
|
639
|
-
ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
|
|
640
|
-
SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
|
|
641
|
-
SPOT_INTERRUPTION: "SpotInterruption",
|
|
642
|
-
TASK_FAILED_TO_START: "TaskFailedToStart",
|
|
643
|
-
TERMINATION_NOTICE: "TerminationNotice",
|
|
644
|
-
USER_INITIATED: "UserInitiated",
|
|
645
|
-
};
|
|
646
|
-
export const TaskSetField = {
|
|
647
|
-
TAGS: "TAGS",
|
|
648
|
-
};
|
|
649
|
-
export class TargetNotConnectedException extends __BaseException {
|
|
650
|
-
name = "TargetNotConnectedException";
|
|
651
|
-
$fault = "client";
|
|
652
|
-
constructor(opts) {
|
|
653
|
-
super({
|
|
654
|
-
name: "TargetNotConnectedException",
|
|
655
|
-
$fault: "client",
|
|
656
|
-
...opts,
|
|
657
|
-
});
|
|
658
|
-
Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
662
|
-
name = "ResourceNotFoundException";
|
|
663
|
-
$fault = "client";
|
|
664
|
-
constructor(opts) {
|
|
665
|
-
super({
|
|
666
|
-
name: "ResourceNotFoundException",
|
|
667
|
-
$fault: "client",
|
|
668
|
-
...opts,
|
|
669
|
-
});
|
|
670
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
export const ContainerInstanceStatus = {
|
|
674
|
-
ACTIVE: "ACTIVE",
|
|
675
|
-
DEREGISTERING: "DEREGISTERING",
|
|
676
|
-
DRAINING: "DRAINING",
|
|
677
|
-
REGISTERING: "REGISTERING",
|
|
678
|
-
REGISTRATION_FAILED: "REGISTRATION_FAILED",
|
|
679
|
-
};
|
|
680
|
-
export const TaskDefinitionFamilyStatus = {
|
|
681
|
-
ACTIVE: "ACTIVE",
|
|
682
|
-
ALL: "ALL",
|
|
683
|
-
INACTIVE: "INACTIVE",
|
|
684
|
-
};
|
|
685
|
-
export const SortOrder = {
|
|
686
|
-
ASC: "ASC",
|
|
687
|
-
DESC: "DESC",
|
|
688
|
-
};
|
|
1
|
+
export {};
|