Skip to content

Commit

Permalink
Revert codegen changes to client/types
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 16, 2023
1 parent 8e741a0 commit 0640a22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions gems/aws-sdk-translate/lib/aws-sdk-translate/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
require 'aws-sdk-core/plugins/recursion_detection.rb'
require 'aws-sdk-core/plugins/sign.rb'
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
require 'aws-sdk-translate/plugins/translate_document_encoding.rb'

Aws::Plugins::GlobalConfiguration.add_identifier(:translate)

Expand Down Expand Up @@ -84,7 +83,6 @@ class Client < Seahorse::Client::Base
add_plugin(Aws::Plugins::RecursionDetection)
add_plugin(Aws::Plugins::Sign)
add_plugin(Aws::Plugins::Protocols::JsonRpc)
add_plugin(Aws::Translate::Plugins::TranslateDocumentEncoding)
add_plugin(Aws::Translate::Plugins::Endpoints)

# @overload initialize(options)
Expand Down
12 changes: 6 additions & 6 deletions gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -492,26 +492,26 @@ class ImportTerminologyResponse < Struct.new(
# as input. You can specify one of the following multipurpose internet
# mail extension (MIME) types:
#
# * `text/html`\: The input data consists of one or more HTML files.
# * `text/html`: The input data consists of one or more HTML files.
# Amazon Translate translates only the text that resides in the
# `html` element in each file.
#
# * `text/plain`\: The input data consists of one or more unformatted
# * `text/plain`: The input data consists of one or more unformatted
# text files. Amazon Translate translates every character in this
# type of input.
#
# * `application/vnd.openxmlformats-officedocument.wordprocessingml.document`\:
# * `application/vnd.openxmlformats-officedocument.wordprocessingml.document`:
# The input data consists of one or more Word documents (.docx).
#
# * `application/vnd.openxmlformats-officedocument.presentationml.presentation`\:
# * `application/vnd.openxmlformats-officedocument.presentationml.presentation`:
# The input data consists of one or more PowerPoint Presentation
# files (.pptx).
#
# * `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`\:
# * `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`:
# The input data consists of one or more Excel Workbook files
# (.xlsx).
#
# * `application/x-xliff+xml`\: The input data consists of one or more
# * `application/x-xliff+xml`: The input data consists of one or more
# XML Localization Interchange File Format (XLIFF) files (.xlf).
# Amazon Translate supports only XLIFF version 1.2.
#
Expand Down

0 comments on commit 0640a22

Please sign in to comment.