Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a771428

Browse files
Release v1.44.211 (2023-02-28) (#4742)
Release v1.44.211 (2023-02-28) === ### Service Client Updates * `service/comprehend`: Updates service API, documentation, and paginators * `service/ec2`: Updates service API and documentation * This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default. * `service/kms`: Updates service documentation and examples * AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023. * `service/lightsail`: Updates service API and documentation * This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount. * `service/managedblockchain`: Updates service API and documentation * `service/omics`: Updates service API and documentation
1 parent 913f8a8 commit a771428

39 files changed

+15856
-9726
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.44.211 (2023-02-28)
2+
===
3+
4+
### Service Client Updates
5+
* `service/comprehend`: Updates service API, documentation, and paginators
6+
* `service/ec2`: Updates service API and documentation
7+
* This release allows IMDS support to be set to v2-only on an existing AMI, so that all future instances launched from that AMI will use IMDSv2 by default.
8+
* `service/kms`: Updates service documentation and examples
9+
* AWS KMS is deprecating the RSAES_PKCS1_V1_5 wrapping algorithm option in the GetParametersForImport API that is used in the AWS KMS Import Key Material feature. AWS KMS will end support for this wrapping algorithm by October 1, 2023.
10+
* `service/lightsail`: Updates service API and documentation
11+
* This release adds Lightsail for Research feature support, such as GUI session access, cost estimates, stop instance on idle, and disk auto mount.
12+
* `service/managedblockchain`: Updates service API and documentation
13+
* `service/omics`: Updates service API and documentation
14+
115
Release v1.44.210 (2023-02-27)
216
===
317

aws/endpoints/defaults.go

Lines changed: 9 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.210"
8+
const SDKVersion = "1.44.211"

0 commit comments

Comments
 (0)