aws-sdk-iot1clickprojects 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: 7e016532411b3db4483e19aeff5c926513084f5110adec6558b6ba007f96a3ed
4
- data.tar.gz: b13cfbec31964455339f04eba8200c5eca7450b96ca85af1405f4d6b804d7dac
3
+ metadata.gz: 717f3b3d8fba463b4e5a78091ff5129b2540cb8f5d07a23040623bd1ca9190a9
4
+ data.tar.gz: c00481dd393d024c32d77ef938383c536790707ceaa44ac9aae988094805b476
5
5
  SHA512:
6
- metadata.gz: f6160ce2c7a49109119c67b12f1465bbd70bd30eee8a16530bd94201bcfddc7ed8d37089090cbf5792c2cbedfd1599b9ecd56fc3c019bb4ef11794b9d359ce40
7
- data.tar.gz: b248489553ea3c27147a5c4ae4841fc7679c5f934e675054504bfa381c44f73d4a6f15ac21d19a7d5b6459bf8863145167aee1cabd48b0fa4c3af7b37fe82cde
6
+ metadata.gz: 7b2c8ba532dcc2ea4e95b921d75548e2339ad9042f9e626602e93069b1370ca81cdf7a9f4fd53ff657a0df0144c21dccc0d688087753c3aec911be5a4a04a65d
7
+ data.tar.gz: c483e81f3058f09e0a3e8a687154ba7075c4edff25ab4b8515b3bac808ad76232765cb52f6dc9a32d96052e276c51bd821a9cc0a32efb7455b5ca666a980db23
@@ -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-iot1clickprojects/customizations'
45
47
  # @service
46
48
  module Aws::IoT1ClickProjects
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:
@@ -888,7 +890,7 @@ module Aws::IoT1ClickProjects
888
890
  params: params,
889
891
  config: config)
890
892
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
891
- context[:gem_version] = '1.22.1'
893
+ context[:gem_version] = '1.23.0'
892
894
  Seahorse::Client::Request.new(handlers, context)
893
895
  end
894
896
 
@@ -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:
@@ -42,6 +44,7 @@ module Aws::IoT1ClickProjects
42
44
  :placement_name,
43
45
  :device_id,
44
46
  :device_template_name)
47
+ SENSITIVE = []
45
48
  include Aws::Structure
46
49
  end
47
50
 
@@ -75,6 +78,7 @@ module Aws::IoT1ClickProjects
75
78
  :placement_name,
76
79
  :project_name,
77
80
  :attributes)
81
+ SENSITIVE = []
78
82
  include Aws::Structure
79
83
  end
80
84
 
@@ -135,6 +139,7 @@ module Aws::IoT1ClickProjects
135
139
  :description,
136
140
  :placement_template,
137
141
  :tags)
142
+ SENSITIVE = []
138
143
  include Aws::Structure
139
144
  end
140
145
 
@@ -159,6 +164,7 @@ module Aws::IoT1ClickProjects
159
164
  class DeletePlacementRequest < Struct.new(
160
165
  :placement_name,
161
166
  :project_name)
167
+ SENSITIVE = []
162
168
  include Aws::Structure
163
169
  end
164
170
 
@@ -177,6 +183,7 @@ module Aws::IoT1ClickProjects
177
183
  #
178
184
  class DeleteProjectRequest < Struct.new(
179
185
  :project_name)
186
+ SENSITIVE = []
180
187
  include Aws::Structure
181
188
  end
182
189
 
@@ -201,6 +208,7 @@ module Aws::IoT1ClickProjects
201
208
  class DescribePlacementRequest < Struct.new(
202
209
  :placement_name,
203
210
  :project_name)
211
+ SENSITIVE = []
204
212
  include Aws::Structure
205
213
  end
206
214
 
@@ -210,6 +218,7 @@ module Aws::IoT1ClickProjects
210
218
  #
211
219
  class DescribePlacementResponse < Struct.new(
212
220
  :placement)
221
+ SENSITIVE = []
213
222
  include Aws::Structure
214
223
  end
215
224
 
@@ -226,6 +235,7 @@ module Aws::IoT1ClickProjects
226
235
  #
227
236
  class DescribeProjectRequest < Struct.new(
228
237
  :project_name)
238
+ SENSITIVE = []
229
239
  include Aws::Structure
230
240
  end
231
241
 
@@ -235,6 +245,7 @@ module Aws::IoT1ClickProjects
235
245
  #
236
246
  class DescribeProjectResponse < Struct.new(
237
247
  :project)
248
+ SENSITIVE = []
238
249
  include Aws::Structure
239
250
  end
240
251
 
@@ -263,6 +274,7 @@ module Aws::IoT1ClickProjects
263
274
  class DeviceTemplate < Struct.new(
264
275
  :device_type,
265
276
  :callback_overrides)
277
+ SENSITIVE = []
266
278
  include Aws::Structure
267
279
  end
268
280
 
@@ -291,6 +303,7 @@ module Aws::IoT1ClickProjects
291
303
  :project_name,
292
304
  :placement_name,
293
305
  :device_template_name)
306
+ SENSITIVE = []
294
307
  include Aws::Structure
295
308
  end
296
309
 
@@ -315,6 +328,7 @@ module Aws::IoT1ClickProjects
315
328
  class GetDevicesInPlacementRequest < Struct.new(
316
329
  :project_name,
317
330
  :placement_name)
331
+ SENSITIVE = []
318
332
  include Aws::Structure
319
333
  end
320
334
 
@@ -325,6 +339,7 @@ module Aws::IoT1ClickProjects
325
339
  #
326
340
  class GetDevicesInPlacementResponse < Struct.new(
327
341
  :devices)
342
+ SENSITIVE = []
328
343
  include Aws::Structure
329
344
  end
330
345
 
@@ -337,6 +352,7 @@ module Aws::IoT1ClickProjects
337
352
  class InternalFailureException < Struct.new(
338
353
  :code,
339
354
  :message)
355
+ SENSITIVE = []
340
356
  include Aws::Structure
341
357
  end
342
358
 
@@ -349,6 +365,7 @@ module Aws::IoT1ClickProjects
349
365
  class InvalidRequestException < Struct.new(
350
366
  :code,
351
367
  :message)
368
+ SENSITIVE = []
352
369
  include Aws::Structure
353
370
  end
354
371
 
@@ -378,6 +395,7 @@ module Aws::IoT1ClickProjects
378
395
  :project_name,
379
396
  :next_token,
380
397
  :max_results)
398
+ SENSITIVE = []
381
399
  include Aws::Structure
382
400
  end
383
401
 
@@ -393,6 +411,7 @@ module Aws::IoT1ClickProjects
393
411
  class ListPlacementsResponse < Struct.new(
394
412
  :placements,
395
413
  :next_token)
414
+ SENSITIVE = []
396
415
  include Aws::Structure
397
416
  end
398
417
 
@@ -416,6 +435,7 @@ module Aws::IoT1ClickProjects
416
435
  class ListProjectsRequest < Struct.new(
417
436
  :next_token,
418
437
  :max_results)
438
+ SENSITIVE = []
419
439
  include Aws::Structure
420
440
  end
421
441
 
@@ -431,6 +451,7 @@ module Aws::IoT1ClickProjects
431
451
  class ListProjectsResponse < Struct.new(
432
452
  :projects,
433
453
  :next_token)
454
+ SENSITIVE = []
434
455
  include Aws::Structure
435
456
  end
436
457
 
@@ -447,6 +468,7 @@ module Aws::IoT1ClickProjects
447
468
  #
448
469
  class ListTagsForResourceRequest < Struct.new(
449
470
  :resource_arn)
471
+ SENSITIVE = []
450
472
  include Aws::Structure
451
473
  end
452
474
 
@@ -457,6 +479,7 @@ module Aws::IoT1ClickProjects
457
479
  #
458
480
  class ListTagsForResourceResponse < Struct.new(
459
481
  :tags)
482
+ SENSITIVE = []
460
483
  include Aws::Structure
461
484
  end
462
485
 
@@ -491,6 +514,7 @@ module Aws::IoT1ClickProjects
491
514
  :attributes,
492
515
  :created_date,
493
516
  :updated_date)
517
+ SENSITIVE = []
494
518
  include Aws::Structure
495
519
  end
496
520
 
@@ -520,6 +544,7 @@ module Aws::IoT1ClickProjects
520
544
  :placement_name,
521
545
  :created_date,
522
546
  :updated_date)
547
+ SENSITIVE = []
523
548
  include Aws::Structure
524
549
  end
525
550
 
@@ -555,6 +580,7 @@ module Aws::IoT1ClickProjects
555
580
  class PlacementTemplate < Struct.new(
556
581
  :default_attributes,
557
582
  :device_templates)
583
+ SENSITIVE = []
558
584
  include Aws::Structure
559
585
  end
560
586
 
@@ -600,6 +626,7 @@ module Aws::IoT1ClickProjects
600
626
  :updated_date,
601
627
  :placement_template,
602
628
  :tags)
629
+ SENSITIVE = []
603
630
  include Aws::Structure
604
631
  end
605
632
 
@@ -635,6 +662,7 @@ module Aws::IoT1ClickProjects
635
662
  :created_date,
636
663
  :updated_date,
637
664
  :tags)
665
+ SENSITIVE = []
638
666
  include Aws::Structure
639
667
  end
640
668
 
@@ -647,6 +675,7 @@ module Aws::IoT1ClickProjects
647
675
  class ResourceConflictException < Struct.new(
648
676
  :code,
649
677
  :message)
678
+ SENSITIVE = []
650
679
  include Aws::Structure
651
680
  end
652
681
 
@@ -659,6 +688,7 @@ module Aws::IoT1ClickProjects
659
688
  class ResourceNotFoundException < Struct.new(
660
689
  :code,
661
690
  :message)
691
+ SENSITIVE = []
662
692
  include Aws::Structure
663
693
  end
664
694
 
@@ -689,6 +719,7 @@ module Aws::IoT1ClickProjects
689
719
  class TagResourceRequest < Struct.new(
690
720
  :resource_arn,
691
721
  :tags)
722
+ SENSITIVE = []
692
723
  include Aws::Structure
693
724
  end
694
725
 
@@ -703,6 +734,7 @@ module Aws::IoT1ClickProjects
703
734
  class TooManyRequestsException < Struct.new(
704
735
  :code,
705
736
  :message)
737
+ SENSITIVE = []
706
738
  include Aws::Structure
707
739
  end
708
740
 
@@ -725,6 +757,7 @@ module Aws::IoT1ClickProjects
725
757
  class UntagResourceRequest < Struct.new(
726
758
  :resource_arn,
727
759
  :tag_keys)
760
+ SENSITIVE = []
728
761
  include Aws::Structure
729
762
  end
730
763
 
@@ -758,6 +791,7 @@ module Aws::IoT1ClickProjects
758
791
  :placement_name,
759
792
  :project_name,
760
793
  :attributes)
794
+ SENSITIVE = []
761
795
  include Aws::Structure
762
796
  end
763
797
 
@@ -804,6 +838,7 @@ module Aws::IoT1ClickProjects
804
838
  :project_name,
805
839
  :description,
806
840
  :placement_template)
841
+ SENSITIVE = []
807
842
  include Aws::Structure
808
843
  end
809
844
 
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.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