Skip to content

Commit

Permalink
Release v1.44.106 (2022-09-26) (#4568)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Sep 26, 2022
1 parent 5a9633d commit 9f1279c
Show file tree
Hide file tree
Showing 21 changed files with 22,445 additions and 26 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
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.

Release v1.44.105 (2022-09-23)
===

Expand Down
10 changes: 10 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.105"
const SDKVersion = "1.44.106"
3 changes: 3 additions & 0 deletions models/apis/cur/2017-01-06/api-2.json
Expand Up @@ -76,6 +76,7 @@
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
Expand All @@ -86,6 +87,8 @@
"eu-west-3",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
Expand Down

0 comments on commit 9f1279c

Please sign in to comment.