Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.43.35 #4356

Merged
merged 3 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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

Release v1.43.34 (2022-04-06)
===

Expand Down
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.43.34"
const SDKVersion = "1.43.35"
5 changes: 5 additions & 0 deletions models/apis/apigateway/2015-07-09/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"GetUsage": {
"input_token": "position",
"limit_key": "limit",
"non_aggregate_keys": [
"usagePlanId",
"startDate",
"endDate"
],
"output_token": "position",
"result_key": "items"
},
Expand Down
8 changes: 6 additions & 2 deletions models/apis/docdb/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,9 @@
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
"Tags":{"shape":"TagList"},
"DBClusterIdentifier":{"shape":"String"},
"PromotionTier":{"shape":"IntegerOptional"}
"PromotionTier":{"shape":"IntegerOptional"},
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
"PerformanceInsightsKMSKeyId":{"shape":"String"}
}
},
"CreateDBInstanceResult":{
Expand Down Expand Up @@ -2556,7 +2558,9 @@
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
"NewDBInstanceIdentifier":{"shape":"String"},
"CACertificateIdentifier":{"shape":"String"},
"PromotionTier":{"shape":"IntegerOptional"}
"PromotionTier":{"shape":"IntegerOptional"},
"EnablePerformanceInsights":{"shape":"BooleanOptional"},
"PerformanceInsightsKMSKeyId":{"shape":"String"}
}
},
"ModifyDBInstanceResult":{
Expand Down
74 changes: 39 additions & 35 deletions models/apis/docdb/2014-10-31/docs-2.json

Large diffs are not rendered by default.

Loading