Skip to content

Commit

Permalink
Release v1.44.151 (2022-12-01) (#4650)
Browse files Browse the repository at this point in the history
Release v1.44.151 (2022-12-01)
===

### Service Client Updates
* `service/comprehend`: Updates service API, documentation, and paginators
* `service/gamelift`: Updates service API, documentation, and paginators
  * GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
* `service/pipes`: Updates service API, documentation, paginators, and examples
* `service/states`: Updates service API, documentation, and paginators
  * This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.
  • Loading branch information
aws-sdk-go-automation committed Dec 1, 2022
1 parent 9546abe commit 9c070a4
Show file tree
Hide file tree
Showing 38 changed files with 23,740 additions and 2,275 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.151 (2022-12-01)
===

### Service Client Updates
* `service/comprehend`: Updates service API, documentation, and paginators
* `service/gamelift`: Updates service API, documentation, and paginators
* GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
* `service/pipes`: Updates service API, documentation, paginators, and examples
* `service/states`: Updates service API, documentation, and paginators
* This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

Release v1.44.150 (2022-11-30)
===

Expand Down
84 changes: 84 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.44.150"
const SDKVersion = "1.44.151"

0 comments on commit 9c070a4

Please sign in to comment.