Skip to content

Commit

Permalink
Release v1.44.20 (2022-05-23) (#4411)
Browse files Browse the repository at this point in the history
Release v1.44.20 (2022-05-23)
===

### Service Client Updates
* `service/elasticache`: Updates service API and documentation
  * Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later.
* `service/forecast`: Updates service API, documentation, and paginators
* `service/personalize`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 23, 2022
1 parent 7f8f9a3 commit 352a60d
Show file tree
Hide file tree
Showing 15 changed files with 3,469 additions and 622 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.44.20 (2022-05-23)
===

### Service Client Updates
* `service/elasticache`: Updates service API and documentation
* Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later.
* `service/forecast`: Updates service API, documentation, and paginators
* `service/personalize`: Updates service API and documentation

Release v1.44.19 (2022-05-20)
===

Expand Down
77 changes: 77 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.44.19"
const SDKVersion = "1.44.20"
3 changes: 2 additions & 1 deletion models/apis/elasticache/2015-02-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,8 @@
"OutpostMode":{"shape":"OutpostMode"},
"PreferredOutpostArn":{"shape":"String"},
"PreferredOutpostArns":{"shape":"PreferredOutpostArnList"},
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"}
"LogDeliveryConfigurations":{"shape":"LogDeliveryConfigurationRequestList"},
"TransitEncryptionEnabled":{"shape":"BooleanOptional"}
}
},
"CreateCacheClusterResult":{
Expand Down
19 changes: 10 additions & 9 deletions models/apis/elasticache/2015-02-02/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 352a60d

Please sign in to comment.