aws-sdk-comprehend 1.10.0 → 1.11.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
  SHA1:
3
- metadata.gz: 1ff698f23e428babdf46677df1ed14091184087b
4
- data.tar.gz: be59a27ec5bde173cf8007d908c01fe527ce36f1
3
+ metadata.gz: 97c1518c041119d0fa4e310d9fb4e97f43776674
4
+ data.tar.gz: 308a1ccedf8b2889f19b95a0eef04be11b48fd7d
5
5
  SHA512:
6
- metadata.gz: 9d6a3c0d8170fc4d06b638b4422459efe54a11dfffa7b3c79b4c16a4d67793504575b2520d10522e864131decd65521eb2bbc163068e7282f730313a358d4f10
7
- data.tar.gz: 356a3d50467d1902624216353f8bc1a8eba2c4640479659b525baf9d6142783bdfd8ab8358c9f990e4f361c68cae9e25b7af4bcabd3c79915bac6809fa2792ee
6
+ metadata.gz: 8a047da29d9b060adf2a559a673f66f5a51aa16f631bf92d2c86a25098b37469d9dac3ae471b0fc9cc7cd198a6f9dd9932595486b2c45706f7357911c8a68b3f
7
+ data.tar.gz: d79ef69df60ce0820817397e6c4a407ea6862f79b57eb1fb50a4220567b41757208aa3cdfd5746e11f5e2a02a22087edfbe7c9d1e9a3d70c16557c515310acf5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-comprehend/customizations'
42
42
  # @service
43
43
  module Aws::Comprehend
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -47,6 +48,7 @@ module Aws::Comprehend
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::Comprehend
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -2245,7 +2251,7 @@ module Aws::Comprehend
2245
2251
  params: params,
2246
2252
  config: config)
2247
2253
  context[:gem_name] = 'aws-sdk-comprehend'
2248
- context[:gem_version] = '1.10.0'
2254
+ context[:gem_version] = '1.11.0'
2249
2255
  Seahorse::Client::Request.new(handlers, context)
2250
2256
  end
2251
2257
 
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.10.0
4
+ version: 1.11.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: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement