Skip to content

Commit 9f1279c

Browse files
Release v1.44.106 (2022-09-26) (#4568)
Release v1.44.106 (2022-09-26) === ### Service Client Updates * `service/cur`: Updates service API * This release adds two new support regions(me-central-1/eu-south-2) for OSG. * `service/iotfleetwise`: Adds new service * `service/ssm`: Updates service API and documentation * This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows.
1 parent 5a9633d commit 9f1279c

File tree

21 files changed

+22445
-26
lines changed

21 files changed

+22445
-26
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.106 (2022-09-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cur`: Updates service API
6+
* This release adds two new support regions(me-central-1/eu-south-2) for OSG.
7+
* `service/iotfleetwise`: Adds new service
8+
* `service/ssm`: Updates service API and documentation
9+
* This release includes support for applying a CloudWatch alarm to Systems Manager capabilities like Automation, Run Command, State Manager, and Maintenance Windows.
10+
111
Release v1.44.105 (2022-09-23)
212
===
313

aws/endpoints/defaults.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.105"
8+
const SDKVersion = "1.44.106"

models/apis/cur/2017-01-06/api-2.json

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"ap-south-1",
7777
"ap-southeast-1",
7878
"ap-southeast-2",
79+
"ap-southeast-3",
7980
"ap-northeast-1",
8081
"ap-northeast-2",
8182
"ap-northeast-3",
@@ -86,6 +87,8 @@
8687
"eu-west-3",
8788
"eu-north-1",
8889
"eu-south-1",
90+
"eu-south-2",
91+
"me-central-1",
8992
"me-south-1",
9093
"sa-east-1",
9194
"us-east-1",

0 commit comments

Comments
 (0)