aws-sdk-iot 1.16.0 → 1.17.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: 1d7d75cf49343268b26edb380275ba6156488b6a
4
- data.tar.gz: 69c184cc0b407d7e9a7977ebc2970ce366fc3644
3
+ metadata.gz: ed26de8cd17ae0ad996178cd4839584149bfc0c9
4
+ data.tar.gz: c88b31a0537be106d3988f3188e6e266043ab30a
5
5
  SHA512:
6
- metadata.gz: 9aca0d68532a2788f908b2d3d033202a7aea983c999b396d9fbd5202667c76607658d9a4bd230a8522b4d1675061dd0cf7ae88145c84a905898b3559ff9fbfa9
7
- data.tar.gz: 946def04b6f6aac76961265766196c84a086fb8856efa239e81053fd6f6f88b9d687a0503fad3a902fa0632d9115b95ab271c4cff04c9a6bb6835caeef35f386
6
+ metadata.gz: 362984a9abd243fc436549a2bc39bd798502c23479b9138f51216d42868d4a6cfb934e70ec2a16e8022f85b89ed3bc4ef53b1bd631d9d85670dc356d84badbbc
7
+ data.tar.gz: b7896388e311645bbaae0811c0e5f627b0a1a982e8eefc7e0114fd71a8bdf669dbaa082a1842532c77cf31866dc3ff05d1e854257f92822dac4d650775c4c98f
data/lib/aws-sdk-iot.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::IoT
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
  #
@@ -6623,7 +6623,7 @@ module Aws::IoT
6623
6623
  params: params,
6624
6624
  config: config)
6625
6625
  context[:gem_name] = 'aws-sdk-iot'
6626
- context[:gem_version] = '1.16.0'
6626
+ context[:gem_version] = '1.17.0'
6627
6627
  Seahorse::Client::Request.new(handlers, context)
6628
6628
  end
6629
6629
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-10-08 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