aws-sdk-ioteventsdata 1.9.1 → 1.10.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: c24b04071b4c234b77301d9b51b36103cad50e3208d97d41f9e5310e58d30361
4
- data.tar.gz: 27b75d681c1ceee96f017019688ee67b41345241270f48cbb8f2e3e70d0acead
3
+ metadata.gz: 48b1fa9e810d9a6fff2a3c24dc591fef6e01ec79ba462524142629aa6f07fdb1
4
+ data.tar.gz: 7206e7f737c6e845850b973de980dddae17f95e32b77becd1212f60bdb3b9f37
5
5
  SHA512:
6
- metadata.gz: 355947a4d748d5d59c8fc703c9829e689725c39f0ecf1599b1981b3d6898d6d43ffe477cf7b78032371ddd0373c1b39689d2ece0dd9beae521d9a4f0d01f9238
7
- data.tar.gz: 0c084597c2f0bbc7bfc913ea9eefb85f862c89536b4f318773ef38d5e73e57e1bd092638c80751bc3c19a72cff59089ae684b606af710ca588a070b4bab257c0
6
+ metadata.gz: 70c39fbf4601a01d6a8b11c5cc57c8b857b43df6226aefccfd738ecd3f76bfa4e8f7b9dee75f92129db5c4cca787d72424db319d704b7f723e6b401deb3583d8
7
+ data.tar.gz: 79b9873cf9931675c20ef7d366ed1cdf3a73f8a988ff29e3eec211a397f1ce90b8f9389806955077df38b689bd6d2dfe54288e1617ef4ea10520ef2404732ff5
@@ -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-ioteventsdata/customizations'
45
47
  # @service
46
48
  module Aws::IoTEventsData
47
49
 
48
- GEM_VERSION = '1.9.1'
50
+ GEM_VERSION = '1.10.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:
@@ -507,7 +509,7 @@ module Aws::IoTEventsData
507
509
  params: params,
508
510
  config: config)
509
511
  context[:gem_name] = 'aws-sdk-ioteventsdata'
510
- context[:gem_version] = '1.9.1'
512
+ context[:gem_version] = '1.10.0'
511
513
  Seahorse::Client::Request.new(handlers, context)
512
514
  end
513
515
 
@@ -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:
@@ -27,6 +29,7 @@ module Aws::IoTEventsData
27
29
  :message_id,
28
30
  :error_code,
29
31
  :error_message)
32
+ SENSITIVE = []
30
33
  include Aws::Structure
31
34
  end
32
35
 
@@ -51,6 +54,7 @@ module Aws::IoTEventsData
51
54
  #
52
55
  class BatchPutMessageRequest < Struct.new(
53
56
  :messages)
57
+ SENSITIVE = []
54
58
  include Aws::Structure
55
59
  end
56
60
 
@@ -60,6 +64,7 @@ module Aws::IoTEventsData
60
64
  #
61
65
  class BatchPutMessageResponse < Struct.new(
62
66
  :batch_put_message_error_entries)
67
+ SENSITIVE = []
63
68
  include Aws::Structure
64
69
  end
65
70
 
@@ -84,6 +89,7 @@ module Aws::IoTEventsData
84
89
  :message_id,
85
90
  :error_code,
86
91
  :error_message)
92
+ SENSITIVE = []
87
93
  include Aws::Structure
88
94
  end
89
95
 
@@ -122,6 +128,7 @@ module Aws::IoTEventsData
122
128
  #
123
129
  class BatchUpdateDetectorRequest < Struct.new(
124
130
  :detectors)
131
+ SENSITIVE = []
125
132
  include Aws::Structure
126
133
  end
127
134
 
@@ -132,6 +139,7 @@ module Aws::IoTEventsData
132
139
  #
133
140
  class BatchUpdateDetectorResponse < Struct.new(
134
141
  :batch_update_detector_error_entries)
142
+ SENSITIVE = []
135
143
  include Aws::Structure
136
144
  end
137
145
 
@@ -156,6 +164,7 @@ module Aws::IoTEventsData
156
164
  class DescribeDetectorRequest < Struct.new(
157
165
  :detector_model_name,
158
166
  :key_value)
167
+ SENSITIVE = []
159
168
  include Aws::Structure
160
169
  end
161
170
 
@@ -165,6 +174,7 @@ module Aws::IoTEventsData
165
174
  #
166
175
  class DescribeDetectorResponse < Struct.new(
167
176
  :detector)
177
+ SENSITIVE = []
168
178
  include Aws::Structure
169
179
  end
170
180
 
@@ -204,6 +214,7 @@ module Aws::IoTEventsData
204
214
  :state,
205
215
  :creation_time,
206
216
  :last_update_time)
217
+ SENSITIVE = []
207
218
  include Aws::Structure
208
219
  end
209
220
 
@@ -225,6 +236,7 @@ module Aws::IoTEventsData
225
236
  :state_name,
226
237
  :variables,
227
238
  :timers)
239
+ SENSITIVE = []
228
240
  include Aws::Structure
229
241
  end
230
242
 
@@ -268,6 +280,7 @@ module Aws::IoTEventsData
268
280
  :state_name,
269
281
  :variables,
270
282
  :timers)
283
+ SENSITIVE = []
271
284
  include Aws::Structure
272
285
  end
273
286
 
@@ -279,6 +292,7 @@ module Aws::IoTEventsData
279
292
  #
280
293
  class DetectorStateSummary < Struct.new(
281
294
  :state_name)
295
+ SENSITIVE = []
282
296
  include Aws::Structure
283
297
  end
284
298
 
@@ -318,6 +332,7 @@ module Aws::IoTEventsData
318
332
  :state,
319
333
  :creation_time,
320
334
  :last_update_time)
335
+ SENSITIVE = []
321
336
  include Aws::Structure
322
337
  end
323
338
 
@@ -329,6 +344,7 @@ module Aws::IoTEventsData
329
344
  #
330
345
  class InternalFailureException < Struct.new(
331
346
  :message)
347
+ SENSITIVE = []
332
348
  include Aws::Structure
333
349
  end
334
350
 
@@ -340,6 +356,7 @@ module Aws::IoTEventsData
340
356
  #
341
357
  class InvalidRequestException < Struct.new(
342
358
  :message)
359
+ SENSITIVE = []
343
360
  include Aws::Structure
344
361
  end
345
362
 
@@ -376,6 +393,7 @@ module Aws::IoTEventsData
376
393
  :state_name,
377
394
  :next_token,
378
395
  :max_results)
396
+ SENSITIVE = []
379
397
  include Aws::Structure
380
398
  end
381
399
 
@@ -391,6 +409,7 @@ module Aws::IoTEventsData
391
409
  class ListDetectorsResponse < Struct.new(
392
410
  :detector_summaries,
393
411
  :next_token)
412
+ SENSITIVE = []
394
413
  include Aws::Structure
395
414
  end
396
415
 
@@ -424,6 +443,7 @@ module Aws::IoTEventsData
424
443
  :message_id,
425
444
  :input_name,
426
445
  :payload)
446
+ SENSITIVE = []
427
447
  include Aws::Structure
428
448
  end
429
449
 
@@ -435,6 +455,7 @@ module Aws::IoTEventsData
435
455
  #
436
456
  class ResourceNotFoundException < Struct.new(
437
457
  :message)
458
+ SENSITIVE = []
438
459
  include Aws::Structure
439
460
  end
440
461
 
@@ -446,6 +467,7 @@ module Aws::IoTEventsData
446
467
  #
447
468
  class ServiceUnavailableException < Struct.new(
448
469
  :message)
470
+ SENSITIVE = []
449
471
  include Aws::Structure
450
472
  end
451
473
 
@@ -457,6 +479,7 @@ module Aws::IoTEventsData
457
479
  #
458
480
  class ThrottlingException < Struct.new(
459
481
  :message)
482
+ SENSITIVE = []
460
483
  include Aws::Structure
461
484
  end
462
485
 
@@ -473,6 +496,7 @@ module Aws::IoTEventsData
473
496
  class Timer < Struct.new(
474
497
  :name,
475
498
  :timestamp)
499
+ SENSITIVE = []
476
500
  include Aws::Structure
477
501
  end
478
502
 
@@ -498,6 +522,7 @@ module Aws::IoTEventsData
498
522
  class TimerDefinition < Struct.new(
499
523
  :name,
500
524
  :seconds)
525
+ SENSITIVE = []
501
526
  include Aws::Structure
502
527
  end
503
528
 
@@ -552,6 +577,7 @@ module Aws::IoTEventsData
552
577
  :detector_model_name,
553
578
  :key_value,
554
579
  :state)
580
+ SENSITIVE = []
555
581
  include Aws::Structure
556
582
  end
557
583
 
@@ -568,6 +594,7 @@ module Aws::IoTEventsData
568
594
  class Variable < Struct.new(
569
595
  :name,
570
596
  :value)
597
+ SENSITIVE = []
571
598
  include Aws::Structure
572
599
  end
573
600
 
@@ -592,6 +619,7 @@ module Aws::IoTEventsData
592
619
  class VariableDefinition < Struct.new(
593
620
  :name,
594
621
  :value)
622
+ SENSITIVE = []
595
623
  include Aws::Structure
596
624
  end
597
625
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.10.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