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

Commit f0df59f

Browse files
Release v1.44.269 (2023-05-24) (#4856)
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.
1 parent 633be2f commit f0df59f

File tree

18 files changed

+4272
-213
lines changed

18 files changed

+4272
-213
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.44.269 (2023-05-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appsync`: Updates service API and documentation
6+
* `service/connect`: Updates service API
7+
* `service/cur`: Updates service API
8+
* Add support for split cost allocation data on a report.
9+
* `service/sagemaker`: Updates service API and documentation
10+
* SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API
11+
12+
### SDK Bugs
13+
14+
* `service/sms`: Remove deprecated services (SMS) integration tests.
15+
* SMS integration tests will fail because SMS deprecated their service.
16+
117
Release v1.44.268 (2023-05-23)
218
===
319

CHANGELOG_PENDING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
7-
* `service/sms`: Remove deprecated services (SMS) integration tests.
8-
* SMS integration tests will fail because SMS deprecated their service.

aws/endpoints/defaults.go

Lines changed: 24 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.268"
8+
const SDKVersion = "1.44.269"

0 commit comments

Comments
 (0)