aws-sdk-iot1clickdevicesservice 1.18.0 → 1.23.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
- SHA1:
3
- metadata.gz: 9774ae10a51df3663d5527cb2c3584f5540b48a7
4
- data.tar.gz: de2b0eb92249f0b1b3079449731d9c762b5ce3b8
2
+ SHA256:
3
+ metadata.gz: 3357758efed008f43c853d93f10018f298cc907eda27d18b01ad37642d938ae1
4
+ data.tar.gz: 0da1a98f69a7d3181cde816d5dd7852238b589948e25b3eddae81078380f25cf
5
5
  SHA512:
6
- metadata.gz: 01dce248e713f6a8359e794738868177734f04a24f1d936271f02bfb81ab2640feb6a071d57a30b5ea9ef526bca92cafa781df3420950b79c557f8fff254e6ec
7
- data.tar.gz: d9afbbc7161b558239cede5d20db5885a05d5c59393fcc843f6095b2e96c3c2c01bd422f54e0772506d692f60e37592754c70743dc60b630d4943eb65fbb0de9
6
+ metadata.gz: 44ecbd549e998e91dc5c9fc985e87ddbd2d0905394288939e7f42bfd6fac2afcde7a0160cbc49245767a50ffbb4f7c2d3adf2569383054d0d4642470e33acab0
7
+ data.tar.gz: c949701d95bbf09d27be894dcd26c6d6081d54e9aa985e22a6551ce411b0c02d174a824074cea09e406bdc624cf3a37d71ee4a193040c9736a757283a70fa0dc
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,17 +26,20 @@ require_relative 'aws-sdk-iot1clickdevicesservice/customizations'
24
26
  # methods each accept a hash of request parameters and return a response
25
27
  # structure.
26
28
  #
29
+ # io_t1_click_devices_service = Aws::IoT1ClickDevicesService::Client.new
30
+ # resp = io_t1_click_devices_service.claim_devices_by_claim_code(params)
31
+ #
27
32
  # See {Client} for more information.
28
33
  #
29
34
  # # Errors
30
35
  #
31
- # Errors returned from AWS IoT 1-Click Devices Service all
32
- # extend {Errors::ServiceError}.
36
+ # Errors returned from AWS IoT 1-Click Devices Service are defined in the
37
+ # {Errors} module and all extend {Errors::ServiceError}.
33
38
  #
34
39
  # begin
35
40
  # # do stuff
36
41
  # rescue Aws::IoT1ClickDevicesService::Errors::ServiceError
37
- # # rescues all service API errors
42
+ # # rescues all AWS IoT 1-Click Devices Service API errors
38
43
  # end
39
44
  #
40
45
  # See {Errors} for more information.
@@ -42,6 +47,6 @@ require_relative 'aws-sdk-iot1clickdevicesservice/customizations'
42
47
  # @service
43
48
  module Aws::IoT1ClickDevicesService
44
49
 
45
- GEM_VERSION = '1.18.0'
50
+ GEM_VERSION = '1.23.0'
46
51
 
47
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,12 +26,25 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
30
33
  Aws::Plugins::GlobalConfiguration.add_identifier(:iot1clickdevicesservice)
31
34
 
32
35
  module Aws::IoT1ClickDevicesService
36
+ # An API client for IoT1ClickDevicesService. To construct a client, you need to configure a `:region` and `:credentials`.
37
+ #
38
+ # client = Aws::IoT1ClickDevicesService::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
43
+ #
44
+ # For details on configuring region and credentials see
45
+ # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
46
+ #
47
+ # See {#initialize} for a full list of supported configuration options.
33
48
  class Client < Seahorse::Client::Base
34
49
 
35
50
  include Aws::ClientStubs
@@ -57,6 +72,7 @@ module Aws::IoT1ClickDevicesService
57
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
58
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
59
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
60
76
  add_plugin(Aws::Plugins::SignatureV4)
61
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
62
78
 
@@ -93,7 +109,7 @@ module Aws::IoT1ClickDevicesService
93
109
  # @option options [required, String] :region
94
110
  # The AWS region to connect to. The configured `:region` is
95
111
  # used to determine the service `:endpoint`. When not passed,
96
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
97
113
  #
98
114
  # * `Aws.config[:region]`
99
115
  # * `ENV['AWS_REGION']`
@@ -108,6 +124,12 @@ module Aws::IoT1ClickDevicesService
108
124
  # When set to `true`, a thread polling for endpoints will be running in
109
125
  # the background every 60 secs (default). Defaults to `false`.
110
126
  #
127
+ # @option options [Boolean] :adaptive_retry_wait_to_fill (true)
128
+ # Used only in `adaptive` retry mode. When true, the request will sleep
129
+ # until there is sufficent client side capacity to retry the request.
130
+ # When false, the request will raise a `RetryCapacityNotAvailableError` and will
131
+ # not retry instead of sleeping.
132
+ #
111
133
  # @option options [Boolean] :client_side_monitoring (false)
112
134
  # When `true`, client-side metrics will be collected for all API requests from
113
135
  # this client.
@@ -132,6 +154,10 @@ module Aws::IoT1ClickDevicesService
132
154
  # When `true`, an attempt is made to coerce request parameters into
133
155
  # the required types.
134
156
  #
157
+ # @option options [Boolean] :correct_clock_skew (true)
158
+ # Used only in `standard` and adaptive retry modes. Specifies whether to apply
159
+ # a clock skew correction and retry requests with skewed client clocks.
160
+ #
135
161
  # @option options [Boolean] :disable_host_prefix_injection (false)
136
162
  # Set to true to disable SDK automatically adding host prefix
137
163
  # to default service endpoint when available.
@@ -139,7 +165,7 @@ module Aws::IoT1ClickDevicesService
139
165
  # @option options [String] :endpoint
140
166
  # The client endpoint is normally constructed from the `:region`
141
167
  # option. You should only configure an `:endpoint` when connecting
142
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
143
169
  #
144
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
145
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -154,7 +180,7 @@ module Aws::IoT1ClickDevicesService
154
180
  # requests fetching endpoints information. Defaults to 60 sec.
155
181
  #
156
182
  # @option options [Boolean] :endpoint_discovery (false)
157
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
158
184
  #
159
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
160
186
  # The log formatter.
@@ -166,15 +192,29 @@ module Aws::IoT1ClickDevicesService
166
192
  # The Logger instance to send log messages to. If this option
167
193
  # is not set, logging will be disabled.
168
194
  #
195
+ # @option options [Integer] :max_attempts (3)
196
+ # An integer representing the maximum number attempts that will be made for
197
+ # a single request, including the initial attempt. For example,
198
+ # setting this value to 5 will result in a request being retried up to
199
+ # 4 times. Used in `standard` and `adaptive` retry modes.
200
+ #
169
201
  # @option options [String] :profile ("default")
170
202
  # Used when loading credentials from the shared credentials file
171
203
  # at HOME/.aws/credentials. When not specified, 'default' is used.
172
204
  #
205
+ # @option options [Proc] :retry_backoff
206
+ # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
207
+ # This option is only used in the `legacy` retry mode.
208
+ #
173
209
  # @option options [Float] :retry_base_delay (0.3)
174
- # The base delay in seconds used by the default backoff function.
210
+ # The base delay in seconds used by the default backoff function. This option
211
+ # is only used in the `legacy` retry mode.
175
212
  #
176
213
  # @option options [Symbol] :retry_jitter (:none)
177
- # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
214
+ # A delay randomiser function used by the default backoff function.
215
+ # Some predefined functions can be referenced by name - :none, :equal, :full,
216
+ # otherwise a Proc that takes and returns a number. This option is only used
217
+ # in the `legacy` retry mode.
178
218
  #
179
219
  # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
180
220
  #
@@ -182,11 +222,30 @@ module Aws::IoT1ClickDevicesService
182
222
  # The maximum number of times to retry failed requests. Only
183
223
  # ~ 500 level server errors and certain ~ 400 level client errors
184
224
  # are retried. Generally, these are throttling errors, data
185
- # checksum errors, networking errors, timeout errors and auth
186
- # errors from expired credentials.
225
+ # checksum errors, networking errors, timeout errors, auth errors,
226
+ # endpoint discovery, and errors from expired credentials.
227
+ # This option is only used in the `legacy` retry mode.
187
228
  #
188
229
  # @option options [Integer] :retry_max_delay (0)
189
- # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
230
+ # The maximum number of seconds to delay between retries (0 for no limit)
231
+ # used by the default backoff function. This option is only used in the
232
+ # `legacy` retry mode.
233
+ #
234
+ # @option options [String] :retry_mode ("legacy")
235
+ # Specifies which retry algorithm to use. Values are:
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
190
249
  #
191
250
  # @option options [String] :secret_access_key
192
251
  #
@@ -209,16 +268,15 @@ module Aws::IoT1ClickDevicesService
209
268
  # requests through. Formatted like 'http://proxy.com:123'.
210
269
  #
211
270
  # @option options [Float] :http_open_timeout (15) The number of
212
- # seconds to wait when opening a HTTP session before rasing a
271
+ # seconds to wait when opening a HTTP session before raising a
213
272
  # `Timeout::Error`.
214
273
  #
215
274
  # @option options [Integer] :http_read_timeout (60) The default
216
275
  # number of seconds to wait for response data. This value can
217
- # safely be set
218
- # per-request on the session yeidled by {#session_for}.
276
+ # safely be set per-request on the session.
219
277
  #
220
278
  # @option options [Float] :http_idle_timeout (5) The number of
221
- # seconds a connection is allowed to sit idble before it is
279
+ # seconds a connection is allowed to sit idle before it is
222
280
  # considered stale. Stale connections are closed and removed
223
281
  # from the pool before making a request.
224
282
  #
@@ -227,7 +285,7 @@ module Aws::IoT1ClickDevicesService
227
285
  # request body. This option has no effect unless the request has
228
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
229
287
  # disables this behaviour. This value can safely be set per
230
- # request on the session yeidled by {#session_for}.
288
+ # request on the session.
231
289
  #
232
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
233
291
  # HTTP debug output will be sent to the `:logger`.
@@ -703,7 +761,7 @@ module Aws::IoT1ClickDevicesService
703
761
  params: params,
704
762
  config: config)
705
763
  context[:gem_name] = 'aws-sdk-iot1clickdevicesservice'
706
- context[:gem_version] = '1.18.0'
764
+ context[:gem_version] = '1.23.0'
707
765
  Seahorse::Client::Request.new(handlers, context)
708
766
  end
709
767
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,6 +8,35 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::IoT1ClickDevicesService
11
+
12
+ # When IoT1ClickDevicesService returns an error response, the Ruby SDK constructs and raises an error.
13
+ # These errors all extend Aws::IoT1ClickDevicesService::Errors::ServiceError < {Aws::Errors::ServiceError}
14
+ #
15
+ # You can rescue all IoT1ClickDevicesService errors using ServiceError:
16
+ #
17
+ # begin
18
+ # # do stuff
19
+ # rescue Aws::IoT1ClickDevicesService::Errors::ServiceError
20
+ # # rescues all IoT1ClickDevicesService API errors
21
+ # end
22
+ #
23
+ #
24
+ # ## Request Context
25
+ # ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
26
+ # information about the request that generated the error.
27
+ # See {Seahorse::Client::RequestContext} for more information.
28
+ #
29
+ # ## Error Classes
30
+ # * {ForbiddenException}
31
+ # * {InternalFailureException}
32
+ # * {InvalidRequestException}
33
+ # * {PreconditionFailedException}
34
+ # * {RangeNotSatisfiableException}
35
+ # * {ResourceConflictException}
36
+ # * {ResourceNotFoundException}
37
+ #
38
+ # Additionally, error classes are dynamically generated for service errors based on the error code
39
+ # if they are not defined above.
9
40
  module Errors
10
41
 
11
42
  extend Aws::Errors::DynamicErrors
@@ -28,7 +59,6 @@ module Aws::IoT1ClickDevicesService
28
59
  def message
29
60
  @message || @data[:message]
30
61
  end
31
-
32
62
  end
33
63
 
34
64
  class InternalFailureException < ServiceError
@@ -49,7 +79,6 @@ module Aws::IoT1ClickDevicesService
49
79
  def message
50
80
  @message || @data[:message]
51
81
  end
52
-
53
82
  end
54
83
 
55
84
  class InvalidRequestException < ServiceError
@@ -70,7 +99,6 @@ module Aws::IoT1ClickDevicesService
70
99
  def message
71
100
  @message || @data[:message]
72
101
  end
73
-
74
102
  end
75
103
 
76
104
  class PreconditionFailedException < ServiceError
@@ -91,7 +119,6 @@ module Aws::IoT1ClickDevicesService
91
119
  def message
92
120
  @message || @data[:message]
93
121
  end
94
-
95
122
  end
96
123
 
97
124
  class RangeNotSatisfiableException < ServiceError
@@ -112,7 +139,6 @@ module Aws::IoT1ClickDevicesService
112
139
  def message
113
140
  @message || @data[:message]
114
141
  end
115
-
116
142
  end
117
143
 
118
144
  class ResourceConflictException < ServiceError
@@ -133,7 +159,6 @@ module Aws::IoT1ClickDevicesService
133
159
  def message
134
160
  @message || @data[:message]
135
161
  end
136
-
137
162
  end
138
163
 
139
164
  class ResourceNotFoundException < ServiceError
@@ -154,7 +179,6 @@ module Aws::IoT1ClickDevicesService
154
179
  def message
155
180
  @message || @data[:message]
156
181
  end
157
-
158
182
  end
159
183
 
160
184
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,6 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::IoT1ClickDevicesService
11
+
9
12
  class Resource
10
13
 
11
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -26,6 +28,7 @@ module Aws::IoT1ClickDevicesService
26
28
  #
27
29
  class ClaimDevicesByClaimCodeRequest < Struct.new(
28
30
  :claim_code)
31
+ SENSITIVE = []
29
32
  include Aws::Structure
30
33
  end
31
34
 
@@ -43,6 +46,7 @@ module Aws::IoT1ClickDevicesService
43
46
  class ClaimDevicesByClaimCodeResponse < Struct.new(
44
47
  :claim_code,
45
48
  :total)
49
+ SENSITIVE = []
46
50
  include Aws::Structure
47
51
  end
48
52
 
@@ -60,6 +64,7 @@ module Aws::IoT1ClickDevicesService
60
64
  #
61
65
  class DescribeDeviceRequest < Struct.new(
62
66
  :device_id)
67
+ SENSITIVE = []
63
68
  include Aws::Structure
64
69
  end
65
70
 
@@ -71,6 +76,7 @@ module Aws::IoT1ClickDevicesService
71
76
  #
72
77
  class DescribeDeviceResponse < Struct.new(
73
78
  :device_description)
79
+ SENSITIVE = []
74
80
  include Aws::Structure
75
81
  end
76
82
 
@@ -93,6 +99,7 @@ module Aws::IoT1ClickDevicesService
93
99
  :attributes,
94
100
  :device_id,
95
101
  :type)
102
+ SENSITIVE = []
96
103
  include Aws::Structure
97
104
  end
98
105
 
@@ -104,6 +111,7 @@ module Aws::IoT1ClickDevicesService
104
111
  #
105
112
  class DeviceClaimResponse < Struct.new(
106
113
  :state)
114
+ SENSITIVE = []
107
115
  include Aws::Structure
108
116
  end
109
117
 
@@ -146,6 +154,7 @@ module Aws::IoT1ClickDevicesService
146
154
  :remaining_life,
147
155
  :type,
148
156
  :tags)
157
+ SENSITIVE = []
149
158
  include Aws::Structure
150
159
  end
151
160
 
@@ -163,6 +172,7 @@ module Aws::IoT1ClickDevicesService
163
172
  class DeviceEvent < Struct.new(
164
173
  :device,
165
174
  :std_event)
175
+ SENSITIVE = []
166
176
  include Aws::Structure
167
177
  end
168
178
 
@@ -180,6 +190,7 @@ module Aws::IoT1ClickDevicesService
180
190
  class DeviceEventsResponse < Struct.new(
181
191
  :events,
182
192
  :next_token)
193
+ SENSITIVE = []
183
194
  include Aws::Structure
184
195
  end
185
196
 
@@ -204,6 +215,7 @@ module Aws::IoT1ClickDevicesService
204
215
  class DeviceMethod < Struct.new(
205
216
  :device_type,
206
217
  :method_name)
218
+ SENSITIVE = []
207
219
  include Aws::Structure
208
220
  end
209
221
 
@@ -234,6 +246,7 @@ module Aws::IoT1ClickDevicesService
234
246
  class FinalizeDeviceClaimRequest < Struct.new(
235
247
  :device_id,
236
248
  :tags)
249
+ SENSITIVE = []
237
250
  include Aws::Structure
238
251
  end
239
252
 
@@ -244,6 +257,7 @@ module Aws::IoT1ClickDevicesService
244
257
  #
245
258
  class FinalizeDeviceClaimResponse < Struct.new(
246
259
  :state)
260
+ SENSITIVE = []
247
261
  include Aws::Structure
248
262
  end
249
263
 
@@ -260,6 +274,7 @@ module Aws::IoT1ClickDevicesService
260
274
  class ForbiddenException < Struct.new(
261
275
  :code,
262
276
  :message)
277
+ SENSITIVE = []
263
278
  include Aws::Structure
264
279
  end
265
280
 
@@ -277,6 +292,7 @@ module Aws::IoT1ClickDevicesService
277
292
  #
278
293
  class GetDeviceMethodsRequest < Struct.new(
279
294
  :device_id)
295
+ SENSITIVE = []
280
296
  include Aws::Structure
281
297
  end
282
298
 
@@ -288,6 +304,7 @@ module Aws::IoT1ClickDevicesService
288
304
  #
289
305
  class GetDeviceMethodsResponse < Struct.new(
290
306
  :device_methods)
307
+ SENSITIVE = []
291
308
  include Aws::Structure
292
309
  end
293
310
 
@@ -305,6 +322,7 @@ module Aws::IoT1ClickDevicesService
305
322
  #
306
323
  class InitiateDeviceClaimRequest < Struct.new(
307
324
  :device_id)
325
+ SENSITIVE = []
308
326
  include Aws::Structure
309
327
  end
310
328
 
@@ -315,6 +333,7 @@ module Aws::IoT1ClickDevicesService
315
333
  #
316
334
  class InitiateDeviceClaimResponse < Struct.new(
317
335
  :state)
336
+ SENSITIVE = []
318
337
  include Aws::Structure
319
338
  end
320
339
 
@@ -331,6 +350,7 @@ module Aws::IoT1ClickDevicesService
331
350
  class InternalFailureException < Struct.new(
332
351
  :code,
333
352
  :message)
353
+ SENSITIVE = []
334
354
  include Aws::Structure
335
355
  end
336
356
 
@@ -347,6 +367,7 @@ module Aws::IoT1ClickDevicesService
347
367
  class InvalidRequestException < Struct.new(
348
368
  :code,
349
369
  :message)
370
+ SENSITIVE = []
350
371
  include Aws::Structure
351
372
  end
352
373
 
@@ -380,6 +401,7 @@ module Aws::IoT1ClickDevicesService
380
401
  :device_id,
381
402
  :device_method,
382
403
  :device_method_parameters)
404
+ SENSITIVE = []
383
405
  include Aws::Structure
384
406
  end
385
407
 
@@ -391,6 +413,7 @@ module Aws::IoT1ClickDevicesService
391
413
  #
392
414
  class InvokeDeviceMethodResponse < Struct.new(
393
415
  :device_method_response)
416
+ SENSITIVE = []
394
417
  include Aws::Structure
395
418
  end
396
419
 
@@ -428,6 +451,7 @@ module Aws::IoT1ClickDevicesService
428
451
  :max_results,
429
452
  :next_token,
430
453
  :to_time_stamp)
454
+ SENSITIVE = []
431
455
  include Aws::Structure
432
456
  end
433
457
 
@@ -442,6 +466,7 @@ module Aws::IoT1ClickDevicesService
442
466
  class ListDeviceEventsResponse < Struct.new(
443
467
  :events,
444
468
  :next_token)
469
+ SENSITIVE = []
445
470
  include Aws::Structure
446
471
  end
447
472
 
@@ -469,6 +494,7 @@ module Aws::IoT1ClickDevicesService
469
494
  :device_type,
470
495
  :max_results,
471
496
  :next_token)
497
+ SENSITIVE = []
472
498
  include Aws::Structure
473
499
  end
474
500
 
@@ -485,6 +511,7 @@ module Aws::IoT1ClickDevicesService
485
511
  class ListDevicesResponse < Struct.new(
486
512
  :devices,
487
513
  :next_token)
514
+ SENSITIVE = []
488
515
  include Aws::Structure
489
516
  end
490
517
 
@@ -502,6 +529,7 @@ module Aws::IoT1ClickDevicesService
502
529
  #
503
530
  class ListTagsForResourceRequest < Struct.new(
504
531
  :resource_arn)
532
+ SENSITIVE = []
505
533
  include Aws::Structure
506
534
  end
507
535
 
@@ -512,6 +540,7 @@ module Aws::IoT1ClickDevicesService
512
540
  #
513
541
  class ListTagsForResourceResponse < Struct.new(
514
542
  :tags)
543
+ SENSITIVE = []
515
544
  include Aws::Structure
516
545
  end
517
546
 
@@ -528,6 +557,7 @@ module Aws::IoT1ClickDevicesService
528
557
  class PreconditionFailedException < Struct.new(
529
558
  :code,
530
559
  :message)
560
+ SENSITIVE = []
531
561
  include Aws::Structure
532
562
  end
533
563
 
@@ -545,6 +575,7 @@ module Aws::IoT1ClickDevicesService
545
575
  class RangeNotSatisfiableException < Struct.new(
546
576
  :code,
547
577
  :message)
578
+ SENSITIVE = []
548
579
  include Aws::Structure
549
580
  end
550
581
 
@@ -561,6 +592,7 @@ module Aws::IoT1ClickDevicesService
561
592
  class ResourceConflictException < Struct.new(
562
593
  :code,
563
594
  :message)
595
+ SENSITIVE = []
564
596
  include Aws::Structure
565
597
  end
566
598
 
@@ -577,6 +609,7 @@ module Aws::IoT1ClickDevicesService
577
609
  class ResourceNotFoundException < Struct.new(
578
610
  :code,
579
611
  :message)
612
+ SENSITIVE = []
580
613
  include Aws::Structure
581
614
  end
582
615
 
@@ -601,6 +634,7 @@ module Aws::IoT1ClickDevicesService
601
634
  class TagResourceRequest < Struct.new(
602
635
  :resource_arn,
603
636
  :tags)
637
+ SENSITIVE = []
604
638
  include Aws::Structure
605
639
  end
606
640
 
@@ -618,6 +652,7 @@ module Aws::IoT1ClickDevicesService
618
652
  #
619
653
  class UnclaimDeviceRequest < Struct.new(
620
654
  :device_id)
655
+ SENSITIVE = []
621
656
  include Aws::Structure
622
657
  end
623
658
 
@@ -628,6 +663,7 @@ module Aws::IoT1ClickDevicesService
628
663
  #
629
664
  class UnclaimDeviceResponse < Struct.new(
630
665
  :state)
666
+ SENSITIVE = []
631
667
  include Aws::Structure
632
668
  end
633
669
 
@@ -650,6 +686,7 @@ module Aws::IoT1ClickDevicesService
650
686
  class UntagResourceRequest < Struct.new(
651
687
  :resource_arn,
652
688
  :tag_keys)
689
+ SENSITIVE = []
653
690
  include Aws::Structure
654
691
  end
655
692
 
@@ -673,6 +710,7 @@ module Aws::IoT1ClickDevicesService
673
710
  class UpdateDeviceStateRequest < Struct.new(
674
711
  :device_id,
675
712
  :enabled)
713
+ SENSITIVE = []
676
714
  include Aws::Structure
677
715
  end
678
716
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickdevicesservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.23.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.5.2.3
84
+ rubygems_version: 2.7.6.2
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: AWS SDK for Ruby - AWS IoT 1-Click Devices Service