From b1f296c6e4f9f1dce08cbbd0f6e8bb6f2f0df87f Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 18 Jul 2023 18:17:36 +0000 Subject: [PATCH] docs(client-translate): Added DOCX word document support to TranslateDocument API --- clients/client-translate/src/models/models_0.ts | 11 +++++++++-- codegen/sdk-codegen/aws-models/translate.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/clients/client-translate/src/models/models_0.ts b/clients/client-translate/src/models/models_0.ts index 11c888383280e..d69068385720f 100644 --- a/clients/client-translate/src/models/models_0.ts +++ b/clients/client-translate/src/models/models_0.ts @@ -1764,13 +1764,20 @@ export interface Document { *

Describes the format of the document. You can specify one of the following:

* */ ContentType: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/translate.json b/codegen/sdk-codegen/aws-models/translate.json index eeaabc6573c48..7babaafca7aff 100644 --- a/codegen/sdk-codegen/aws-models/translate.json +++ b/codegen/sdk-codegen/aws-models/translate.json @@ -1481,7 +1481,7 @@ "ContentType": { "target": "com.amazonaws.translate#ContentType", "traits": { - "smithy.api#documentation": "

Describes the format of the document. You can specify one of the following:

\n ", + "smithy.api#documentation": "

Describes the format of the document. You can specify one of the following:

\n ", "smithy.api#required": {} } }