aws-sdk-greengrass 1.5.0 → 1.6.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: c2fda1292c921f137c1b25a7a87208b73c44f602
4
- data.tar.gz: d90720d0b367cedbfbc842014a905e0e94b8f51c
3
+ metadata.gz: ca5c42e364cf2df91c56418dea390cb581156178
4
+ data.tar.gz: 5c00e0df66c0d7b416640651ca347a38d74eccc5
5
5
  SHA512:
6
- metadata.gz: d7789f51de3011eb85f8777808e6b36564f00704289227783a893e4208673c059a60077676fa4a9479a4a35b959df46175a0fce0f8d6aed1880b18118c764f9e
7
- data.tar.gz: 2e5ae0d78703b513c2940b4ff2cb30a7c33fd986afc7d01583677889a5450df9a58f3e6b27b2c1fe727046fa22564bf5ba327af93aeab78eaee01e1d0f6896d8
6
+ metadata.gz: 161a17f8e0751e62d60a3aa7910bb0787e13ad91ed3431cd73b6e81a71eb779485b9910fc2ba2835b1279a25d35831843f0e14f861c99d28215f0ffcf9049f4c
7
+ data.tar.gz: bad03f8d988b28cf1159b9c9642beee8bb25f91cd3083814fc749090a23bd46cd39f8fff44c4e7e1b4d829726a26180a979d5b9c40d84852037d2a57f02b0e24
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-greengrass/customizations'
42
42
  # @service
43
43
  module Aws::Greengrass
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::Greengrass
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::Greengrass
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -3066,7 +3086,7 @@ module Aws::Greengrass
3066
3086
  params: params,
3067
3087
  config: config)
3068
3088
  context[:gem_name] = 'aws-sdk-greengrass'
3069
- context[:gem_version] = '1.5.0'
3089
+ context[:gem_version] = '1.6.0'
3070
3090
  Seahorse::Client::Request.new(handlers, context)
3071
3091
  end
3072
3092
 
@@ -1120,12 +1120,14 @@ module Aws::Greengrass
1120
1120
  api.version = "2017-06-07"
1121
1121
 
1122
1122
  api.metadata = {
1123
+ "apiVersion" => "2017-06-07",
1123
1124
  "endpointPrefix" => "greengrass",
1124
1125
  "jsonVersion" => "1.1",
1125
1126
  "protocol" => "rest-json",
1126
1127
  "serviceFullName" => "AWS Greengrass",
1127
1128
  "signatureVersion" => "v4",
1128
1129
  "signingName" => "greengrass",
1130
+ "uid" => "greengrass-2017-06-07",
1129
1131
  }
1130
1132
 
1131
1133
  api.add_operation(:associate_role_to_group, Seahorse::Model::Operation.new.tap do |o|
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.5.0
4
+ version: 1.6.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-07-26 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core