@aws-sdk/client-translate 3.370.0 → 3.372.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1471,13 +1471,20 @@ export interface Document {
|
|
|
1471
1471
|
* <p>Describes the format of the document. You can specify one of the following:</p>
|
|
1472
1472
|
* <ul>
|
|
1473
1473
|
* <li>
|
|
1474
|
-
* <p>
|
|
1474
|
+
* <p>
|
|
1475
|
+
* <code>text/html</code> - The input data consists of HTML content.
|
|
1475
1476
|
* Amazon Translate translates only the text in the HTML element.</p>
|
|
1476
1477
|
* </li>
|
|
1477
1478
|
* <li>
|
|
1478
|
-
* <p>
|
|
1479
|
+
* <p>
|
|
1480
|
+
* <code>text/plain</code> - The input data consists of unformatted text.
|
|
1479
1481
|
* Amazon Translate translates every character in the content. </p>
|
|
1480
1482
|
* </li>
|
|
1483
|
+
* <li>
|
|
1484
|
+
* <p>
|
|
1485
|
+
* <code>application/vnd.openxmlformats-officedocument.wordprocessingml.document</code> - The
|
|
1486
|
+
* input data consists of a Word document (.docx).</p>
|
|
1487
|
+
* </li>
|
|
1481
1488
|
* </ul>
|
|
1482
1489
|
*/
|
|
1483
1490
|
ContentType: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-translate",
|
|
3
3
|
"description": "AWS SDK for JavaScript Translate Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.372.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|