Skip to content

Commit

Permalink
Release v1.43.35 (#4356)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation authored Apr 7, 2022
1 parent 4829c1f commit c3c141f
Show file tree
Hide file tree
Showing 21 changed files with 4,646 additions and 635 deletions.
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

0 comments on commit c3c141f

Please sign in to comment.