Skip to content

Commit 427f037

Browse files
Release v1.44.107 (2022-09-27) (#4571)
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
1 parent 9f1279c commit 427f037

File tree

13 files changed

+835
-150
lines changed

13 files changed

+835
-150
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.44.107 (2022-09-27)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ce`: Updates service API and documentation
6+
* `service/kendra`: Updates service documentation
7+
* 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
8+
* `service/location`: Updates service API and documentation
9+
110
Release v1.44.106 (2022-09-26)
211
===
312

aws/endpoints/defaults.go

+153
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.106"
8+
const SDKVersion = "1.44.107"

models/apis/ce/2017-10-25/api-2.json

+2
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@
974974
],
975975
"members":{
976976
"Name":{"shape":"CostCategoryName"},
977+
"EffectiveStart":{"shape":"ZonedDateTime"},
977978
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
978979
"Rules":{"shape":"CostCategoryRulesList"},
979980
"DefaultValue":{"shape":"CostCategoryValue"},
@@ -2754,6 +2755,7 @@
27542755
],
27552756
"members":{
27562757
"CostCategoryArn":{"shape":"Arn"},
2758+
"EffectiveStart":{"shape":"ZonedDateTime"},
27572759
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
27582760
"Rules":{"shape":"CostCategoryRulesList"},
27592761
"DefaultValue":{"shape":"CostCategoryValue"},

0 commit comments

Comments
 (0)