Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit d4386d5

Browse files
Release v1.44.189 (2023-01-27) (#4706)
Release v1.44.189 (2023-01-27) === ### Service Client Updates * `service/application-autoscaling`: Adds new service * `service/appstream`: Updates service waiters * Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped. * `service/elasticbeanstalk`: Adds new service * Enabled FIPS endpoints for GovCloud (US) regions in SDK. * `service/fis`: Adds new service * `service/glacier`: Adds new service * Enabled FIPS endpoints for GovCloud (US) regions in SDK. * `service/greengrass`: Adds new service * Enabled FIPS endpoints for GovCloud (US) regions in SDK. * `service/greengrassv2`: Adds new service * `service/mediatailor`: Updates service API and documentation * `service/outposts`: Updates service API and documentation * `service/runtime.sagemaker`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * This release supports running SageMaker Training jobs with container images that are in a private Docker registry. * `service/serverlessrepo`: Adds new service
1 parent 61bd8ad commit d4386d5

File tree

39 files changed

+7225
-4619
lines changed

39 files changed

+7225
-4619
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.44.189 (2023-01-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/application-autoscaling`: Adds new service
6+
* `service/appstream`: Updates service waiters
7+
* Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
8+
* `service/elasticbeanstalk`: Adds new service
9+
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
10+
* `service/fis`: Adds new service
11+
* `service/glacier`: Adds new service
12+
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
13+
* `service/greengrass`: Adds new service
14+
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
15+
* `service/greengrassv2`: Adds new service
16+
* `service/mediatailor`: Updates service API and documentation
17+
* `service/outposts`: Updates service API and documentation
18+
* `service/runtime.sagemaker`: Updates service API and documentation
19+
* `service/sagemaker`: Updates service API and documentation
20+
* This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
21+
* `service/serverlessrepo`: Adds new service
22+
123
Release v1.44.188 (2023-01-26)
224
===
325

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.188"
8+
const SDKVersion = "1.44.189"

models/apis/application-autoscaling/2016-02-06/endpoint-rule-set-1.json

Lines changed: 61 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",
@@ -174,12 +165,18 @@
174165
"rules": [
175166
{
176167
"conditions": [],
177-
"endpoint": {
178-
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179-
"properties": {},
180-
"headers": {}
181-
},
182-
"type": "endpoint"
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://application-autoscaling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
183180
}
184181
]
185182
},
@@ -228,6 +225,31 @@
228225
"conditions": [],
229226
"type": "tree",
230227
"rules": [
228+
{
229+
"conditions": [
230+
{
231+
"fn": "stringEquals",
232+
"argv": [
233+
"aws-us-gov",
234+
{
235+
"fn": "getAttr",
236+
"argv": [
237+
{
238+
"ref": "PartitionResult"
239+
},
240+
"name"
241+
]
242+
}
243+
]
244+
}
245+
],
246+
"endpoint": {
247+
"url": "https://application-autoscaling.{Region}.amazonaws.com",
248+
"properties": {},
249+
"headers": {}
250+
},
251+
"type": "endpoint"
252+
},
231253
{
232254
"conditions": [],
233255
"endpoint": {
@@ -284,12 +306,18 @@
284306
"rules": [
285307
{
286308
"conditions": [],
287-
"endpoint": {
288-
"url": "https://application-autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}",
289-
"properties": {},
290-
"headers": {}
291-
},
292-
"type": "endpoint"
309+
"type": "tree",
310+
"rules": [
311+
{
312+
"conditions": [],
313+
"endpoint": {
314+
"url": "https://application-autoscaling.{Region}.{PartitionResult#dualStackDnsSuffix}",
315+
"properties": {},
316+
"headers": {}
317+
},
318+
"type": "endpoint"
319+
}
320+
]
293321
}
294322
]
295323
},
@@ -302,12 +330,18 @@
302330
},
303331
{
304332
"conditions": [],
305-
"endpoint": {
306-
"url": "https://application-autoscaling.{Region}.{PartitionResult#dnsSuffix}",
307-
"properties": {},
308-
"headers": {}
309-
},
310-
"type": "endpoint"
333+
"type": "tree",
334+
"rules": [
335+
{
336+
"conditions": [],
337+
"endpoint": {
338+
"url": "https://application-autoscaling.{Region}.{PartitionResult#dnsSuffix}",
339+
"properties": {},
340+
"headers": {}
341+
},
342+
"type": "endpoint"
343+
}
344+
]
311345
}
312346
]
313347
}

0 commit comments

Comments
 (0)