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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-translate/client.rb +1 -1
- data/lib/aws-sdk-translate/types.rb +5 -2
- data/lib/aws-sdk-translate.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 213cb3717026d24d87c80faf2626e18d8033afeb4c7512466426ad368251d0f1
|
4
|
+
data.tar.gz: 44a6b09ccaef605bf35bfed7b402c61e660b1402cdf7f1998f43c68a301d038d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccda753a82a663ef1f135188e5b55ba49a0a7a78257b86867f5e433f60b69a1af793efb3d747c858b0393f6aeabd8bbe964213b6d2547377df78525f0d669dc2
|
7
|
+
data.tar.gz: ace2c07c302368eff9744ad3a67a7b3d85fddf6965bd5149b3d202f1f6f1fc9488c98d0f32f42a5b66abc8abd5ec090cc7cb20c047ab5a226b0416a2a93c5325
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
data/lib/aws-sdk-translate.rb
CHANGED
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.
|
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
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|