Skip to content

Commit

Permalink
Release v1.35.22 (2020-11-05)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/appmesh`: Updates service API, documentation, paginators, and examples
* `service/dynamodb`: Updates service API and documentation
  * This release adds a new ReplicaStatus INACCESSIBLE_ENCRYPTION_CREDENTIALS for the Table description, indicating when a key used to encrypt a regional replica table is not accessible.
* `service/ec2`: Updates service API and documentation
  * Documentation updates for EC2.
* `service/es`: Updates service API and documentation
  * Amazon Elasticsearch Service now provides the ability to define a custom endpoint for your domain and link an SSL certificate from ACM, making it easier to refer to Kibana and the domain endpoint.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
  * With this release, customers can now reprocess past events by storing the events published on event bus in an encrypted archive.
* `service/frauddetector`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now supports providing user context in your query requests, Tokens can be JSON or JWT format. This release also introduces support for Confluence cloud datasources.
* `service/lambda`: Updates service API and documentation
  * Support Amazon MQ as an Event Source.
* `service/rds`: Updates service API and documentation
  * Supports a new parameter to set the max allocated storage in gigabytes for the CreateDBInstanceReadReplica API.
  • Loading branch information
awssdkgo committed Nov 5, 2020
1 parent d0f4315 commit 9448688
Show file tree
Hide file tree
Showing 42 changed files with 17,977 additions and 8,925 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.35.22 (2020-11-05)
===

### Service Client Updates
* `service/appmesh`: Updates service API, documentation, paginators, and examples
* `service/dynamodb`: Updates service API and documentation
* This release adds a new ReplicaStatus INACCESSIBLE_ENCRYPTION_CREDENTIALS for the Table description, indicating when a key used to encrypt a regional replica table is not accessible.
* `service/ec2`: Updates service API and documentation
* Documentation updates for EC2.
* `service/es`: Updates service API and documentation
* Amazon Elasticsearch Service now provides the ability to define a custom endpoint for your domain and link an SSL certificate from ACM, making it easier to refer to Kibana and the domain endpoint.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* With this release, customers can now reprocess past events by storing the events published on event bus in an encrypted archive.
* `service/frauddetector`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now supports providing user context in your query requests, Tokens can be JSON or JWT format. This release also introduces support for Confluence cloud datasources.
* `service/lambda`: Updates service API and documentation
* Support Amazon MQ as an Event Source.
* `service/rds`: Updates service API and documentation
* Supports a new parameter to set the max allocated storage in gigabytes for the CreateDBInstanceReadReplica API.

Release v1.35.21 (2020-11-04)
===

Expand Down
44 changes: 38 additions & 6 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.35.21"
const SDKVersion = "1.35.22"
Loading

0 comments on commit 9448688

Please sign in to comment.