aws-sdk-iotanalytics 1.7.0 → 1.8.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: 79d0dcf2ce01babf4805bb0468f47ee8188a7bab
4
- data.tar.gz: d7dbc1f3dfc9bd937bb520bf1c3bb70c9c624d66
3
+ metadata.gz: 73facb1e0c4ae605df3d66f3084a3e0ded7cb3a4
4
+ data.tar.gz: 1c1eb986e6826a049927759fad979354cf8bf4fa
5
5
  SHA512:
6
- metadata.gz: 9245accda8a9798bbf28bbe97d42d9e65e393527a4b2916e132de8ec64e80d6d14897e980989383ce67c61d07178ef1e00afc9be037cffbf9f65b7849a82943e
7
- data.tar.gz: '08e442b2f7a7809afab97d401980eca3c155aeff89eaed0fae0bd64b8da0de3f911adc17980f2e9fab727c1191363b540133a4dd85b5673caec75a1d7754857e'
6
+ metadata.gz: 1167e96ccfec7ad547b373b5cedc1c4c27129552adcaed64006fb286c2b8b8d98c1bb9e61a277c9b3c48508ef783ff1f60075f67ae397b2052d62632d4a00b55
7
+ data.tar.gz: f8500be125c1101d92f0a55a58f28fe4f88c88697daa35325267b04f8dbdb41d472a0c52376c57030d4d5bfdcd9a0434a6cc5e098c5f3bb42be20a7904952d2f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
42
42
  # @service
43
43
  module Aws::IoTAnalytics
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::IoTAnalytics
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
  #
@@ -1680,7 +1680,7 @@ module Aws::IoTAnalytics
1680
1680
  params: params,
1681
1681
  config: config)
1682
1682
  context[:gem_name] = 'aws-sdk-iotanalytics'
1683
- context[:gem_version] = '1.7.0'
1683
+ context[:gem_version] = '1.8.0'
1684
1684
  Seahorse::Client::Request.new(handlers, context)
1685
1685
  end
1686
1686
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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