aws-sdk-ecs 1.192.0 → 1.193.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 +25 -1
- data/lib/aws-sdk-ecs/types.rb +37 -1
- data/lib/aws-sdk-ecs.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87c40760ea45c679271d1afac3dda39cf978f54202b3e5abde8a9f1656448002
|
4
|
+
data.tar.gz: d3742aeb3ba24251dded9a117f1ea98b613130112d05d44884a7d2e1981282d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13cc472445993c3bfcbc09b54971ba8105a595b80df567cfe2397805b197117deeb2770c28f213f0aebca6e11ec90e48aab7c00a9bdd8962a7d4d46a5105d32f
|
7
|
+
data.tar.gz: f0eae285ed5a9dba8fb274f4915526c7c76228381ebf21a603040e97723c928083d638396e129f0e6b65d5b2f363cc0a14e0d70daa8e571f84c2a0dd84495abb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.193.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -6789,6 +6789,18 @@ 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 is changing the default log driver mode
|
6793
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
6794
|
+
# over logging. To continue using the `blocking` mode after this
|
6795
|
+
# change, do one of the following:
|
6796
|
+
#
|
6797
|
+
# * Set the `mode` option in your container definition's
|
6798
|
+
# `logConfiguration` as `blocking`.
|
6799
|
+
#
|
6800
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
6801
|
+
#
|
6802
|
+
# </note>
|
6803
|
+
#
|
6792
6804
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
6793
6805
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
6794
6806
|
# enabled or disabled by your security administrator in your Amazon
|
@@ -7016,6 +7028,18 @@ module Aws::ECS
|
|
7016
7028
|
# using this account setting will be used as the default. For more
|
7017
7029
|
# information about log delivery modes, see [LogConfiguration][7].
|
7018
7030
|
#
|
7031
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
|
7032
|
+
# from `blocking` to `non-blocking` to prioritize task availability
|
7033
|
+
# over logging. To continue using the `blocking` mode after this
|
7034
|
+
# change, do one of the following:
|
7035
|
+
#
|
7036
|
+
# * Set the `mode` option in your container definition's
|
7037
|
+
# `logConfiguration` as `blocking`.
|
7038
|
+
#
|
7039
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
7040
|
+
#
|
7041
|
+
# </note>
|
7042
|
+
#
|
7019
7043
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
|
7020
7044
|
# in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
|
7021
7045
|
# enabled or disabled by your security administrator in your Amazon
|
@@ -12539,7 +12563,7 @@ module Aws::ECS
|
|
12539
12563
|
tracer: tracer
|
12540
12564
|
)
|
12541
12565
|
context[:gem_name] = 'aws-sdk-ecs'
|
12542
|
-
context[:gem_version] = '1.
|
12566
|
+
context[:gem_version] = '1.193.0'
|
12543
12567
|
Seahorse::Client::Request.new(handlers, context)
|
12544
12568
|
end
|
12545
12569
|
|
data/lib/aws-sdk-ecs/types.rb
CHANGED
@@ -7027,6 +7027,18 @@ module Aws::ECS
|
|
7027
7027
|
# see [Default log driver mode][4] in the *Amazon Elastic Container
|
7028
7028
|
# Service Developer Guide*.
|
7029
7029
|
#
|
7030
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
7031
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
7032
|
+
# availability over logging. To continue using the `blocking` mode
|
7033
|
+
# after this change, do one of the following:
|
7034
|
+
#
|
7035
|
+
# * Set the `mode` option in your container definition's
|
7036
|
+
# `logConfiguration` as `blocking`.
|
7037
|
+
#
|
7038
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
7039
|
+
#
|
7040
|
+
# </note>
|
7041
|
+
#
|
7030
7042
|
# max-buffer-size
|
7031
7043
|
#
|
7032
7044
|
# : Required: No
|
@@ -8017,6 +8029,18 @@ module Aws::ECS
|
|
8017
8029
|
# using this account setting will be used as the default. For more
|
8018
8030
|
# information about log delivery modes, see [LogConfiguration][7].
|
8019
8031
|
#
|
8032
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
8033
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
8034
|
+
# availability over logging. To continue using the `blocking` mode
|
8035
|
+
# after this change, do one of the following:
|
8036
|
+
#
|
8037
|
+
# * Set the `mode` option in your container definition's
|
8038
|
+
# `logConfiguration` as `blocking`.
|
8039
|
+
#
|
8040
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
8041
|
+
#
|
8042
|
+
# </note>
|
8043
|
+
#
|
8020
8044
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
8021
8045
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
8022
8046
|
# Monitoring is enabled or disabled by your security administrator
|
@@ -8172,6 +8196,18 @@ module Aws::ECS
|
|
8172
8196
|
# using this account setting will be used as the default. For more
|
8173
8197
|
# information about log delivery modes, see [LogConfiguration][7].
|
8174
8198
|
#
|
8199
|
+
# <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
|
8200
|
+
# mode from `blocking` to `non-blocking` to prioritize task
|
8201
|
+
# availability over logging. To continue using the `blocking` mode
|
8202
|
+
# after this change, do one of the following:
|
8203
|
+
#
|
8204
|
+
# * Set the `mode` option in your container definition's
|
8205
|
+
# `logConfiguration` as `blocking`.
|
8206
|
+
#
|
8207
|
+
# * Set the `defaultLogDriverMode` account setting to `blocking`.
|
8208
|
+
#
|
8209
|
+
# </note>
|
8210
|
+
#
|
8175
8211
|
# * `guardDutyActivate` - The `guardDutyActivate` parameter is
|
8176
8212
|
# read-only in Amazon ECS and indicates whether Amazon ECS Runtime
|
8177
8213
|
# Monitoring is enabled or disabled by your security administrator
|
@@ -13747,7 +13783,7 @@ module Aws::ECS
|
|
13747
13783
|
#
|
13748
13784
|
#
|
13749
13785
|
#
|
13750
|
-
# [1]: https://github.com/aws/amazon-ecs-agent
|
13786
|
+
# [1]: https://github.com/aws/amazon-ecs-agent
|
13751
13787
|
# @return [String]
|
13752
13788
|
#
|
13753
13789
|
# @!attribute [rw] docker_version
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.193.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '2.
|
87
|
+
version: '2.7'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
90
|
- - ">="
|