@aws-sdk/client-ecs 3.1102.0 → 3.1104.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1101.0";
72
+ var version = "3.1103.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -5259,6 +5259,7 @@ const InstanceHealthCheckState = {
5259
5259
  };
5260
5260
  const InstanceHealthCheckType = {
5261
5261
  ACCELERATED_COMPUTE: "ACCELERATED_COMPUTE",
5262
+ AGENT_CONNECTIVITY: "AGENT_CONNECTIVITY",
5262
5263
  CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
5263
5264
  DAEMON: "DAEMON",
5264
5265
  };
@@ -5665,6 +5666,7 @@ const HealthStatus = {
5665
5666
  };
5666
5667
  const TaskStopCode = {
5667
5668
  ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
5669
+ INFRASTRUCTURE_HEALTH: "InfrastructureHealth",
5668
5670
  SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
5669
5671
  SPOT_INTERRUPTION: "SpotInterruption",
5670
5672
  TASK_FAILED_TO_START: "TaskFailedToStart",
@@ -143,6 +143,7 @@ export const InstanceHealthCheckState = {
143
143
  };
144
144
  export const InstanceHealthCheckType = {
145
145
  ACCELERATED_COMPUTE: "ACCELERATED_COMPUTE",
146
+ AGENT_CONNECTIVITY: "AGENT_CONNECTIVITY",
146
147
  CONTAINER_RUNTIME: "CONTAINER_RUNTIME",
147
148
  DAEMON: "DAEMON",
148
149
  };
@@ -549,6 +550,7 @@ export const HealthStatus = {
549
550
  };
550
551
  export const TaskStopCode = {
551
552
  ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited",
553
+ INFRASTRUCTURE_HEALTH: "InfrastructureHealth",
552
554
  SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated",
553
555
  SPOT_INTERRUPTION: "SpotInterruption",
554
556
  TASK_FAILED_TO_START: "TaskFailedToStart",
@@ -113,7 +113,7 @@ declare const DeregisterContainerInstanceCommand_base: {
113
113
  * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
114
114
  * // details: [ // InstanceHealthCheckResultList
115
115
  * // { // InstanceHealthCheckResult
116
- * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
116
+ * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON" || "AGENT_CONNECTIVITY",
117
117
  * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
118
118
  * // statusReason: "STRING_VALUE",
119
119
  * // lastUpdated: new Date("TIMESTAMP"),
@@ -118,7 +118,7 @@ declare const DescribeContainerInstancesCommand_base: {
118
118
  * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
119
119
  * // details: [ // InstanceHealthCheckResultList
120
120
  * // { // InstanceHealthCheckResult
121
- * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
121
+ * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON" || "AGENT_CONNECTIVITY",
122
122
  * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
123
123
  * // statusReason: "STRING_VALUE",
124
124
  * // lastUpdated: new Date("TIMESTAMP"),
@@ -188,7 +188,7 @@ declare const DescribeTasksCommand_base: {
188
188
  * // pullStoppedAt: new Date("TIMESTAMP"),
189
189
  * // startedAt: new Date("TIMESTAMP"),
190
190
  * // startedBy: "STRING_VALUE",
191
- * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice",
191
+ * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice" || "InfrastructureHealth",
192
192
  * // stoppedAt: new Date("TIMESTAMP"),
193
193
  * // stoppedReason: "STRING_VALUE",
194
194
  * // stoppingAt: new Date("TIMESTAMP"),
@@ -151,7 +151,7 @@ declare const RegisterContainerInstanceCommand_base: {
151
151
  * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
152
152
  * // details: [ // InstanceHealthCheckResultList
153
153
  * // { // InstanceHealthCheckResult
154
- * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
154
+ * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON" || "AGENT_CONNECTIVITY",
155
155
  * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
156
156
  * // statusReason: "STRING_VALUE",
157
157
  * // lastUpdated: new Date("TIMESTAMP"),
@@ -305,7 +305,7 @@ declare const RunTaskCommand_base: {
305
305
  * // pullStoppedAt: new Date("TIMESTAMP"),
306
306
  * // startedAt: new Date("TIMESTAMP"),
307
307
  * // startedBy: "STRING_VALUE",
308
- * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice",
308
+ * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice" || "InfrastructureHealth",
309
309
  * // stoppedAt: new Date("TIMESTAMP"),
310
310
  * // stoppedReason: "STRING_VALUE",
311
311
  * // stoppingAt: new Date("TIMESTAMP"),
@@ -283,7 +283,7 @@ declare const StartTaskCommand_base: {
283
283
  * // pullStoppedAt: new Date("TIMESTAMP"),
284
284
  * // startedAt: new Date("TIMESTAMP"),
285
285
  * // startedBy: "STRING_VALUE",
286
- * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice",
286
+ * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice" || "InfrastructureHealth",
287
287
  * // stoppedAt: new Date("TIMESTAMP"),
288
288
  * // stoppedReason: "STRING_VALUE",
289
289
  * // stoppingAt: new Date("TIMESTAMP"),
@@ -183,7 +183,7 @@ declare const StopTaskCommand_base: {
183
183
  * // pullStoppedAt: new Date("TIMESTAMP"),
184
184
  * // startedAt: new Date("TIMESTAMP"),
185
185
  * // startedBy: "STRING_VALUE",
186
- * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice",
186
+ * // stopCode: "TaskFailedToStart" || "EssentialContainerExited" || "UserInitiated" || "ServiceSchedulerInitiated" || "SpotInterruption" || "TerminationNotice" || "InfrastructureHealth",
187
187
  * // stoppedAt: new Date("TIMESTAMP"),
188
188
  * // stoppedReason: "STRING_VALUE",
189
189
  * // stoppingAt: new Date("TIMESTAMP"),
@@ -112,7 +112,7 @@ declare const UpdateContainerAgentCommand_base: {
112
112
  * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
113
113
  * // details: [ // InstanceHealthCheckResultList
114
114
  * // { // InstanceHealthCheckResult
115
- * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
115
+ * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON" || "AGENT_CONNECTIVITY",
116
116
  * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
117
117
  * // statusReason: "STRING_VALUE",
118
118
  * // lastUpdated: new Date("TIMESTAMP"),
@@ -116,7 +116,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
116
116
  * // overallStatus: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
117
117
  * // details: [ // InstanceHealthCheckResultList
118
118
  * // { // InstanceHealthCheckResult
119
- * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON",
119
+ * // type: "CONTAINER_RUNTIME" || "ACCELERATED_COMPUTE" || "DAEMON" || "AGENT_CONNECTIVITY",
120
120
  * // status: "OK" || "IMPAIRED" || "INSUFFICIENT_DATA" || "INITIALIZING",
121
121
  * // statusReason: "STRING_VALUE",
122
122
  * // lastUpdated: new Date("TIMESTAMP"),
@@ -363,6 +363,7 @@ export type InstanceHealthCheckState = (typeof InstanceHealthCheckState)[keyof t
363
363
  */
364
364
  export declare const InstanceHealthCheckType: {
365
365
  readonly ACCELERATED_COMPUTE: "ACCELERATED_COMPUTE";
366
+ readonly AGENT_CONNECTIVITY: "AGENT_CONNECTIVITY";
366
367
  readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
367
368
  readonly DAEMON: "DAEMON";
368
369
  };
@@ -1406,6 +1407,7 @@ export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
1406
1407
  */
1407
1408
  export declare const TaskStopCode: {
1408
1409
  readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
1410
+ readonly INFRASTRUCTURE_HEALTH: "InfrastructureHealth";
1409
1411
  readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
1410
1412
  readonly SPOT_INTERRUPTION: "SpotInterruption";
1411
1413
  readonly TASK_FAILED_TO_START: "TaskFailedToStart";
@@ -180,6 +180,7 @@ export type InstanceHealthCheckState =
180
180
  (typeof InstanceHealthCheckState)[keyof typeof InstanceHealthCheckState];
181
181
  export declare const InstanceHealthCheckType: {
182
182
  readonly ACCELERATED_COMPUTE: "ACCELERATED_COMPUTE";
183
+ readonly AGENT_CONNECTIVITY: "AGENT_CONNECTIVITY";
183
184
  readonly CONTAINER_RUNTIME: "CONTAINER_RUNTIME";
184
185
  readonly DAEMON: "DAEMON";
185
186
  };
@@ -697,6 +698,7 @@ export declare const HealthStatus: {
697
698
  export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus];
698
699
  export declare const TaskStopCode: {
699
700
  readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
701
+ readonly INFRASTRUCTURE_HEALTH: "InfrastructureHealth";
700
702
  readonly SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated";
701
703
  readonly SPOT_INTERRUPTION: "SpotInterruption";
702
704
  readonly TASK_FAILED_TO_START: "TaskFailedToStart";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
- "version": "3.1102.0",
3
+ "version": "3.1104.0",
4
4
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ecs",
6
6
  "license": "Apache-2.0",
@@ -48,8 +48,8 @@
48
48
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.5",
52
- "@aws-sdk/credential-provider-node": "^3.972.77",
51
+ "@aws-sdk/core": "^3.977.6",
52
+ "@aws-sdk/credential-provider-node": "^3.972.78",
53
53
  "@aws-sdk/types": "^3.974.2",
54
54
  "@smithy/core": "^3.31.1",
55
55
  "@smithy/fetch-http-handler": "^5.6.13",