aws-sdk-lex 1.4.0 → 1.5.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
  SHA1:
3
- metadata.gz: ece8a35a41342f73d74daf72ee0391b13b220823
4
- data.tar.gz: 7a3aec8398cfcf32da870604d29ca33b99d1e205
3
+ metadata.gz: 0f6796d21a1b4449ef03b6bb03f0116f9c0f2e5e
4
+ data.tar.gz: 8a3803bac13064b1a842681be9964f08203edb82
5
5
  SHA512:
6
- metadata.gz: 18c1fee650b121c6732f35029cb056899dd4952eaf5ed641203f1f2eaba219b58245ce4606511af2b00c67eba35d74ed09a14b7096d3e51112b189b8fc7de5af
7
- data.tar.gz: d4c2a5e6c13f38227d623d87601a5a31d7e4e4b59e9f75266f0974af219306bcf29b4d19ede85c98fddeae81591365b8f27716365935edb2c70b276e1daa6b6a
6
+ metadata.gz: '086714aa2f3bff588191ffbac491e4f5f8ef0e67ba18c9a9adb2d8a9f2df74162789354b43ae355933f28e94559e842180d44a52e870c67de9142622831acec0'
7
+ data.tar.gz: db2aa8e40ec484bee66eb670d75eee109e701cacbf8a76e6bbaeb2f7c803e4d9f323a1a3c2b2b820d9cb2bcd86296093b72a1aadddb43a6dd707390ca57a9371
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lex/customizations'
42
42
  # @service
43
43
  module Aws::Lex
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.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/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::Lex
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::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::Lex
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.
@@ -590,7 +610,7 @@ module Aws::Lex
590
610
  params: params,
591
611
  config: config)
592
612
  context[:gem_name] = 'aws-sdk-lex'
593
- context[:gem_version] = '1.4.0'
613
+ context[:gem_version] = '1.5.0'
594
614
  Seahorse::Client::Request.new(handlers, context)
595
615
  end
596
616
 
@@ -125,12 +125,15 @@ module Aws::Lex
125
125
  api.version = "2016-11-28"
126
126
 
127
127
  api.metadata = {
128
+ "apiVersion" => "2016-11-28",
128
129
  "endpointPrefix" => "runtime.lex",
129
130
  "jsonVersion" => "1.1",
130
131
  "protocol" => "rest-json",
131
132
  "serviceFullName" => "Amazon Lex Runtime Service",
133
+ "serviceId" => "Lex Runtime Service",
132
134
  "signatureVersion" => "v4",
133
135
  "signingName" => "lex",
136
+ "uid" => "runtime.lex-2016-11-28",
134
137
  }
135
138
 
136
139
  api.add_operation(:post_content, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-06-26 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