aws-sdk-iot1clickdevicesservice 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaa528d399c5d38c81bfb3fd36e35fe70eb2a024
|
4
|
+
data.tar.gz: 64a4533f77e1b2177658c9020d675bef84050a75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a186705456ad608c5b3749cdbcf10d7b9d2af177b6b7252e3af7dd172558be8d43bd92c55106ce0cda82a896c5f50cd2a8abbef1ca72f17ab8f95ae5bc3e962c
|
7
|
+
data.tar.gz: d0574d37bfe2930b0f3acf0d3df95f5a61415fc91609f72b507d570ae3442cdb4598d771b9d798ac7757a531a7380fa869a0300b33124a43cc2407e4899f950f
|
@@ -96,19 +96,19 @@ module Aws::IoT1ClickDevicesService
|
|
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
|
#
|
@@ -529,7 +529,7 @@ module Aws::IoT1ClickDevicesService
|
|
529
529
|
params: params,
|
530
530
|
config: config)
|
531
531
|
context[:gem_name] = 'aws-sdk-iot1clickdevicesservice'
|
532
|
-
context[:gem_version] = '1.
|
532
|
+
context[:gem_version] = '1.4.0'
|
533
533
|
Seahorse::Client::Request.new(handlers, context)
|
534
534
|
end
|
535
535
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iot1clickdevicesservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
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
|