@aws-sdk/client-ecs 3.993.0 → 3.995.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/README.md +1 -15
- package/dist-cjs/index.js +164 -164
- package/dist-cjs/models/errors.js +86 -86
- package/dist-cjs/schemas/schemas_0.js +5 -5
- package/dist-es/models/enums.js +156 -156
- package/dist-es/models/errors.js +68 -68
- package/dist-es/schemas/schemas_0.js +5 -5
- package/dist-es/waiters/waitForServicesInactive.js +2 -2
- package/dist-es/waiters/waitForServicesStable.js +2 -2
- package/dist-es/waiters/waitForTasksRunning.js +2 -2
- package/dist-es/waiters/waitForTasksStopped.js +2 -2
- package/dist-types/ECS.d.ts +1 -15
- package/dist-types/ECSClient.d.ts +1 -15
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
- package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
- package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
- package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
- package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
- package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
- package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
- package/dist-types/commands/ListClustersCommand.d.ts +2 -7
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
- package/dist-types/commands/ListServicesCommand.d.ts +3 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
- package/dist-types/commands/ListTasksCommand.d.ts +14 -23
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
- package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
- package/dist-types/commands/RunTaskCommand.d.ts +6 -75
- package/dist-types/commands/StartTaskCommand.d.ts +3 -23
- package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
- package/dist-types/commands/StopTaskCommand.d.ts +3 -25
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
- package/dist-types/commands/TagResourceCommand.d.ts +3 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
- package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
- package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
- package/dist-types/index.d.ts +1 -15
- package/dist-types/models/enums.d.ts +338 -338
- package/dist-types/models/errors.d.ts +74 -128
- package/dist-types/models/models_0.d.ts +3435 -9819
- package/dist-types/ts3.4/models/enums.d.ts +222 -222
- package/dist-types/ts3.4/models/errors.d.ts +61 -61
- package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
- package/package.json +3 -3
|
@@ -148,6 +148,11 @@ export declare const CapacityProviderUpdateStatus: {
|
|
|
148
148
|
};
|
|
149
149
|
export type CapacityProviderUpdateStatus =
|
|
150
150
|
(typeof CapacityProviderUpdateStatus)[keyof typeof CapacityProviderUpdateStatus];
|
|
151
|
+
export declare const CapacityProviderField: {
|
|
152
|
+
readonly TAGS: "TAGS";
|
|
153
|
+
};
|
|
154
|
+
export type CapacityProviderField =
|
|
155
|
+
(typeof CapacityProviderField)[keyof typeof CapacityProviderField];
|
|
151
156
|
export declare const ExecuteCommandLogging: {
|
|
152
157
|
readonly DEFAULT: "DEFAULT";
|
|
153
158
|
readonly NONE: "NONE";
|
|
@@ -160,52 +165,63 @@ export declare const ClusterSettingName: {
|
|
|
160
165
|
};
|
|
161
166
|
export type ClusterSettingName =
|
|
162
167
|
(typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
163
|
-
export declare const
|
|
164
|
-
readonly
|
|
165
|
-
readonly AverageMemoryUtilization: "AVERAGE_MEMORY";
|
|
166
|
-
readonly RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET";
|
|
168
|
+
export declare const TargetType: {
|
|
169
|
+
readonly CONTAINER_INSTANCE: "container-instance";
|
|
167
170
|
};
|
|
168
|
-
export type
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
172
|
+
export declare const InstanceHealthCheckState: {
|
|
173
|
+
readonly IMPAIRED: "IMPAIRED";
|
|
174
|
+
readonly INITIALIZING: "INITIALIZING";
|
|
175
|
+
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
176
|
+
readonly OK: "OK";
|
|
177
|
+
};
|
|
178
|
+
export type InstanceHealthCheckState =
|
|
179
|
+
(typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
|
|
180
|
+
export declare const InstanceHealthCheckType: {
|
|
181
|
+
readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
|
|
182
|
+
};
|
|
183
|
+
export type InstanceHealthCheckType =
|
|
184
|
+
(typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
|
|
185
|
+
export declare const ClusterField: {
|
|
186
|
+
readonly ATTACHMENTS: "ATTACHMENTS";
|
|
187
|
+
readonly CONFIGURATIONS: "CONFIGURATIONS";
|
|
188
|
+
readonly SETTINGS: "SETTINGS";
|
|
189
|
+
readonly STATISTICS: "STATISTICS";
|
|
190
|
+
readonly TAGS: "TAGS";
|
|
191
|
+
};
|
|
192
|
+
export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
|
|
193
|
+
export declare const ContainerInstanceStatus: {
|
|
171
194
|
readonly ACTIVE: "ACTIVE";
|
|
195
|
+
readonly DEREGISTERING: "DEREGISTERING";
|
|
172
196
|
readonly DRAINING: "DRAINING";
|
|
173
|
-
readonly
|
|
197
|
+
readonly REGISTERING: "REGISTERING";
|
|
198
|
+
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
174
199
|
};
|
|
175
|
-
export type
|
|
176
|
-
(typeof
|
|
177
|
-
export declare const
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
200
|
+
export type ContainerInstanceStatus =
|
|
201
|
+
(typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
|
|
202
|
+
export declare const TransportProtocol: {
|
|
203
|
+
readonly TCP: "tcp";
|
|
204
|
+
readonly UDP: "udp";
|
|
180
205
|
};
|
|
181
|
-
export type
|
|
182
|
-
(typeof
|
|
183
|
-
export declare const
|
|
184
|
-
readonly
|
|
185
|
-
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
186
|
-
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
187
|
-
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
188
|
-
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
189
|
-
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
190
|
-
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
206
|
+
export type TransportProtocol =
|
|
207
|
+
(typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
208
|
+
export declare const ManagedAgentName: {
|
|
209
|
+
readonly ExecuteCommandAgent: "ExecuteCommandAgent";
|
|
191
210
|
};
|
|
192
|
-
export type
|
|
193
|
-
(typeof
|
|
194
|
-
export declare const
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
197
|
-
readonly LINEAR: "LINEAR";
|
|
198
|
-
readonly ROLLING: "ROLLING";
|
|
211
|
+
export type ManagedAgentName =
|
|
212
|
+
(typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
213
|
+
export declare const ContainerInstanceField: {
|
|
214
|
+
readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
|
|
215
|
+
readonly TAGS: "TAGS";
|
|
199
216
|
};
|
|
200
|
-
export type
|
|
201
|
-
(typeof
|
|
202
|
-
export declare const
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
217
|
+
export type ContainerInstanceField =
|
|
218
|
+
(typeof ContainerInstanceField)[keyof typeof ContainerInstanceField];
|
|
219
|
+
export declare const DesiredStatus: {
|
|
220
|
+
readonly PENDING: "PENDING";
|
|
221
|
+
readonly RUNNING: "RUNNING";
|
|
222
|
+
readonly STOPPED: "STOPPED";
|
|
206
223
|
};
|
|
207
|
-
export type
|
|
208
|
-
(typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
|
|
224
|
+
export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
|
|
209
225
|
export declare const LaunchType: {
|
|
210
226
|
readonly EC2: "EC2";
|
|
211
227
|
readonly EXTERNAL: "EXTERNAL";
|
|
@@ -213,96 +229,11 @@ export declare const LaunchType: {
|
|
|
213
229
|
readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
|
|
214
230
|
};
|
|
215
231
|
export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
|
|
216
|
-
export declare const
|
|
217
|
-
readonly
|
|
218
|
-
readonly ENABLED: "ENABLED";
|
|
219
|
-
};
|
|
220
|
-
export type AssignPublicIp =
|
|
221
|
-
(typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
222
|
-
export declare const PlacementConstraintType: {
|
|
223
|
-
readonly DISTINCT_INSTANCE: "distinctInstance";
|
|
224
|
-
readonly MEMBER_OF: "memberOf";
|
|
225
|
-
};
|
|
226
|
-
export type PlacementConstraintType =
|
|
227
|
-
(typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
|
|
228
|
-
export declare const PlacementStrategyType: {
|
|
229
|
-
readonly BINPACK: "binpack";
|
|
230
|
-
readonly RANDOM: "random";
|
|
231
|
-
readonly SPREAD: "spread";
|
|
232
|
-
};
|
|
233
|
-
export type PlacementStrategyType =
|
|
234
|
-
(typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
|
|
235
|
-
export declare const PropagateTags: {
|
|
236
|
-
readonly NONE: "NONE";
|
|
237
|
-
readonly SERVICE: "SERVICE";
|
|
238
|
-
readonly TASK_DEFINITION: "TASK_DEFINITION";
|
|
239
|
-
};
|
|
240
|
-
export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
|
|
241
|
-
export declare const SchedulingStrategy: {
|
|
242
|
-
readonly DAEMON: "DAEMON";
|
|
243
|
-
readonly REPLICA: "REPLICA";
|
|
244
|
-
};
|
|
245
|
-
export type SchedulingStrategy =
|
|
246
|
-
(typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
|
|
247
|
-
export declare const ServiceConnectAccessLoggingFormat: {
|
|
248
|
-
readonly JSON: "JSON";
|
|
249
|
-
readonly TEXT: "TEXT";
|
|
250
|
-
};
|
|
251
|
-
export type ServiceConnectAccessLoggingFormat =
|
|
252
|
-
(typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
|
|
253
|
-
export declare const ServiceConnectIncludeQueryParameters: {
|
|
254
|
-
readonly DISABLED: "DISABLED";
|
|
255
|
-
readonly ENABLED: "ENABLED";
|
|
256
|
-
};
|
|
257
|
-
export type ServiceConnectIncludeQueryParameters =
|
|
258
|
-
(typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
|
|
259
|
-
export declare const LogDriver: {
|
|
260
|
-
readonly AWSFIRELENS: "awsfirelens";
|
|
261
|
-
readonly AWSLOGS: "awslogs";
|
|
262
|
-
readonly FLUENTD: "fluentd";
|
|
263
|
-
readonly GELF: "gelf";
|
|
264
|
-
readonly JOURNALD: "journald";
|
|
265
|
-
readonly JSON_FILE: "json-file";
|
|
266
|
-
readonly SPLUNK: "splunk";
|
|
267
|
-
readonly SYSLOG: "syslog";
|
|
268
|
-
};
|
|
269
|
-
export type LogDriver = (typeof LogDriver)[keyof typeof LogDriver];
|
|
270
|
-
export declare const TaskFilesystemType: {
|
|
271
|
-
readonly EXT3: "ext3";
|
|
272
|
-
readonly EXT4: "ext4";
|
|
273
|
-
readonly NTFS: "ntfs";
|
|
274
|
-
readonly XFS: "xfs";
|
|
275
|
-
};
|
|
276
|
-
export type TaskFilesystemType =
|
|
277
|
-
(typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
|
|
278
|
-
export declare const EBSResourceType: {
|
|
279
|
-
readonly VOLUME: "volume";
|
|
280
|
-
};
|
|
281
|
-
export type EBSResourceType =
|
|
282
|
-
(typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
283
|
-
export declare const DeploymentRolloutState: {
|
|
284
|
-
readonly COMPLETED: "COMPLETED";
|
|
285
|
-
readonly FAILED: "FAILED";
|
|
286
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
287
|
-
};
|
|
288
|
-
export type DeploymentRolloutState =
|
|
289
|
-
(typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
|
|
290
|
-
export declare const ResourceManagementType: {
|
|
291
|
-
readonly CUSTOMER: "CUSTOMER";
|
|
292
|
-
readonly ECS: "ECS";
|
|
293
|
-
};
|
|
294
|
-
export type ResourceManagementType =
|
|
295
|
-
(typeof ResourceManagementType)[keyof typeof ResourceManagementType];
|
|
296
|
-
export declare const ScaleUnit: {
|
|
297
|
-
readonly PERCENT: "PERCENT";
|
|
298
|
-
};
|
|
299
|
-
export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
|
|
300
|
-
export declare const StabilityStatus: {
|
|
301
|
-
readonly STABILIZING: "STABILIZING";
|
|
302
|
-
readonly STEADY_STATE: "STEADY_STATE";
|
|
232
|
+
export declare const PlatformDeviceType: {
|
|
233
|
+
readonly GPU: "GPU";
|
|
303
234
|
};
|
|
304
|
-
export type
|
|
305
|
-
(typeof
|
|
235
|
+
export type PlatformDeviceType =
|
|
236
|
+
(typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
306
237
|
export declare const SettingName: {
|
|
307
238
|
readonly AWSVPC_TRUNKING: "awsvpcTrunking";
|
|
308
239
|
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
@@ -322,10 +253,6 @@ export declare const SettingType: {
|
|
|
322
253
|
readonly USER: "user";
|
|
323
254
|
};
|
|
324
255
|
export type SettingType = (typeof SettingType)[keyof typeof SettingType];
|
|
325
|
-
export declare const TargetType: {
|
|
326
|
-
readonly CONTAINER_INSTANCE: "container-instance";
|
|
327
|
-
};
|
|
328
|
-
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
329
256
|
export declare const Compatibility: {
|
|
330
257
|
readonly EC2: "EC2";
|
|
331
258
|
readonly EXTERNAL: "EXTERNAL";
|
|
@@ -359,6 +286,17 @@ export declare const DeviceCgroupPermission: {
|
|
|
359
286
|
};
|
|
360
287
|
export type DeviceCgroupPermission =
|
|
361
288
|
(typeof DeviceCgroupPermission)[keyof typeof DeviceCgroupPermission];
|
|
289
|
+
export declare const LogDriver: {
|
|
290
|
+
readonly AWSFIRELENS: "awsfirelens";
|
|
291
|
+
readonly AWSLOGS: "awslogs";
|
|
292
|
+
readonly FLUENTD: "fluentd";
|
|
293
|
+
readonly GELF: "gelf";
|
|
294
|
+
readonly JOURNALD: "journald";
|
|
295
|
+
readonly JSON_FILE: "json-file";
|
|
296
|
+
readonly SPLUNK: "splunk";
|
|
297
|
+
readonly SYSLOG: "syslog";
|
|
298
|
+
};
|
|
299
|
+
export type LogDriver = (typeof LogDriver)[keyof typeof LogDriver];
|
|
362
300
|
export declare const ApplicationProtocol: {
|
|
363
301
|
readonly GRPC: "grpc";
|
|
364
302
|
readonly HTTP: "http";
|
|
@@ -366,12 +304,6 @@ export declare const ApplicationProtocol: {
|
|
|
366
304
|
};
|
|
367
305
|
export type ApplicationProtocol =
|
|
368
306
|
(typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
369
|
-
export declare const TransportProtocol: {
|
|
370
|
-
readonly TCP: "tcp";
|
|
371
|
-
readonly UDP: "udp";
|
|
372
|
-
};
|
|
373
|
-
export type TransportProtocol =
|
|
374
|
-
(typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
375
307
|
export declare const ResourceType: {
|
|
376
308
|
readonly GPU: "GPU";
|
|
377
309
|
readonly INFERENCE_ACCELERATOR: "InferenceAccelerator";
|
|
@@ -472,43 +404,18 @@ export declare const EFSTransitEncryption: {
|
|
|
472
404
|
};
|
|
473
405
|
export type EFSTransitEncryption =
|
|
474
406
|
(typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
475
|
-
export declare const
|
|
476
|
-
readonly IMPAIRED: "IMPAIRED";
|
|
477
|
-
readonly INITIALIZING: "INITIALIZING";
|
|
478
|
-
readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
|
|
479
|
-
readonly OK: "OK";
|
|
480
|
-
};
|
|
481
|
-
export type InstanceHealthCheckState =
|
|
482
|
-
(typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
|
|
483
|
-
export declare const InstanceHealthCheckType: {
|
|
484
|
-
readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
|
|
485
|
-
};
|
|
486
|
-
export type InstanceHealthCheckType =
|
|
487
|
-
(typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
|
|
488
|
-
export declare const CapacityProviderField: {
|
|
489
|
-
readonly TAGS: "TAGS";
|
|
490
|
-
};
|
|
491
|
-
export type CapacityProviderField =
|
|
492
|
-
(typeof CapacityProviderField)[keyof typeof CapacityProviderField];
|
|
493
|
-
export declare const ClusterField: {
|
|
494
|
-
readonly ATTACHMENTS: "ATTACHMENTS";
|
|
495
|
-
readonly CONFIGURATIONS: "CONFIGURATIONS";
|
|
496
|
-
readonly SETTINGS: "SETTINGS";
|
|
497
|
-
readonly STATISTICS: "STATISTICS";
|
|
498
|
-
readonly TAGS: "TAGS";
|
|
499
|
-
};
|
|
500
|
-
export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
|
|
501
|
-
export declare const ContainerInstanceField: {
|
|
502
|
-
readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
|
|
407
|
+
export declare const TaskDefinitionField: {
|
|
503
408
|
readonly TAGS: "TAGS";
|
|
504
409
|
};
|
|
505
|
-
export type
|
|
506
|
-
(typeof
|
|
507
|
-
export declare const
|
|
508
|
-
readonly
|
|
410
|
+
export type TaskDefinitionField =
|
|
411
|
+
(typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
412
|
+
export declare const TaskDefinitionFamilyStatus: {
|
|
413
|
+
readonly ACTIVE: "ACTIVE";
|
|
414
|
+
readonly ALL: "ALL";
|
|
415
|
+
readonly INACTIVE: "INACTIVE";
|
|
509
416
|
};
|
|
510
|
-
export type
|
|
511
|
-
(typeof
|
|
417
|
+
export type TaskDefinitionFamilyStatus =
|
|
418
|
+
(typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
|
|
512
419
|
export declare const ServiceDeploymentRollbackMonitorsStatus: {
|
|
513
420
|
readonly DISABLED: "DISABLED";
|
|
514
421
|
readonly MONITORING: "MONITORING";
|
|
@@ -517,6 +424,25 @@ export declare const ServiceDeploymentRollbackMonitorsStatus: {
|
|
|
517
424
|
};
|
|
518
425
|
export type ServiceDeploymentRollbackMonitorsStatus =
|
|
519
426
|
(typeof ServiceDeploymentRollbackMonitorsStatus)[keyof typeof ServiceDeploymentRollbackMonitorsStatus];
|
|
427
|
+
export declare const DeploymentLifecycleHookStage: {
|
|
428
|
+
readonly POST_PRODUCTION_TRAFFIC_SHIFT: "POST_PRODUCTION_TRAFFIC_SHIFT";
|
|
429
|
+
readonly POST_SCALE_UP: "POST_SCALE_UP";
|
|
430
|
+
readonly POST_TEST_TRAFFIC_SHIFT: "POST_TEST_TRAFFIC_SHIFT";
|
|
431
|
+
readonly PRE_SCALE_UP: "PRE_SCALE_UP";
|
|
432
|
+
readonly PRODUCTION_TRAFFIC_SHIFT: "PRODUCTION_TRAFFIC_SHIFT";
|
|
433
|
+
readonly RECONCILE_SERVICE: "RECONCILE_SERVICE";
|
|
434
|
+
readonly TEST_TRAFFIC_SHIFT: "TEST_TRAFFIC_SHIFT";
|
|
435
|
+
};
|
|
436
|
+
export type DeploymentLifecycleHookStage =
|
|
437
|
+
(typeof DeploymentLifecycleHookStage)[keyof typeof DeploymentLifecycleHookStage];
|
|
438
|
+
export declare const DeploymentStrategy: {
|
|
439
|
+
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
440
|
+
readonly CANARY: "CANARY";
|
|
441
|
+
readonly LINEAR: "LINEAR";
|
|
442
|
+
readonly ROLLING: "ROLLING";
|
|
443
|
+
};
|
|
444
|
+
export type DeploymentStrategy =
|
|
445
|
+
(typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
520
446
|
export declare const ServiceDeploymentLifecycleStage: {
|
|
521
447
|
readonly BAKE_TIME: "BAKE_TIME";
|
|
522
448
|
readonly CLEAN_UP: "CLEAN_UP";
|
|
@@ -544,6 +470,127 @@ export declare const ServiceDeploymentStatus: {
|
|
|
544
470
|
};
|
|
545
471
|
export type ServiceDeploymentStatus =
|
|
546
472
|
(typeof ServiceDeploymentStatus)[keyof typeof ServiceDeploymentStatus];
|
|
473
|
+
export declare const ExpressGatewayServiceScalingMetric: {
|
|
474
|
+
readonly AverageCPUUtilization: "AVERAGE_CPU";
|
|
475
|
+
readonly AverageMemoryUtilization: "AVERAGE_MEMORY";
|
|
476
|
+
readonly RequestCountPerTarget: "REQUEST_COUNT_PER_TARGET";
|
|
477
|
+
};
|
|
478
|
+
export type ExpressGatewayServiceScalingMetric =
|
|
479
|
+
(typeof ExpressGatewayServiceScalingMetric)[keyof typeof ExpressGatewayServiceScalingMetric];
|
|
480
|
+
export declare const ExpressGatewayServiceStatusCode: {
|
|
481
|
+
readonly ACTIVE: "ACTIVE";
|
|
482
|
+
readonly DRAINING: "DRAINING";
|
|
483
|
+
readonly INACTIVE: "INACTIVE";
|
|
484
|
+
};
|
|
485
|
+
export type ExpressGatewayServiceStatusCode =
|
|
486
|
+
(typeof ExpressGatewayServiceStatusCode)[keyof typeof ExpressGatewayServiceStatusCode];
|
|
487
|
+
export declare const AvailabilityZoneRebalancing: {
|
|
488
|
+
readonly DISABLED: "DISABLED";
|
|
489
|
+
readonly ENABLED: "ENABLED";
|
|
490
|
+
};
|
|
491
|
+
export type AvailabilityZoneRebalancing =
|
|
492
|
+
(typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
|
|
493
|
+
export declare const DeploymentControllerType: {
|
|
494
|
+
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
495
|
+
readonly ECS: "ECS";
|
|
496
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
497
|
+
};
|
|
498
|
+
export type DeploymentControllerType =
|
|
499
|
+
(typeof DeploymentControllerType)[keyof typeof DeploymentControllerType];
|
|
500
|
+
export declare const AssignPublicIp: {
|
|
501
|
+
readonly DISABLED: "DISABLED";
|
|
502
|
+
readonly ENABLED: "ENABLED";
|
|
503
|
+
};
|
|
504
|
+
export type AssignPublicIp =
|
|
505
|
+
(typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
506
|
+
export declare const PlacementConstraintType: {
|
|
507
|
+
readonly DISTINCT_INSTANCE: "distinctInstance";
|
|
508
|
+
readonly MEMBER_OF: "memberOf";
|
|
509
|
+
};
|
|
510
|
+
export type PlacementConstraintType =
|
|
511
|
+
(typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
|
|
512
|
+
export declare const PlacementStrategyType: {
|
|
513
|
+
readonly BINPACK: "binpack";
|
|
514
|
+
readonly RANDOM: "random";
|
|
515
|
+
readonly SPREAD: "spread";
|
|
516
|
+
};
|
|
517
|
+
export type PlacementStrategyType =
|
|
518
|
+
(typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
|
|
519
|
+
export declare const PropagateTags: {
|
|
520
|
+
readonly NONE: "NONE";
|
|
521
|
+
readonly SERVICE: "SERVICE";
|
|
522
|
+
readonly TASK_DEFINITION: "TASK_DEFINITION";
|
|
523
|
+
};
|
|
524
|
+
export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
|
|
525
|
+
export declare const SchedulingStrategy: {
|
|
526
|
+
readonly DAEMON: "DAEMON";
|
|
527
|
+
readonly REPLICA: "REPLICA";
|
|
528
|
+
};
|
|
529
|
+
export type SchedulingStrategy =
|
|
530
|
+
(typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
|
|
531
|
+
export declare const ServiceConnectAccessLoggingFormat: {
|
|
532
|
+
readonly JSON: "JSON";
|
|
533
|
+
readonly TEXT: "TEXT";
|
|
534
|
+
};
|
|
535
|
+
export type ServiceConnectAccessLoggingFormat =
|
|
536
|
+
(typeof ServiceConnectAccessLoggingFormat)[keyof typeof ServiceConnectAccessLoggingFormat];
|
|
537
|
+
export declare const ServiceConnectIncludeQueryParameters: {
|
|
538
|
+
readonly DISABLED: "DISABLED";
|
|
539
|
+
readonly ENABLED: "ENABLED";
|
|
540
|
+
};
|
|
541
|
+
export type ServiceConnectIncludeQueryParameters =
|
|
542
|
+
(typeof ServiceConnectIncludeQueryParameters)[keyof typeof ServiceConnectIncludeQueryParameters];
|
|
543
|
+
export declare const TaskFilesystemType: {
|
|
544
|
+
readonly EXT3: "ext3";
|
|
545
|
+
readonly EXT4: "ext4";
|
|
546
|
+
readonly NTFS: "ntfs";
|
|
547
|
+
readonly XFS: "xfs";
|
|
548
|
+
};
|
|
549
|
+
export type TaskFilesystemType =
|
|
550
|
+
(typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
|
|
551
|
+
export declare const EBSResourceType: {
|
|
552
|
+
readonly VOLUME: "volume";
|
|
553
|
+
};
|
|
554
|
+
export type EBSResourceType =
|
|
555
|
+
(typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
556
|
+
export declare const DeploymentRolloutState: {
|
|
557
|
+
readonly COMPLETED: "COMPLETED";
|
|
558
|
+
readonly FAILED: "FAILED";
|
|
559
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
560
|
+
};
|
|
561
|
+
export type DeploymentRolloutState =
|
|
562
|
+
(typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
|
|
563
|
+
export declare const ResourceManagementType: {
|
|
564
|
+
readonly CUSTOMER: "CUSTOMER";
|
|
565
|
+
readonly ECS: "ECS";
|
|
566
|
+
};
|
|
567
|
+
export type ResourceManagementType =
|
|
568
|
+
(typeof ResourceManagementType)[keyof typeof ResourceManagementType];
|
|
569
|
+
export declare const ScaleUnit: {
|
|
570
|
+
readonly PERCENT: "PERCENT";
|
|
571
|
+
};
|
|
572
|
+
export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
|
|
573
|
+
export declare const StabilityStatus: {
|
|
574
|
+
readonly STABILIZING: "STABILIZING";
|
|
575
|
+
readonly STEADY_STATE: "STEADY_STATE";
|
|
576
|
+
};
|
|
577
|
+
export type StabilityStatus =
|
|
578
|
+
(typeof StabilityStatus)[keyof typeof StabilityStatus];
|
|
579
|
+
export declare const ExpressGatewayServiceInclude: {
|
|
580
|
+
readonly TAGS: "TAGS";
|
|
581
|
+
};
|
|
582
|
+
export type ExpressGatewayServiceInclude =
|
|
583
|
+
(typeof ExpressGatewayServiceInclude)[keyof typeof ExpressGatewayServiceInclude];
|
|
584
|
+
export declare const ServiceField: {
|
|
585
|
+
readonly TAGS: "TAGS";
|
|
586
|
+
};
|
|
587
|
+
export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
|
|
588
|
+
export declare const StopServiceDeploymentStopType: {
|
|
589
|
+
readonly ABORT: "ABORT";
|
|
590
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
591
|
+
};
|
|
592
|
+
export type StopServiceDeploymentStopType =
|
|
593
|
+
(typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];
|
|
547
594
|
export declare const ManagedResourceStatus: {
|
|
548
595
|
readonly ACTIVE: "ACTIVE";
|
|
549
596
|
readonly DELETED: "DELETED";
|
|
@@ -553,15 +600,11 @@ export declare const ManagedResourceStatus: {
|
|
|
553
600
|
};
|
|
554
601
|
export type ManagedResourceStatus =
|
|
555
602
|
(typeof ManagedResourceStatus)[keyof typeof ManagedResourceStatus];
|
|
556
|
-
export declare const
|
|
557
|
-
readonly
|
|
558
|
-
|
|
559
|
-
export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
|
|
560
|
-
export declare const TaskDefinitionField: {
|
|
561
|
-
readonly TAGS: "TAGS";
|
|
603
|
+
export declare const SortOrder: {
|
|
604
|
+
readonly ASC: "ASC";
|
|
605
|
+
readonly DESC: "DESC";
|
|
562
606
|
};
|
|
563
|
-
export type
|
|
564
|
-
(typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
607
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
565
608
|
export declare const TaskField: {
|
|
566
609
|
readonly TAGS: "TAGS";
|
|
567
610
|
};
|
|
@@ -577,11 +620,6 @@ export declare const HealthStatus: {
|
|
|
577
620
|
readonly UNKNOWN: "UNKNOWN";
|
|
578
621
|
};
|
|
579
622
|
export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
|
|
580
|
-
export declare const ManagedAgentName: {
|
|
581
|
-
readonly ExecuteCommandAgent: "ExecuteCommandAgent";
|
|
582
|
-
};
|
|
583
|
-
export type ManagedAgentName =
|
|
584
|
-
(typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
585
623
|
export declare const TaskStopCode: {
|
|
586
624
|
readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
|
|
587
625
|
readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
|
|
@@ -595,41 +633,3 @@ export declare const TaskSetField: {
|
|
|
595
633
|
readonly TAGS: "TAGS";
|
|
596
634
|
};
|
|
597
635
|
export type TaskSetField = (typeof TaskSetField)[keyof typeof TaskSetField];
|
|
598
|
-
export declare const ContainerInstanceStatus: {
|
|
599
|
-
readonly ACTIVE: "ACTIVE";
|
|
600
|
-
readonly DEREGISTERING: "DEREGISTERING";
|
|
601
|
-
readonly DRAINING: "DRAINING";
|
|
602
|
-
readonly REGISTERING: "REGISTERING";
|
|
603
|
-
readonly REGISTRATION_FAILED: "REGISTRATION_FAILED";
|
|
604
|
-
};
|
|
605
|
-
export type ContainerInstanceStatus =
|
|
606
|
-
(typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
|
|
607
|
-
export declare const TaskDefinitionFamilyStatus: {
|
|
608
|
-
readonly ACTIVE: "ACTIVE";
|
|
609
|
-
readonly ALL: "ALL";
|
|
610
|
-
readonly INACTIVE: "INACTIVE";
|
|
611
|
-
};
|
|
612
|
-
export type TaskDefinitionFamilyStatus =
|
|
613
|
-
(typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
|
|
614
|
-
export declare const SortOrder: {
|
|
615
|
-
readonly ASC: "ASC";
|
|
616
|
-
readonly DESC: "DESC";
|
|
617
|
-
};
|
|
618
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
619
|
-
export declare const DesiredStatus: {
|
|
620
|
-
readonly PENDING: "PENDING";
|
|
621
|
-
readonly RUNNING: "RUNNING";
|
|
622
|
-
readonly STOPPED: "STOPPED";
|
|
623
|
-
};
|
|
624
|
-
export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
|
|
625
|
-
export declare const PlatformDeviceType: {
|
|
626
|
-
readonly GPU: "GPU";
|
|
627
|
-
};
|
|
628
|
-
export type PlatformDeviceType =
|
|
629
|
-
(typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
630
|
-
export declare const StopServiceDeploymentStopType: {
|
|
631
|
-
readonly ABORT: "ABORT";
|
|
632
|
-
readonly ROLLBACK: "ROLLBACK";
|
|
633
|
-
};
|
|
634
|
-
export type StopServiceDeploymentStopType =
|
|
635
|
-
(typeof StopServiceDeploymentStopType)[keyof typeof StopServiceDeploymentStopType];
|