aws-sdk-greengrass 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: 54de8463b9643432abc7eda1b10156f92cd5fdb7
4
- data.tar.gz: a663011cfc30787f70597785bc03d8154d6bafc3
3
+ metadata.gz: a58f0d7e78bb96467b38ed06357662c686c56435
4
+ data.tar.gz: 1c4d44e04123a62e9b9ea9a5f9abb25753b2396c
5
5
  SHA512:
6
- metadata.gz: 99f2c9dc9a4db3094ec0eae7a935b94642785d8ae57f96309200e1575d9dcfe1479931426fd17cd4b9391c0c47112e62cb0f0826830df5544e29cdf81c8ab416
7
- data.tar.gz: 5fdd05d4cdec85b2a118185bcada4ff7d9142cbf2992aa2339538f98d8975b27ab087dac97fe8bb8d8ad03642ef4901437f8ed12cf2a5609d94c6f941cb31bae
6
+ metadata.gz: 8609d3233d4c1968cd34a2ed695c93c4ca0f4df450825a112b512f7e365229f1b4d0c96872a67ca37b8841a1d3d961730857b29f3f84cbeafc74a6157f90f304
7
+ data.tar.gz: 98bc5a2d487c77cf137b0b9a54a02974e1cf3e211ab9e38657a47e4929fee0df3d1c9f90b4197dd0a075565bb58026a34d8cb042293d9c4ad6f71846c41a4f95
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-greengrass/customizations'
42
42
  # @service
43
43
  module Aws::Greengrass
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::Greengrass
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
  #
@@ -3086,7 +3086,7 @@ module Aws::Greengrass
3086
3086
  params: params,
3087
3087
  config: config)
3088
3088
  context[:gem_name] = 'aws-sdk-greengrass'
3089
- context[:gem_version] = '1.7.0'
3089
+ context[:gem_version] = '1.8.0'
3090
3090
  Seahorse::Client::Request.new(handlers, context)
3091
3091
  end
3092
3092
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrass
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