Skip to content

Commit

Permalink
Release v1.48.6 (2023-11-28) (#5084)
Browse files Browse the repository at this point in the history
Release v1.48.6 (2023-11-28)
===

### Service Client Updates
* `service/elasticache`: Updates service API, documentation, and paginators
  * Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.
  • Loading branch information
aws-sdk-go-automation committed Nov 28, 2023
1 parent d5c8ed9 commit 0cc9ddb
Show file tree
Hide file tree
Showing 12 changed files with 4,568 additions and 820 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.48.6 (2023-11-28)
===

### Service Client Updates
* `service/elasticache`: Updates service API, documentation, and paginators
* Launching Amazon ElastiCache Serverless that enables you to create a cache in under a minute without any capacity management. ElastiCache Serverless monitors the cache's memory, CPU, and network usage and scales both vertically and horizontally to support your application's requirements.

Release v1.48.5 (2023-11-27)
===

Expand Down
25 changes: 25 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.48.5"
const SDKVersion = "1.48.6"

0 comments on commit 0cc9ddb

Please sign in to comment.