aws-sdk-ecs 1.242.0 → 1.243.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be8e9d944e3fbcf2825e8340ee1d91d2fac0e5827564a27034c112405ebf01ac
4
- data.tar.gz: cdc165f69564ebebfda4d176e94473a7d547711561024dfac11b5ecaa4cd12d6
3
+ metadata.gz: 9366ff6ed6b8482522d9b8231b92dd962ae58f0a44939bcafbcd1b269a8a240b
4
+ data.tar.gz: 8b7e281f0769cd094da1c2af138a55c117f872ff61045d0f1bec1de3b5037a10
5
5
  SHA512:
6
- metadata.gz: 1b8741d87b5e5514014550cf9bc9d074116a403312ac6fa2a67d69375e7367c8965623d59c14074b917e02032c626b3a4ed7cdbc8c56b027defa096cbe67cd43
7
- data.tar.gz: 3c333e57f56af50793b3fe03dc3fc893f229c3e2734966220e4dd559204c052bc4cc51bd77237cf866b3a942a2ea12528f39a5688f33ae095d6094e5d6ab1c30
6
+ metadata.gz: 8dc9d1171be423cfb2389ca9462452030cf589e0dbbc4282e4a67085268b86e3ddc2e2121827db48210c181fb98a6eb328571d95ac97cf0d90014043c847bbce
7
+ data.tar.gz: a051cb9189072a95f5e50e5d0524c5e1db56c16b8350e9bb38c1dcd2cd33cb202a466e2c684b6cd1fd4d3c7ca8df1d6acce549739d6bb9dd648aa40651563491
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.243.0 (2026-08-05)
5
+ ------------------
6
+
7
+ * Feature - New enum values added for Agent Connectivity issues
8
+
4
9
  1.242.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.242.0
1
+ 1.243.0
@@ -4659,7 +4659,7 @@ module Aws::ECS
4659
4659
  # resp.container_instance.tags[0].value #=> String
4660
4660
  # resp.container_instance.health_status.overall_status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
4661
4661
  # resp.container_instance.health_status.details #=> Array
4662
- # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON"
4662
+ # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY"
4663
4663
  # resp.container_instance.health_status.details[0].status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
4664
4664
  # resp.container_instance.health_status.details[0].status_reason #=> String
4665
4665
  # resp.container_instance.health_status.details[0].last_updated #=> Time
@@ -5477,7 +5477,7 @@ module Aws::ECS
5477
5477
  # resp.container_instances[0].tags[0].value #=> String
5478
5478
  # resp.container_instances[0].health_status.overall_status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
5479
5479
  # resp.container_instances[0].health_status.details #=> Array
5480
- # resp.container_instances[0].health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON"
5480
+ # resp.container_instances[0].health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY"
5481
5481
  # resp.container_instances[0].health_status.details[0].status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
5482
5482
  # resp.container_instances[0].health_status.details[0].status_reason #=> String
5483
5483
  # resp.container_instances[0].health_status.details[0].last_updated #=> Time
@@ -7609,7 +7609,7 @@ module Aws::ECS
7609
7609
  # resp.tasks[0].pull_stopped_at #=> Time
7610
7610
  # resp.tasks[0].started_at #=> Time
7611
7611
  # resp.tasks[0].started_by #=> String
7612
- # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice"
7612
+ # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice", "InfrastructureHealth"
7613
7613
  # resp.tasks[0].stopped_at #=> Time
7614
7614
  # resp.tasks[0].stopped_reason #=> String
7615
7615
  # resp.tasks[0].stopping_at #=> Time
@@ -10443,7 +10443,7 @@ module Aws::ECS
10443
10443
  # resp.container_instance.tags[0].value #=> String
10444
10444
  # resp.container_instance.health_status.overall_status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
10445
10445
  # resp.container_instance.health_status.details #=> Array
10446
- # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON"
10446
+ # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY"
10447
10447
  # resp.container_instance.health_status.details[0].status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
10448
10448
  # resp.container_instance.health_status.details[0].status_reason #=> String
10449
10449
  # resp.container_instance.health_status.details[0].last_updated #=> Time
@@ -12194,7 +12194,7 @@ module Aws::ECS
12194
12194
  # resp.tasks[0].pull_stopped_at #=> Time
12195
12195
  # resp.tasks[0].started_at #=> Time
12196
12196
  # resp.tasks[0].started_by #=> String
12197
- # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice"
12197
+ # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice", "InfrastructureHealth"
12198
12198
  # resp.tasks[0].stopped_at #=> Time
12199
12199
  # resp.tasks[0].stopped_reason #=> String
12200
12200
  # resp.tasks[0].stopping_at #=> Time
@@ -12629,7 +12629,7 @@ module Aws::ECS
12629
12629
  # resp.tasks[0].pull_stopped_at #=> Time
12630
12630
  # resp.tasks[0].started_at #=> Time
12631
12631
  # resp.tasks[0].started_by #=> String
12632
- # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice"
12632
+ # resp.tasks[0].stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice", "InfrastructureHealth"
12633
12633
  # resp.tasks[0].stopped_at #=> Time
12634
12634
  # resp.tasks[0].stopped_reason #=> String
12635
12635
  # resp.tasks[0].stopping_at #=> Time
@@ -12938,7 +12938,7 @@ module Aws::ECS
12938
12938
  # resp.task.pull_stopped_at #=> Time
12939
12939
  # resp.task.started_at #=> Time
12940
12940
  # resp.task.started_by #=> String
12941
- # resp.task.stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice"
12941
+ # resp.task.stop_code #=> String, one of "TaskFailedToStart", "EssentialContainerExited", "UserInitiated", "ServiceSchedulerInitiated", "SpotInterruption", "TerminationNotice", "InfrastructureHealth"
12942
12942
  # resp.task.stopped_at #=> Time
12943
12943
  # resp.task.stopped_reason #=> String
12944
12944
  # resp.task.stopping_at #=> Time
@@ -14147,7 +14147,7 @@ module Aws::ECS
14147
14147
  # resp.container_instance.tags[0].value #=> String
14148
14148
  # resp.container_instance.health_status.overall_status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
14149
14149
  # resp.container_instance.health_status.details #=> Array
14150
- # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON"
14150
+ # resp.container_instance.health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY"
14151
14151
  # resp.container_instance.health_status.details[0].status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
14152
14152
  # resp.container_instance.health_status.details[0].status_reason #=> String
14153
14153
  # resp.container_instance.health_status.details[0].last_updated #=> Time
@@ -14475,7 +14475,7 @@ module Aws::ECS
14475
14475
  # resp.container_instances[0].tags[0].value #=> String
14476
14476
  # resp.container_instances[0].health_status.overall_status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
14477
14477
  # resp.container_instances[0].health_status.details #=> Array
14478
- # resp.container_instances[0].health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON"
14478
+ # resp.container_instances[0].health_status.details[0].type #=> String, one of "CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY"
14479
14479
  # resp.container_instances[0].health_status.details[0].status #=> String, one of "OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING"
14480
14480
  # resp.container_instances[0].health_status.details[0].status_reason #=> String
14481
14481
  # resp.container_instances[0].health_status.details[0].last_updated #=> Time
@@ -16247,7 +16247,7 @@ module Aws::ECS
16247
16247
  tracer: tracer
16248
16248
  )
16249
16249
  context[:gem_name] = 'aws-sdk-ecs'
16250
- context[:gem_version] = '1.242.0'
16250
+ context[:gem_version] = '1.243.0'
16251
16251
  Seahorse::Client::Request.new(handlers, context)
16252
16252
  end
16253
16253
 
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.242.0'
58
+ GEM_VERSION = '1.243.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -1378,7 +1378,7 @@ module Aws::ECS
1378
1378
  end
1379
1379
 
1380
1380
  class InstanceHealthCheckResult
1381
- attr_accessor type: ("CONTAINER_RUNTIME" | "ACCELERATED_COMPUTE" | "DAEMON")
1381
+ attr_accessor type: ("CONTAINER_RUNTIME" | "ACCELERATED_COMPUTE" | "DAEMON" | "AGENT_CONNECTIVITY")
1382
1382
  attr_accessor status: ("OK" | "IMPAIRED" | "INSUFFICIENT_DATA" | "INITIALIZING")
1383
1383
  attr_accessor status_reason: ::String
1384
1384
  attr_accessor last_updated: ::Time
@@ -2648,7 +2648,7 @@ module Aws::ECS
2648
2648
  attr_accessor pull_stopped_at: ::Time
2649
2649
  attr_accessor started_at: ::Time
2650
2650
  attr_accessor started_by: ::String
2651
- attr_accessor stop_code: ("TaskFailedToStart" | "EssentialContainerExited" | "UserInitiated" | "ServiceSchedulerInitiated" | "SpotInterruption" | "TerminationNotice")
2651
+ attr_accessor stop_code: ("TaskFailedToStart" | "EssentialContainerExited" | "UserInitiated" | "ServiceSchedulerInitiated" | "SpotInterruption" | "TerminationNotice" | "InfrastructureHealth")
2652
2652
  attr_accessor stopped_at: ::Time
2653
2653
  attr_accessor stopped_reason: ::String
2654
2654
  attr_accessor stopping_at: ::Time
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.242.0
4
+ version: 1.243.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services