aws-sdk-iotjobsdataplane 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: 27925308d62cd69f332aa4418f34dd2d881ccfed
4
- data.tar.gz: fdfbf0a974c1abb753f209b617a02f25d52632bf
3
+ metadata.gz: d45df96402cc57689f5d7625be84692a0c263019
4
+ data.tar.gz: b9eac5f07c322d91a6414c1f858792f8f71f9c0f
5
5
  SHA512:
6
- metadata.gz: fbe0fc0dd21dce35e341cf6a9134a152923ea560fe51e5a6d7a508092ca12cb08249b2a3e9aa27e4291713facc3358fca6b626af9d406884c13e6e5a340bfe88
7
- data.tar.gz: 0aaaec790d2622e382dbc3f8b6719ab263269a91ebd24a750958e3f0b18c664eb4a594a0374721796a6d44356b60ed692cfd1714e83e9ecb44ebf7e3e9b3ee1f
6
+ metadata.gz: efcdf0f3c0ddf617e040c033f21521af591484253a324695fab326f224f9170931cbf39f74a03c210a360764c536b2203fe913c605c23c494124ac2ea95156f8
7
+ data.tar.gz: 2c35312ee707481194b0eb6091a52c2e7dac7b315400bc86aa2407640e9ff53db37ba36f07c2f177e10cd7fd1a1a5084bccb036552586dd9b70f7a725e6ab9f1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
42
42
  # @service
43
43
  module Aws::IoTJobsDataPlane
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::IoTJobsDataPlane
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::IoTJobsDataPlane
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.
@@ -378,7 +398,7 @@ module Aws::IoTJobsDataPlane
378
398
  params: params,
379
399
  config: config)
380
400
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
381
- context[:gem_version] = '1.1.0'
401
+ context[:gem_version] = '1.2.0'
382
402
  Seahorse::Client::Request.new(handlers, context)
383
403
  end
384
404
 
@@ -122,11 +122,13 @@ module Aws::IoTJobsDataPlane
122
122
  api.version = "2017-09-29"
123
123
 
124
124
  api.metadata = {
125
+ "apiVersion" => "2017-09-29",
125
126
  "endpointPrefix" => "data.jobs.iot",
126
127
  "protocol" => "rest-json",
127
128
  "serviceFullName" => "AWS IoT Jobs Data Plane",
128
129
  "signatureVersion" => "v4",
129
130
  "signingName" => "iot-jobs-data",
131
+ "uid" => "iot-jobs-data-2017-09-29",
130
132
  }
131
133
 
132
134
  api.add_operation(:describe_job_execution, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
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