Skip to content

Commit

Permalink
Release v1.44.110 (2022-10-03) (#4575)
Browse files Browse the repository at this point in the history
Release v1.44.110 (2022-10-03)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Adding an imdsSupport attribute to EC2 AMIs
* `service/snowball`: Updates service API, documentation, and paginators
  * Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).
  • Loading branch information
aws-sdk-go-automation committed Oct 3, 2022
1 parent 5bd00c9 commit 0f8d80a
Show file tree
Hide file tree
Showing 15 changed files with 658 additions and 263 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.44.110 (2022-10-03)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Adding an imdsSupport attribute to EC2 AMIs
* `service/snowball`: Updates service API, documentation, and paginators
* Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).

Release v1.44.109 (2022-09-30)
===

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.109"
const SDKVersion = "1.44.110"

0 comments on commit 0f8d80a

Please sign in to comment.