Skip to content

Commit

Permalink
Release v1.31.8 (2020-06-01) (#3347)
Browse files Browse the repository at this point in the history
Release v1.31.8 (2020-06-01)
===

### Service Client Updates
* `service/athena`: Updates service API, documentation, and paginators
  * This release adds support for connecting Athena to your own Apache Hive Metastores in addition to the AWS Glue Data Catalog. For more information, please see https://docs.aws.amazon.com/athena/latest/ug/connect-to-data-source-hive.html
* `service/elasticmapreduce`: Updates service API and documentation
  * Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
* `service/fsx`: Updates service API and documentation
* `service/kms`: Updates service API and documentation
  * AWS Key Management Service (AWS KMS): If the GenerateDataKeyPair or GenerateDataKeyPairWithoutPlaintext APIs are called on a CMK in a custom key store (origin == AWS_CLOUDHSM), they return an UnsupportedOperationException. If a call to UpdateAlias causes a customer to exceed the Alias resource quota, the UpdateAlias API returns a LimitExceededException.
* `service/sagemaker`: Updates service API and documentation
  * We are releasing HumanTaskUiArn as a new parameter in CreateLabelingJob and RenderUiTemplate which can take an ARN for a system managed UI to render a task.
* `service/worklink`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jun 1, 2020
1 parent 645efef commit 0fd0b06
Show file tree
Hide file tree
Showing 29 changed files with 5,060 additions and 793 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.31.8 (2020-06-01)
===

### Service Client Updates
* `service/athena`: Updates service API, documentation, and paginators
* This release adds support for connecting Athena to your own Apache Hive Metastores in addition to the AWS Glue Data Catalog. For more information, please see https://docs.aws.amazon.com/athena/latest/ug/connect-to-data-source-hive.html
* `service/elasticmapreduce`: Updates service API and documentation
* Amazon EMR now supports encrypting log files with AWS Key Management Service (KMS) customer managed keys.
* `service/fsx`: Updates service API and documentation
* `service/kms`: Updates service API and documentation
* AWS Key Management Service (AWS KMS): If the GenerateDataKeyPair or GenerateDataKeyPairWithoutPlaintext APIs are called on a CMK in a custom key store (origin == AWS_CLOUDHSM), they return an UnsupportedOperationException. If a call to UpdateAlias causes a customer to exceed the Alias resource quota, the UpdateAlias API returns a LimitExceededException.
* `service/sagemaker`: Updates service API and documentation
* We are releasing HumanTaskUiArn as a new parameter in CreateLabelingJob and RenderUiTemplate which can take an ARN for a system managed UI to render a task.
* `service/worklink`: Updates service API and documentation

Release v1.31.7 (2020-05-28)
===

Expand Down
18 changes: 18 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
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.31.7"
const SDKVersion = "1.31.8"

0 comments on commit 0fd0b06

Please sign in to comment.