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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa2e14609f9924ebd33ec3c7c71e5cdd866b657bdb263738a84a783a6d8989e9
4
- data.tar.gz: 827e14b23d93c1219cc0e615381f53ed8a70a165498afa161c69ecb340b15e61
3
+ metadata.gz: 21435feeacbac309446d33890d3261f38cbea1d23a3db469faec64a0e411794d
4
+ data.tar.gz: '042429b968f451e6c444328e330c0edf316dfb689cdbe6c687308a92d21f084f'
5
5
  SHA512:
6
- metadata.gz: '0869d6df05f58d3316ff44858a084b167c34bcf2508a39f10a627a898a67bc42af88e9bb1da9a92b6d8f98c6cdb9d1d3eb8c58d4aa60bf57a26dd66545bc733e'
7
- data.tar.gz: 11a83ee0f5aab96a9c477db0e5479380122b474250893cf0b05892221a4f61c311fbb73d162536edf35caadc772e3dade7ea3844793de27abad041eb5230513a
6
+ metadata.gz: e068ccad0cd96cdb5cbf651480dcd5722556d16585469d90d0e7bbf87d16f07fe7373bc3bb5354449d6d37481c43a12820d0836ec081f0e71170c316291c8907
7
+ data.tar.gz: 39a8dbe4a43be21989ff613142369cac8d8bf3f450d3df8bcfa2141c3c4427f8c4ee157f1902f3478739bce95b71fad2623e9298d1cbbffc0db8da910c314c54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.144.0 (2024-03-26)
5
+ ------------------
6
+
7
+ * Feature - This is a documentation update for Amazon ECS.
8
+
4
9
  1.143.0 (2024-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.143.0
1
+ 1.144.0
@@ -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"> The following change began on March 21, 2024. When the task definition
761
- # revision is not specified, Amazon ECS resolves the task definition
762
- # revision before it authorizes the task definition.
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"> The following change began on March 21, 2024. When the task definition
1703
- # revision is not specified, Amazon ECS resolves the task definition
1704
- # revision before it authorizes the task definition.
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"> The following change began on March 21, 2024. When the task definition
7193
- # revision is not specified, Amazon ECS resolves the task definition
7194
- # revision before it authorizes the task definition.
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"> The following change began on March 21, 2024. When the task definition
7771
- # revision is not specified, Amazon ECS resolves the task definition
7772
- # revision before it authorizes the task definition.
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"> The following change began on March 21, 2024. When the task definition
9173
- # revision is not specified, Amazon ECS resolves the task definition
9174
- # revision before it authorizes the task definition.
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.143.0'
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.143.0'
56
+ GEM_VERSION = '1.144.0'
57
57
 
58
58
  end
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.143.0
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-25 00:00:00.000000000 Z
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