Skip to content

Commit

Permalink
Release v1.44.107 (2022-09-27) (#4571)
Browse files Browse the repository at this point in the history
Release v1.44.107 (2022-09-27)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/kendra`: Updates service documentation
  * My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html
* `service/location`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Sep 27, 2022
1 parent 9f1279c commit 427f037
Show file tree
Hide file tree
Showing 13 changed files with 835 additions and 150 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.107 (2022-09-27)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/kendra`: Updates service documentation
* My AWS Service (placeholder) - Amazon Kendra now provides a data source connector for DropBox. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-dropbox.html
* `service/location`: Updates service API and documentation

Release v1.44.106 (2022-09-26)
===

Expand Down
153 changes: 153 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.106"
const SDKVersion = "1.44.107"
2 changes: 2 additions & 0 deletions models/apis/ce/2017-10-25/api-2.json
Expand Up @@ -974,6 +974,7 @@
],
"members":{
"Name":{"shape":"CostCategoryName"},
"EffectiveStart":{"shape":"ZonedDateTime"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"},
"DefaultValue":{"shape":"CostCategoryValue"},
Expand Down Expand Up @@ -2754,6 +2755,7 @@
],
"members":{
"CostCategoryArn":{"shape":"Arn"},
"EffectiveStart":{"shape":"ZonedDateTime"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"},
"DefaultValue":{"shape":"CostCategoryValue"},
Expand Down

0 comments on commit 427f037

Please sign in to comment.