Skip to content

Commit

Permalink
Release v1.44.148 (2022-11-29) (#4644)
Browse files Browse the repository at this point in the history
Release v1.44.148 (2022-11-29)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
  * This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
  * This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
* `service/firehose`: Updates service API and documentation
  * Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
  * Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
* `service/kms`: Updates service API, documentation, paginators, and examples
  * AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
  * AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
* `service/omics`: Updates service API, documentation, waiters, paginators, and examples
* `service/opensearchserverless`: Adds new service
* `service/securitylake`: Adds new service
* `service/simspaceweaver`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Nov 29, 2022
1 parent 4133cb1 commit b4def07
Show file tree
Hide file tree
Showing 68 changed files with 56,025 additions and 1,266 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.148 (2022-11-29)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
* This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
* This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
* `service/firehose`: Updates service API and documentation
* Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
* Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
* `service/kms`: Updates service API, documentation, paginators, and examples
* AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
* AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
* `service/omics`: Updates service API, documentation, waiters, paginators, and examples
* `service/opensearchserverless`: Adds new service
* `service/securitylake`: Adds new service
* `service/simspaceweaver`: Adds new service

Release v1.44.147 (2022-11-29)
===

Expand Down
53 changes: 53 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.147"
const SDKVersion = "1.44.148"
Loading

0 comments on commit b4def07

Please sign in to comment.