aws-sdk-ecs 1.168.0 → 1.169.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +6 -1
- data/lib/aws-sdk-ecs/client_api.rb +2 -0
- data/lib/aws-sdk-ecs/types.rb +16 -0
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30fac8616313be6b5ff15e2f15998e16eebfa2a3a54c42bd189f583911f5e42f
|
4
|
+
data.tar.gz: d4fb4e9ed2ea70e2107f264b4798194971becdf92dde3f69f729e729b5c8c80c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baabe262a4076a5ef4c54cd38d09aa076f83ce61056da35b9b03f54253e18aae365cbe9f88a42834506ee3bc1e4a74f2ca78349d3251446387bd9ddc218cf9a1
|
7
|
+
data.tar.gz: 12d2dbb5c31e2cd65a058fcb045c28b10d38781e277a79d00839595dd3d77262668fec76b5006949d10860d313f238f575db430c4f93a3b5b89e539adc0e371c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.169.0 (2024-11-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
|
8
|
+
|
4
9
|
1.168.0 (2024-11-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.169.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -2701,6 +2701,7 @@ module Aws::ECS
|
|
2701
2701
|
# resp.task_definitions[0].container_definitions[0].depends_on[0].condition #=> String, one of "START", "COMPLETE", "SUCCESS", "HEALTHY"
|
2702
2702
|
# resp.task_definitions[0].container_definitions[0].start_timeout #=> Integer
|
2703
2703
|
# resp.task_definitions[0].container_definitions[0].stop_timeout #=> Integer
|
2704
|
+
# resp.task_definitions[0].container_definitions[0].version_consistency #=> String, one of "enabled", "disabled"
|
2704
2705
|
# resp.task_definitions[0].container_definitions[0].hostname #=> String
|
2705
2706
|
# resp.task_definitions[0].container_definitions[0].user #=> String
|
2706
2707
|
# resp.task_definitions[0].container_definitions[0].working_directory #=> String
|
@@ -3162,6 +3163,7 @@ module Aws::ECS
|
|
3162
3163
|
# resp.task_definition.container_definitions[0].depends_on[0].condition #=> String, one of "START", "COMPLETE", "SUCCESS", "HEALTHY"
|
3163
3164
|
# resp.task_definition.container_definitions[0].start_timeout #=> Integer
|
3164
3165
|
# resp.task_definition.container_definitions[0].stop_timeout #=> Integer
|
3166
|
+
# resp.task_definition.container_definitions[0].version_consistency #=> String, one of "enabled", "disabled"
|
3165
3167
|
# resp.task_definition.container_definitions[0].hostname #=> String
|
3166
3168
|
# resp.task_definition.container_definitions[0].user #=> String
|
3167
3169
|
# resp.task_definition.container_definitions[0].working_directory #=> String
|
@@ -4325,6 +4327,7 @@ module Aws::ECS
|
|
4325
4327
|
# resp.task_definition.container_definitions[0].depends_on[0].condition #=> String, one of "START", "COMPLETE", "SUCCESS", "HEALTHY"
|
4326
4328
|
# resp.task_definition.container_definitions[0].start_timeout #=> Integer
|
4327
4329
|
# resp.task_definition.container_definitions[0].stop_timeout #=> Integer
|
4330
|
+
# resp.task_definition.container_definitions[0].version_consistency #=> String, one of "enabled", "disabled"
|
4328
4331
|
# resp.task_definition.container_definitions[0].hostname #=> String
|
4329
4332
|
# resp.task_definition.container_definitions[0].user #=> String
|
4330
4333
|
# resp.task_definition.container_definitions[0].working_directory #=> String
|
@@ -7298,6 +7301,7 @@ module Aws::ECS
|
|
7298
7301
|
# ],
|
7299
7302
|
# start_timeout: 1,
|
7300
7303
|
# stop_timeout: 1,
|
7304
|
+
# version_consistency: "enabled", # accepts enabled, disabled
|
7301
7305
|
# hostname: "String",
|
7302
7306
|
# user: "String",
|
7303
7307
|
# working_directory: "String",
|
@@ -7512,6 +7516,7 @@ module Aws::ECS
|
|
7512
7516
|
# resp.task_definition.container_definitions[0].depends_on[0].condition #=> String, one of "START", "COMPLETE", "SUCCESS", "HEALTHY"
|
7513
7517
|
# resp.task_definition.container_definitions[0].start_timeout #=> Integer
|
7514
7518
|
# resp.task_definition.container_definitions[0].stop_timeout #=> Integer
|
7519
|
+
# resp.task_definition.container_definitions[0].version_consistency #=> String, one of "enabled", "disabled"
|
7515
7520
|
# resp.task_definition.container_definitions[0].hostname #=> String
|
7516
7521
|
# resp.task_definition.container_definitions[0].user #=> String
|
7517
7522
|
# resp.task_definition.container_definitions[0].working_directory #=> String
|
@@ -10767,7 +10772,7 @@ module Aws::ECS
|
|
10767
10772
|
tracer: tracer
|
10768
10773
|
)
|
10769
10774
|
context[:gem_name] = 'aws-sdk-ecs'
|
10770
|
-
context[:gem_version] = '1.
|
10775
|
+
context[:gem_version] = '1.169.0'
|
10771
10776
|
Seahorse::Client::Request.new(handlers, context)
|
10772
10777
|
end
|
10773
10778
|
|
@@ -434,6 +434,7 @@ module Aws::ECS
|
|
434
434
|
UpdateTaskProtectionResponse = Shapes::StructureShape.new(name: 'UpdateTaskProtectionResponse')
|
435
435
|
UpdateTaskSetRequest = Shapes::StructureShape.new(name: 'UpdateTaskSetRequest')
|
436
436
|
UpdateTaskSetResponse = Shapes::StructureShape.new(name: 'UpdateTaskSetResponse')
|
437
|
+
VersionConsistency = Shapes::StringShape.new(name: 'VersionConsistency')
|
437
438
|
VersionInfo = Shapes::StructureShape.new(name: 'VersionInfo')
|
438
439
|
Volume = Shapes::StructureShape.new(name: 'Volume')
|
439
440
|
VolumeFrom = Shapes::StructureShape.new(name: 'VolumeFrom')
|
@@ -602,6 +603,7 @@ module Aws::ECS
|
|
602
603
|
ContainerDefinition.add_member(:depends_on, Shapes::ShapeRef.new(shape: ContainerDependencies, location_name: "dependsOn"))
|
603
604
|
ContainerDefinition.add_member(:start_timeout, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "startTimeout"))
|
604
605
|
ContainerDefinition.add_member(:stop_timeout, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "stopTimeout"))
|
606
|
+
ContainerDefinition.add_member(:version_consistency, Shapes::ShapeRef.new(shape: VersionConsistency, location_name: "versionConsistency"))
|
605
607
|
ContainerDefinition.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
|
606
608
|
ContainerDefinition.add_member(:user, Shapes::ShapeRef.new(shape: String, location_name: "user"))
|
607
609
|
ContainerDefinition.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "workingDirectory"))
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -1500,6 +1500,21 @@ module Aws::ECS
|
|
1500
1500
|
# [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html
|
1501
1501
|
# @return [Integer]
|
1502
1502
|
#
|
1503
|
+
# @!attribute [rw] version_consistency
|
1504
|
+
# Specifies whether Amazon ECS will resolve the container image tag
|
1505
|
+
# provided in the container definition to an image digest. By default,
|
1506
|
+
# the value is `enabled`. If you set the value for a container as
|
1507
|
+
# `disabled`, Amazon ECS will not resolve the provided container image
|
1508
|
+
# tag to a digest and will use the original image URI specified in the
|
1509
|
+
# container definition for deployment. For more information about
|
1510
|
+
# container image resolution, see [Container image resolution][1] in
|
1511
|
+
# the *Amazon ECS Developer Guide*.
|
1512
|
+
#
|
1513
|
+
#
|
1514
|
+
#
|
1515
|
+
# [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html#deployment-container-image-stability
|
1516
|
+
# @return [String]
|
1517
|
+
#
|
1503
1518
|
# @!attribute [rw] hostname
|
1504
1519
|
# The hostname to use for your container. This parameter maps to
|
1505
1520
|
# `Hostname` in the docker container create command and the
|
@@ -1842,6 +1857,7 @@ module Aws::ECS
|
|
1842
1857
|
:depends_on,
|
1843
1858
|
:start_timeout,
|
1844
1859
|
:stop_timeout,
|
1860
|
+
:version_consistency,
|
1845
1861
|
:hostname,
|
1846
1862
|
:user,
|
1847
1863
|
:working_directory,
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/types.rbs
CHANGED
@@ -186,6 +186,7 @@ module Aws::ECS
|
|
186
186
|
attr_accessor depends_on: ::Array[Types::ContainerDependency]
|
187
187
|
attr_accessor start_timeout: ::Integer
|
188
188
|
attr_accessor stop_timeout: ::Integer
|
189
|
+
attr_accessor version_consistency: ("enabled" | "disabled")
|
189
190
|
attr_accessor hostname: ::String
|
190
191
|
attr_accessor user: ::String
|
191
192
|
attr_accessor working_directory: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.169.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|