aws-sdk-core 2.11.284 → 2.11.285

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -0,0 +1,1092 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-07-27",
5
+ "endpointPrefix":"iotevents",
6
+ "protocol":"rest-json",
7
+ "serviceFullName":"AWS IoT Events",
8
+ "serviceId":"IoT Events",
9
+ "signatureVersion":"v4",
10
+ "signingName":"iotevents",
11
+ "uid":"iotevents-2018-07-27"
12
+ },
13
+ "operations":{
14
+ "CreateDetectorModel":{
15
+ "name":"CreateDetectorModel",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/detector-models"
19
+ },
20
+ "input":{"shape":"CreateDetectorModelRequest"},
21
+ "output":{"shape":"CreateDetectorModelResponse"},
22
+ "errors":[
23
+ {"shape":"InvalidRequestException"},
24
+ {"shape":"ResourceInUseException"},
25
+ {"shape":"ResourceAlreadyExistsException"},
26
+ {"shape":"LimitExceededException"},
27
+ {"shape":"ThrottlingException"},
28
+ {"shape":"InternalFailureException"},
29
+ {"shape":"ServiceUnavailableException"}
30
+ ]
31
+ },
32
+ "CreateInput":{
33
+ "name":"CreateInput",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/inputs",
37
+ "responseCode":201
38
+ },
39
+ "input":{"shape":"CreateInputRequest"},
40
+ "output":{"shape":"CreateInputResponse"},
41
+ "errors":[
42
+ {"shape":"InvalidRequestException"},
43
+ {"shape":"ThrottlingException"},
44
+ {"shape":"InternalFailureException"},
45
+ {"shape":"ServiceUnavailableException"},
46
+ {"shape":"ResourceAlreadyExistsException"}
47
+ ]
48
+ },
49
+ "DeleteDetectorModel":{
50
+ "name":"DeleteDetectorModel",
51
+ "http":{
52
+ "method":"DELETE",
53
+ "requestUri":"/detector-models/{detectorModelName}",
54
+ "responseCode":204
55
+ },
56
+ "input":{"shape":"DeleteDetectorModelRequest"},
57
+ "output":{"shape":"DeleteDetectorModelResponse"},
58
+ "errors":[
59
+ {"shape":"InvalidRequestException"},
60
+ {"shape":"ResourceInUseException"},
61
+ {"shape":"ResourceNotFoundException"},
62
+ {"shape":"ThrottlingException"},
63
+ {"shape":"InternalFailureException"},
64
+ {"shape":"ServiceUnavailableException"}
65
+ ]
66
+ },
67
+ "DeleteInput":{
68
+ "name":"DeleteInput",
69
+ "http":{
70
+ "method":"DELETE",
71
+ "requestUri":"/inputs/{inputName}"
72
+ },
73
+ "input":{"shape":"DeleteInputRequest"},
74
+ "output":{"shape":"DeleteInputResponse"},
75
+ "errors":[
76
+ {"shape":"InvalidRequestException"},
77
+ {"shape":"ResourceNotFoundException"},
78
+ {"shape":"ThrottlingException"},
79
+ {"shape":"InternalFailureException"},
80
+ {"shape":"ServiceUnavailableException"},
81
+ {"shape":"ResourceInUseException"}
82
+ ]
83
+ },
84
+ "DescribeDetectorModel":{
85
+ "name":"DescribeDetectorModel",
86
+ "http":{
87
+ "method":"GET",
88
+ "requestUri":"/detector-models/{detectorModelName}"
89
+ },
90
+ "input":{"shape":"DescribeDetectorModelRequest"},
91
+ "output":{"shape":"DescribeDetectorModelResponse"},
92
+ "errors":[
93
+ {"shape":"InvalidRequestException"},
94
+ {"shape":"ResourceNotFoundException"},
95
+ {"shape":"ThrottlingException"},
96
+ {"shape":"InternalFailureException"},
97
+ {"shape":"ServiceUnavailableException"}
98
+ ]
99
+ },
100
+ "DescribeInput":{
101
+ "name":"DescribeInput",
102
+ "http":{
103
+ "method":"GET",
104
+ "requestUri":"/inputs/{inputName}"
105
+ },
106
+ "input":{"shape":"DescribeInputRequest"},
107
+ "output":{"shape":"DescribeInputResponse"},
108
+ "errors":[
109
+ {"shape":"InvalidRequestException"},
110
+ {"shape":"ResourceNotFoundException"},
111
+ {"shape":"ThrottlingException"},
112
+ {"shape":"InternalFailureException"},
113
+ {"shape":"ServiceUnavailableException"}
114
+ ]
115
+ },
116
+ "DescribeLoggingOptions":{
117
+ "name":"DescribeLoggingOptions",
118
+ "http":{
119
+ "method":"GET",
120
+ "requestUri":"/logging"
121
+ },
122
+ "input":{"shape":"DescribeLoggingOptionsRequest"},
123
+ "output":{"shape":"DescribeLoggingOptionsResponse"},
124
+ "errors":[
125
+ {"shape":"InvalidRequestException"},
126
+ {"shape":"ThrottlingException"},
127
+ {"shape":"InternalFailureException"},
128
+ {"shape":"ResourceNotFoundException"},
129
+ {"shape":"ServiceUnavailableException"},
130
+ {"shape":"UnsupportedOperationException"}
131
+ ]
132
+ },
133
+ "ListDetectorModelVersions":{
134
+ "name":"ListDetectorModelVersions",
135
+ "http":{
136
+ "method":"GET",
137
+ "requestUri":"/detector-models/{detectorModelName}/versions"
138
+ },
139
+ "input":{"shape":"ListDetectorModelVersionsRequest"},
140
+ "output":{"shape":"ListDetectorModelVersionsResponse"},
141
+ "errors":[
142
+ {"shape":"InvalidRequestException"},
143
+ {"shape":"ResourceNotFoundException"},
144
+ {"shape":"ThrottlingException"},
145
+ {"shape":"InternalFailureException"},
146
+ {"shape":"ServiceUnavailableException"}
147
+ ]
148
+ },
149
+ "ListDetectorModels":{
150
+ "name":"ListDetectorModels",
151
+ "http":{
152
+ "method":"GET",
153
+ "requestUri":"/detector-models"
154
+ },
155
+ "input":{"shape":"ListDetectorModelsRequest"},
156
+ "output":{"shape":"ListDetectorModelsResponse"},
157
+ "errors":[
158
+ {"shape":"InvalidRequestException"},
159
+ {"shape":"ThrottlingException"},
160
+ {"shape":"InternalFailureException"},
161
+ {"shape":"ServiceUnavailableException"}
162
+ ]
163
+ },
164
+ "ListInputs":{
165
+ "name":"ListInputs",
166
+ "http":{
167
+ "method":"GET",
168
+ "requestUri":"/inputs"
169
+ },
170
+ "input":{"shape":"ListInputsRequest"},
171
+ "output":{"shape":"ListInputsResponse"},
172
+ "errors":[
173
+ {"shape":"InvalidRequestException"},
174
+ {"shape":"ThrottlingException"},
175
+ {"shape":"InternalFailureException"},
176
+ {"shape":"ServiceUnavailableException"}
177
+ ]
178
+ },
179
+ "ListTagsForResource":{
180
+ "name":"ListTagsForResource",
181
+ "http":{
182
+ "method":"GET",
183
+ "requestUri":"/tags"
184
+ },
185
+ "input":{"shape":"ListTagsForResourceRequest"},
186
+ "output":{"shape":"ListTagsForResourceResponse"},
187
+ "errors":[
188
+ {"shape":"InvalidRequestException"},
189
+ {"shape":"ResourceNotFoundException"},
190
+ {"shape":"ResourceInUseException"},
191
+ {"shape":"ThrottlingException"},
192
+ {"shape":"InternalFailureException"}
193
+ ]
194
+ },
195
+ "PutLoggingOptions":{
196
+ "name":"PutLoggingOptions",
197
+ "http":{
198
+ "method":"PUT",
199
+ "requestUri":"/logging"
200
+ },
201
+ "input":{"shape":"PutLoggingOptionsRequest"},
202
+ "errors":[
203
+ {"shape":"InvalidRequestException"},
204
+ {"shape":"ThrottlingException"},
205
+ {"shape":"InternalFailureException"},
206
+ {"shape":"ServiceUnavailableException"},
207
+ {"shape":"UnsupportedOperationException"},
208
+ {"shape":"ResourceInUseException"}
209
+ ]
210
+ },
211
+ "TagResource":{
212
+ "name":"TagResource",
213
+ "http":{
214
+ "method":"POST",
215
+ "requestUri":"/tags"
216
+ },
217
+ "input":{"shape":"TagResourceRequest"},
218
+ "output":{"shape":"TagResourceResponse"},
219
+ "errors":[
220
+ {"shape":"InvalidRequestException"},
221
+ {"shape":"ResourceNotFoundException"},
222
+ {"shape":"ResourceInUseException"},
223
+ {"shape":"ThrottlingException"},
224
+ {"shape":"LimitExceededException"},
225
+ {"shape":"InternalFailureException"}
226
+ ]
227
+ },
228
+ "UntagResource":{
229
+ "name":"UntagResource",
230
+ "http":{
231
+ "method":"DELETE",
232
+ "requestUri":"/tags"
233
+ },
234
+ "input":{"shape":"UntagResourceRequest"},
235
+ "output":{"shape":"UntagResourceResponse"},
236
+ "errors":[
237
+ {"shape":"InvalidRequestException"},
238
+ {"shape":"ResourceNotFoundException"},
239
+ {"shape":"ResourceInUseException"},
240
+ {"shape":"ThrottlingException"},
241
+ {"shape":"InternalFailureException"}
242
+ ]
243
+ },
244
+ "UpdateDetectorModel":{
245
+ "name":"UpdateDetectorModel",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/detector-models/{detectorModelName}"
249
+ },
250
+ "input":{"shape":"UpdateDetectorModelRequest"},
251
+ "output":{"shape":"UpdateDetectorModelResponse"},
252
+ "errors":[
253
+ {"shape":"InvalidRequestException"},
254
+ {"shape":"ResourceInUseException"},
255
+ {"shape":"ResourceNotFoundException"},
256
+ {"shape":"ThrottlingException"},
257
+ {"shape":"InternalFailureException"},
258
+ {"shape":"ServiceUnavailableException"}
259
+ ]
260
+ },
261
+ "UpdateInput":{
262
+ "name":"UpdateInput",
263
+ "http":{
264
+ "method":"PUT",
265
+ "requestUri":"/inputs/{inputName}"
266
+ },
267
+ "input":{"shape":"UpdateInputRequest"},
268
+ "output":{"shape":"UpdateInputResponse"},
269
+ "errors":[
270
+ {"shape":"InvalidRequestException"},
271
+ {"shape":"ThrottlingException"},
272
+ {"shape":"ResourceNotFoundException"},
273
+ {"shape":"InternalFailureException"},
274
+ {"shape":"ServiceUnavailableException"},
275
+ {"shape":"ResourceInUseException"}
276
+ ]
277
+ }
278
+ },
279
+ "shapes":{
280
+ "Action":{
281
+ "type":"structure",
282
+ "members":{
283
+ "setVariable":{"shape":"SetVariableAction"},
284
+ "sns":{"shape":"SNSTopicPublishAction"},
285
+ "iotTopicPublish":{"shape":"IotTopicPublishAction"},
286
+ "setTimer":{"shape":"SetTimerAction"},
287
+ "clearTimer":{"shape":"ClearTimerAction"},
288
+ "resetTimer":{"shape":"ResetTimerAction"}
289
+ }
290
+ },
291
+ "Actions":{
292
+ "type":"list",
293
+ "member":{"shape":"Action"}
294
+ },
295
+ "AmazonResourceName":{
296
+ "type":"string",
297
+ "max":2048,
298
+ "min":1
299
+ },
300
+ "Attribute":{
301
+ "type":"structure",
302
+ "required":["jsonPath"],
303
+ "members":{
304
+ "jsonPath":{"shape":"AttributeJsonPath"}
305
+ }
306
+ },
307
+ "AttributeJsonPath":{
308
+ "type":"string",
309
+ "max":128,
310
+ "min":1,
311
+ "pattern":"^((`[\\w\\- ]+`)|([\\w\\-]+))(\\.((`[\\w- ]+`)|([\\w\\-]+)))*$"
312
+ },
313
+ "Attributes":{
314
+ "type":"list",
315
+ "member":{"shape":"Attribute"},
316
+ "max":200,
317
+ "min":1
318
+ },
319
+ "ClearTimerAction":{
320
+ "type":"structure",
321
+ "required":["timerName"],
322
+ "members":{
323
+ "timerName":{"shape":"TimerName"}
324
+ }
325
+ },
326
+ "Condition":{
327
+ "type":"string",
328
+ "max":512
329
+ },
330
+ "CreateDetectorModelRequest":{
331
+ "type":"structure",
332
+ "required":[
333
+ "detectorModelName",
334
+ "detectorModelDefinition",
335
+ "roleArn"
336
+ ],
337
+ "members":{
338
+ "detectorModelName":{"shape":"DetectorModelName"},
339
+ "detectorModelDefinition":{"shape":"DetectorModelDefinition"},
340
+ "detectorModelDescription":{"shape":"DetectorModelDescription"},
341
+ "key":{"shape":"AttributeJsonPath"},
342
+ "roleArn":{"shape":"AmazonResourceName"},
343
+ "tags":{"shape":"Tags"}
344
+ }
345
+ },
346
+ "CreateDetectorModelResponse":{
347
+ "type":"structure",
348
+ "members":{
349
+ "detectorModelConfiguration":{"shape":"DetectorModelConfiguration"}
350
+ }
351
+ },
352
+ "CreateInputRequest":{
353
+ "type":"structure",
354
+ "required":[
355
+ "inputName",
356
+ "inputDefinition"
357
+ ],
358
+ "members":{
359
+ "inputName":{"shape":"InputName"},
360
+ "inputDescription":{"shape":"InputDescription"},
361
+ "inputDefinition":{"shape":"InputDefinition"},
362
+ "tags":{"shape":"Tags"}
363
+ }
364
+ },
365
+ "CreateInputResponse":{
366
+ "type":"structure",
367
+ "members":{
368
+ "inputConfiguration":{"shape":"InputConfiguration"}
369
+ }
370
+ },
371
+ "DeleteDetectorModelRequest":{
372
+ "type":"structure",
373
+ "required":["detectorModelName"],
374
+ "members":{
375
+ "detectorModelName":{
376
+ "shape":"DetectorModelName",
377
+ "location":"uri",
378
+ "locationName":"detectorModelName"
379
+ }
380
+ }
381
+ },
382
+ "DeleteDetectorModelResponse":{
383
+ "type":"structure",
384
+ "members":{
385
+ }
386
+ },
387
+ "DeleteInputRequest":{
388
+ "type":"structure",
389
+ "required":["inputName"],
390
+ "members":{
391
+ "inputName":{
392
+ "shape":"InputName",
393
+ "location":"uri",
394
+ "locationName":"inputName"
395
+ }
396
+ }
397
+ },
398
+ "DeleteInputResponse":{
399
+ "type":"structure",
400
+ "members":{
401
+ }
402
+ },
403
+ "DescribeDetectorModelRequest":{
404
+ "type":"structure",
405
+ "required":["detectorModelName"],
406
+ "members":{
407
+ "detectorModelName":{
408
+ "shape":"DetectorModelName",
409
+ "location":"uri",
410
+ "locationName":"detectorModelName"
411
+ },
412
+ "detectorModelVersion":{
413
+ "shape":"DetectorModelVersion",
414
+ "location":"querystring",
415
+ "locationName":"version"
416
+ }
417
+ }
418
+ },
419
+ "DescribeDetectorModelResponse":{
420
+ "type":"structure",
421
+ "members":{
422
+ "detectorModel":{"shape":"DetectorModel"}
423
+ }
424
+ },
425
+ "DescribeInputRequest":{
426
+ "type":"structure",
427
+ "required":["inputName"],
428
+ "members":{
429
+ "inputName":{
430
+ "shape":"InputName",
431
+ "location":"uri",
432
+ "locationName":"inputName"
433
+ }
434
+ }
435
+ },
436
+ "DescribeInputResponse":{
437
+ "type":"structure",
438
+ "members":{
439
+ "input":{"shape":"Input"}
440
+ }
441
+ },
442
+ "DescribeLoggingOptionsRequest":{
443
+ "type":"structure",
444
+ "members":{
445
+ }
446
+ },
447
+ "DescribeLoggingOptionsResponse":{
448
+ "type":"structure",
449
+ "members":{
450
+ "loggingOptions":{"shape":"LoggingOptions"}
451
+ }
452
+ },
453
+ "DetectorDebugOption":{
454
+ "type":"structure",
455
+ "required":["detectorModelName"],
456
+ "members":{
457
+ "detectorModelName":{"shape":"DetectorModelName"},
458
+ "keyValue":{"shape":"KeyValue"}
459
+ }
460
+ },
461
+ "DetectorDebugOptions":{
462
+ "type":"list",
463
+ "member":{"shape":"DetectorDebugOption"},
464
+ "min":1
465
+ },
466
+ "DetectorModel":{
467
+ "type":"structure",
468
+ "members":{
469
+ "detectorModelDefinition":{"shape":"DetectorModelDefinition"},
470
+ "detectorModelConfiguration":{"shape":"DetectorModelConfiguration"}
471
+ }
472
+ },
473
+ "DetectorModelArn":{"type":"string"},
474
+ "DetectorModelConfiguration":{
475
+ "type":"structure",
476
+ "members":{
477
+ "detectorModelName":{"shape":"DetectorModelName"},
478
+ "detectorModelVersion":{"shape":"DetectorModelVersion"},
479
+ "detectorModelDescription":{"shape":"DetectorModelDescription"},
480
+ "detectorModelArn":{"shape":"DetectorModelArn"},
481
+ "roleArn":{"shape":"AmazonResourceName"},
482
+ "creationTime":{"shape":"Timestamp"},
483
+ "lastUpdateTime":{"shape":"Timestamp"},
484
+ "status":{"shape":"DetectorModelVersionStatus"},
485
+ "key":{"shape":"AttributeJsonPath"}
486
+ }
487
+ },
488
+ "DetectorModelDefinition":{
489
+ "type":"structure",
490
+ "required":[
491
+ "states",
492
+ "initialStateName"
493
+ ],
494
+ "members":{
495
+ "states":{"shape":"States"},
496
+ "initialStateName":{"shape":"StateName"}
497
+ }
498
+ },
499
+ "DetectorModelDescription":{
500
+ "type":"string",
501
+ "max":128
502
+ },
503
+ "DetectorModelName":{
504
+ "type":"string",
505
+ "max":128,
506
+ "min":1,
507
+ "pattern":"^[a-zA-Z0-9_-]+$"
508
+ },
509
+ "DetectorModelSummaries":{
510
+ "type":"list",
511
+ "member":{"shape":"DetectorModelSummary"}
512
+ },
513
+ "DetectorModelSummary":{
514
+ "type":"structure",
515
+ "members":{
516
+ "detectorModelName":{"shape":"DetectorModelName"},
517
+ "detectorModelDescription":{"shape":"DetectorModelDescription"},
518
+ "creationTime":{"shape":"Timestamp"}
519
+ }
520
+ },
521
+ "DetectorModelVersion":{
522
+ "type":"string",
523
+ "max":128,
524
+ "min":1
525
+ },
526
+ "DetectorModelVersionStatus":{
527
+ "type":"string",
528
+ "enum":[
529
+ "ACTIVE",
530
+ "ACTIVATING",
531
+ "INACTIVE",
532
+ "DEPRECATED",
533
+ "DRAFT",
534
+ "PAUSED",
535
+ "FAILED"
536
+ ]
537
+ },
538
+ "DetectorModelVersionSummaries":{
539
+ "type":"list",
540
+ "member":{"shape":"DetectorModelVersionSummary"}
541
+ },
542
+ "DetectorModelVersionSummary":{
543
+ "type":"structure",
544
+ "members":{
545
+ "detectorModelName":{"shape":"DetectorModelName"},
546
+ "detectorModelVersion":{"shape":"DetectorModelVersion"},
547
+ "detectorModelArn":{"shape":"DetectorModelArn"},
548
+ "roleArn":{"shape":"AmazonResourceName"},
549
+ "creationTime":{"shape":"Timestamp"},
550
+ "lastUpdateTime":{"shape":"Timestamp"},
551
+ "status":{"shape":"DetectorModelVersionStatus"}
552
+ }
553
+ },
554
+ "Event":{
555
+ "type":"structure",
556
+ "required":["eventName"],
557
+ "members":{
558
+ "eventName":{"shape":"EventName"},
559
+ "condition":{"shape":"Condition"},
560
+ "actions":{"shape":"Actions"}
561
+ }
562
+ },
563
+ "EventName":{
564
+ "type":"string",
565
+ "max":128
566
+ },
567
+ "Events":{
568
+ "type":"list",
569
+ "member":{"shape":"Event"}
570
+ },
571
+ "Input":{
572
+ "type":"structure",
573
+ "members":{
574
+ "inputConfiguration":{"shape":"InputConfiguration"},
575
+ "inputDefinition":{"shape":"InputDefinition"}
576
+ }
577
+ },
578
+ "InputArn":{"type":"string"},
579
+ "InputConfiguration":{
580
+ "type":"structure",
581
+ "required":[
582
+ "inputName",
583
+ "inputArn",
584
+ "creationTime",
585
+ "lastUpdateTime",
586
+ "status"
587
+ ],
588
+ "members":{
589
+ "inputName":{"shape":"InputName"},
590
+ "inputDescription":{"shape":"InputDescription"},
591
+ "inputArn":{"shape":"InputArn"},
592
+ "creationTime":{"shape":"Timestamp"},
593
+ "lastUpdateTime":{"shape":"Timestamp"},
594
+ "status":{"shape":"InputStatus"}
595
+ }
596
+ },
597
+ "InputDefinition":{
598
+ "type":"structure",
599
+ "required":["attributes"],
600
+ "members":{
601
+ "attributes":{"shape":"Attributes"}
602
+ }
603
+ },
604
+ "InputDescription":{
605
+ "type":"string",
606
+ "max":128
607
+ },
608
+ "InputName":{
609
+ "type":"string",
610
+ "max":128,
611
+ "min":1,
612
+ "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
613
+ },
614
+ "InputStatus":{
615
+ "type":"string",
616
+ "enum":[
617
+ "CREATING",
618
+ "UPDATING",
619
+ "ACTIVE",
620
+ "DELETING"
621
+ ]
622
+ },
623
+ "InputSummaries":{
624
+ "type":"list",
625
+ "member":{"shape":"InputSummary"}
626
+ },
627
+ "InputSummary":{
628
+ "type":"structure",
629
+ "members":{
630
+ "inputName":{"shape":"InputName"},
631
+ "inputDescription":{"shape":"InputDescription"},
632
+ "inputArn":{"shape":"InputArn"},
633
+ "creationTime":{"shape":"Timestamp"},
634
+ "lastUpdateTime":{"shape":"Timestamp"},
635
+ "status":{"shape":"InputStatus"}
636
+ }
637
+ },
638
+ "InternalFailureException":{
639
+ "type":"structure",
640
+ "members":{
641
+ "message":{"shape":"errorMessage"}
642
+ },
643
+ "error":{"httpStatusCode":500},
644
+ "exception":true,
645
+ "fault":true
646
+ },
647
+ "InvalidRequestException":{
648
+ "type":"structure",
649
+ "members":{
650
+ "message":{"shape":"errorMessage"}
651
+ },
652
+ "error":{"httpStatusCode":400},
653
+ "exception":true
654
+ },
655
+ "IotTopicPublishAction":{
656
+ "type":"structure",
657
+ "required":["mqttTopic"],
658
+ "members":{
659
+ "mqttTopic":{"shape":"MQTTTopic"}
660
+ }
661
+ },
662
+ "KeyValue":{
663
+ "type":"string",
664
+ "max":128,
665
+ "min":1,
666
+ "pattern":"^[a-zA-Z0-9\\-_]+$"
667
+ },
668
+ "LimitExceededException":{
669
+ "type":"structure",
670
+ "members":{
671
+ "message":{"shape":"errorMessage"}
672
+ },
673
+ "error":{"httpStatusCode":410},
674
+ "exception":true
675
+ },
676
+ "ListDetectorModelVersionsRequest":{
677
+ "type":"structure",
678
+ "required":["detectorModelName"],
679
+ "members":{
680
+ "detectorModelName":{
681
+ "shape":"DetectorModelName",
682
+ "location":"uri",
683
+ "locationName":"detectorModelName"
684
+ },
685
+ "nextToken":{
686
+ "shape":"NextToken",
687
+ "location":"querystring",
688
+ "locationName":"nextToken"
689
+ },
690
+ "maxResults":{
691
+ "shape":"MaxResults",
692
+ "location":"querystring",
693
+ "locationName":"maxResults"
694
+ }
695
+ }
696
+ },
697
+ "ListDetectorModelVersionsResponse":{
698
+ "type":"structure",
699
+ "members":{
700
+ "detectorModelVersionSummaries":{"shape":"DetectorModelVersionSummaries"},
701
+ "nextToken":{"shape":"NextToken"}
702
+ }
703
+ },
704
+ "ListDetectorModelsRequest":{
705
+ "type":"structure",
706
+ "members":{
707
+ "nextToken":{
708
+ "shape":"NextToken",
709
+ "location":"querystring",
710
+ "locationName":"nextToken"
711
+ },
712
+ "maxResults":{
713
+ "shape":"MaxResults",
714
+ "location":"querystring",
715
+ "locationName":"maxResults"
716
+ }
717
+ }
718
+ },
719
+ "ListDetectorModelsResponse":{
720
+ "type":"structure",
721
+ "members":{
722
+ "detectorModelSummaries":{"shape":"DetectorModelSummaries"},
723
+ "nextToken":{"shape":"NextToken"}
724
+ }
725
+ },
726
+ "ListInputsRequest":{
727
+ "type":"structure",
728
+ "members":{
729
+ "nextToken":{
730
+ "shape":"NextToken",
731
+ "location":"querystring",
732
+ "locationName":"nextToken"
733
+ },
734
+ "maxResults":{
735
+ "shape":"MaxResults",
736
+ "location":"querystring",
737
+ "locationName":"maxResults"
738
+ }
739
+ }
740
+ },
741
+ "ListInputsResponse":{
742
+ "type":"structure",
743
+ "members":{
744
+ "inputSummaries":{"shape":"InputSummaries"},
745
+ "nextToken":{"shape":"NextToken"}
746
+ }
747
+ },
748
+ "ListTagsForResourceRequest":{
749
+ "type":"structure",
750
+ "required":["resourceArn"],
751
+ "members":{
752
+ "resourceArn":{
753
+ "shape":"AmazonResourceName",
754
+ "location":"querystring",
755
+ "locationName":"resourceArn"
756
+ }
757
+ }
758
+ },
759
+ "ListTagsForResourceResponse":{
760
+ "type":"structure",
761
+ "members":{
762
+ "tags":{"shape":"Tags"}
763
+ }
764
+ },
765
+ "LoggingEnabled":{"type":"boolean"},
766
+ "LoggingLevel":{
767
+ "type":"string",
768
+ "enum":[
769
+ "ERROR",
770
+ "INFO",
771
+ "DEBUG"
772
+ ]
773
+ },
774
+ "LoggingOptions":{
775
+ "type":"structure",
776
+ "required":[
777
+ "roleArn",
778
+ "level",
779
+ "enabled"
780
+ ],
781
+ "members":{
782
+ "roleArn":{"shape":"AmazonResourceName"},
783
+ "level":{"shape":"LoggingLevel"},
784
+ "enabled":{"shape":"LoggingEnabled"},
785
+ "detectorDebugOptions":{"shape":"DetectorDebugOptions"}
786
+ }
787
+ },
788
+ "MQTTTopic":{
789
+ "type":"string",
790
+ "max":128,
791
+ "min":1
792
+ },
793
+ "MaxResults":{
794
+ "type":"integer",
795
+ "max":250,
796
+ "min":1
797
+ },
798
+ "NextToken":{"type":"string"},
799
+ "OnEnterLifecycle":{
800
+ "type":"structure",
801
+ "members":{
802
+ "events":{"shape":"Events"}
803
+ }
804
+ },
805
+ "OnExitLifecycle":{
806
+ "type":"structure",
807
+ "members":{
808
+ "events":{"shape":"Events"}
809
+ }
810
+ },
811
+ "OnInputLifecycle":{
812
+ "type":"structure",
813
+ "members":{
814
+ "events":{"shape":"Events"},
815
+ "transitionEvents":{"shape":"TransitionEvents"}
816
+ }
817
+ },
818
+ "PutLoggingOptionsRequest":{
819
+ "type":"structure",
820
+ "required":["loggingOptions"],
821
+ "members":{
822
+ "loggingOptions":{"shape":"LoggingOptions"}
823
+ }
824
+ },
825
+ "ResetTimerAction":{
826
+ "type":"structure",
827
+ "required":["timerName"],
828
+ "members":{
829
+ "timerName":{"shape":"TimerName"}
830
+ }
831
+ },
832
+ "ResourceAlreadyExistsException":{
833
+ "type":"structure",
834
+ "members":{
835
+ "message":{"shape":"errorMessage"},
836
+ "resourceId":{"shape":"resourceId"},
837
+ "resourceArn":{"shape":"resourceArn"}
838
+ },
839
+ "error":{"httpStatusCode":409},
840
+ "exception":true
841
+ },
842
+ "ResourceInUseException":{
843
+ "type":"structure",
844
+ "members":{
845
+ "message":{"shape":"errorMessage"}
846
+ },
847
+ "error":{"httpStatusCode":409},
848
+ "exception":true
849
+ },
850
+ "ResourceNotFoundException":{
851
+ "type":"structure",
852
+ "members":{
853
+ "message":{"shape":"errorMessage"}
854
+ },
855
+ "error":{"httpStatusCode":404},
856
+ "exception":true
857
+ },
858
+ "SNSTopicPublishAction":{
859
+ "type":"structure",
860
+ "required":["targetArn"],
861
+ "members":{
862
+ "targetArn":{"shape":"AmazonResourceName"}
863
+ }
864
+ },
865
+ "Seconds":{"type":"integer"},
866
+ "ServiceUnavailableException":{
867
+ "type":"structure",
868
+ "members":{
869
+ "message":{"shape":"errorMessage"}
870
+ },
871
+ "error":{"httpStatusCode":503},
872
+ "exception":true,
873
+ "fault":true
874
+ },
875
+ "SetTimerAction":{
876
+ "type":"structure",
877
+ "required":[
878
+ "timerName",
879
+ "seconds"
880
+ ],
881
+ "members":{
882
+ "timerName":{"shape":"TimerName"},
883
+ "seconds":{"shape":"Seconds"}
884
+ }
885
+ },
886
+ "SetVariableAction":{
887
+ "type":"structure",
888
+ "required":[
889
+ "variableName",
890
+ "value"
891
+ ],
892
+ "members":{
893
+ "variableName":{"shape":"VariableName"},
894
+ "value":{"shape":"VariableValue"}
895
+ }
896
+ },
897
+ "State":{
898
+ "type":"structure",
899
+ "required":["stateName"],
900
+ "members":{
901
+ "stateName":{"shape":"StateName"},
902
+ "onInput":{"shape":"OnInputLifecycle"},
903
+ "onEnter":{"shape":"OnEnterLifecycle"},
904
+ "onExit":{"shape":"OnExitLifecycle"}
905
+ }
906
+ },
907
+ "StateName":{
908
+ "type":"string",
909
+ "max":128,
910
+ "min":1
911
+ },
912
+ "States":{
913
+ "type":"list",
914
+ "member":{"shape":"State"},
915
+ "min":1
916
+ },
917
+ "Tag":{
918
+ "type":"structure",
919
+ "required":[
920
+ "key",
921
+ "value"
922
+ ],
923
+ "members":{
924
+ "key":{"shape":"TagKey"},
925
+ "value":{"shape":"TagValue"}
926
+ }
927
+ },
928
+ "TagKey":{
929
+ "type":"string",
930
+ "max":128,
931
+ "min":1
932
+ },
933
+ "TagKeys":{
934
+ "type":"list",
935
+ "member":{"shape":"TagKey"}
936
+ },
937
+ "TagResourceRequest":{
938
+ "type":"structure",
939
+ "required":[
940
+ "resourceArn",
941
+ "tags"
942
+ ],
943
+ "members":{
944
+ "resourceArn":{
945
+ "shape":"AmazonResourceName",
946
+ "location":"querystring",
947
+ "locationName":"resourceArn"
948
+ },
949
+ "tags":{"shape":"Tags"}
950
+ }
951
+ },
952
+ "TagResourceResponse":{
953
+ "type":"structure",
954
+ "members":{
955
+ }
956
+ },
957
+ "TagValue":{
958
+ "type":"string",
959
+ "max":256,
960
+ "min":0
961
+ },
962
+ "Tags":{
963
+ "type":"list",
964
+ "member":{"shape":"Tag"}
965
+ },
966
+ "ThrottlingException":{
967
+ "type":"structure",
968
+ "members":{
969
+ "message":{"shape":"errorMessage"}
970
+ },
971
+ "error":{"httpStatusCode":429},
972
+ "exception":true
973
+ },
974
+ "TimerName":{
975
+ "type":"string",
976
+ "max":128,
977
+ "min":1
978
+ },
979
+ "Timestamp":{"type":"timestamp"},
980
+ "TransitionEvent":{
981
+ "type":"structure",
982
+ "required":[
983
+ "eventName",
984
+ "condition",
985
+ "nextState"
986
+ ],
987
+ "members":{
988
+ "eventName":{"shape":"EventName"},
989
+ "condition":{"shape":"Condition"},
990
+ "actions":{"shape":"Actions"},
991
+ "nextState":{"shape":"StateName"}
992
+ }
993
+ },
994
+ "TransitionEvents":{
995
+ "type":"list",
996
+ "member":{"shape":"TransitionEvent"}
997
+ },
998
+ "UnsupportedOperationException":{
999
+ "type":"structure",
1000
+ "members":{
1001
+ "message":{"shape":"errorMessage"}
1002
+ },
1003
+ "error":{"httpStatusCode":501},
1004
+ "exception":true,
1005
+ "fault":true
1006
+ },
1007
+ "UntagResourceRequest":{
1008
+ "type":"structure",
1009
+ "required":[
1010
+ "resourceArn",
1011
+ "tagKeys"
1012
+ ],
1013
+ "members":{
1014
+ "resourceArn":{
1015
+ "shape":"AmazonResourceName",
1016
+ "location":"querystring",
1017
+ "locationName":"resourceArn"
1018
+ },
1019
+ "tagKeys":{
1020
+ "shape":"TagKeys",
1021
+ "location":"querystring",
1022
+ "locationName":"tagKeys"
1023
+ }
1024
+ }
1025
+ },
1026
+ "UntagResourceResponse":{
1027
+ "type":"structure",
1028
+ "members":{
1029
+ }
1030
+ },
1031
+ "UpdateDetectorModelRequest":{
1032
+ "type":"structure",
1033
+ "required":[
1034
+ "detectorModelName",
1035
+ "detectorModelDefinition",
1036
+ "roleArn"
1037
+ ],
1038
+ "members":{
1039
+ "detectorModelName":{
1040
+ "shape":"DetectorModelName",
1041
+ "location":"uri",
1042
+ "locationName":"detectorModelName"
1043
+ },
1044
+ "detectorModelDefinition":{"shape":"DetectorModelDefinition"},
1045
+ "detectorModelDescription":{"shape":"DetectorModelDescription"},
1046
+ "roleArn":{"shape":"AmazonResourceName"}
1047
+ }
1048
+ },
1049
+ "UpdateDetectorModelResponse":{
1050
+ "type":"structure",
1051
+ "members":{
1052
+ "detectorModelConfiguration":{"shape":"DetectorModelConfiguration"}
1053
+ }
1054
+ },
1055
+ "UpdateInputRequest":{
1056
+ "type":"structure",
1057
+ "required":[
1058
+ "inputName",
1059
+ "inputDefinition"
1060
+ ],
1061
+ "members":{
1062
+ "inputName":{
1063
+ "shape":"InputName",
1064
+ "location":"uri",
1065
+ "locationName":"inputName"
1066
+ },
1067
+ "inputDescription":{"shape":"InputDescription"},
1068
+ "inputDefinition":{"shape":"InputDefinition"}
1069
+ }
1070
+ },
1071
+ "UpdateInputResponse":{
1072
+ "type":"structure",
1073
+ "members":{
1074
+ "inputConfiguration":{"shape":"InputConfiguration"}
1075
+ }
1076
+ },
1077
+ "VariableName":{
1078
+ "type":"string",
1079
+ "max":128,
1080
+ "min":1,
1081
+ "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
1082
+ },
1083
+ "VariableValue":{
1084
+ "type":"string",
1085
+ "max":1024,
1086
+ "min":1
1087
+ },
1088
+ "errorMessage":{"type":"string"},
1089
+ "resourceArn":{"type":"string"},
1090
+ "resourceId":{"type":"string"}
1091
+ }
1092
+ }