aws-sdk-ecs 1.173.0 → 1.180.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 +35 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1672 -73
- data/lib/aws-sdk-ecs/endpoint_provider.rb +13 -17
- data/lib/aws-sdk-ecs/types.rb +107 -34
- data/lib/aws-sdk-ecs.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -0
- 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: 0f836d60a9a037d4ac8463315f8ef36005d7724cbdb1120d48437c80d5be69cf
|
4
|
+
data.tar.gz: b35be142b9b23c3e038273f72b21838029b9eebe2262fa01dbc309abc2935b6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5ac8d91eb85751fe36a37a91e7c58f48ee4ee3fcb893c2834c0621c153a76d5fed48899e952828250e9942712e024e9785dc2e1f5dc19da068e9559322ea14e
|
7
|
+
data.tar.gz: cd3dc6e2d2d5735ea89cb6798be8bb2bc9c36bd97dc92dd179b29b62b4ddfbf888cac83e2b196c84f7869d0b57c46acfc893e7b291c640047bcf9ff65ff0c9e4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.180.0 (2025-02-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This is a documentation only release for Amazon ECS that supports the CPU task limit increase.
|
8
|
+
|
9
|
+
1.179.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.178.0 (2025-02-13)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
|
18
|
+
|
19
|
+
1.177.0 (2025-02-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.176.0 (2025-01-16)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - The release addresses Amazon ECS documentation tickets.
|
28
|
+
|
29
|
+
1.175.0 (2025-01-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.174.0 (2025-01-03)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Adding SDK reference examples for Amazon ECS operations.
|
38
|
+
|
4
39
|
1.173.0 (2024-12-17)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.180.0
|