aws-sdk 2.916.0 → 2.920.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +63 -60
- package/apis/datasync-2018-11-09.min.json +16 -15
- package/apis/devicefarm-2015-06-23.min.json +144 -92
- package/apis/docdb-2014-10-31.min.json +233 -65
- package/apis/docdb-2014-10-31.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/fsx-2018-03-01.min.json +27 -24
- package/apis/iotevents-2018-07-27.min.json +715 -188
- package/apis/iotevents-data-2018-10-23.min.json +380 -1
- package/apis/iotsitewise-2019-12-02.min.json +65 -43
- package/apis/iotwireless-2020-11-22.min.json +210 -6
- package/apis/kendra-2019-02-03.min.json +351 -77
- package/apis/location-2020-11-19.min.json +677 -84
- package/apis/location-2020-11-19.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +150 -13
- package/apis/sns-2010-03-31.paginators.json +12 -0
- package/clients/autoscaling.d.ts +55 -50
- package/clients/braket.d.ts +2 -2
- package/clients/datasync.d.ts +39 -34
- package/clients/devicefarm.d.ts +41 -10
- package/clients/docdb.d.ts +217 -4
- package/clients/ec2.d.ts +8 -0
- package/clients/ecs.d.ts +4 -4
- package/clients/fsx.d.ts +15 -2
- package/clients/iam.d.ts +1 -1
- package/clients/iotevents.d.ts +595 -11
- package/clients/ioteventsdata.d.ts +474 -9
- package/clients/iotsitewise.d.ts +34 -0
- package/clients/iotwireless.d.ts +126 -0
- package/clients/kendra.d.ts +410 -6
- package/clients/lightsail.d.ts +3 -3
- package/clients/location.d.ts +651 -77
- package/clients/polly.d.ts +1 -1
- package/clients/resourcegroups.d.ts +4 -4
- package/clients/servicediscovery.d.ts +41 -41
- package/clients/sns.d.ts +181 -4
- package/clients/sqs.d.ts +5 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +378 -168
- package/dist/aws-sdk.min.js +68 -68
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,57 @@
|
|
|
11
11
|
"uid": "iotevents-2018-07-27"
|
|
12
12
|
},
|
|
13
13
|
"operations": {
|
|
14
|
+
"CreateAlarmModel": {
|
|
15
|
+
"http": {
|
|
16
|
+
"requestUri": "/alarm-models"
|
|
17
|
+
},
|
|
18
|
+
"input": {
|
|
19
|
+
"type": "structure",
|
|
20
|
+
"required": [
|
|
21
|
+
"alarmModelName",
|
|
22
|
+
"roleArn",
|
|
23
|
+
"alarmRule"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"alarmModelName": {},
|
|
27
|
+
"alarmModelDescription": {},
|
|
28
|
+
"roleArn": {},
|
|
29
|
+
"tags": {
|
|
30
|
+
"shape": "S5"
|
|
31
|
+
},
|
|
32
|
+
"key": {},
|
|
33
|
+
"severity": {
|
|
34
|
+
"type": "integer"
|
|
35
|
+
},
|
|
36
|
+
"alarmRule": {
|
|
37
|
+
"shape": "Sb"
|
|
38
|
+
},
|
|
39
|
+
"alarmNotification": {
|
|
40
|
+
"shape": "Sg"
|
|
41
|
+
},
|
|
42
|
+
"alarmEventActions": {
|
|
43
|
+
"shape": "S13"
|
|
44
|
+
},
|
|
45
|
+
"alarmCapabilities": {
|
|
46
|
+
"shape": "S23"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"output": {
|
|
51
|
+
"type": "structure",
|
|
52
|
+
"members": {
|
|
53
|
+
"creationTime": {
|
|
54
|
+
"type": "timestamp"
|
|
55
|
+
},
|
|
56
|
+
"alarmModelArn": {},
|
|
57
|
+
"alarmModelVersion": {},
|
|
58
|
+
"lastUpdateTime": {
|
|
59
|
+
"type": "timestamp"
|
|
60
|
+
},
|
|
61
|
+
"status": {}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
14
65
|
"CreateDetectorModel": {
|
|
15
66
|
"http": {
|
|
16
67
|
"requestUri": "/detector-models"
|
|
@@ -25,13 +76,13 @@
|
|
|
25
76
|
"members": {
|
|
26
77
|
"detectorModelName": {},
|
|
27
78
|
"detectorModelDefinition": {
|
|
28
|
-
"shape": "
|
|
79
|
+
"shape": "S2f"
|
|
29
80
|
},
|
|
30
81
|
"detectorModelDescription": {},
|
|
31
82
|
"key": {},
|
|
32
83
|
"roleArn": {},
|
|
33
84
|
"tags": {
|
|
34
|
-
"shape": "
|
|
85
|
+
"shape": "S5"
|
|
35
86
|
},
|
|
36
87
|
"evaluationMethod": {}
|
|
37
88
|
}
|
|
@@ -40,7 +91,7 @@
|
|
|
40
91
|
"type": "structure",
|
|
41
92
|
"members": {
|
|
42
93
|
"detectorModelConfiguration": {
|
|
43
|
-
"shape": "
|
|
94
|
+
"shape": "S35"
|
|
44
95
|
}
|
|
45
96
|
}
|
|
46
97
|
}
|
|
@@ -60,10 +111,10 @@
|
|
|
60
111
|
"inputName": {},
|
|
61
112
|
"inputDescription": {},
|
|
62
113
|
"inputDefinition": {
|
|
63
|
-
"shape": "
|
|
114
|
+
"shape": "S3b"
|
|
64
115
|
},
|
|
65
116
|
"tags": {
|
|
66
|
-
"shape": "
|
|
117
|
+
"shape": "S5"
|
|
67
118
|
}
|
|
68
119
|
}
|
|
69
120
|
},
|
|
@@ -71,9 +122,32 @@
|
|
|
71
122
|
"type": "structure",
|
|
72
123
|
"members": {
|
|
73
124
|
"inputConfiguration": {
|
|
74
|
-
"shape": "
|
|
125
|
+
"shape": "S3f"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"DeleteAlarmModel": {
|
|
131
|
+
"http": {
|
|
132
|
+
"method": "DELETE",
|
|
133
|
+
"requestUri": "/alarm-models/{alarmModelName}",
|
|
134
|
+
"responseCode": 204
|
|
135
|
+
},
|
|
136
|
+
"input": {
|
|
137
|
+
"type": "structure",
|
|
138
|
+
"required": [
|
|
139
|
+
"alarmModelName"
|
|
140
|
+
],
|
|
141
|
+
"members": {
|
|
142
|
+
"alarmModelName": {
|
|
143
|
+
"location": "uri",
|
|
144
|
+
"locationName": "alarmModelName"
|
|
75
145
|
}
|
|
76
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"output": {
|
|
149
|
+
"type": "structure",
|
|
150
|
+
"members": {}
|
|
77
151
|
}
|
|
78
152
|
},
|
|
79
153
|
"DeleteDetectorModel": {
|
|
@@ -121,6 +195,62 @@
|
|
|
121
195
|
"members": {}
|
|
122
196
|
}
|
|
123
197
|
},
|
|
198
|
+
"DescribeAlarmModel": {
|
|
199
|
+
"http": {
|
|
200
|
+
"method": "GET",
|
|
201
|
+
"requestUri": "/alarm-models/{alarmModelName}"
|
|
202
|
+
},
|
|
203
|
+
"input": {
|
|
204
|
+
"type": "structure",
|
|
205
|
+
"required": [
|
|
206
|
+
"alarmModelName"
|
|
207
|
+
],
|
|
208
|
+
"members": {
|
|
209
|
+
"alarmModelName": {
|
|
210
|
+
"location": "uri",
|
|
211
|
+
"locationName": "alarmModelName"
|
|
212
|
+
},
|
|
213
|
+
"alarmModelVersion": {
|
|
214
|
+
"location": "querystring",
|
|
215
|
+
"locationName": "version"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"output": {
|
|
220
|
+
"type": "structure",
|
|
221
|
+
"members": {
|
|
222
|
+
"creationTime": {
|
|
223
|
+
"type": "timestamp"
|
|
224
|
+
},
|
|
225
|
+
"alarmModelArn": {},
|
|
226
|
+
"alarmModelVersion": {},
|
|
227
|
+
"lastUpdateTime": {
|
|
228
|
+
"type": "timestamp"
|
|
229
|
+
},
|
|
230
|
+
"status": {},
|
|
231
|
+
"statusMessage": {},
|
|
232
|
+
"alarmModelName": {},
|
|
233
|
+
"alarmModelDescription": {},
|
|
234
|
+
"roleArn": {},
|
|
235
|
+
"key": {},
|
|
236
|
+
"severity": {
|
|
237
|
+
"type": "integer"
|
|
238
|
+
},
|
|
239
|
+
"alarmRule": {
|
|
240
|
+
"shape": "Sb"
|
|
241
|
+
},
|
|
242
|
+
"alarmNotification": {
|
|
243
|
+
"shape": "Sg"
|
|
244
|
+
},
|
|
245
|
+
"alarmEventActions": {
|
|
246
|
+
"shape": "S13"
|
|
247
|
+
},
|
|
248
|
+
"alarmCapabilities": {
|
|
249
|
+
"shape": "S23"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
124
254
|
"DescribeDetectorModel": {
|
|
125
255
|
"http": {
|
|
126
256
|
"method": "GET",
|
|
@@ -149,10 +279,10 @@
|
|
|
149
279
|
"type": "structure",
|
|
150
280
|
"members": {
|
|
151
281
|
"detectorModelDefinition": {
|
|
152
|
-
"shape": "
|
|
282
|
+
"shape": "S2f"
|
|
153
283
|
},
|
|
154
284
|
"detectorModelConfiguration": {
|
|
155
|
-
"shape": "
|
|
285
|
+
"shape": "S35"
|
|
156
286
|
}
|
|
157
287
|
}
|
|
158
288
|
}
|
|
@@ -207,10 +337,10 @@
|
|
|
207
337
|
"type": "structure",
|
|
208
338
|
"members": {
|
|
209
339
|
"inputConfiguration": {
|
|
210
|
-
"shape": "
|
|
340
|
+
"shape": "S3f"
|
|
211
341
|
},
|
|
212
342
|
"inputDefinition": {
|
|
213
|
-
"shape": "
|
|
343
|
+
"shape": "S3b"
|
|
214
344
|
}
|
|
215
345
|
}
|
|
216
346
|
}
|
|
@@ -230,7 +360,7 @@
|
|
|
230
360
|
"type": "structure",
|
|
231
361
|
"members": {
|
|
232
362
|
"loggingOptions": {
|
|
233
|
-
"shape": "
|
|
363
|
+
"shape": "S43"
|
|
234
364
|
}
|
|
235
365
|
}
|
|
236
366
|
}
|
|
@@ -288,6 +418,98 @@
|
|
|
288
418
|
}
|
|
289
419
|
}
|
|
290
420
|
},
|
|
421
|
+
"ListAlarmModelVersions": {
|
|
422
|
+
"http": {
|
|
423
|
+
"method": "GET",
|
|
424
|
+
"requestUri": "/alarm-models/{alarmModelName}/versions"
|
|
425
|
+
},
|
|
426
|
+
"input": {
|
|
427
|
+
"type": "structure",
|
|
428
|
+
"required": [
|
|
429
|
+
"alarmModelName"
|
|
430
|
+
],
|
|
431
|
+
"members": {
|
|
432
|
+
"alarmModelName": {
|
|
433
|
+
"location": "uri",
|
|
434
|
+
"locationName": "alarmModelName"
|
|
435
|
+
},
|
|
436
|
+
"nextToken": {
|
|
437
|
+
"location": "querystring",
|
|
438
|
+
"locationName": "nextToken"
|
|
439
|
+
},
|
|
440
|
+
"maxResults": {
|
|
441
|
+
"location": "querystring",
|
|
442
|
+
"locationName": "maxResults",
|
|
443
|
+
"type": "integer"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"output": {
|
|
448
|
+
"type": "structure",
|
|
449
|
+
"members": {
|
|
450
|
+
"alarmModelVersionSummaries": {
|
|
451
|
+
"type": "list",
|
|
452
|
+
"member": {
|
|
453
|
+
"type": "structure",
|
|
454
|
+
"members": {
|
|
455
|
+
"alarmModelName": {},
|
|
456
|
+
"alarmModelArn": {},
|
|
457
|
+
"alarmModelVersion": {},
|
|
458
|
+
"roleArn": {},
|
|
459
|
+
"creationTime": {
|
|
460
|
+
"type": "timestamp"
|
|
461
|
+
},
|
|
462
|
+
"lastUpdateTime": {
|
|
463
|
+
"type": "timestamp"
|
|
464
|
+
},
|
|
465
|
+
"status": {},
|
|
466
|
+
"statusMessage": {}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"nextToken": {}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"ListAlarmModels": {
|
|
475
|
+
"http": {
|
|
476
|
+
"method": "GET",
|
|
477
|
+
"requestUri": "/alarm-models"
|
|
478
|
+
},
|
|
479
|
+
"input": {
|
|
480
|
+
"type": "structure",
|
|
481
|
+
"members": {
|
|
482
|
+
"nextToken": {
|
|
483
|
+
"location": "querystring",
|
|
484
|
+
"locationName": "nextToken"
|
|
485
|
+
},
|
|
486
|
+
"maxResults": {
|
|
487
|
+
"location": "querystring",
|
|
488
|
+
"locationName": "maxResults",
|
|
489
|
+
"type": "integer"
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"output": {
|
|
494
|
+
"type": "structure",
|
|
495
|
+
"members": {
|
|
496
|
+
"alarmModelSummaries": {
|
|
497
|
+
"type": "list",
|
|
498
|
+
"member": {
|
|
499
|
+
"type": "structure",
|
|
500
|
+
"members": {
|
|
501
|
+
"creationTime": {
|
|
502
|
+
"type": "timestamp"
|
|
503
|
+
},
|
|
504
|
+
"alarmModelDescription": {},
|
|
505
|
+
"alarmModelName": {}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"nextToken": {}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
291
513
|
"ListDetectorModelVersions": {
|
|
292
514
|
"http": {
|
|
293
515
|
"method": "GET",
|
|
@@ -380,6 +602,69 @@
|
|
|
380
602
|
}
|
|
381
603
|
}
|
|
382
604
|
},
|
|
605
|
+
"ListInputRoutings": {
|
|
606
|
+
"http": {
|
|
607
|
+
"requestUri": "/input-routings"
|
|
608
|
+
},
|
|
609
|
+
"input": {
|
|
610
|
+
"type": "structure",
|
|
611
|
+
"required": [
|
|
612
|
+
"inputIdentifier"
|
|
613
|
+
],
|
|
614
|
+
"members": {
|
|
615
|
+
"inputIdentifier": {
|
|
616
|
+
"type": "structure",
|
|
617
|
+
"members": {
|
|
618
|
+
"iotEventsInputIdentifier": {
|
|
619
|
+
"type": "structure",
|
|
620
|
+
"required": [
|
|
621
|
+
"inputName"
|
|
622
|
+
],
|
|
623
|
+
"members": {
|
|
624
|
+
"inputName": {}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"iotSiteWiseInputIdentifier": {
|
|
628
|
+
"type": "structure",
|
|
629
|
+
"members": {
|
|
630
|
+
"iotSiteWiseAssetModelPropertyIdentifier": {
|
|
631
|
+
"type": "structure",
|
|
632
|
+
"required": [
|
|
633
|
+
"assetModelId",
|
|
634
|
+
"propertyId"
|
|
635
|
+
],
|
|
636
|
+
"members": {
|
|
637
|
+
"assetModelId": {},
|
|
638
|
+
"propertyId": {}
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"maxResults": {
|
|
646
|
+
"type": "integer"
|
|
647
|
+
},
|
|
648
|
+
"nextToken": {}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"output": {
|
|
652
|
+
"type": "structure",
|
|
653
|
+
"members": {
|
|
654
|
+
"routedResources": {
|
|
655
|
+
"type": "list",
|
|
656
|
+
"member": {
|
|
657
|
+
"type": "structure",
|
|
658
|
+
"members": {
|
|
659
|
+
"name": {},
|
|
660
|
+
"arn": {}
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
"nextToken": {}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
},
|
|
383
668
|
"ListInputs": {
|
|
384
669
|
"http": {
|
|
385
670
|
"method": "GET",
|
|
@@ -445,7 +730,7 @@
|
|
|
445
730
|
"type": "structure",
|
|
446
731
|
"members": {
|
|
447
732
|
"tags": {
|
|
448
|
-
"shape": "
|
|
733
|
+
"shape": "S5"
|
|
449
734
|
}
|
|
450
735
|
}
|
|
451
736
|
}
|
|
@@ -462,7 +747,7 @@
|
|
|
462
747
|
],
|
|
463
748
|
"members": {
|
|
464
749
|
"loggingOptions": {
|
|
465
|
-
"shape": "
|
|
750
|
+
"shape": "S43"
|
|
466
751
|
}
|
|
467
752
|
}
|
|
468
753
|
}
|
|
@@ -478,7 +763,7 @@
|
|
|
478
763
|
],
|
|
479
764
|
"members": {
|
|
480
765
|
"detectorModelDefinition": {
|
|
481
|
-
"shape": "
|
|
766
|
+
"shape": "S2f"
|
|
482
767
|
}
|
|
483
768
|
}
|
|
484
769
|
},
|
|
@@ -505,7 +790,7 @@
|
|
|
505
790
|
"locationName": "resourceArn"
|
|
506
791
|
},
|
|
507
792
|
"tags": {
|
|
508
|
-
"shape": "
|
|
793
|
+
"shape": "S5"
|
|
509
794
|
}
|
|
510
795
|
}
|
|
511
796
|
},
|
|
@@ -543,6 +828,56 @@
|
|
|
543
828
|
"members": {}
|
|
544
829
|
}
|
|
545
830
|
},
|
|
831
|
+
"UpdateAlarmModel": {
|
|
832
|
+
"http": {
|
|
833
|
+
"requestUri": "/alarm-models/{alarmModelName}"
|
|
834
|
+
},
|
|
835
|
+
"input": {
|
|
836
|
+
"type": "structure",
|
|
837
|
+
"required": [
|
|
838
|
+
"alarmModelName",
|
|
839
|
+
"roleArn",
|
|
840
|
+
"alarmRule"
|
|
841
|
+
],
|
|
842
|
+
"members": {
|
|
843
|
+
"alarmModelName": {
|
|
844
|
+
"location": "uri",
|
|
845
|
+
"locationName": "alarmModelName"
|
|
846
|
+
},
|
|
847
|
+
"alarmModelDescription": {},
|
|
848
|
+
"roleArn": {},
|
|
849
|
+
"severity": {
|
|
850
|
+
"type": "integer"
|
|
851
|
+
},
|
|
852
|
+
"alarmRule": {
|
|
853
|
+
"shape": "Sb"
|
|
854
|
+
},
|
|
855
|
+
"alarmNotification": {
|
|
856
|
+
"shape": "Sg"
|
|
857
|
+
},
|
|
858
|
+
"alarmEventActions": {
|
|
859
|
+
"shape": "S13"
|
|
860
|
+
},
|
|
861
|
+
"alarmCapabilities": {
|
|
862
|
+
"shape": "S23"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"output": {
|
|
867
|
+
"type": "structure",
|
|
868
|
+
"members": {
|
|
869
|
+
"creationTime": {
|
|
870
|
+
"type": "timestamp"
|
|
871
|
+
},
|
|
872
|
+
"alarmModelArn": {},
|
|
873
|
+
"alarmModelVersion": {},
|
|
874
|
+
"lastUpdateTime": {
|
|
875
|
+
"type": "timestamp"
|
|
876
|
+
},
|
|
877
|
+
"status": {}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
546
881
|
"UpdateDetectorModel": {
|
|
547
882
|
"http": {
|
|
548
883
|
"requestUri": "/detector-models/{detectorModelName}"
|
|
@@ -560,7 +895,7 @@
|
|
|
560
895
|
"locationName": "detectorModelName"
|
|
561
896
|
},
|
|
562
897
|
"detectorModelDefinition": {
|
|
563
|
-
"shape": "
|
|
898
|
+
"shape": "S2f"
|
|
564
899
|
},
|
|
565
900
|
"detectorModelDescription": {},
|
|
566
901
|
"roleArn": {},
|
|
@@ -571,7 +906,7 @@
|
|
|
571
906
|
"type": "structure",
|
|
572
907
|
"members": {
|
|
573
908
|
"detectorModelConfiguration": {
|
|
574
|
-
"shape": "
|
|
909
|
+
"shape": "S35"
|
|
575
910
|
}
|
|
576
911
|
}
|
|
577
912
|
}
|
|
@@ -594,7 +929,7 @@
|
|
|
594
929
|
},
|
|
595
930
|
"inputDescription": {},
|
|
596
931
|
"inputDefinition": {
|
|
597
|
-
"shape": "
|
|
932
|
+
"shape": "S3b"
|
|
598
933
|
}
|
|
599
934
|
}
|
|
600
935
|
},
|
|
@@ -602,14 +937,354 @@
|
|
|
602
937
|
"type": "structure",
|
|
603
938
|
"members": {
|
|
604
939
|
"inputConfiguration": {
|
|
605
|
-
"shape": "
|
|
940
|
+
"shape": "S3f"
|
|
606
941
|
}
|
|
607
942
|
}
|
|
608
943
|
}
|
|
609
944
|
}
|
|
610
945
|
},
|
|
611
946
|
"shapes": {
|
|
612
|
-
"
|
|
947
|
+
"S5": {
|
|
948
|
+
"type": "list",
|
|
949
|
+
"member": {
|
|
950
|
+
"type": "structure",
|
|
951
|
+
"required": [
|
|
952
|
+
"key",
|
|
953
|
+
"value"
|
|
954
|
+
],
|
|
955
|
+
"members": {
|
|
956
|
+
"key": {},
|
|
957
|
+
"value": {}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"Sb": {
|
|
962
|
+
"type": "structure",
|
|
963
|
+
"members": {
|
|
964
|
+
"simpleRule": {
|
|
965
|
+
"type": "structure",
|
|
966
|
+
"required": [
|
|
967
|
+
"inputProperty",
|
|
968
|
+
"comparisonOperator",
|
|
969
|
+
"threshold"
|
|
970
|
+
],
|
|
971
|
+
"members": {
|
|
972
|
+
"inputProperty": {},
|
|
973
|
+
"comparisonOperator": {},
|
|
974
|
+
"threshold": {}
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"Sg": {
|
|
980
|
+
"type": "structure",
|
|
981
|
+
"members": {
|
|
982
|
+
"notificationActions": {
|
|
983
|
+
"type": "list",
|
|
984
|
+
"member": {
|
|
985
|
+
"type": "structure",
|
|
986
|
+
"required": [
|
|
987
|
+
"action"
|
|
988
|
+
],
|
|
989
|
+
"members": {
|
|
990
|
+
"action": {
|
|
991
|
+
"type": "structure",
|
|
992
|
+
"members": {
|
|
993
|
+
"lambdaAction": {
|
|
994
|
+
"shape": "Sk"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"smsConfigurations": {
|
|
999
|
+
"type": "list",
|
|
1000
|
+
"member": {
|
|
1001
|
+
"type": "structure",
|
|
1002
|
+
"required": [
|
|
1003
|
+
"recipients"
|
|
1004
|
+
],
|
|
1005
|
+
"members": {
|
|
1006
|
+
"senderId": {},
|
|
1007
|
+
"additionalMessage": {},
|
|
1008
|
+
"recipients": {
|
|
1009
|
+
"shape": "Ss"
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"emailConfigurations": {
|
|
1015
|
+
"type": "list",
|
|
1016
|
+
"member": {
|
|
1017
|
+
"type": "structure",
|
|
1018
|
+
"required": [
|
|
1019
|
+
"from",
|
|
1020
|
+
"recipients"
|
|
1021
|
+
],
|
|
1022
|
+
"members": {
|
|
1023
|
+
"from": {},
|
|
1024
|
+
"content": {
|
|
1025
|
+
"type": "structure",
|
|
1026
|
+
"members": {
|
|
1027
|
+
"subject": {},
|
|
1028
|
+
"additionalMessage": {}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"recipients": {
|
|
1032
|
+
"type": "structure",
|
|
1033
|
+
"members": {
|
|
1034
|
+
"to": {
|
|
1035
|
+
"shape": "Ss"
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"Sk": {
|
|
1048
|
+
"type": "structure",
|
|
1049
|
+
"required": [
|
|
1050
|
+
"functionArn"
|
|
1051
|
+
],
|
|
1052
|
+
"members": {
|
|
1053
|
+
"functionArn": {},
|
|
1054
|
+
"payload": {
|
|
1055
|
+
"shape": "Sl"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"Sl": {
|
|
1060
|
+
"type": "structure",
|
|
1061
|
+
"required": [
|
|
1062
|
+
"contentExpression",
|
|
1063
|
+
"type"
|
|
1064
|
+
],
|
|
1065
|
+
"members": {
|
|
1066
|
+
"contentExpression": {},
|
|
1067
|
+
"type": {}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"Ss": {
|
|
1071
|
+
"type": "list",
|
|
1072
|
+
"member": {
|
|
1073
|
+
"type": "structure",
|
|
1074
|
+
"members": {
|
|
1075
|
+
"ssoIdentity": {
|
|
1076
|
+
"type": "structure",
|
|
1077
|
+
"required": [
|
|
1078
|
+
"identityStoreId"
|
|
1079
|
+
],
|
|
1080
|
+
"members": {
|
|
1081
|
+
"identityStoreId": {},
|
|
1082
|
+
"userId": {}
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"S13": {
|
|
1089
|
+
"type": "structure",
|
|
1090
|
+
"members": {
|
|
1091
|
+
"alarmActions": {
|
|
1092
|
+
"type": "list",
|
|
1093
|
+
"member": {
|
|
1094
|
+
"type": "structure",
|
|
1095
|
+
"members": {
|
|
1096
|
+
"sns": {
|
|
1097
|
+
"shape": "S16"
|
|
1098
|
+
},
|
|
1099
|
+
"iotTopicPublish": {
|
|
1100
|
+
"shape": "S17"
|
|
1101
|
+
},
|
|
1102
|
+
"lambda": {
|
|
1103
|
+
"shape": "Sk"
|
|
1104
|
+
},
|
|
1105
|
+
"iotEvents": {
|
|
1106
|
+
"shape": "S19"
|
|
1107
|
+
},
|
|
1108
|
+
"sqs": {
|
|
1109
|
+
"shape": "S1b"
|
|
1110
|
+
},
|
|
1111
|
+
"firehose": {
|
|
1112
|
+
"shape": "S1e"
|
|
1113
|
+
},
|
|
1114
|
+
"dynamoDB": {
|
|
1115
|
+
"shape": "S1h"
|
|
1116
|
+
},
|
|
1117
|
+
"dynamoDBv2": {
|
|
1118
|
+
"shape": "S1n"
|
|
1119
|
+
},
|
|
1120
|
+
"iotSiteWise": {
|
|
1121
|
+
"shape": "S1o"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
"S16": {
|
|
1129
|
+
"type": "structure",
|
|
1130
|
+
"required": [
|
|
1131
|
+
"targetArn"
|
|
1132
|
+
],
|
|
1133
|
+
"members": {
|
|
1134
|
+
"targetArn": {},
|
|
1135
|
+
"payload": {
|
|
1136
|
+
"shape": "Sl"
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"S17": {
|
|
1141
|
+
"type": "structure",
|
|
1142
|
+
"required": [
|
|
1143
|
+
"mqttTopic"
|
|
1144
|
+
],
|
|
1145
|
+
"members": {
|
|
1146
|
+
"mqttTopic": {},
|
|
1147
|
+
"payload": {
|
|
1148
|
+
"shape": "Sl"
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
"S19": {
|
|
1153
|
+
"type": "structure",
|
|
1154
|
+
"required": [
|
|
1155
|
+
"inputName"
|
|
1156
|
+
],
|
|
1157
|
+
"members": {
|
|
1158
|
+
"inputName": {},
|
|
1159
|
+
"payload": {
|
|
1160
|
+
"shape": "Sl"
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1164
|
+
"S1b": {
|
|
1165
|
+
"type": "structure",
|
|
1166
|
+
"required": [
|
|
1167
|
+
"queueUrl"
|
|
1168
|
+
],
|
|
1169
|
+
"members": {
|
|
1170
|
+
"queueUrl": {},
|
|
1171
|
+
"useBase64": {
|
|
1172
|
+
"type": "boolean"
|
|
1173
|
+
},
|
|
1174
|
+
"payload": {
|
|
1175
|
+
"shape": "Sl"
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
"S1e": {
|
|
1180
|
+
"type": "structure",
|
|
1181
|
+
"required": [
|
|
1182
|
+
"deliveryStreamName"
|
|
1183
|
+
],
|
|
1184
|
+
"members": {
|
|
1185
|
+
"deliveryStreamName": {},
|
|
1186
|
+
"separator": {},
|
|
1187
|
+
"payload": {
|
|
1188
|
+
"shape": "Sl"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"S1h": {
|
|
1193
|
+
"type": "structure",
|
|
1194
|
+
"required": [
|
|
1195
|
+
"hashKeyField",
|
|
1196
|
+
"hashKeyValue",
|
|
1197
|
+
"tableName"
|
|
1198
|
+
],
|
|
1199
|
+
"members": {
|
|
1200
|
+
"hashKeyType": {},
|
|
1201
|
+
"hashKeyField": {},
|
|
1202
|
+
"hashKeyValue": {},
|
|
1203
|
+
"rangeKeyType": {},
|
|
1204
|
+
"rangeKeyField": {},
|
|
1205
|
+
"rangeKeyValue": {},
|
|
1206
|
+
"operation": {},
|
|
1207
|
+
"payloadField": {},
|
|
1208
|
+
"tableName": {},
|
|
1209
|
+
"payload": {
|
|
1210
|
+
"shape": "Sl"
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"S1n": {
|
|
1215
|
+
"type": "structure",
|
|
1216
|
+
"required": [
|
|
1217
|
+
"tableName"
|
|
1218
|
+
],
|
|
1219
|
+
"members": {
|
|
1220
|
+
"tableName": {},
|
|
1221
|
+
"payload": {
|
|
1222
|
+
"shape": "Sl"
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
"S1o": {
|
|
1227
|
+
"type": "structure",
|
|
1228
|
+
"members": {
|
|
1229
|
+
"entryId": {},
|
|
1230
|
+
"assetId": {},
|
|
1231
|
+
"propertyId": {},
|
|
1232
|
+
"propertyAlias": {},
|
|
1233
|
+
"propertyValue": {
|
|
1234
|
+
"type": "structure",
|
|
1235
|
+
"members": {
|
|
1236
|
+
"value": {
|
|
1237
|
+
"type": "structure",
|
|
1238
|
+
"members": {
|
|
1239
|
+
"stringValue": {},
|
|
1240
|
+
"integerValue": {},
|
|
1241
|
+
"doubleValue": {},
|
|
1242
|
+
"booleanValue": {}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"timestamp": {
|
|
1246
|
+
"type": "structure",
|
|
1247
|
+
"required": [
|
|
1248
|
+
"timeInSeconds"
|
|
1249
|
+
],
|
|
1250
|
+
"members": {
|
|
1251
|
+
"timeInSeconds": {},
|
|
1252
|
+
"offsetInNanos": {}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"quality": {}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"S23": {
|
|
1261
|
+
"type": "structure",
|
|
1262
|
+
"members": {
|
|
1263
|
+
"initializationConfiguration": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"required": [
|
|
1266
|
+
"disabledOnInitialization"
|
|
1267
|
+
],
|
|
1268
|
+
"members": {
|
|
1269
|
+
"disabledOnInitialization": {
|
|
1270
|
+
"type": "boolean"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"acknowledgeFlow": {
|
|
1275
|
+
"type": "structure",
|
|
1276
|
+
"required": [
|
|
1277
|
+
"enabled"
|
|
1278
|
+
],
|
|
1279
|
+
"members": {
|
|
1280
|
+
"enabled": {
|
|
1281
|
+
"type": "boolean"
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"S2f": {
|
|
613
1288
|
"type": "structure",
|
|
614
1289
|
"required": [
|
|
615
1290
|
"states",
|
|
@@ -629,7 +1304,7 @@
|
|
|
629
1304
|
"type": "structure",
|
|
630
1305
|
"members": {
|
|
631
1306
|
"events": {
|
|
632
|
-
"shape": "
|
|
1307
|
+
"shape": "S2k"
|
|
633
1308
|
},
|
|
634
1309
|
"transitionEvents": {
|
|
635
1310
|
"type": "list",
|
|
@@ -644,7 +1319,7 @@
|
|
|
644
1319
|
"eventName": {},
|
|
645
1320
|
"condition": {},
|
|
646
1321
|
"actions": {
|
|
647
|
-
"shape": "
|
|
1322
|
+
"shape": "S2o"
|
|
648
1323
|
},
|
|
649
1324
|
"nextState": {}
|
|
650
1325
|
}
|
|
@@ -656,7 +1331,7 @@
|
|
|
656
1331
|
"type": "structure",
|
|
657
1332
|
"members": {
|
|
658
1333
|
"events": {
|
|
659
|
-
"shape": "
|
|
1334
|
+
"shape": "S2k"
|
|
660
1335
|
}
|
|
661
1336
|
}
|
|
662
1337
|
},
|
|
@@ -664,7 +1339,7 @@
|
|
|
664
1339
|
"type": "structure",
|
|
665
1340
|
"members": {
|
|
666
1341
|
"events": {
|
|
667
|
-
"shape": "
|
|
1342
|
+
"shape": "S2k"
|
|
668
1343
|
}
|
|
669
1344
|
}
|
|
670
1345
|
}
|
|
@@ -674,7 +1349,7 @@
|
|
|
674
1349
|
"initialStateName": {}
|
|
675
1350
|
}
|
|
676
1351
|
},
|
|
677
|
-
"
|
|
1352
|
+
"S2k": {
|
|
678
1353
|
"type": "list",
|
|
679
1354
|
"member": {
|
|
680
1355
|
"type": "structure",
|
|
@@ -685,12 +1360,12 @@
|
|
|
685
1360
|
"eventName": {},
|
|
686
1361
|
"condition": {},
|
|
687
1362
|
"actions": {
|
|
688
|
-
"shape": "
|
|
1363
|
+
"shape": "S2o"
|
|
689
1364
|
}
|
|
690
1365
|
}
|
|
691
1366
|
}
|
|
692
1367
|
},
|
|
693
|
-
"
|
|
1368
|
+
"S2o": {
|
|
694
1369
|
"type": "list",
|
|
695
1370
|
"member": {
|
|
696
1371
|
"type": "structure",
|
|
@@ -707,28 +1382,10 @@
|
|
|
707
1382
|
}
|
|
708
1383
|
},
|
|
709
1384
|
"sns": {
|
|
710
|
-
"
|
|
711
|
-
"required": [
|
|
712
|
-
"targetArn"
|
|
713
|
-
],
|
|
714
|
-
"members": {
|
|
715
|
-
"targetArn": {},
|
|
716
|
-
"payload": {
|
|
717
|
-
"shape": "Sj"
|
|
718
|
-
}
|
|
719
|
-
}
|
|
1385
|
+
"shape": "S16"
|
|
720
1386
|
},
|
|
721
1387
|
"iotTopicPublish": {
|
|
722
|
-
"
|
|
723
|
-
"required": [
|
|
724
|
-
"mqttTopic"
|
|
725
|
-
],
|
|
726
|
-
"members": {
|
|
727
|
-
"mqttTopic": {},
|
|
728
|
-
"payload": {
|
|
729
|
-
"shape": "Sj"
|
|
730
|
-
}
|
|
731
|
-
}
|
|
1388
|
+
"shape": "S17"
|
|
732
1389
|
},
|
|
733
1390
|
"setTimer": {
|
|
734
1391
|
"type": "structure",
|
|
@@ -764,160 +1421,30 @@
|
|
|
764
1421
|
}
|
|
765
1422
|
},
|
|
766
1423
|
"lambda": {
|
|
767
|
-
"
|
|
768
|
-
"required": [
|
|
769
|
-
"functionArn"
|
|
770
|
-
],
|
|
771
|
-
"members": {
|
|
772
|
-
"functionArn": {},
|
|
773
|
-
"payload": {
|
|
774
|
-
"shape": "Sj"
|
|
775
|
-
}
|
|
776
|
-
}
|
|
1424
|
+
"shape": "Sk"
|
|
777
1425
|
},
|
|
778
1426
|
"iotEvents": {
|
|
779
|
-
"
|
|
780
|
-
"required": [
|
|
781
|
-
"inputName"
|
|
782
|
-
],
|
|
783
|
-
"members": {
|
|
784
|
-
"inputName": {},
|
|
785
|
-
"payload": {
|
|
786
|
-
"shape": "Sj"
|
|
787
|
-
}
|
|
788
|
-
}
|
|
1427
|
+
"shape": "S19"
|
|
789
1428
|
},
|
|
790
1429
|
"sqs": {
|
|
791
|
-
"
|
|
792
|
-
"required": [
|
|
793
|
-
"queueUrl"
|
|
794
|
-
],
|
|
795
|
-
"members": {
|
|
796
|
-
"queueUrl": {},
|
|
797
|
-
"useBase64": {
|
|
798
|
-
"type": "boolean"
|
|
799
|
-
},
|
|
800
|
-
"payload": {
|
|
801
|
-
"shape": "Sj"
|
|
802
|
-
}
|
|
803
|
-
}
|
|
1430
|
+
"shape": "S1b"
|
|
804
1431
|
},
|
|
805
1432
|
"firehose": {
|
|
806
|
-
"
|
|
807
|
-
"required": [
|
|
808
|
-
"deliveryStreamName"
|
|
809
|
-
],
|
|
810
|
-
"members": {
|
|
811
|
-
"deliveryStreamName": {},
|
|
812
|
-
"separator": {},
|
|
813
|
-
"payload": {
|
|
814
|
-
"shape": "Sj"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
1433
|
+
"shape": "S1e"
|
|
817
1434
|
},
|
|
818
1435
|
"dynamoDB": {
|
|
819
|
-
"
|
|
820
|
-
"required": [
|
|
821
|
-
"hashKeyField",
|
|
822
|
-
"hashKeyValue",
|
|
823
|
-
"tableName"
|
|
824
|
-
],
|
|
825
|
-
"members": {
|
|
826
|
-
"hashKeyType": {},
|
|
827
|
-
"hashKeyField": {},
|
|
828
|
-
"hashKeyValue": {},
|
|
829
|
-
"rangeKeyType": {},
|
|
830
|
-
"rangeKeyField": {},
|
|
831
|
-
"rangeKeyValue": {},
|
|
832
|
-
"operation": {},
|
|
833
|
-
"payloadField": {},
|
|
834
|
-
"tableName": {},
|
|
835
|
-
"payload": {
|
|
836
|
-
"shape": "Sj"
|
|
837
|
-
}
|
|
838
|
-
}
|
|
1436
|
+
"shape": "S1h"
|
|
839
1437
|
},
|
|
840
1438
|
"dynamoDBv2": {
|
|
841
|
-
"
|
|
842
|
-
"required": [
|
|
843
|
-
"tableName"
|
|
844
|
-
],
|
|
845
|
-
"members": {
|
|
846
|
-
"tableName": {},
|
|
847
|
-
"payload": {
|
|
848
|
-
"shape": "Sj"
|
|
849
|
-
}
|
|
850
|
-
}
|
|
1439
|
+
"shape": "S1n"
|
|
851
1440
|
},
|
|
852
1441
|
"iotSiteWise": {
|
|
853
|
-
"
|
|
854
|
-
"required": [
|
|
855
|
-
"propertyValue"
|
|
856
|
-
],
|
|
857
|
-
"members": {
|
|
858
|
-
"entryId": {},
|
|
859
|
-
"assetId": {},
|
|
860
|
-
"propertyId": {},
|
|
861
|
-
"propertyAlias": {},
|
|
862
|
-
"propertyValue": {
|
|
863
|
-
"type": "structure",
|
|
864
|
-
"required": [
|
|
865
|
-
"value"
|
|
866
|
-
],
|
|
867
|
-
"members": {
|
|
868
|
-
"value": {
|
|
869
|
-
"type": "structure",
|
|
870
|
-
"members": {
|
|
871
|
-
"stringValue": {},
|
|
872
|
-
"integerValue": {},
|
|
873
|
-
"doubleValue": {},
|
|
874
|
-
"booleanValue": {}
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"timestamp": {
|
|
878
|
-
"type": "structure",
|
|
879
|
-
"required": [
|
|
880
|
-
"timeInSeconds"
|
|
881
|
-
],
|
|
882
|
-
"members": {
|
|
883
|
-
"timeInSeconds": {},
|
|
884
|
-
"offsetInNanos": {}
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
"quality": {}
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
}
|
|
1442
|
+
"shape": "S1o"
|
|
891
1443
|
}
|
|
892
1444
|
}
|
|
893
1445
|
}
|
|
894
1446
|
},
|
|
895
|
-
"
|
|
896
|
-
"type": "structure",
|
|
897
|
-
"required": [
|
|
898
|
-
"contentExpression",
|
|
899
|
-
"type"
|
|
900
|
-
],
|
|
901
|
-
"members": {
|
|
902
|
-
"contentExpression": {},
|
|
903
|
-
"type": {}
|
|
904
|
-
}
|
|
905
|
-
},
|
|
906
|
-
"S1u": {
|
|
907
|
-
"type": "list",
|
|
908
|
-
"member": {
|
|
909
|
-
"type": "structure",
|
|
910
|
-
"required": [
|
|
911
|
-
"key",
|
|
912
|
-
"value"
|
|
913
|
-
],
|
|
914
|
-
"members": {
|
|
915
|
-
"key": {},
|
|
916
|
-
"value": {}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
"S20": {
|
|
1447
|
+
"S35": {
|
|
921
1448
|
"type": "structure",
|
|
922
1449
|
"members": {
|
|
923
1450
|
"detectorModelName": {},
|
|
@@ -936,7 +1463,7 @@
|
|
|
936
1463
|
"evaluationMethod": {}
|
|
937
1464
|
}
|
|
938
1465
|
},
|
|
939
|
-
"
|
|
1466
|
+
"S3b": {
|
|
940
1467
|
"type": "structure",
|
|
941
1468
|
"required": [
|
|
942
1469
|
"attributes"
|
|
@@ -956,7 +1483,7 @@
|
|
|
956
1483
|
}
|
|
957
1484
|
}
|
|
958
1485
|
},
|
|
959
|
-
"
|
|
1486
|
+
"S3f": {
|
|
960
1487
|
"type": "structure",
|
|
961
1488
|
"required": [
|
|
962
1489
|
"inputName",
|
|
@@ -978,7 +1505,7 @@
|
|
|
978
1505
|
"status": {}
|
|
979
1506
|
}
|
|
980
1507
|
},
|
|
981
|
-
"
|
|
1508
|
+
"S43": {
|
|
982
1509
|
"type": "structure",
|
|
983
1510
|
"required": [
|
|
984
1511
|
"roleArn",
|