aws-sdk-iot1clickdevicesservice 1.22.1 → 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
2
  SHA256:
3
- metadata.gz: 18a3c4f172057a7bb91705ca755a8649e929863b69b59167bc3c0b92914f48eb
4
- data.tar.gz: 3d43191d33b066f76438940add23382901141a110b8bbe3b8a3e9da23358f36d
3
+ metadata.gz: 3357758efed008f43c853d93f10018f298cc907eda27d18b01ad37642d938ae1
4
+ data.tar.gz: 0da1a98f69a7d3181cde816d5dd7852238b589948e25b3eddae81078380f25cf
5
5
  SHA512:
6
- metadata.gz: 574d7651ee6b068787e97521d83bb0f33e0d36dcd379c2879ec679f93eea17ea6b8a9585c6ac93682acbfdc605c10e95c3eae170cff539fc2e16f1e0b453a732
7
- data.tar.gz: 90c0d8f4afa9092f0b9cf5e76ee79cb8dc16699a4d1c9067a7225d3fea271c03a8bbebb7db966ecb22d34ec42e469f65bfe7427d780068f9b0953dbbe800e93a
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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-iot1clickdevicesservice/customizations'
45
47
  # @service
46
48
  module Aws::IoT1ClickDevicesService
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.0'
49
51
 
50
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:
@@ -759,7 +761,7 @@ module Aws::IoT1ClickDevicesService
759
761
  params: params,
760
762
  config: config)
761
763
  context[:gem_name] = 'aws-sdk-iot1clickdevicesservice'
762
- context[:gem_version] = '1.22.1'
764
+ context[:gem_version] = '1.23.0'
763
765
  Seahorse::Client::Request.new(handlers, context)
764
766
  end
765
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:
@@ -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:
@@ -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.22.1
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: 2020-06-11 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