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

Commit 67fcd4a

Browse files
Release v1.44.330 (2023-08-23) (#4962)
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)
1 parent adac523 commit 67fcd4a

File tree

16 files changed

+694
-1810
lines changed

16 files changed

+694
-1810
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.44.330 (2023-08-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apigateway`: Updates service API and documentation
6+
* This release adds RootResourceId to GetRestApi response.
7+
* `service/ec2`: Updates service API and documentation
8+
* Marking fields as sensitive on BundleTask and GetPasswordData
9+
* `service/polly`: Updates service API
10+
* Amazon Polly adds 1 new voice - Zayd (ar-AE)
11+
112
Release v1.44.329 (2023-08-22)
213
===
314

aws/endpoints/defaults.go

Lines changed: 15 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.329"
8+
const SDKVersion = "1.44.330"

models/apis/apigateway/2015-07-09/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4710,7 +4710,8 @@
47104710
"endpointConfiguration":{"shape":"EndpointConfiguration"},
47114711
"policy":{"shape":"String"},
47124712
"tags":{"shape":"MapOfStringToString"},
4713-
"disableExecuteApiEndpoint":{"shape":"Boolean"}
4713+
"disableExecuteApiEndpoint":{"shape":"Boolean"},
4714+
"rootResourceId":{"shape":"String"}
47144715
}
47154716
},
47164717
"RestApis":{

models/apis/apigateway/2015-07-09/docs-2.json

Lines changed: 34 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)