Skip to content

Commit a68bf01

Browse files
Release v1.44.259 (2023-05-08) (#4828)
Release v1.44.259 (2023-05-08) === ### Service Client Updates * `service/glue`: Updates service API and documentation * We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes * `service/guardduty`: Updates service API and documentation * Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs * `service/iotsitewise`: Updates service API and documentation * `service/sts`: Updates service documentation * Documentation updates for AWS Security Token Service. ### SDK Bugs * `restjson`: Correct failure to deserialize errors. * Deserialize generic error information when no response body is present.
1 parent fc3c2d6 commit a68bf01

File tree

22 files changed

+1398
-2388
lines changed

22 files changed

+1398
-2388
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.44.259 (2023-05-08)
2+
===
3+
4+
### Service Client Updates
5+
* `service/glue`: Updates service API and documentation
6+
* We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes
7+
* `service/guardduty`: Updates service API and documentation
8+
* Add AccessDeniedException 403 Error message code to support 3 Tagging related APIs
9+
* `service/iotsitewise`: Updates service API and documentation
10+
* `service/sts`: Updates service documentation
11+
* Documentation updates for AWS Security Token Service.
12+
13+
### SDK Bugs
14+
* `restjson`: Correct failure to deserialize errors.
15+
* Deserialize generic error information when no response body is present.
16+
117
Release v1.44.258 (2023-05-05)
218
===
319

CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
* `restjson`: Correct failure to deserialize errors.
7-
* Deserialize generic error information when no response body is present.

aws/endpoints/defaults.go

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.258"
8+
const SDKVersion = "1.44.259"

models/apis/glue/2017-03-31/api-2.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12348,7 +12348,9 @@
1234812348
"Standard",
1234912349
"G.1X",
1235012350
"G.2X",
12351-
"G.025X"
12351+
"G.025X",
12352+
"G.4X",
12353+
"G.8X"
1235212354
]
1235312355
},
1235412356
"Workflow":{

models/apis/glue/2017-03-31/docs-2.json

+2-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)