Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 9c070a4

Browse files
Release v1.44.151 (2022-12-01) (#4650)
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.
1 parent 9546abe commit 9c070a4

38 files changed

+23740
-2275
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.44.151 (2022-12-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/comprehend`: Updates service API, documentation, and paginators
6+
* `service/gamelift`: Updates service API, documentation, and paginators
7+
* 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.
8+
* `service/pipes`: Updates service API, documentation, paginators, and examples
9+
* `service/states`: Updates service API, documentation, and paginators
10+
* 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.
11+
112
Release v1.44.150 (2022-11-30)
213
===
314

aws/endpoints/defaults.go

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.150"
8+
const SDKVersion = "1.44.151"

0 commit comments

Comments
 (0)