Skip to content

Commit

Permalink
Release v1.42.26 (2022-01-03) (#4223)
Browse files Browse the repository at this point in the history
Release v1.42.26 (2022-01-03)
===

### Service Client Updates
* `service/detective`: Updates service API, documentation, and paginators
* `service/greengrassv2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added strength levels to the Sharpness Filter and now permits OGG files to be specified as sidecar audio inputs.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Multiple doc-only updates for Relational Database Service (RDS)
* `service/sagemaker`: Updates service API and documentation
  * The release allows users to pass pipeline definitions as Amazon S3 locations and control the pipeline execution concurrency using ParallelismConfiguration. It also adds support of EMR jobs as pipeline steps.
  • Loading branch information
aws-sdk-go-automation committed Jan 3, 2022
1 parent 7f5088c commit b145b69
Show file tree
Hide file tree
Showing 23 changed files with 3,840 additions and 409 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.42.26 (2022-01-03)
===

### Service Client Updates
* `service/detective`: Updates service API, documentation, and paginators
* `service/greengrassv2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added strength levels to the Sharpness Filter and now permits OGG files to be specified as sidecar audio inputs.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Multiple doc-only updates for Relational Database Service (RDS)
* `service/sagemaker`: Updates service API and documentation
* The release allows users to pass pipeline definitions as Amazon S3 locations and control the pipeline execution concurrency using ParallelismConfiguration. It also adds support of EMR jobs as pipeline steps.

Release v1.42.25 (2021-12-21)
===

Expand Down
147 changes: 147 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.25"
const SDKVersion = "1.42.26"

0 comments on commit b145b69

Please sign in to comment.