aws-sdk-ecs 1.165.0 → 1.171.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +456 -55
- data/lib/aws-sdk-ecs/client_api.rb +203 -1
- data/lib/aws-sdk-ecs/types.rb +940 -101
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +62 -4
- data/sig/types.rbs +150 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88ccea68f205a92d9da5e2b856a4231d9de923ad3547e10bc7609b9922b9d7e1
|
4
|
+
data.tar.gz: aca1bda31828f6721925f74a48383fc4395f8e2505d8f1151fbd1a1eb678ed36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c897395e2379e1f7fac7f3915e957060709cfb9ee502429367241f2625eff539c91bfcf3b790531b2373375a7219328981d0e86cf5049119c53be3aa0ee90a6e
|
7
|
+
data.tar.gz: d9d8525ac28e0061fb07942493d1dcd03fa71642ac8246d080820dcbb9523256e33bdb0f308b3848da67c6e97d3e9dfb4f1c279c6ef66456c1671ff3ba4f3924
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.171.0 (2024-12-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for Container Insights with Enhanced Observability for Amazon ECS.
|
8
|
+
|
9
|
+
1.170.0 (2024-11-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for the Availability Zone rebalancing feature on Amazon ECS.
|
13
|
+
|
14
|
+
1.169.0 (2024-11-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
|
18
|
+
|
19
|
+
1.168.0 (2024-11-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
|
23
|
+
|
24
|
+
1.167.0 (2024-11-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.166.0 (2024-10-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
|
33
|
+
|
4
34
|
1.165.0 (2024-10-24)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.171.0
|