Skip to content

Commit

Permalink
Release v1.44.7 (2022-05-04) (#4388)
Browse files Browse the repository at this point in the history
Release v1.44.7 (2022-05-04)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/iotsecuretunneling`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
  * Documentation updates for Lightsail
* `service/ssm`: Updates service API and documentation
  * This release adds the TargetMaps parameter in SSM State Manager API.
  • Loading branch information
aws-sdk-go-automation authored May 4, 2022
1 parent f377248 commit e3b91ae
Show file tree
Hide file tree
Showing 19 changed files with 1,132 additions and 126 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.7 (2022-05-04)
===

### Service Client Updates
* `service/backup`: Updates service API, documentation, and paginators
* `service/iotsecuretunneling`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
* Documentation updates for Lightsail
* `service/ssm`: Updates service API and documentation
* This release adds the TargetMaps parameter in SSM State Manager API.

Release v1.44.6 (2022-05-03)
===

Expand Down
222 changes: 222 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.6"
const SDKVersion = "1.44.7"
Loading

0 comments on commit e3b91ae

Please sign in to comment.