Skip to content

Commit

Permalink
Release v1.44.16 (2022-05-17) (#4405)
Browse files Browse the repository at this point in the history
Release v1.44.16 (2022-05-17)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
  * This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration.
* `service/kms`: Updates service documentation
  * Add HMAC best practice tip, annual rotation of AWS managed keys.
  • Loading branch information
aws-sdk-go-automation committed May 17, 2022
1 parent a8c4cd0 commit 107e836
Show file tree
Hide file tree
Showing 8 changed files with 11,206 additions and 406 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.16 (2022-05-17)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
* This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration.
* `service/kms`: Updates service documentation
* Add HMAC best practice tip, annual rotation of AWS managed keys.

Release v1.44.15 (2022-05-16)
===

Expand Down
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.44.15"
const SDKVersion = "1.44.16"

0 comments on commit 107e836

Please sign in to comment.