Skip to content

Commit

Permalink
Release v1.44.85 (2022-08-25) (#4536)
Browse files Browse the repository at this point in the history
Release v1.44.85 (2022-08-25)
===

### Service Client Updates
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/gamelift`: Updates service API
  * This release adds support for eight EC2 local zones as fleet locations; Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.
* `service/iotwireless`: Updates service API and documentation
* `service/ivschat`: Updates service documentation
* `service/panorama`: Updates service API and documentation
* `service/sso-oidc`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Aug 25, 2022
1 parent 3f8783f commit b957669
Show file tree
Hide file tree
Showing 20 changed files with 1,456 additions and 148 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.85 (2022-08-25)
===

### Service Client Updates
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/gamelift`: Updates service API
* This release adds support for eight EC2 local zones as fleet locations; Atlanta, Chicago, Dallas, Denver, Houston, Kansas City (us-east-1-mci-1a), Los Angeles, and Phoenix. It also adds support for C5d, C6a, C6i, and R5d EC2 instance families.
* `service/iotwireless`: Updates service API and documentation
* `service/ivschat`: Updates service documentation
* `service/panorama`: Updates service API and documentation
* `service/sso-oidc`: Updates service API and documentation

Release v1.44.84 (2022-08-24)
===

Expand Down
277 changes: 277 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.84"
const SDKVersion = "1.44.85"

0 comments on commit b957669

Please sign in to comment.