aws-sdk-translate 1.55.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38c29ed2d9646aae8c0b08c28fea67c300e541545f39a05d5cf98a78d486ec22
4
- data.tar.gz: 120fb24d1963adcd44501d1751accef57d5fbf5bc62acdb2904306f0620c8703
3
+ metadata.gz: 213cb3717026d24d87c80faf2626e18d8033afeb4c7512466426ad368251d0f1
4
+ data.tar.gz: 44a6b09ccaef605bf35bfed7b402c61e660b1402cdf7f1998f43c68a301d038d
5
5
  SHA512:
6
- metadata.gz: 396eb0a0250cf58df6d469251a79f161c5c5b91f11061150f450c45b7e7e114ea67f2e21cbdd130a298198ee971c734781c2c9c308f20b73602c67b908481a54
7
- data.tar.gz: 3a9a4bebb6b8336d0c489b1e9455dfaad8d5c21be1d715b184853bf0130b245da7cd377939d6f40b1a28d2bf77e8e66296348ec75b85e6ed5525c8cd3f022b2a
6
+ metadata.gz: ccda753a82a663ef1f135188e5b55ba49a0a7a78257b86867f5e433f60b69a1af793efb3d747c858b0393f6aeabd8bbe964213b6d2547377df78525f0d669dc2
7
+ data.tar.gz: ace2c07c302368eff9744ad3a67a7b3d85fddf6965bd5149b3d202f1f6f1fc9488c98d0f32f42a5b66abc8abd5ec090cc7cb20c047ab5a226b0416a2a93c5325
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-07-18)
5
+ ------------------
6
+
7
+ * Feature - Added DOCX word document support to TranslateDocument API
8
+
9
+ 1.56.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.55.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -216,6 +216,10 @@ module Aws::Translate
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1618,7 +1622,7 @@ module Aws::Translate
1618
1622
  params: params,
1619
1623
  config: config)
1620
1624
  context[:gem_name] = 'aws-sdk-translate'
1621
- context[:gem_version] = '1.55.0'
1625
+ context[:gem_version] = '1.57.0'
1622
1626
  Seahorse::Client::Request.new(handlers, context)
1623
1627
  end
1624
1628
 
@@ -241,11 +241,14 @@ module Aws::Translate
241
241
  # Describes the format of the document. You can specify one of the
242
242
  # following:
243
243
  #
244
- # * text/html - The input data consists of HTML content. Amazon
244
+ # * `text/html` - The input data consists of HTML content. Amazon
245
245
  # Translate translates only the text in the HTML element.
246
246
  #
247
- # * text/plain - The input data consists of unformatted text. Amazon
247
+ # * `text/plain` - The input data consists of unformatted text. Amazon
248
248
  # Translate translates every character in the content.
249
+ #
250
+ # * `application/vnd.openxmlformats-officedocument.wordprocessingml.document`
251
+ # - The input data consists of a Word document (.docx).
249
252
  # @return [String]
250
253
  #
251
254
  # @see http://docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/Document AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-translate/customizations'
52
52
  # @!group service
53
53
  module Aws::Translate
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core