aws-sdk-translate 1.56.0 → 1.57.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1af55cf07d4a4e6d5d9472ba80d7fa87c606054ae572c878ae381a73e7a7221d
4
- data.tar.gz: 0127bb0677f18f501a7dde813b9bb3c2effecf1dd9a3bdea3ddcaa565a072d97
3
+ metadata.gz: 213cb3717026d24d87c80faf2626e18d8033afeb4c7512466426ad368251d0f1
4
+ data.tar.gz: 44a6b09ccaef605bf35bfed7b402c61e660b1402cdf7f1998f43c68a301d038d
5
5
  SHA512:
6
- metadata.gz: c929bb0bdb6c7ab0e0b9dfa62e2a1e9319dcb29a2e1ab81685f4a8a9cf0681cd47ae965a49458e43efbc76fdbd9bc94dd41240e1322e81ba28738269f1bf6d6f
7
- data.tar.gz: e64f6f44c6c6983cc1c869e90bd04d02af6fcbeb7d4303dd11f6b71238c4f05b9078e153dc417f5920815dbc34ac60592530ddb3f99b93a6d0c96ccc2e8aadac
6
+ metadata.gz: ccda753a82a663ef1f135188e5b55ba49a0a7a78257b86867f5e433f60b69a1af793efb3d747c858b0393f6aeabd8bbe964213b6d2547377df78525f0d669dc2
7
+ data.tar.gz: ace2c07c302368eff9744ad3a67a7b3d85fddf6965bd5149b3d202f1f6f1fc9488c98d0f32f42a5b66abc8abd5ec090cc7cb20c047ab5a226b0416a2a93c5325
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.56.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -1622,7 +1622,7 @@ module Aws::Translate
1622
1622
  params: params,
1623
1623
  config: config)
1624
1624
  context[:gem_name] = 'aws-sdk-translate'
1625
- context[:gem_version] = '1.56.0'
1625
+ context[:gem_version] = '1.57.0'
1626
1626
  Seahorse::Client::Request.new(handlers, context)
1627
1627
  end
1628
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.56.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.56.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-11 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