aws-sdk-comprehend 1.30.0 → 1.31.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/lib/aws-sdk-comprehend.rb +1 -1
- data/lib/aws-sdk-comprehend/client.rb +21 -6
- data/lib/aws-sdk-comprehend/resource.rb +1 -7
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee2a65c253f41b585d69bcf8ca1300332057acbc23c3b8e81c10256757c27c65
|
4
|
+
data.tar.gz: 587b15faf7a81e98fcb475ca3fcff8687d3bae9d7ac56a00c60b07c4d48d277d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 037ccdac597291f26ea4868360fb1e7009b01921c8e278aab7507d26f6fa30ece71703bfaca936b4fcc8e61bc17e31fb8ea9e5125d14449f3277e9f20b5ac454
|
7
|
+
data.tar.gz: 6921945c6a60f4afadf617154ebf05454c698b5dc11099770eb59f295ac73a03b5375f1668f376876041c77f2f32c631d6e7a19ee9a42d6e751d5e1fe6fad3ff
|
data/lib/aws-sdk-comprehend.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::Comprehend
|
|
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
|
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::Comprehend
|
|
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
|
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::Comprehend
|
|
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::Comprehend
|
|
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
|
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`.
|
@@ -1626,6 +1625,8 @@ module Aws::Comprehend
|
|
1626
1625
|
# * {Types::ListDocumentClassificationJobsResponse#document_classification_job_properties_list #document_classification_job_properties_list} => Array<Types::DocumentClassificationJobProperties>
|
1627
1626
|
# * {Types::ListDocumentClassificationJobsResponse#next_token #next_token} => String
|
1628
1627
|
#
|
1628
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1629
|
+
#
|
1629
1630
|
# @example Request syntax with placeholder values
|
1630
1631
|
#
|
1631
1632
|
# resp = client.list_document_classification_jobs({
|
@@ -1689,6 +1690,8 @@ module Aws::Comprehend
|
|
1689
1690
|
# * {Types::ListDocumentClassifiersResponse#document_classifier_properties_list #document_classifier_properties_list} => Array<Types::DocumentClassifierProperties>
|
1690
1691
|
# * {Types::ListDocumentClassifiersResponse#next_token #next_token} => String
|
1691
1692
|
#
|
1693
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1694
|
+
#
|
1692
1695
|
# @example Request syntax with placeholder values
|
1693
1696
|
#
|
1694
1697
|
# resp = client.list_document_classifiers({
|
@@ -1765,6 +1768,8 @@ module Aws::Comprehend
|
|
1765
1768
|
# * {Types::ListDominantLanguageDetectionJobsResponse#dominant_language_detection_job_properties_list #dominant_language_detection_job_properties_list} => Array<Types::DominantLanguageDetectionJobProperties>
|
1766
1769
|
# * {Types::ListDominantLanguageDetectionJobsResponse#next_token #next_token} => String
|
1767
1770
|
#
|
1771
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1772
|
+
#
|
1768
1773
|
# @example Request syntax with placeholder values
|
1769
1774
|
#
|
1770
1775
|
# resp = client.list_dominant_language_detection_jobs({
|
@@ -1881,6 +1886,8 @@ module Aws::Comprehend
|
|
1881
1886
|
# * {Types::ListEntitiesDetectionJobsResponse#entities_detection_job_properties_list #entities_detection_job_properties_list} => Array<Types::EntitiesDetectionJobProperties>
|
1882
1887
|
# * {Types::ListEntitiesDetectionJobsResponse#next_token #next_token} => String
|
1883
1888
|
#
|
1889
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1890
|
+
#
|
1884
1891
|
# @example Request syntax with placeholder values
|
1885
1892
|
#
|
1886
1893
|
# resp = client.list_entities_detection_jobs({
|
@@ -1952,6 +1959,8 @@ module Aws::Comprehend
|
|
1952
1959
|
# * {Types::ListEntityRecognizersResponse#entity_recognizer_properties_list #entity_recognizer_properties_list} => Array<Types::EntityRecognizerProperties>
|
1953
1960
|
# * {Types::ListEntityRecognizersResponse#next_token #next_token} => String
|
1954
1961
|
#
|
1962
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1963
|
+
#
|
1955
1964
|
# @example Request syntax with placeholder values
|
1956
1965
|
#
|
1957
1966
|
# resp = client.list_entity_recognizers({
|
@@ -2027,6 +2036,8 @@ module Aws::Comprehend
|
|
2027
2036
|
# * {Types::ListKeyPhrasesDetectionJobsResponse#key_phrases_detection_job_properties_list #key_phrases_detection_job_properties_list} => Array<Types::KeyPhrasesDetectionJobProperties>
|
2028
2037
|
# * {Types::ListKeyPhrasesDetectionJobsResponse#next_token #next_token} => String
|
2029
2038
|
#
|
2039
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2040
|
+
#
|
2030
2041
|
# @example Request syntax with placeholder values
|
2031
2042
|
#
|
2032
2043
|
# resp = client.list_key_phrases_detection_jobs({
|
@@ -2090,6 +2101,8 @@ module Aws::Comprehend
|
|
2090
2101
|
# * {Types::ListSentimentDetectionJobsResponse#sentiment_detection_job_properties_list #sentiment_detection_job_properties_list} => Array<Types::SentimentDetectionJobProperties>
|
2091
2102
|
# * {Types::ListSentimentDetectionJobsResponse#next_token #next_token} => String
|
2092
2103
|
#
|
2104
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2105
|
+
#
|
2093
2106
|
# @example Request syntax with placeholder values
|
2094
2107
|
#
|
2095
2108
|
# resp = client.list_sentiment_detection_jobs({
|
@@ -2186,6 +2199,8 @@ module Aws::Comprehend
|
|
2186
2199
|
# * {Types::ListTopicsDetectionJobsResponse#topics_detection_job_properties_list #topics_detection_job_properties_list} => Array<Types::TopicsDetectionJobProperties>
|
2187
2200
|
# * {Types::ListTopicsDetectionJobsResponse#next_token #next_token} => String
|
2188
2201
|
#
|
2202
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2203
|
+
#
|
2189
2204
|
# @example Request syntax with placeholder values
|
2190
2205
|
#
|
2191
2206
|
# resp = client.list_topics_detection_jobs({
|
@@ -3139,7 +3154,7 @@ module Aws::Comprehend
|
|
3139
3154
|
params: params,
|
3140
3155
|
config: config)
|
3141
3156
|
context[:gem_name] = 'aws-sdk-comprehend'
|
3142
|
-
context[:gem_version] = '1.
|
3157
|
+
context[:gem_version] = '1.31.0'
|
3143
3158
|
Seahorse::Client::Request.new(handlers, context)
|
3144
3159
|
end
|
3145
3160
|
|
@@ -6,13 +6,7 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::Comprehend
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::Comprehend::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::Comprehend::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::Comprehend::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-comprehend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.31.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-
|
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
|
-
|
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 Comprehend
|