aws-sdk-iot1clickprojects 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5388ee15f00090ec0224fc7493ae837b7f0d8852
4
- data.tar.gz: d13e6497a90f61acf39e69de384f87229226283a
3
+ metadata.gz: eabde1311eaad1f08003f48b6eabb0a0a4cc6e7f
4
+ data.tar.gz: 832134e6184f0c9038c4112d658944a5b7fe027e
5
5
  SHA512:
6
- metadata.gz: 75c197cd7fcf35534c0bdb0b43c6d7ed75f165a1dfce6ba8d2e17fe841f7d0a43ed52ffe18684290dfcb272b7e902e53874511a5c7513b8097a3d69a749c3866
7
- data.tar.gz: 5059b97a84111365c9031dc1e7796df7509d1e288cbe89d875a8879234403d5519130448abaf06a3d69ec14d2877ad187eabcfae51371933f375f128773f9203
6
+ metadata.gz: 0c9ce21426e2b267297e36eadfea7b67c46e1084f78b58d44a9574b9fe283d18c735e190686296f098e96172d714fac65a3b19b5c17a42cd24fd1cb74d778f3a
7
+ data.tar.gz: 5c523fb8a380450ce1b45f680f18c00da0c07254105ec0770c44b33d1e44fa08574559e2921beeb6fc7eaaba587abbd0ec9b8173a5e8cbc02317f9a3d42de0fb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot1clickprojects/customizations'
42
42
  # @service
43
43
  module Aws::IoT1ClickProjects
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::IoT1ClickProjects
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::IoT1ClickProjects
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.
@@ -622,7 +642,7 @@ module Aws::IoT1ClickProjects
622
642
  params: params,
623
643
  config: config)
624
644
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
625
- context[:gem_version] = '1.1.0'
645
+ context[:gem_version] = '1.2.0'
626
646
  Seahorse::Client::Request.new(handlers, context)
627
647
  end
628
648
 
@@ -222,12 +222,16 @@ module Aws::IoT1ClickProjects
222
222
  api.version = "2018-05-14"
223
223
 
224
224
  api.metadata = {
225
+ "apiVersion" => "2018-05-14",
225
226
  "endpointPrefix" => "projects.iot1click",
226
227
  "jsonVersion" => "1.1",
227
228
  "protocol" => "rest-json",
229
+ "serviceAbbreviation" => "AWS IoT 1-Click Projects",
228
230
  "serviceFullName" => "AWS IoT 1-Click Projects Service",
231
+ "serviceId" => "IoT 1Click Projects",
229
232
  "signatureVersion" => "v4",
230
233
  "signingName" => "iot1click",
234
+ "uid" => "iot1click-projects-2018-05-14",
231
235
  }
232
236
 
233
237
  api.add_operation(:associate_device_with_placement, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickprojects
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