aws-sdk-comprehend 1.3.0 → 1.4.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: e6243fbc46cb9e0c72014235552b48bc5e026caa
4
- data.tar.gz: c4b7fec266967d0e503f067a33cee7a8feabe839
3
+ metadata.gz: 8b92b1ab1b07ab5c3a96698a6d576649eab684ed
4
+ data.tar.gz: e37e40e6d407bd21bdce0b477be7af125d7dd8cc
5
5
  SHA512:
6
- metadata.gz: 23a99bd3620ce077fa6c98fc78b53592f7a2bca66c722ec6f500bdbc3421026936d4895fbfbcb9ac7f5f7cb579b482d82835843921845a41a9b4922c3f8ef08c
7
- data.tar.gz: 87a493248dde6073c459f3d8ff1a9457f579c20ef7501b91d9e1ca26ff8416357b2dab2929e23a4a9c0e59d8c4a019d546024f459978fdcbb558e5218027cd1b
6
+ metadata.gz: 176b70e8ec86ac23a82e6d907008c88f665e582542669417c98db0fc96a6565170a0d2b5f4584bf0ff75354ab27df3e34819833d881381dd601c24a27e19f696
7
+ data.tar.gz: df00831778281d368fc2f3f92f24f9bb3cc5a05d44964f4d1cc3916a2c9f33515f6451dbe94c2ae234fe0951a3bdefce5b4ea985b96738ae7a597394e716ca0c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-comprehend/customizations'
42
42
  # @service
43
43
  module Aws::Comprehend
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::Comprehend
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::Comprehend
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -1601,7 +1621,7 @@ module Aws::Comprehend
1601
1621
  params: params,
1602
1622
  config: config)
1603
1623
  context[:gem_name] = 'aws-sdk-comprehend'
1604
- context[:gem_version] = '1.3.0'
1624
+ context[:gem_version] = '1.4.0'
1605
1625
  Seahorse::Client::Request.new(handlers, context)
1606
1626
  end
1607
1627
 
@@ -567,13 +567,16 @@ module Aws::Comprehend
567
567
  api.version = "2017-11-27"
568
568
 
569
569
  api.metadata = {
570
+ "apiVersion" => "2017-11-27",
570
571
  "endpointPrefix" => "comprehend",
571
572
  "jsonVersion" => "1.1",
572
573
  "protocol" => "json",
573
574
  "serviceFullName" => "Amazon Comprehend",
575
+ "serviceId" => "Comprehend",
574
576
  "signatureVersion" => "v4",
575
577
  "signingName" => "comprehend",
576
578
  "targetPrefix" => "Comprehend_20171127",
579
+ "uid" => "comprehend-2017-11-27",
577
580
  }
578
581
 
579
582
  api.add_operation(:batch_detect_dominant_language, Seahorse::Model::Operation.new.tap do |o|
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.3.0
4
+ version: 1.4.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-07-17 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core