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

Commit 52f64b2

Browse files
Release v1.42.15 (2021-11-29) (#4191)
Release v1.42.15 (2021-11-29) === ### Service Client Updates * `service/compute-optimizer`: Updates service API and documentation * `service/dataexchange`: Updates service API and documentation * `service/ec2`: Updates service API, documentation, and paginators * This release adds support for G5g and M6a instances. This release also adds support for Amazon EBS Snapshots Archive, a feature that enables you to archive your EBS snapshots; and Recycle Bin, a feature that enables you to protect your EBS snapshots against accidental deletion. * `service/ecr`: Updates service API, documentation, and paginators * This release adds supports for pull through cache rules and enhanced scanning. * `service/evidently`: Updates service API, documentation, paginators, and examples * `service/inspector2`: Adds new service * `service/iotsitewise`: Updates service API and documentation * `service/rbin`: Updates service API, documentation, paginators, and examples * `service/rum`: Updates service API, documentation, paginators, and examples * `service/s3`: Updates service API, documentation, and examples * Amazon S3 Event Notifications adds Amazon EventBridge as a destination and supports additional event types. The PutBucketNotificationConfiguration API can now skip validation of Amazon SQS, Amazon SNS and AWS Lambda destinations. * `service/ssm`: Updates service API and documentation * Added two new attributes to DescribeInstanceInformation called SourceId and SourceType along with new string filters SourceIds and SourceTypes to filter instance records. * `service/wellarchitected`: Updates service API, documentation, and paginators
1 parent f5f495f commit 52f64b2

File tree

77 files changed

+57748
-1933
lines changed

Some content is hidden

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

77 files changed

+57748
-1933
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Release v1.42.15 (2021-11-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/compute-optimizer`: Updates service API and documentation
6+
* `service/dataexchange`: Updates service API and documentation
7+
* `service/ec2`: Updates service API, documentation, and paginators
8+
* This release adds support for G5g and M6a instances. This release also adds support for Amazon EBS Snapshots Archive, a feature that enables you to archive your EBS snapshots; and Recycle Bin, a feature that enables you to protect your EBS snapshots against accidental deletion.
9+
* `service/ecr`: Updates service API, documentation, and paginators
10+
* This release adds supports for pull through cache rules and enhanced scanning.
11+
* `service/evidently`: Updates service API, documentation, paginators, and examples
12+
* `service/inspector2`: Adds new service
13+
* `service/iotsitewise`: Updates service API and documentation
14+
* `service/rbin`: Updates service API, documentation, paginators, and examples
15+
* `service/rum`: Updates service API, documentation, paginators, and examples
16+
* `service/s3`: Updates service API, documentation, and examples
17+
* Amazon S3 Event Notifications adds Amazon EventBridge as a destination and supports additional event types. The PutBucketNotificationConfiguration API can now skip validation of Amazon SQS, Amazon SNS and AWS Lambda destinations.
18+
* `service/ssm`: Updates service API and documentation
19+
* Added two new attributes to DescribeInstanceInformation called SourceId and SourceType along with new string filters SourceIds and SourceTypes to filter instance records.
20+
* `service/wellarchitected`: Updates service API, documentation, and paginators
21+
122
Release v1.42.14 (2021-11-29)
223
===
324

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.42.14"
8+
const SDKVersion = "1.42.15"

0 commit comments

Comments
 (0)