aws-sdk-lex 1.6.0 → 1.7.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: 8f8db0695ab159c664c200d9dcb0c45434be017e
4
- data.tar.gz: b122c79fb166b9069b955f3586da919f3b91d3af
3
+ metadata.gz: 92a5985f335fa152278a0de317352e6711bf28c0
4
+ data.tar.gz: 0f6b9b3a72950f73d216ab3281690137c210c4be
5
5
  SHA512:
6
- metadata.gz: d8e475f3ad8a8b3064f35f76563f431e2ee84673b7a4198608ef2527ae472a64a084eaf267a630ac0ad29e3f80bb25a069b4406315cd206b440cd12bb0ef7a75
7
- data.tar.gz: e26cd918f82cfcd1c0ef6d14a2543c191b67db104fc62af7cf4fdd820015df6c9adf25460b916645f1d3e95a90f355dbbfc86e64289d838bc2d38738857f381f
6
+ metadata.gz: d0b33fc982894b2f6894dbc7f8e2b64c57c124393ffb75f5956c3cb19cf7a0ee2f67f7997629bd58eab99e951421a51a2d5368b802b472dd51998047d13d453c
7
+ data.tar.gz: ec487194076f87b209aba674842b95ef07d3881a0e539aeccaf911859685a4b8d1536be5d67c9f28c76051269129bf74ae835197edab7fecf60603f97d199d20
data/lib/aws-sdk-lex.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lex/customizations'
42
42
  # @service
43
43
  module Aws::Lex
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Lex
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -610,7 +610,7 @@ module Aws::Lex
610
610
  params: params,
611
611
  config: config)
612
612
  context[:gem_name] = 'aws-sdk-lex'
613
- context[:gem_version] = '1.6.0'
613
+ context[:gem_version] = '1.7.0'
614
614
  Seahorse::Client::Request.new(handlers, context)
615
615
  end
616
616
 
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.6.0
4
+ version: 1.7.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-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core