aws-sdk-lexmodelbuildingservice 1.9.0 → 1.10.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: fa450776911f7747971670a972643a28234203ea
4
- data.tar.gz: 21befddc091c2b6732238fb162d3cbdd01e41a83
3
+ metadata.gz: 77e96e7263fe5a5931bde010cd2116ffa35360aa
4
+ data.tar.gz: 5b2c3f8c8a604d175726e0165590d94e9c6fbaef
5
5
  SHA512:
6
- metadata.gz: 39b752376331df2b635c92edf4c1143c1fa67eee82b6c4a418c7c236955973b33e6a0989d01363814b250f3c6852640512f1bf21a2bbfd7f5ed084949bc0c5f1
7
- data.tar.gz: d8fce3e08bbb169694f71f835b29445704d6998897c4178d2edc5b27521dd03e43443951acce4b1c60174bb081098bfbffb2a4b5e9d0034fec65946b404c008d
6
+ metadata.gz: c7a6a787ef2821ce2697c10c359698830b68514ffce2b002b7b82b1c0a48ca6473d5edf93cc3ddef392f4ba5f8360d602226fdc6546234f448ec12686ab07480
7
+ data.tar.gz: 1981ac3a2d9e068abf14ab330526f6366edb96dfeafd1d5bed3dffb1c060e3674211c77f54222460e9e2f85210213fae75718165bef7f5c6463f0de44304e6f6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lexmodelbuildingservice/customizations'
42
42
  # @service
43
43
  module Aws::LexModelBuildingService
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::LexModelBuildingService
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
  #
@@ -3535,7 +3535,7 @@ module Aws::LexModelBuildingService
3535
3535
  params: params,
3536
3536
  config: config)
3537
3537
  context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
3538
- context[:gem_version] = '1.9.0'
3538
+ context[:gem_version] = '1.10.0'
3539
3539
  Seahorse::Client::Request.new(handlers, context)
3540
3540
  end
3541
3541
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelbuildingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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