Skip to content

Commit

Permalink
Release v1.44.211 (2023-02-28) (#4742)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Feb 28, 2023
1 parent 913f8a8 commit a771428
Show file tree
Hide file tree
Showing 39 changed files with 15,856 additions and 9,726 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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

Release v1.44.210 (2023-02-27)
===

Expand Down
9 changes: 9 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.210"
const SDKVersion = "1.44.211"

0 comments on commit a771428

Please sign in to comment.