aws-sdk-ecs 1.121.0 → 1.122.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: b674efdac61c68ecc72d16a9d646e5c32d3398e3281a7c947f470cd0adbd22a4
4
- data.tar.gz: baf95bc71aede4b70ff1087bc09f3d155497442e44144afb39c44b76d1f176ac
3
+ metadata.gz: ace7414eb19f3771cb8af4adac674bcfa6254a580bf40d30c1c30384185b8843
4
+ data.tar.gz: badfedb0d3d6083a754fba9ad8fe43710b0011dd8e5efddb5e3cba589865c11a
5
5
  SHA512:
6
- metadata.gz: 8113152f314d9fdd366ea690f5fdf18dbf674e118c4fddc019b6984e191a15715cd9be791b0b10e976398bd9638cdbe951c4424fd0d97c32b633fb72adff7192
7
- data.tar.gz: 8b422b8f5c64ba806bdc9b6da4bda4eddaf8344d73d6b504bac3abc77cec4cb12326ab152c195af0f2aa5eb94ccf223571c500fd3bc50497ed6c45a92d4892dc
6
+ metadata.gz: 5fbaea9d824e86cdd88f86e9fecbf1210cbf4bb76fa199c48024a439e50c7695851da8aac522dff56e6b10c98d208c85bea282bda0daf2c055f7f55a76ec4a57
7
+ data.tar.gz: 6e196b2339f70b7ad0f341983a295a5f0dfdaa7d61d3fa3af20ebcaf77c6690c07d324ff1f5e94b7afd4ce38659fce1914f00b43c9d7bf1f5f12ebb2447e988a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2023-06-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update to address various tickets.
8
+
4
9
  1.121.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -1164,6 +1164,9 @@ module Aws::ECS
1164
1164
  # resources][1] in the *Amazon Elastic Container Service Developer
1165
1165
  # Guide*.
1166
1166
  #
1167
+ # When you use Amazon ECS managed tags, you need to set the
1168
+ # `propagateTags` request parameter.
1169
+ #
1167
1170
  #
1168
1171
  #
1169
1172
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
@@ -1174,6 +1177,8 @@ module Aws::ECS
1174
1177
  # can only be propagated to the task during task creation. To add tags
1175
1178
  # to a task after task creation, use the [TagResource][1] API action.
1176
1179
  #
1180
+ # The default is `NONE`.
1181
+ #
1177
1182
  #
1178
1183
  #
1179
1184
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
@@ -2356,6 +2361,14 @@ module Aws::ECS
2356
2361
  # A task definition revision will stay in `DELETE_IN_PROGRESS` status
2357
2362
  # until all the associated tasks and services have been terminated.
2358
2363
  #
2364
+ # When you delete all `INACTIVE` task definition revisions, the task
2365
+ # definition name is not displayed in the console and not returned in
2366
+ # the API. If a task definition revisions are in the
2367
+ # `DELETE_IN_PROGRESS` state, the task definition name is displayed in
2368
+ # the console and returned in the API. The task definition name is
2369
+ # retained by Amazon ECS and the revision is incremented the next time
2370
+ # you create a task definition with that name.
2371
+ #
2359
2372
  #
2360
2373
  #
2361
2374
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterTaskDefinition.html
@@ -9709,7 +9722,7 @@ module Aws::ECS
9709
9722
  params: params,
9710
9723
  config: config)
9711
9724
  context[:gem_name] = 'aws-sdk-ecs'
9712
- context[:gem_version] = '1.121.0'
9725
+ context[:gem_version] = '1.122.0'
9713
9726
  Seahorse::Client::Request.new(handlers, context)
9714
9727
  end
9715
9728
 
@@ -2828,6 +2828,9 @@ module Aws::ECS
2828
2828
  # ECS resources][1] in the *Amazon Elastic Container Service Developer
2829
2829
  # Guide*.
2830
2830
  #
2831
+ # When you use Amazon ECS managed tags, you need to set the
2832
+ # `propagateTags` request parameter.
2833
+ #
2831
2834
  #
2832
2835
  #
2833
2836
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
@@ -2840,6 +2843,8 @@ module Aws::ECS
2840
2843
  # tags to a task after task creation, use the [TagResource][1] API
2841
2844
  # action.
2842
2845
  #
2846
+ # The default is `NONE`.
2847
+ #
2843
2848
  #
2844
2849
  #
2845
2850
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html
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.121.0'
56
+ GEM_VERSION = '1.122.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.121.0
4
+ version: 1.122.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: 2023-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core