Skip to content

Commit

Permalink
Release v1.44.330 (2023-08-23) (#4962)
Browse files Browse the repository at this point in the history
Release v1.44.330 (2023-08-23)
===

### Service Client Updates
* `service/apigateway`: Updates service API and documentation
  * This release adds RootResourceId to GetRestApi response.
* `service/ec2`: Updates service API and documentation
  * Marking fields as sensitive on BundleTask and GetPasswordData
* `service/polly`: Updates service API
  * Amazon Polly adds 1 new voice - Zayd (ar-AE)
  • Loading branch information
aws-sdk-go-automation committed Aug 23, 2023
1 parent adac523 commit 67fcd4a
Show file tree
Hide file tree
Showing 16 changed files with 694 additions and 1,810 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.44.330 (2023-08-23)
===

### Service Client Updates
* `service/apigateway`: Updates service API and documentation
* This release adds RootResourceId to GetRestApi response.
* `service/ec2`: Updates service API and documentation
* Marking fields as sensitive on BundleTask and GetPasswordData
* `service/polly`: Updates service API
* Amazon Polly adds 1 new voice - Zayd (ar-AE)

Release v1.44.329 (2023-08-22)
===

Expand Down
15 changes: 15 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.329"
const SDKVersion = "1.44.330"
3 changes: 2 additions & 1 deletion models/apis/apigateway/2015-07-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,8 @@
"endpointConfiguration":{"shape":"EndpointConfiguration"},
"policy":{"shape":"String"},
"tags":{"shape":"MapOfStringToString"},
"disableExecuteApiEndpoint":{"shape":"Boolean"}
"disableExecuteApiEndpoint":{"shape":"Boolean"},
"rootResourceId":{"shape":"String"}
}
},
"RestApis":{
Expand Down
67 changes: 34 additions & 33 deletions models/apis/apigateway/2015-07-09/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 67fcd4a

Please sign in to comment.