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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +10 -10
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/types.rbs +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9366ff6ed6b8482522d9b8231b92dd962ae58f0a44939bcafbcd1b269a8a240b
|
|
4
|
+
data.tar.gz: 8b7e281f0769cd094da1c2af138a55c117f872ff61045d0f1bec1de3b5037a10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dc9d1171be423cfb2389ca9462452030cf589e0dbbc4282e4a67085268b86e3ddc2e2121827db48210c181fb98a6eb328571d95ac97cf0d90014043c847bbce
|
|
7
|
+
data.tar.gz: a051cb9189072a95f5e50e5d0524c5e1db56c16b8350e9bb38c1dcd2cd33cb202a466e2c684b6cd1fd4d3c7ca8df1d6acce549739d6bb9dd648aa40651563491
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.243.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -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.
|
|
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
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
|