aws-sdk-ecs 1.143.0 → 1.144.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 +21 -16
- data/lib/aws-sdk-ecs.rb +1 -1
- 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: 21435feeacbac309446d33890d3261f38cbea1d23a3db469faec64a0e411794d
|
4
|
+
data.tar.gz: '042429b968f451e6c444328e330c0edf316dfb689cdbe6c687308a92d21f084f'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e068ccad0cd96cdb5cbf651480dcd5722556d16585469d90d0e7bbf87d16f07fe7373bc3bb5354449d6d37481c43a12820d0836ec081f0e71170c316291c8907
|
7
|
+
data.tar.gz: 39a8dbe4a43be21989ff613142369cac8d8bf3f450d3df8bcfa2141c3c4427f8c4ee157f1902f3478739bce95b71fad2623e9298d1cbbffc0db8da910c314c54
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.144.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -757,9 +757,10 @@ module Aws::ECS
|
|
757
757
|
# specified cluster. To update an existing service, see the
|
758
758
|
# UpdateService action.
|
759
759
|
#
|
760
|
-
# <note markdown="1">
|
761
|
-
# revision
|
762
|
-
#
|
760
|
+
# <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
|
761
|
+
# revision before authorization. When a task definition revision is not
|
762
|
+
# specified, authorization will occur using the latest revision of a
|
763
|
+
# task definition.
|
763
764
|
#
|
764
765
|
# </note>
|
765
766
|
#
|
@@ -1699,9 +1700,10 @@ module Aws::ECS
|
|
1699
1700
|
# more information, see [Amazon ECS deployment types][1] in the *Amazon
|
1700
1701
|
# Elastic Container Service Developer Guide*.
|
1701
1702
|
#
|
1702
|
-
# <note markdown="1">
|
1703
|
-
# revision
|
1704
|
-
#
|
1703
|
+
# <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
|
1704
|
+
# revision before authorization. When a task definition revision is not
|
1705
|
+
# specified, authorization will occur using the latest revision of a
|
1706
|
+
# task definition.
|
1705
1707
|
#
|
1706
1708
|
# </note>
|
1707
1709
|
#
|
@@ -7189,9 +7191,10 @@ module Aws::ECS
|
|
7189
7191
|
|
7190
7192
|
# Starts a new task using the specified task definition.
|
7191
7193
|
#
|
7192
|
-
# <note markdown="1">
|
7193
|
-
# revision
|
7194
|
-
#
|
7194
|
+
# <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
|
7195
|
+
# revision before authorization. When a task definition revision is not
|
7196
|
+
# specified, authorization will occur using the latest revision of a
|
7197
|
+
# task definition.
|
7195
7198
|
#
|
7196
7199
|
# </note>
|
7197
7200
|
#
|
@@ -7767,9 +7770,10 @@ module Aws::ECS
|
|
7767
7770
|
# Starts a new task from the specified task definition on the specified
|
7768
7771
|
# container instance or instances.
|
7769
7772
|
#
|
7770
|
-
# <note markdown="1">
|
7771
|
-
# revision
|
7772
|
-
#
|
7773
|
+
# <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
|
7774
|
+
# revision before authorization. When a task definition revision is not
|
7775
|
+
# specified, authorization will occur using the latest revision of a
|
7776
|
+
# task definition.
|
7773
7777
|
#
|
7774
7778
|
# </note>
|
7775
7779
|
#
|
@@ -9169,9 +9173,10 @@ module Aws::ECS
|
|
9169
9173
|
|
9170
9174
|
# Modifies the parameters of a service.
|
9171
9175
|
#
|
9172
|
-
# <note markdown="1">
|
9173
|
-
# revision
|
9174
|
-
#
|
9176
|
+
# <note markdown="1"> On March 21, 2024, a change was made to resolve the task definition
|
9177
|
+
# revision before authorization. When a task definition revision is not
|
9178
|
+
# specified, authorization will occur using the latest revision of a
|
9179
|
+
# task definition.
|
9175
9180
|
#
|
9176
9181
|
# </note>
|
9177
9182
|
#
|
@@ -10254,7 +10259,7 @@ module Aws::ECS
|
|
10254
10259
|
params: params,
|
10255
10260
|
config: config)
|
10256
10261
|
context[:gem_name] = 'aws-sdk-ecs'
|
10257
|
-
context[:gem_version] = '1.
|
10262
|
+
context[:gem_version] = '1.144.0'
|
10258
10263
|
Seahorse::Client::Request.new(handlers, context)
|
10259
10264
|
end
|
10260
10265
|
|
data/lib/aws-sdk-ecs.rb
CHANGED
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.144.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-03-
|
11
|
+
date: 2024-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|