aws-sdk-textract 1.13.0 → 1.14.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: ace85fccc127be82a0016d8791c4cb2b87d2bb93ec725bfd9fd5a08abbb3057f
4
- data.tar.gz: ec518db114c41a7c87f6229d60f8cd083b24b46c3973d8d4fa01898adaf72e3b
3
+ metadata.gz: faf7bf5e8a369681b875512923f7ce2d77dace044fc50c9e97a5755b3a84fe3a
4
+ data.tar.gz: bdd10a4d269dbab77b30ec6ac58357af62273475db5f36834f990c5018ca0f6e
5
5
  SHA512:
6
- metadata.gz: 48651efc22f42e4772ff63f4f1ba26f42ef114131ea89f694a886e27df1b5b7d861a8c8df2d04dd9fd6af948aa701377e82ce5bfc869314d7136b0f44ab29306
7
- data.tar.gz: f9df6196933792508d6d47da4e957d4616b31b274dcac3d8797ed46d55e16853e03e8e2a81bdfc2e0e1955be34f86028468f32eeb0874562b807b689dfc06267
6
+ metadata.gz: 9e998ab00ef29bb39c662f27cf03986ee4c689bc327b747acd87105fa4bb76d2b7a3d144fbccbbce04a450d63b5c9bff281ca2f45d6b74521f14284a550127d9
7
+ data.tar.gz: 941dd5c3844fdfb59c499d9dfa721ba3ca9409479ce4d532d77b4ce31531052221fb8698bf0fa674da6c754b26008b3efb25f2ea6877c7e7292131946360d625
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-textract/customizations'
45
45
  # @service
46
46
  module Aws::Textract
47
47
 
48
- GEM_VERSION = '1.13.0'
48
+ GEM_VERSION = '1.14.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Textract
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::Textract
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -279,8 +279,7 @@ module Aws::Textract
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::Textract
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -973,7 +972,7 @@ module Aws::Textract
973
972
  params: params,
974
973
  config: config)
975
974
  context[:gem_name] = 'aws-sdk-textract'
976
- context[:gem_version] = '1.13.0'
975
+ context[:gem_version] = '1.14.0'
977
976
  Seahorse::Client::Request.new(handlers, context)
978
977
  end
979
978
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::Textract
9
- # This class provides a resource oriented interface for Textract.
10
- # To create a resource object:
11
- # resource = Aws::Textract::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::Textract::Client.new(region: 'us-west-2')
15
- # resource = Aws::Textract::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - Amazon Textract