Skip to content

Commit

Permalink
Release v1.44.238 (2023-04-06) (#4789)
Browse files Browse the repository at this point in the history
Release v1.44.238 (2023-04-06)
===

### Service Client Updates
* `service/cloudformation`: Updates service waiters
  * Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
* `service/greengrassv2`: Updates service API and documentation
* `service/proton`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds and updates the SDK examples
  • Loading branch information
aws-sdk-go-automation authored Apr 6, 2023
1 parent 6060d92 commit e328c20
Show file tree
Hide file tree
Showing 23 changed files with 10,239 additions and 2,419 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.238 (2023-04-06)
===

### Service Client Updates
* `service/cloudformation`: Updates service waiters
* Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
* `service/greengrassv2`: Updates service API and documentation
* `service/proton`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds and updates the SDK examples

Release v1.44.237 (2023-04-05)
===

Expand Down
21 changes: 21 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.237"
const SDKVersion = "1.44.238"
Loading

0 comments on commit e328c20

Please sign in to comment.