Skip to content

Commit b4def07

Browse files
Release v1.44.148 (2022-11-29) (#4644)
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
1 parent 4133cb1 commit b4def07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+56025
-1266
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.44.148 (2022-11-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API, documentation, and paginators
6+
* 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.
7+
* 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.
8+
* `service/firehose`: Updates service API and documentation
9+
* Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
10+
* Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
11+
* `service/kms`: Updates service API, documentation, paginators, and examples
12+
* 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.
13+
* 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.
14+
* `service/omics`: Updates service API, documentation, waiters, paginators, and examples
15+
* `service/opensearchserverless`: Adds new service
16+
* `service/securitylake`: Adds new service
17+
* `service/simspaceweaver`: Adds new service
18+
119
Release v1.44.147 (2022-11-29)
220
===
321

aws/endpoints/defaults.go

Lines changed: 53 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.147"
8+
const SDKVersion = "1.44.148"

0 commit comments

Comments
 (0)