aws-sdk-ecs 1.92.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 +198 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-ecs/client.rb +1465 -262
- data/lib/aws-sdk-ecs/client_api.rb +190 -0
- data/lib/aws-sdk-ecs/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-ecs/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-ecs/endpoints.rb +800 -0
- data/lib/aws-sdk-ecs/errors.rb +11 -0
- data/lib/aws-sdk-ecs/plugins/endpoints.rb +180 -0
- data/lib/aws-sdk-ecs/types.rb +2112 -2523
- data/lib/aws-sdk-ecs.rb +5 -1
- metadata +8 -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,203 @@
|
|
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
|
+
|
79
|
+
1.116.0 (2023-04-21)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Documentation update to address various Amazon ECS tickets.
|
83
|
+
|
84
|
+
1.115.0 (2023-04-19)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
|
88
|
+
|
89
|
+
1.114.0 (2023-04-14)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - This release supports ephemeral storage for AWS Fargate Windows containers.
|
93
|
+
|
94
|
+
1.113.0 (2023-04-10)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
|
98
|
+
|
99
|
+
1.112.0 (2023-04-05)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - This is a document only updated to add information about Amazon Elastic Inference (EI).
|
103
|
+
|
104
|
+
1.111.0 (2023-02-23)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - This release supports deleting Amazon ECS task definitions that are in the INACTIVE state.
|
108
|
+
|
109
|
+
1.110.0 (2023-01-18)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
113
|
+
|
114
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
115
|
+
|
116
|
+
1.109.0 (2022-12-19)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates.
|
120
|
+
|
121
|
+
1.108.0 (2022-12-15)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
|
125
|
+
|
126
|
+
1.107.0 (2022-12-02)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* Feature - Documentation updates for Amazon ECS
|
130
|
+
|
131
|
+
1.106.0 (2022-11-28)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
|
135
|
+
|
136
|
+
1.105.0 (2022-11-10)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.
|
140
|
+
|
141
|
+
1.104.0 (2022-10-25)
|
142
|
+
------------------
|
143
|
+
|
144
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
145
|
+
|
146
|
+
1.103.0 (2022-10-13)
|
147
|
+
------------------
|
148
|
+
|
149
|
+
* Feature - Documentation update to address tickets.
|
150
|
+
|
151
|
+
1.102.0 (2022-10-04)
|
152
|
+
------------------
|
153
|
+
|
154
|
+
* Feature - Documentation updates to address various Amazon ECS tickets.
|
155
|
+
|
156
|
+
1.101.0 (2022-09-16)
|
157
|
+
------------------
|
158
|
+
|
159
|
+
* Feature - This release supports new task definition sizes.
|
160
|
+
|
161
|
+
1.100.0 (2022-06-21)
|
162
|
+
------------------
|
163
|
+
|
164
|
+
* Feature - Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy.
|
165
|
+
|
166
|
+
1.99.0 (2022-03-22)
|
167
|
+
------------------
|
168
|
+
|
169
|
+
* Feature - Documentation only update to address tickets
|
170
|
+
|
171
|
+
1.98.0 (2022-03-15)
|
172
|
+
------------------
|
173
|
+
|
174
|
+
* Feature - Documentation only update to address tickets
|
175
|
+
|
176
|
+
1.97.0 (2022-03-07)
|
177
|
+
------------------
|
178
|
+
|
179
|
+
* Feature - Amazon ECS UpdateService API now supports additional parameters: loadBalancers, propagateTags, enableECSManagedTags, and serviceRegistries
|
180
|
+
|
181
|
+
1.96.0 (2022-02-24)
|
182
|
+
------------------
|
183
|
+
|
184
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
185
|
+
|
186
|
+
1.95.0 (2022-02-03)
|
187
|
+
------------------
|
188
|
+
|
189
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
190
|
+
|
191
|
+
1.94.0 (2022-01-05)
|
192
|
+
------------------
|
193
|
+
|
194
|
+
* Feature - Documentation update for ticket fixes.
|
195
|
+
|
196
|
+
1.93.0 (2021-12-21)
|
197
|
+
------------------
|
198
|
+
|
199
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
200
|
+
|
4
201
|
1.92.0 (2021-11-30)
|
5
202
|
------------------
|
6
203
|
|
@@ -542,4 +739,4 @@ Unreleased Changes
|
|
542
739
|
1.0.0.rc1 (2016-12-05)
|
543
740
|
------------------
|
544
741
|
|
545
|
-
* Feature - Initial preview release of the `aws-sdk-ecs` gem.
|
742
|
+
* Feature - Initial preview release of the `aws-sdk-ecs` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.131.0
|