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

Commit c3c141f

Browse files
Release v1.43.35 (#4356)
Release v1.43.35 (2022-04-07) === ### Service Client Updates * `service/apigateway`: Updates service paginators * ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation. * `service/docdb`: Updates service API and documentation * Added support to enable/disable performance insights when creating or modifying db instances * `service/eventbridge`: Updates service API and documentation * `service/personalize`: Updates service API and documentation * `service/pi`: Updates service documentation * `service/sagemaker`: Updates service API * Amazon Sagemaker Notebook Instances now supports G5 instance types
1 parent 4829c1f commit c3c141f

File tree

21 files changed

+4646
-635
lines changed

21 files changed

+4646
-635
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.43.35 (2022-04-07)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apigateway`: Updates service paginators
6+
* ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation.
7+
* `service/docdb`: Updates service API and documentation
8+
* Added support to enable/disable performance insights when creating or modifying db instances
9+
* `service/eventbridge`: Updates service API and documentation
10+
* `service/personalize`: Updates service API and documentation
11+
* `service/pi`: Updates service documentation
12+
* `service/sagemaker`: Updates service API
13+
* Amazon Sagemaker Notebook Instances now supports G5 instance types
14+
115
Release v1.43.34 (2022-04-06)
216
===
317

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.43.34"
8+
const SDKVersion = "1.43.35"

models/apis/apigateway/2015-07-09/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"GetUsage": {
5252
"input_token": "position",
5353
"limit_key": "limit",
54+
"non_aggregate_keys": [
55+
"usagePlanId",
56+
"startDate",
57+
"endDate"
58+
],
5459
"output_token": "position",
5560
"result_key": "items"
5661
},

models/apis/docdb/2014-10-31/api-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,9 @@
12021202
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
12031203
"Tags":{"shape":"TagList"},
12041204
"DBClusterIdentifier":{"shape":"String"},
1205-
"PromotionTier":{"shape":"IntegerOptional"}
1205+
"PromotionTier":{"shape":"IntegerOptional"},
1206+
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
1207+
"PerformanceInsightsKMSKeyId":{"shape":"String"}
12061208
}
12071209
},
12081210
"CreateDBInstanceResult":{
@@ -2556,7 +2558,9 @@
25562558
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
25572559
"NewDBInstanceIdentifier":{"shape":"String"},
25582560
"CACertificateIdentifier":{"shape":"String"},
2559-
"PromotionTier":{"shape":"IntegerOptional"}
2561+
"PromotionTier":{"shape":"IntegerOptional"},
2562+
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
2563+
"PerformanceInsightsKMSKeyId":{"shape":"String"}
25602564
}
25612565
},
25622566
"ModifyDBInstanceResult":{

models/apis/docdb/2014-10-31/docs-2.json

Lines changed: 39 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)