aws-sdk-iot1clickprojects 1.3.0 → 1.4.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: 3c3df486eaf3b90527e03f26520bee4de7d42a21
4
- data.tar.gz: a5466b2278bba6459322b803d3127831ebfbdd31
3
+ metadata.gz: 9fe832f59ebbaf9488eab9156b649c947658e881
4
+ data.tar.gz: ac9783c3f4fa442abfb13eb7563abbe7be16622c
5
5
  SHA512:
6
- metadata.gz: c1d873fe3acba73fa48a069bd378cd386b9c3ca521883ee66df547269158d49ee46319389bb2f7c771365658ad490af5f4d043095f9c4b95bd439c5efeb90045
7
- data.tar.gz: 25503b9d007b429d8aca4682034be743c393a0ba6c3485759270e7e53a5fe686cbcd13a111ea75f27c01780f78ada932dc91d5a2d6c1d39541e164d43757c2a4
6
+ metadata.gz: c418bfa012c34dcc1c467b5eafc285293a2394e16921efdbd0a78ee5785129df296ea809724950b4fa94cd2de85e1122fa866f11684a2f6b1b5ce7bdc11f61ff
7
+ data.tar.gz: 4ad53cd2b1abd8b30631fd1742c80653711e8c13f1810956de898ce1385cff0571bc8408cce2bd8b0c4a3ab6b5af5fe860eb4b361cbc78c51aa2f6d8fb8deb6b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot1clickprojects/customizations'
42
42
  # @service
43
43
  module Aws::IoT1ClickProjects
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::IoT1ClickProjects
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
  #
@@ -642,7 +642,7 @@ module Aws::IoT1ClickProjects
642
642
  params: params,
643
643
  config: config)
644
644
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
645
- context[:gem_version] = '1.3.0'
645
+ context[:gem_version] = '1.4.0'
646
646
  Seahorse::Client::Request.new(handlers, context)
647
647
  end
648
648
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickprojects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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