aws-sdk-iotdataplane 1.1.0 → 1.2.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: eb580377c6eaf80eef701db2975eb47bd1751fe8
4
- data.tar.gz: dcc5bfb52e07e4d69533f1cf2e05d4f786ea99e3
3
+ metadata.gz: '09189888aefb0cf11679d032e57dbe7ed4e0078a'
4
+ data.tar.gz: 8c1babce550a10f51c737d7a6ba0b1d9f63a224c
5
5
  SHA512:
6
- metadata.gz: d07eadd0a9d313c8eeabd918070c39c4d883841b422f2f780d0fa335bcd1ba8daa5143aaae6eb428c8a0c97146c7939b93fd72083c0131843da3f44d796531f8
7
- data.tar.gz: 56c2eb53236a58c1298f68fae5de94c6a311f934031e4f2a2c11ed893246c73d178dd9cc674f8ff7de07c75beb3628247307e46f250492d63f5bc8057098655f
6
+ metadata.gz: 21ed2d87f1805615387dbbb8250e79ea7cc9cb90aec132ed039f491deeb53e472e4b192bacc385623220d02ef8f20d6045f5010ac11ef10fd144554ecee8cca7
7
+ data.tar.gz: 53eb0f9da788a20be72aa0fa44cbc156dc71038e72dae623ddee31689cfa71f283f7e6c2602987f83603932b624b913370169e21c2d07cc2db2820b02130814c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotdataplane/customizations'
42
42
  # @service
43
43
  module Aws::IoTDataPlane
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.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::IoTDataPlane
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::IoTDataPlane
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.
@@ -307,7 +327,7 @@ module Aws::IoTDataPlane
307
327
  params: params,
308
328
  config: config)
309
329
  context[:gem_name] = 'aws-sdk-iotdataplane'
310
- context[:gem_version] = '1.1.0'
330
+ context[:gem_version] = '1.2.0'
311
331
  Seahorse::Client::Request.new(handlers, context)
312
332
  end
313
333
 
@@ -77,10 +77,12 @@ module Aws::IoTDataPlane
77
77
  api.version = "2015-05-28"
78
78
 
79
79
  api.metadata = {
80
+ "apiVersion" => "2015-05-28",
80
81
  "protocol" => "rest-json",
81
82
  "serviceFullName" => "AWS IoT Data Plane",
82
83
  "signatureVersion" => "v4",
83
84
  "signingName" => "iotdata",
85
+ "uid" => "iot-data-2015-05-28",
84
86
  }
85
87
 
86
88
  api.add_operation(:delete_thing_shadow, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-06-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