Skip to content

Commit

Permalink
Release v1.44.269 (2023-05-24) (#4856)
Browse files Browse the repository at this point in the history
Release v1.44.269 (2023-05-24)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/connect`: Updates service API
* `service/cur`: Updates service API
  * Add support for split cost allocation data on a report.
* `service/sagemaker`: Updates service API and documentation
  * SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
  * SMS integration tests will fail because SMS deprecated their service.
  • Loading branch information
aws-sdk-go-automation committed May 24, 2023
1 parent 633be2f commit f0df59f
Show file tree
Hide file tree
Showing 18 changed files with 4,272 additions and 213 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.44.269 (2023-05-24)
===

### Service Client Updates
* `service/appsync`: Updates service API and documentation
* `service/connect`: Updates service API
* `service/cur`: Updates service API
* Add support for split cost allocation data on a report.
* `service/sagemaker`: Updates service API and documentation
* SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
* SMS integration tests will fail because SMS deprecated their service.

Release v1.44.268 (2023-05-23)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### SDK Enhancements

### SDK Bugs

* `service/sms`: Remove deprecated services (SMS) integration tests.
* SMS integration tests will fail because SMS deprecated their service.
24 changes: 24 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.268"
const SDKVersion = "1.44.269"
Loading

0 comments on commit f0df59f

Please sign in to comment.