Skip to content

Commit eb420e5

Browse files
Release v1.44.178 (2023-01-11) (#4687)
Release v1.44.178 (2023-01-11) === ### Service Client Updates * `service/kendra`: Updates service API and documentation * This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD
1 parent ff2ebe8 commit eb420e5

File tree

7 files changed

+695
-40
lines changed

7 files changed

+695
-40
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.178 (2023-01-11)
2+
===
3+
4+
### Service Client Updates
5+
* `service/kendra`: Updates service API and documentation
6+
* This release adds support to new document types - RTF, XML, XSLT, MS_EXCEL, CSV, JSON, MD
7+
18
Release v1.44.177 (2023-01-10)
29
===
310

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.177"
8+
const SDKVersion = "1.44.178"

models/apis/kendra/2019-02-03/api-2.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,14 @@
28442844
"HTML",
28452845
"MS_WORD",
28462846
"PLAIN_TEXT",
2847-
"PPT"
2847+
"PPT",
2848+
"RTF",
2849+
"XML",
2850+
"XSLT",
2851+
"MS_EXCEL",
2852+
"CSV",
2853+
"JSON",
2854+
"MD"
28482855
],
28492856
"type": "string"
28502857
},

models/apis/kendra/2019-02-03/docs-2.json

+12-12
Large diffs are not rendered by default.

models/apis/kendra/2019-02-03/endpoint-rule-set-1.json

-9
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

0 commit comments

Comments
 (0)