Skip to content

Commit

Permalink
Release v1.42.15 (2021-11-29) (#4191)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation authored Nov 29, 2021
1 parent f5f495f commit 52f64b2
Show file tree
Hide file tree
Showing 77 changed files with 57,748 additions and 1,933 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
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

Release v1.42.14 (2021-11-29)
===

Expand Down
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.42.14"
const SDKVersion = "1.42.15"
Loading

0 comments on commit 52f64b2

Please sign in to comment.