aws-sdk-ecs 1.116.0 → 1.131.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 +75 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +207 -103
- data/lib/aws-sdk-ecs/client_api.rb +3 -0
- data/lib/aws-sdk-ecs/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-ecs/endpoints.rb +1 -0
- data/lib/aws-sdk-ecs/types.rb +335 -116
- 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: bd17f1e96153338ba22930d8515bf665cf7b7e8c173a9a46590b3cfa6a4e0125
|
4
|
+
data.tar.gz: 29d3ac3597bbc14d5ad9f16a08c2b6bb454758cf8298abacd1e4500016cac6c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0860585a980ad315b8163803b7f30bbf90e14aed2acf44d6a942f508469fa31930559fcbd09ca5a29f8898eb0e9c2279802c898bf617379491b021f843132599'
|
7
|
+
data.tar.gz: 879bd85d459640b803946299845711e5c85216236ce5751799ef0be31293c36cb38f1ba92f7057b811ee3e4f56016f62e096a9ae64ffebfefa2709cfbc740dc4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,81 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.131.0 (2023-10-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation only updates to address Amazon ECS tickets.
|
8
|
+
|
9
|
+
1.130.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.129.0 (2023-09-05)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation only update for Amazon ECS.
|
18
|
+
|
19
|
+
1.128.0 (2023-08-31)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
|
23
|
+
|
24
|
+
1.127.0 (2023-08-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - This is a documentation update to address various tickets.
|
28
|
+
|
29
|
+
1.126.0 (2023-07-11)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.125.0 (2023-07-06)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.124.0 (2023-06-30)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
|
43
|
+
|
44
|
+
1.123.0 (2023-06-28)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.122.0 (2023-06-19)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Documentation only update to address various tickets.
|
53
|
+
|
54
|
+
1.121.0 (2023-06-15)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.120.0 (2023-05-31)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.119.0 (2023-05-18)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Documentation only release to address various tickets.
|
68
|
+
|
69
|
+
1.118.0 (2023-05-04)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
|
73
|
+
|
74
|
+
1.117.0 (2023-05-02)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Documentation only update to address Amazon ECS tickets.
|
78
|
+
|
4
79
|
1.116.0 (2023-04-21)
|
5
80
|
------------------
|
6
81
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.131.0
|