aws-sdk-ecs 1.195.0 → 1.196.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 +3 -3
- data/lib/aws-sdk-ecs/types.rb +15 -15
- data/lib/aws-sdk-ecs.rb +1 -1
- 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: b03afafe381980714c7792a1994c93ce0df58ea7973e8d1ac47a50a7c7cdcda9
|
4
|
+
data.tar.gz: 693a2bd31645ab103e569b93174dc1307ea43c79b7070027494166d2c67e4b34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39b2e3dc8dacb00e5c93d636df3b03c105129740ccc9abc6d14bf81d16c5435d9ccf7059f146d609a2862bbd00ae39764799a1d01af81383c9543fbe063647ec
|
7
|
+
data.tar.gz: d665c206e42ca7c76a4c998c4fe6720adf67fb9e0945b54839775fe6a7769772c5a9c0113212077b61609b68d7611d30d8a09a4c45b0ee7dcdfce58be59aec24
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.196.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -6789,7 +6789,7 @@ module Aws::ECS
|
|
6789
6789
|
# using this account setting will be used as the default. For more
|
6790
6790
|
# information about log delivery modes, see [LogConfiguration][7].
|
6791
6791
|
#
|
6792
|
-
# <note markdown="1"> On June 25, 2025, Amazon ECS
|
6792
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
|
6793
6793
|
# from `blocking` to `non-blocking` to prioritize task availability
|
6794
6794
|
# over logging. To continue using the `blocking` mode after this
|
6795
6795
|
# change, do one of the following:
|
@@ -7028,7 +7028,7 @@ module Aws::ECS
|
|
7028
7028
|
# using this account setting will be used as the default. For more
|
7029
7029
|
# information about log delivery modes, see [LogConfiguration][7].
|
7030
7030
|
#
|
7031
|
-
# <note markdown="1"> On June 25, 2025, Amazon ECS
|
7031
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
|
7032
7032
|
# from `blocking` to `non-blocking` to prioritize task availability
|
7033
7033
|
# over logging. To continue using the `blocking` mode after this
|
7034
7034
|
# change, do one of the following:
|
@@ -12565,7 +12565,7 @@ module Aws::ECS
|
|
12565
12565
|
tracer: tracer
|
12566
12566
|
)
|
12567
12567
|
context[:gem_name] = 'aws-sdk-ecs'
|
12568
|
-
context[:gem_version] = '1.
|
12568
|
+
context[:gem_version] = '1.196.0'
|
12569
12569
|
Seahorse::Client::Request.new(handlers, context)
|
12570
12570
|
end
|
12571
12571
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -7070,14 +7070,14 @@ module Aws::ECS
|
|
7070
7070
|
# Amazon Web Services Region by using the `defaultLogDriverMode`
|
7071
7071
|
# account setting. If you don't specify the `mode` option or
|
7072
7072
|
# configure the account setting, Amazon ECS will default to the
|
7073
|
-
# `blocking` mode. For more information about the account
|
7074
|
-
# see [Default log driver mode][4] in the *Amazon Elastic
|
7075
|
-
# Service Developer Guide*.
|
7073
|
+
# `non-blocking` mode. For more information about the account
|
7074
|
+
# setting, see [Default log driver mode][4] in the *Amazon Elastic
|
7075
|
+
# Container Service Developer Guide*.
|
7076
7076
|
#
|
7077
|
-
# <note markdown="1"> On June 25, 2025, Amazon ECS
|
7078
|
-
#
|
7079
|
-
#
|
7080
|
-
#
|
7077
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
|
7078
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
7079
|
+
# over logging. To continue using the `blocking` mode after this
|
7080
|
+
# change, do one of the following:
|
7081
7081
|
#
|
7082
7082
|
# * Set the `mode` option in your container definition's
|
7083
7083
|
# `logConfiguration` as `blocking`.
|
@@ -8076,10 +8076,10 @@ module Aws::ECS
|
|
8076
8076
|
# using this account setting will be used as the default. For more
|
8077
8077
|
# information about log delivery modes, see [LogConfiguration][7].
|
8078
8078
|
#
|
8079
|
-
# <note markdown="1"> On June 25, 2025, Amazon ECS
|
8080
|
-
#
|
8081
|
-
#
|
8082
|
-
#
|
8079
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
|
8080
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
8081
|
+
# over logging. To continue using the `blocking` mode after this
|
8082
|
+
# change, do one of the following:
|
8083
8083
|
#
|
8084
8084
|
# * Set the `mode` option in your container definition's
|
8085
8085
|
# `logConfiguration` as `blocking`.
|
@@ -8243,10 +8243,10 @@ module Aws::ECS
|
|
8243
8243
|
# using this account setting will be used as the default. For more
|
8244
8244
|
# information about log delivery modes, see [LogConfiguration][7].
|
8245
8245
|
#
|
8246
|
-
# <note markdown="1"> On June 25, 2025, Amazon ECS
|
8247
|
-
#
|
8248
|
-
#
|
8249
|
-
#
|
8246
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS changed the default log driver mode
|
8247
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
8248
|
+
# over logging. To continue using the `blocking` mode after this
|
8249
|
+
# change, do one of the following:
|
8250
8250
|
#
|
8251
8251
|
# * Set the `mode` option in your container definition's
|
8252
8252
|
# `logConfiguration` as `blocking`.
|
data/lib/aws-sdk-ecs.rb
CHANGED