Skip to content

Commit

Permalink
Release v1.38.15 (2021-04-07) (#3853)
Browse files Browse the repository at this point in the history
Release v1.38.15 (2021-04-07)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/elasticache`: Updates service API and documentation
  * This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
* `service/ivs`: Updates service API, documentation, and paginators
* `service/mgn`: Updates service API, documentation, paginators, and examples
* `service/storagegateway`: Updates service API, documentation, and paginators
  * File Gateway APIs now support FSx for Windows as a cloud storage.
  • Loading branch information
aws-sdk-go-automation committed Apr 7, 2021
1 parent e20c50e commit d9428af
Show file tree
Hide file tree
Showing 34 changed files with 17,171 additions and 625 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.38.15 (2021-04-07)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API, documentation, and paginators
* `service/elasticache`: Updates service API and documentation
* This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
* `service/ivs`: Updates service API, documentation, and paginators
* `service/mgn`: Updates service API, documentation, paginators, and examples
* `service/storagegateway`: Updates service API, documentation, and paginators
* File Gateway APIs now support FSx for Windows as a cloud storage.

Release v1.38.14 (2021-04-06)
===

Expand Down
2 changes: 2 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.14"
const SDKVersion = "1.38.15"

0 comments on commit d9428af

Please sign in to comment.