Skip to content

Commit 0f8d80a

Browse files
Release v1.44.110 (2022-10-03) (#4575)
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).
1 parent 5bd00c9 commit 0f8d80a

File tree

15 files changed

+658
-263
lines changed

15 files changed

+658
-263
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.110 (2022-10-03)
2+
===
3+
4+
### Service Client Updates
5+
* `service/accessanalyzer`: Updates service API and documentation
6+
* `service/ec2`: Updates service API and documentation
7+
* Adding an imdsSupport attribute to EC2 AMIs
8+
* `service/snowball`: Updates service API, documentation, and paginators
9+
* 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).
10+
111
Release v1.44.109 (2022-09-30)
212
===
313

aws/endpoints/defaults.go

Lines changed: 10 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.109"
8+
const SDKVersion = "1.44.110"

0 commit comments

Comments
 (0)