aws-sdk-ecs 1.156.0 → 1.158.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1 -4
- data/lib/aws-sdk-ecs/endpoints.rb +56 -224
- data/lib/aws-sdk-ecs/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-ecs/types.rb +90 -72
- 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: 5739e534b04b285c25a3c78619146914c02251786740397e9d0bedecf01f220c
|
|
4
|
+
data.tar.gz: 9805c58270a78038267aa7fe1f3db260b4ebf949898c2677f3c7a788a5d86b17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db0593cd773d240a548a759c58a07b05bb5bd91e4126ef1f105a707377e1b56f213962f67a82ffe054cf9555758ac0beb5805d6129dd1b6ff57890f8800d2e3c
|
|
7
|
+
data.tar.gz: 553d6d688d01dd6df6e721db695ad11906990d56a095f83a4943a61927a664611eba1defd0b80d1ec1ae07380d8c5131704bed89ec87fd4dc2849967a4569061
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.158.0 (2024-09-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This is a documentation only release to address various tickets.
|
|
8
|
+
|
|
9
|
+
1.157.0 (2024-09-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.156.0 (2024-09-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.158.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -5785,9 +5785,6 @@ module Aws::ECS
|
|
|
5785
5785
|
# mode][3]. For more information on using IPv6 with tasks launched on
|
|
5786
5786
|
# Fargate, see [Using a VPC in dual-stack mode][4].
|
|
5787
5787
|
#
|
|
5788
|
-
# * `fargateFIPSMode` - If you specify `fargateFIPSMode`, Fargate FIPS
|
|
5789
|
-
# 140 compliance is affected.
|
|
5790
|
-
#
|
|
5791
5788
|
# * `fargateTaskRetirementWaitPeriod` - When Amazon Web Services
|
|
5792
5789
|
# determines that a security or infrastructure update is needed for an
|
|
5793
5790
|
# Amazon ECS task hosted on Fargate, the tasks need to be stopped and
|
|
@@ -10445,7 +10442,7 @@ module Aws::ECS
|
|
|
10445
10442
|
tracer: tracer
|
|
10446
10443
|
)
|
|
10447
10444
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
10448
|
-
context[:gem_version] = '1.
|
|
10445
|
+
context[:gem_version] = '1.158.0'
|
|
10449
10446
|
Seahorse::Client::Request.new(handlers, context)
|
|
10450
10447
|
end
|
|
10451
10448
|
|