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

Commit 4d8fb84

Browse files
Release v1.44.191 (2023-01-31) (#4710)
Release v1.44.191 (2023-01-31) === ### Service Client Updates * `service/accessanalyzer`: Adds new service * `service/appsync`: Updates service API and documentation * `service/cloudtrail`: Updates service API and documentation * Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel. * `service/cloudtrail-data`: Adds new service * `service/codeartifact`: Updates service API and documentation * `service/connectparticipant`: Adds new service * `service/ec2`: Updates service API and documentation * This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K. * `service/groundstation`: Updates service API and documentation * `service/iot`: Updates service API and documentation * Added support for IoT Rules Engine Cloudwatch Logs action batch mode. * `service/kinesis`: Adds new service * Enabled FIPS endpoints for GovCloud (US) regions in SDK. * `service/opensearch`: Updates service API and documentation * `service/outposts`: Adds new service * `service/polly`: Updates service API * Amazon Polly adds two new neural American English voices - Ruth, Stephen * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization. * `service/securityhub`: Updates service API and documentation * `service/support`: Adds new service * This fixes incorrect endpoint construction when a customer is explicitly setting a region.
1 parent 76684dd commit 4d8fb84

File tree

71 files changed

+13317
-9574
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+13317
-9574
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
Release v1.44.191 (2023-01-31)
2+
===
3+
4+
### Service Client Updates
5+
* `service/accessanalyzer`: Adds new service
6+
* `service/appsync`: Updates service API and documentation
7+
* `service/cloudtrail`: Updates service API and documentation
8+
* Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
9+
* `service/cloudtrail-data`: Adds new service
10+
* `service/codeartifact`: Updates service API and documentation
11+
* `service/connectparticipant`: Adds new service
12+
* `service/ec2`: Updates service API and documentation
13+
* This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
14+
* `service/groundstation`: Updates service API and documentation
15+
* `service/iot`: Updates service API and documentation
16+
* Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
17+
* `service/kinesis`: Adds new service
18+
* Enabled FIPS endpoints for GovCloud (US) regions in SDK.
19+
* `service/opensearch`: Updates service API and documentation
20+
* `service/outposts`: Adds new service
21+
* `service/polly`: Updates service API
22+
* Amazon Polly adds two new neural American English voices - Ruth, Stephen
23+
* `service/sagemaker`: Updates service API and documentation
24+
* Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
25+
* `service/securityhub`: Updates service API and documentation
26+
* `service/support`: Adds new service
27+
* This fixes incorrect endpoint construction when a customer is explicitly setting a region.
28+
129
Release v1.44.190 (2023-01-30)
230
===
331

aws/endpoints/defaults.go

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.190"
8+
const SDKVersion = "1.44.191"

models/apis/accessanalyzer/2019-11-01/endpoint-rule-set-1.json

Lines changed: 99 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://access-analyzer-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://access-analyzer-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://access-analyzer.{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://access-analyzer.{Region}.{PartitionResult#dualStackDnsSuffix}",
289-
"properties": {},
290-
"headers": {}
291-
},
292-
"type": "endpoint"
309+
"type": "tree",
310+
"rules": [
311+
{
312+
"conditions": [],
313+
"endpoint": {
314+
"url": "https://access-analyzer.{Region}.{PartitionResult#dualStackDnsSuffix}",
315+
"properties": {},
316+
"headers": {}
317+
},
318+
"type": "endpoint"
319+
}
320+
]
293321
}
294322
]
295323
},
@@ -302,12 +330,56 @@
302330
},
303331
{
304332
"conditions": [],
305-
"endpoint": {
306-
"url": "https://access-analyzer.{Region}.{PartitionResult#dnsSuffix}",
307-
"properties": {},
308-
"headers": {}
309-
},
310-
"type": "endpoint"
333+
"type": "tree",
334+
"rules": [
335+
{
336+
"conditions": [
337+
{
338+
"fn": "stringEquals",
339+
"argv": [
340+
{
341+
"ref": "Region"
342+
},
343+
"us-gov-east-1"
344+
]
345+
}
346+
],
347+
"endpoint": {
348+
"url": "https://access-analyzer.us-gov-east-1.amazonaws.com",
349+
"properties": {},
350+
"headers": {}
351+
},
352+
"type": "endpoint"
353+
},
354+
{
355+
"conditions": [
356+
{
357+
"fn": "stringEquals",
358+
"argv": [
359+
{
360+
"ref": "Region"
361+
},
362+
"us-gov-west-1"
363+
]
364+
}
365+
],
366+
"endpoint": {
367+
"url": "https://access-analyzer.us-gov-west-1.amazonaws.com",
368+
"properties": {},
369+
"headers": {}
370+
},
371+
"type": "endpoint"
372+
},
373+
{
374+
"conditions": [],
375+
"endpoint": {
376+
"url": "https://access-analyzer.{Region}.{PartitionResult#dnsSuffix}",
377+
"properties": {},
378+
"headers": {}
379+
},
380+
"type": "endpoint"
381+
}
382+
]
311383
}
312384
]
313385
}

0 commit comments

Comments
 (0)