Skip to content

Commit

Permalink
Release v1.44.178 (2023-01-11) (#4687)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Jan 11, 2023
1 parent ff2ebe8 commit eb420e5
Show file tree
Hide file tree
Showing 7 changed files with 695 additions and 40 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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

Release v1.44.177 (2023-01-10)
===

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.44.177"
const SDKVersion = "1.44.178"
9 changes: 8 additions & 1 deletion models/apis/kendra/2019-02-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,14 @@
"HTML",
"MS_WORD",
"PLAIN_TEXT",
"PPT"
"PPT",
"RTF",
"XML",
"XSLT",
"MS_EXCEL",
"CSV",
"JSON",
"MD"
],
"type": "string"
},
Expand Down
24 changes: 12 additions & 12 deletions models/apis/kendra/2019-02-03/docs-2.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions models/apis/kendra/2019-02-03/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down

0 comments on commit eb420e5

Please sign in to comment.