aws-sdk-lex 1.15.0 → 1.16.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: 233111509658dad4e514ae4413bed89f3150ce62
4
- data.tar.gz: 5d89101702f167c516ab533d6044aad979fcc673
3
+ metadata.gz: 073152bcf03ac93900647e3b1d921bc55652f5cf
4
+ data.tar.gz: a4a953bc5bde96b3a106643f68e3447ed76f1c42
5
5
  SHA512:
6
- metadata.gz: 8ee1323e6a1af7708b3ae35814f095c397a12b8dc19e92402050b59855e8d90333840962f76cd8c18db249f414633f70f93ad72234c4761d834b6ab11fd77c09
7
- data.tar.gz: 405e3282470df9072faa09babb9bb552801010b5aae4a9184bc0d26b88596d80c854ba4eb36ba76b64276fd4cc60460ab6b6c40383395ba30d5c6244e196423d
6
+ metadata.gz: fa957a6137753b8015fbd4e0b79f770835a7bca59521176a8d2eef2fe90681b1a6abda6731d7ef7e1130e8c8b1c65d90c0c0a3467724e56d2916cd418ea21151
7
+ data.tar.gz: 95fc792777ead14f33c5c04a114b2062bb6052b1fbb02300bd46755f11ffb2873e5e3c17b5dc45b03222f30fa934141f1210a9d0ae87415de0d7272604bc96a0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lex/customizations'
42
42
  # @service
43
43
  module Aws::Lex
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Lex
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -684,7 +688,7 @@ module Aws::Lex
684
688
  params: params,
685
689
  config: config)
686
690
  context[:gem_name] = 'aws-sdk-lex'
687
- context[:gem_version] = '1.15.0'
691
+ context[:gem_version] = '1.16.0'
688
692
  Seahorse::Client::Request.new(handlers, context)
689
693
  end
690
694
 
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.15.0
4
+ version: 1.16.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 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.53.0
22
+ version: 3.56.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.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement