Skip to content

Commit

Permalink
Release v1.44.259 (2023-05-08) (#4828)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation authored May 8, 2023
1 parent fc3c2d6 commit a68bf01
Show file tree
Hide file tree
Showing 22 changed files with 1,398 additions and 2,388 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.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.

Release v1.44.258 (2023-05-05)
===

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

### SDK Bugs
* `restjson`: Correct failure to deserialize errors.
* Deserialize generic error information when no response body is present.
10 changes: 8 additions & 2 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.258"
const SDKVersion = "1.44.259"
4 changes: 3 additions & 1 deletion models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12348,7 +12348,9 @@
"Standard",
"G.1X",
"G.2X",
"G.025X"
"G.025X",
"G.4X",
"G.8X"
]
},
"Workflow":{
Expand Down
4 changes: 2 additions & 2 deletions models/apis/glue/2017-03-31/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit a68bf01

Please sign in to comment.