aws-sdk-alexaforbusiness 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: 8fee33d601c3813bd1e6fbb21ec0afb935ca321e
4
- data.tar.gz: 1840376c960600fc6a5f472c1b590de6698fd34f
3
+ metadata.gz: 0a2c69e9b48df825ce585c91ada7760fbf062f62
4
+ data.tar.gz: 23821f73bbd23e7daff0ee1890d0920bf9e227f5
5
5
  SHA512:
6
- metadata.gz: 9b364be936fd834ffd46e0769461cc0e47c839bf285e4bdf8617e6447bf2c613674edf7600eb8ea5ab0cd323b73396c0b436d0e664e6424c867143c924c21a22
7
- data.tar.gz: 5d0de83e5f4b4b25387da3bd9ec0b9ab1c19f2618902032f7c2256e2f9083dd8ec9e9e177ed26a0bceb9aee72c8fd47e827a0c385518d94c4b25886ee83f4aaa
6
+ metadata.gz: f1448d50d013f04017ac5f62e9e6acf0a9956f81b604290d81112b0ff8a36f506a9b5a3bbb8975e6edb93a03a68dda3897f9d34f11f6f99dd5a0c169d5f3f2c4
7
+ data.tar.gz: 8bfa626ba6bc3ad91f087105993b246bf2ceb0f7526e1c78907a906cdfa09415f92b7d5d536ff63a742a97d84b485e8e6fefdee4dcadb8ec918cb1608a8d5dbd
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
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::AlexaForBusiness
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
  #
@@ -2152,7 +2152,7 @@ module Aws::AlexaForBusiness
2152
2152
  params: params,
2153
2153
  config: config)
2154
2154
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
2155
- context[:gem_version] = '1.9.0'
2155
+ context[:gem_version] = '1.10.0'
2156
2156
  Seahorse::Client::Request.new(handlers, context)
2157
2157
  end
2158
2158
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-alexaforbusiness
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