aws-sdk-iotevents 1.34.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,13 +12,6 @@ module Aws::IoTEvents
12
12
 
13
13
  # Specifies whether to get notified for alarm state changes.
14
14
  #
15
- # @note When making an API call, you may pass AcknowledgeFlow
16
- # data as a hash:
17
- #
18
- # {
19
- # enabled: false, # required
20
- # }
21
- #
22
15
  # @!attribute [rw] enabled
23
16
  # The value must be `TRUE` or `FALSE`. If `TRUE`, you receive a
24
17
  # notification when the alarm state changes. You must choose to
@@ -36,112 +29,6 @@ module Aws::IoTEvents
36
29
 
37
30
  # An action to be performed when the `condition` is TRUE.
38
31
  #
39
- # @note When making an API call, you may pass Action
40
- # data as a hash:
41
- #
42
- # {
43
- # set_variable: {
44
- # variable_name: "VariableName", # required
45
- # value: "VariableValue", # required
46
- # },
47
- # sns: {
48
- # target_arn: "AmazonResourceName", # required
49
- # payload: {
50
- # content_expression: "ContentExpression", # required
51
- # type: "STRING", # required, accepts STRING, JSON
52
- # },
53
- # },
54
- # iot_topic_publish: {
55
- # mqtt_topic: "MQTTTopic", # required
56
- # payload: {
57
- # content_expression: "ContentExpression", # required
58
- # type: "STRING", # required, accepts STRING, JSON
59
- # },
60
- # },
61
- # set_timer: {
62
- # timer_name: "TimerName", # required
63
- # seconds: 1,
64
- # duration_expression: "VariableValue",
65
- # },
66
- # clear_timer: {
67
- # timer_name: "TimerName", # required
68
- # },
69
- # reset_timer: {
70
- # timer_name: "TimerName", # required
71
- # },
72
- # lambda: {
73
- # function_arn: "AmazonResourceName", # required
74
- # payload: {
75
- # content_expression: "ContentExpression", # required
76
- # type: "STRING", # required, accepts STRING, JSON
77
- # },
78
- # },
79
- # iot_events: {
80
- # input_name: "InputName", # required
81
- # payload: {
82
- # content_expression: "ContentExpression", # required
83
- # type: "STRING", # required, accepts STRING, JSON
84
- # },
85
- # },
86
- # sqs: {
87
- # queue_url: "QueueUrl", # required
88
- # use_base_64: false,
89
- # payload: {
90
- # content_expression: "ContentExpression", # required
91
- # type: "STRING", # required, accepts STRING, JSON
92
- # },
93
- # },
94
- # firehose: {
95
- # delivery_stream_name: "DeliveryStreamName", # required
96
- # separator: "FirehoseSeparator",
97
- # payload: {
98
- # content_expression: "ContentExpression", # required
99
- # type: "STRING", # required, accepts STRING, JSON
100
- # },
101
- # },
102
- # dynamo_db: {
103
- # hash_key_type: "DynamoKeyType",
104
- # hash_key_field: "DynamoKeyField", # required
105
- # hash_key_value: "DynamoKeyValue", # required
106
- # range_key_type: "DynamoKeyType",
107
- # range_key_field: "DynamoKeyField",
108
- # range_key_value: "DynamoKeyValue",
109
- # operation: "DynamoOperation",
110
- # payload_field: "DynamoKeyField",
111
- # table_name: "DynamoTableName", # required
112
- # payload: {
113
- # content_expression: "ContentExpression", # required
114
- # type: "STRING", # required, accepts STRING, JSON
115
- # },
116
- # },
117
- # dynamo_d_bv_2: {
118
- # table_name: "DynamoTableName", # required
119
- # payload: {
120
- # content_expression: "ContentExpression", # required
121
- # type: "STRING", # required, accepts STRING, JSON
122
- # },
123
- # },
124
- # iot_site_wise: {
125
- # entry_id: "AssetPropertyEntryId",
126
- # asset_id: "AssetId",
127
- # property_id: "AssetPropertyId",
128
- # property_alias: "AssetPropertyAlias",
129
- # property_value: {
130
- # value: {
131
- # string_value: "AssetPropertyStringValue",
132
- # integer_value: "AssetPropertyIntegerValue",
133
- # double_value: "AssetPropertyDoubleValue",
134
- # boolean_value: "AssetPropertyBooleanValue",
135
- # },
136
- # timestamp: {
137
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
138
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
139
- # },
140
- # quality: "AssetPropertyQuality",
141
- # },
142
- # },
143
- # }
144
- #
145
32
  # @!attribute [rw] set_variable
146
33
  # Sets a variable to a specified value.
147
34
  # @return [Types::SetVariableAction]
@@ -244,97 +131,6 @@ module Aws::IoTEvents
244
131
  # Specifies one of the following actions to receive notifications when
245
132
  # the alarm state changes.
246
133
  #
247
- # @note When making an API call, you may pass AlarmAction
248
- # data as a hash:
249
- #
250
- # {
251
- # sns: {
252
- # target_arn: "AmazonResourceName", # required
253
- # payload: {
254
- # content_expression: "ContentExpression", # required
255
- # type: "STRING", # required, accepts STRING, JSON
256
- # },
257
- # },
258
- # iot_topic_publish: {
259
- # mqtt_topic: "MQTTTopic", # required
260
- # payload: {
261
- # content_expression: "ContentExpression", # required
262
- # type: "STRING", # required, accepts STRING, JSON
263
- # },
264
- # },
265
- # lambda: {
266
- # function_arn: "AmazonResourceName", # required
267
- # payload: {
268
- # content_expression: "ContentExpression", # required
269
- # type: "STRING", # required, accepts STRING, JSON
270
- # },
271
- # },
272
- # iot_events: {
273
- # input_name: "InputName", # required
274
- # payload: {
275
- # content_expression: "ContentExpression", # required
276
- # type: "STRING", # required, accepts STRING, JSON
277
- # },
278
- # },
279
- # sqs: {
280
- # queue_url: "QueueUrl", # required
281
- # use_base_64: false,
282
- # payload: {
283
- # content_expression: "ContentExpression", # required
284
- # type: "STRING", # required, accepts STRING, JSON
285
- # },
286
- # },
287
- # firehose: {
288
- # delivery_stream_name: "DeliveryStreamName", # required
289
- # separator: "FirehoseSeparator",
290
- # payload: {
291
- # content_expression: "ContentExpression", # required
292
- # type: "STRING", # required, accepts STRING, JSON
293
- # },
294
- # },
295
- # dynamo_db: {
296
- # hash_key_type: "DynamoKeyType",
297
- # hash_key_field: "DynamoKeyField", # required
298
- # hash_key_value: "DynamoKeyValue", # required
299
- # range_key_type: "DynamoKeyType",
300
- # range_key_field: "DynamoKeyField",
301
- # range_key_value: "DynamoKeyValue",
302
- # operation: "DynamoOperation",
303
- # payload_field: "DynamoKeyField",
304
- # table_name: "DynamoTableName", # required
305
- # payload: {
306
- # content_expression: "ContentExpression", # required
307
- # type: "STRING", # required, accepts STRING, JSON
308
- # },
309
- # },
310
- # dynamo_d_bv_2: {
311
- # table_name: "DynamoTableName", # required
312
- # payload: {
313
- # content_expression: "ContentExpression", # required
314
- # type: "STRING", # required, accepts STRING, JSON
315
- # },
316
- # },
317
- # iot_site_wise: {
318
- # entry_id: "AssetPropertyEntryId",
319
- # asset_id: "AssetId",
320
- # property_id: "AssetPropertyId",
321
- # property_alias: "AssetPropertyAlias",
322
- # property_value: {
323
- # value: {
324
- # string_value: "AssetPropertyStringValue",
325
- # integer_value: "AssetPropertyIntegerValue",
326
- # double_value: "AssetPropertyDoubleValue",
327
- # boolean_value: "AssetPropertyBooleanValue",
328
- # },
329
- # timestamp: {
330
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
331
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
332
- # },
333
- # quality: "AssetPropertyQuality",
334
- # },
335
- # },
336
- # }
337
- #
338
134
  # @!attribute [rw] sns
339
135
  # Information required to publish the Amazon SNS message.
340
136
  # @return [Types::SNSTopicPublishAction]
@@ -533,18 +329,6 @@ module Aws::IoTEvents
533
329
 
534
330
  # Contains the configuration information of alarm state changes.
535
331
  #
536
- # @note When making an API call, you may pass AlarmCapabilities
537
- # data as a hash:
538
- #
539
- # {
540
- # initialization_configuration: {
541
- # disabled_on_initialization: false, # required
542
- # },
543
- # acknowledge_flow: {
544
- # enabled: false, # required
545
- # },
546
- # }
547
- #
548
332
  # @!attribute [rw] initialization_configuration
549
333
  # Specifies the default alarm state. The configuration applies to all
550
334
  # alarms that were created based on this alarm model.
@@ -563,101 +347,6 @@ module Aws::IoTEvents
563
347
 
564
348
  # Contains information about one or more alarm actions.
565
349
  #
566
- # @note When making an API call, you may pass AlarmEventActions
567
- # data as a hash:
568
- #
569
- # {
570
- # alarm_actions: [
571
- # {
572
- # sns: {
573
- # target_arn: "AmazonResourceName", # required
574
- # payload: {
575
- # content_expression: "ContentExpression", # required
576
- # type: "STRING", # required, accepts STRING, JSON
577
- # },
578
- # },
579
- # iot_topic_publish: {
580
- # mqtt_topic: "MQTTTopic", # required
581
- # payload: {
582
- # content_expression: "ContentExpression", # required
583
- # type: "STRING", # required, accepts STRING, JSON
584
- # },
585
- # },
586
- # lambda: {
587
- # function_arn: "AmazonResourceName", # required
588
- # payload: {
589
- # content_expression: "ContentExpression", # required
590
- # type: "STRING", # required, accepts STRING, JSON
591
- # },
592
- # },
593
- # iot_events: {
594
- # input_name: "InputName", # required
595
- # payload: {
596
- # content_expression: "ContentExpression", # required
597
- # type: "STRING", # required, accepts STRING, JSON
598
- # },
599
- # },
600
- # sqs: {
601
- # queue_url: "QueueUrl", # required
602
- # use_base_64: false,
603
- # payload: {
604
- # content_expression: "ContentExpression", # required
605
- # type: "STRING", # required, accepts STRING, JSON
606
- # },
607
- # },
608
- # firehose: {
609
- # delivery_stream_name: "DeliveryStreamName", # required
610
- # separator: "FirehoseSeparator",
611
- # payload: {
612
- # content_expression: "ContentExpression", # required
613
- # type: "STRING", # required, accepts STRING, JSON
614
- # },
615
- # },
616
- # dynamo_db: {
617
- # hash_key_type: "DynamoKeyType",
618
- # hash_key_field: "DynamoKeyField", # required
619
- # hash_key_value: "DynamoKeyValue", # required
620
- # range_key_type: "DynamoKeyType",
621
- # range_key_field: "DynamoKeyField",
622
- # range_key_value: "DynamoKeyValue",
623
- # operation: "DynamoOperation",
624
- # payload_field: "DynamoKeyField",
625
- # table_name: "DynamoTableName", # required
626
- # payload: {
627
- # content_expression: "ContentExpression", # required
628
- # type: "STRING", # required, accepts STRING, JSON
629
- # },
630
- # },
631
- # dynamo_d_bv_2: {
632
- # table_name: "DynamoTableName", # required
633
- # payload: {
634
- # content_expression: "ContentExpression", # required
635
- # type: "STRING", # required, accepts STRING, JSON
636
- # },
637
- # },
638
- # iot_site_wise: {
639
- # entry_id: "AssetPropertyEntryId",
640
- # asset_id: "AssetId",
641
- # property_id: "AssetPropertyId",
642
- # property_alias: "AssetPropertyAlias",
643
- # property_value: {
644
- # value: {
645
- # string_value: "AssetPropertyStringValue",
646
- # integer_value: "AssetPropertyIntegerValue",
647
- # double_value: "AssetPropertyDoubleValue",
648
- # boolean_value: "AssetPropertyBooleanValue",
649
- # },
650
- # timestamp: {
651
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
652
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
653
- # },
654
- # quality: "AssetPropertyQuality",
655
- # },
656
- # },
657
- # },
658
- # ],
659
- # }
660
- #
661
350
  # @!attribute [rw] alarm_actions
662
351
  # Specifies one or more supported actions to receive notifications
663
352
  # when the alarm state changes.
@@ -765,58 +454,6 @@ module Aws::IoTEvents
765
454
 
766
455
  # Contains information about one or more notification actions.
767
456
  #
768
- # @note When making an API call, you may pass AlarmNotification
769
- # data as a hash:
770
- #
771
- # {
772
- # notification_actions: [
773
- # {
774
- # action: { # required
775
- # lambda_action: {
776
- # function_arn: "AmazonResourceName", # required
777
- # payload: {
778
- # content_expression: "ContentExpression", # required
779
- # type: "STRING", # required, accepts STRING, JSON
780
- # },
781
- # },
782
- # },
783
- # sms_configurations: [
784
- # {
785
- # sender_id: "SMSSenderId",
786
- # additional_message: "NotificationAdditionalMessage",
787
- # recipients: [ # required
788
- # {
789
- # sso_identity: {
790
- # identity_store_id: "IdentityStoreId", # required
791
- # user_id: "SSOReferenceId",
792
- # },
793
- # },
794
- # ],
795
- # },
796
- # ],
797
- # email_configurations: [
798
- # {
799
- # from: "FromEmail", # required
800
- # content: {
801
- # subject: "EmailSubject",
802
- # additional_message: "NotificationAdditionalMessage",
803
- # },
804
- # recipients: { # required
805
- # to: [
806
- # {
807
- # sso_identity: {
808
- # identity_store_id: "IdentityStoreId", # required
809
- # user_id: "SSOReferenceId",
810
- # },
811
- # },
812
- # ],
813
- # },
814
- # },
815
- # ],
816
- # },
817
- # ],
818
- # }
819
- #
820
457
  # @!attribute [rw] notification_actions
821
458
  # Contains the notification settings of an alarm model. The settings
822
459
  # apply to all alarms that were created based on this alarm model.
@@ -830,17 +467,6 @@ module Aws::IoTEvents
830
467
 
831
468
  # Defines when your alarm is invoked.
832
469
  #
833
- # @note When making an API call, you may pass AlarmRule
834
- # data as a hash:
835
- #
836
- # {
837
- # simple_rule: {
838
- # input_property: "InputProperty", # required
839
- # comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL
840
- # threshold: "Threshold", # required
841
- # },
842
- # }
843
- #
844
470
  # @!attribute [rw] simple_rule
845
471
  # A rule that compares an input property value to a threshold value
846
472
  # with a comparison operator.
@@ -979,14 +605,6 @@ module Aws::IoTEvents
979
605
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_TimeInNanos.html
980
606
  # [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
981
607
  #
982
- # @note When making an API call, you may pass AssetPropertyTimestamp
983
- # data as a hash:
984
- #
985
- # {
986
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
987
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
988
- # }
989
- #
990
608
  # @!attribute [rw] time_in_seconds
991
609
  # The timestamp, in seconds, in the Unix epoch format. The valid range
992
610
  # is between 1-31556889864403199.
@@ -1028,23 +646,6 @@ module Aws::IoTEvents
1028
646
  # [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_AssetPropertyValue.html
1029
647
  # [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
1030
648
  #
1031
- # @note When making an API call, you may pass AssetPropertyValue
1032
- # data as a hash:
1033
- #
1034
- # {
1035
- # value: {
1036
- # string_value: "AssetPropertyStringValue",
1037
- # integer_value: "AssetPropertyIntegerValue",
1038
- # double_value: "AssetPropertyDoubleValue",
1039
- # boolean_value: "AssetPropertyBooleanValue",
1040
- # },
1041
- # timestamp: {
1042
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1043
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1044
- # },
1045
- # quality: "AssetPropertyQuality",
1046
- # }
1047
- #
1048
649
  # @!attribute [rw] value
1049
650
  # The value to send to an asset property.
1050
651
  # @return [Types::AssetPropertyVariant]
@@ -1106,16 +707,6 @@ module Aws::IoTEvents
1106
707
  # [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
1107
708
  # [3]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_AssetProperty.html
1108
709
  #
1109
- # @note When making an API call, you may pass AssetPropertyVariant
1110
- # data as a hash:
1111
- #
1112
- # {
1113
- # string_value: "AssetPropertyStringValue",
1114
- # integer_value: "AssetPropertyIntegerValue",
1115
- # double_value: "AssetPropertyDoubleValue",
1116
- # boolean_value: "AssetPropertyBooleanValue",
1117
- # }
1118
- #
1119
710
  # @!attribute [rw] string_value
1120
711
  # The asset property value is a string. You must use an expression,
1121
712
  # and the evaluated result should be a string.
@@ -1152,13 +743,6 @@ module Aws::IoTEvents
1152
743
  # payload. Those attributes (and their paired values) specified here are
1153
744
  # available for use in the `condition` expressions used by detectors.
1154
745
  #
1155
- # @note When making an API call, you may pass Attribute
1156
- # data as a hash:
1157
- #
1158
- # {
1159
- # json_path: "AttributeJsonPath", # required
1160
- # }
1161
- #
1162
746
  # @!attribute [rw] json_path
1163
747
  # An expression that specifies an attribute-value pair in a JSON
1164
748
  # structure. Use this to specify an attribute from the JSON payload
@@ -1179,13 +763,6 @@ module Aws::IoTEvents
1179
763
 
1180
764
  # Information needed to clear the timer.
1181
765
  #
1182
- # @note When making an API call, you may pass ClearTimerAction
1183
- # data as a hash:
1184
- #
1185
- # {
1186
- # timer_name: "TimerName", # required
1187
- # }
1188
- #
1189
766
  # @!attribute [rw] timer_name
1190
767
  # The name of the timer to clear.
1191
768
  # @return [String]
@@ -1196,177 +773,6 @@ module Aws::IoTEvents
1196
773
  include Aws::Structure
1197
774
  end
1198
775
 
1199
- # @note When making an API call, you may pass CreateAlarmModelRequest
1200
- # data as a hash:
1201
- #
1202
- # {
1203
- # alarm_model_name: "AlarmModelName", # required
1204
- # alarm_model_description: "AlarmModelDescription",
1205
- # role_arn: "AmazonResourceName", # required
1206
- # tags: [
1207
- # {
1208
- # key: "TagKey", # required
1209
- # value: "TagValue", # required
1210
- # },
1211
- # ],
1212
- # key: "AttributeJsonPath",
1213
- # severity: 1,
1214
- # alarm_rule: { # required
1215
- # simple_rule: {
1216
- # input_property: "InputProperty", # required
1217
- # comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL
1218
- # threshold: "Threshold", # required
1219
- # },
1220
- # },
1221
- # alarm_notification: {
1222
- # notification_actions: [
1223
- # {
1224
- # action: { # required
1225
- # lambda_action: {
1226
- # function_arn: "AmazonResourceName", # required
1227
- # payload: {
1228
- # content_expression: "ContentExpression", # required
1229
- # type: "STRING", # required, accepts STRING, JSON
1230
- # },
1231
- # },
1232
- # },
1233
- # sms_configurations: [
1234
- # {
1235
- # sender_id: "SMSSenderId",
1236
- # additional_message: "NotificationAdditionalMessage",
1237
- # recipients: [ # required
1238
- # {
1239
- # sso_identity: {
1240
- # identity_store_id: "IdentityStoreId", # required
1241
- # user_id: "SSOReferenceId",
1242
- # },
1243
- # },
1244
- # ],
1245
- # },
1246
- # ],
1247
- # email_configurations: [
1248
- # {
1249
- # from: "FromEmail", # required
1250
- # content: {
1251
- # subject: "EmailSubject",
1252
- # additional_message: "NotificationAdditionalMessage",
1253
- # },
1254
- # recipients: { # required
1255
- # to: [
1256
- # {
1257
- # sso_identity: {
1258
- # identity_store_id: "IdentityStoreId", # required
1259
- # user_id: "SSOReferenceId",
1260
- # },
1261
- # },
1262
- # ],
1263
- # },
1264
- # },
1265
- # ],
1266
- # },
1267
- # ],
1268
- # },
1269
- # alarm_event_actions: {
1270
- # alarm_actions: [
1271
- # {
1272
- # sns: {
1273
- # target_arn: "AmazonResourceName", # required
1274
- # payload: {
1275
- # content_expression: "ContentExpression", # required
1276
- # type: "STRING", # required, accepts STRING, JSON
1277
- # },
1278
- # },
1279
- # iot_topic_publish: {
1280
- # mqtt_topic: "MQTTTopic", # required
1281
- # payload: {
1282
- # content_expression: "ContentExpression", # required
1283
- # type: "STRING", # required, accepts STRING, JSON
1284
- # },
1285
- # },
1286
- # lambda: {
1287
- # function_arn: "AmazonResourceName", # required
1288
- # payload: {
1289
- # content_expression: "ContentExpression", # required
1290
- # type: "STRING", # required, accepts STRING, JSON
1291
- # },
1292
- # },
1293
- # iot_events: {
1294
- # input_name: "InputName", # required
1295
- # payload: {
1296
- # content_expression: "ContentExpression", # required
1297
- # type: "STRING", # required, accepts STRING, JSON
1298
- # },
1299
- # },
1300
- # sqs: {
1301
- # queue_url: "QueueUrl", # required
1302
- # use_base_64: false,
1303
- # payload: {
1304
- # content_expression: "ContentExpression", # required
1305
- # type: "STRING", # required, accepts STRING, JSON
1306
- # },
1307
- # },
1308
- # firehose: {
1309
- # delivery_stream_name: "DeliveryStreamName", # required
1310
- # separator: "FirehoseSeparator",
1311
- # payload: {
1312
- # content_expression: "ContentExpression", # required
1313
- # type: "STRING", # required, accepts STRING, JSON
1314
- # },
1315
- # },
1316
- # dynamo_db: {
1317
- # hash_key_type: "DynamoKeyType",
1318
- # hash_key_field: "DynamoKeyField", # required
1319
- # hash_key_value: "DynamoKeyValue", # required
1320
- # range_key_type: "DynamoKeyType",
1321
- # range_key_field: "DynamoKeyField",
1322
- # range_key_value: "DynamoKeyValue",
1323
- # operation: "DynamoOperation",
1324
- # payload_field: "DynamoKeyField",
1325
- # table_name: "DynamoTableName", # required
1326
- # payload: {
1327
- # content_expression: "ContentExpression", # required
1328
- # type: "STRING", # required, accepts STRING, JSON
1329
- # },
1330
- # },
1331
- # dynamo_d_bv_2: {
1332
- # table_name: "DynamoTableName", # required
1333
- # payload: {
1334
- # content_expression: "ContentExpression", # required
1335
- # type: "STRING", # required, accepts STRING, JSON
1336
- # },
1337
- # },
1338
- # iot_site_wise: {
1339
- # entry_id: "AssetPropertyEntryId",
1340
- # asset_id: "AssetId",
1341
- # property_id: "AssetPropertyId",
1342
- # property_alias: "AssetPropertyAlias",
1343
- # property_value: {
1344
- # value: {
1345
- # string_value: "AssetPropertyStringValue",
1346
- # integer_value: "AssetPropertyIntegerValue",
1347
- # double_value: "AssetPropertyDoubleValue",
1348
- # boolean_value: "AssetPropertyBooleanValue",
1349
- # },
1350
- # timestamp: {
1351
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1352
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1353
- # },
1354
- # quality: "AssetPropertyQuality",
1355
- # },
1356
- # },
1357
- # },
1358
- # ],
1359
- # },
1360
- # alarm_capabilities: {
1361
- # initialization_configuration: {
1362
- # disabled_on_initialization: false, # required
1363
- # },
1364
- # acknowledge_flow: {
1365
- # enabled: false, # required
1366
- # },
1367
- # },
1368
- # }
1369
- #
1370
776
  # @!attribute [rw] alarm_model_name
1371
777
  # A unique name that helps you identify the alarm model. You can't
1372
778
  # change this name after you create the alarm model.
@@ -1493,478 +899,6 @@ module Aws::IoTEvents
1493
899
  include Aws::Structure
1494
900
  end
1495
901
 
1496
- # @note When making an API call, you may pass CreateDetectorModelRequest
1497
- # data as a hash:
1498
- #
1499
- # {
1500
- # detector_model_name: "DetectorModelName", # required
1501
- # detector_model_definition: { # required
1502
- # states: [ # required
1503
- # {
1504
- # state_name: "StateName", # required
1505
- # on_input: {
1506
- # events: [
1507
- # {
1508
- # event_name: "EventName", # required
1509
- # condition: "Condition",
1510
- # actions: [
1511
- # {
1512
- # set_variable: {
1513
- # variable_name: "VariableName", # required
1514
- # value: "VariableValue", # required
1515
- # },
1516
- # sns: {
1517
- # target_arn: "AmazonResourceName", # required
1518
- # payload: {
1519
- # content_expression: "ContentExpression", # required
1520
- # type: "STRING", # required, accepts STRING, JSON
1521
- # },
1522
- # },
1523
- # iot_topic_publish: {
1524
- # mqtt_topic: "MQTTTopic", # required
1525
- # payload: {
1526
- # content_expression: "ContentExpression", # required
1527
- # type: "STRING", # required, accepts STRING, JSON
1528
- # },
1529
- # },
1530
- # set_timer: {
1531
- # timer_name: "TimerName", # required
1532
- # seconds: 1,
1533
- # duration_expression: "VariableValue",
1534
- # },
1535
- # clear_timer: {
1536
- # timer_name: "TimerName", # required
1537
- # },
1538
- # reset_timer: {
1539
- # timer_name: "TimerName", # required
1540
- # },
1541
- # lambda: {
1542
- # function_arn: "AmazonResourceName", # required
1543
- # payload: {
1544
- # content_expression: "ContentExpression", # required
1545
- # type: "STRING", # required, accepts STRING, JSON
1546
- # },
1547
- # },
1548
- # iot_events: {
1549
- # input_name: "InputName", # required
1550
- # payload: {
1551
- # content_expression: "ContentExpression", # required
1552
- # type: "STRING", # required, accepts STRING, JSON
1553
- # },
1554
- # },
1555
- # sqs: {
1556
- # queue_url: "QueueUrl", # required
1557
- # use_base_64: false,
1558
- # payload: {
1559
- # content_expression: "ContentExpression", # required
1560
- # type: "STRING", # required, accepts STRING, JSON
1561
- # },
1562
- # },
1563
- # firehose: {
1564
- # delivery_stream_name: "DeliveryStreamName", # required
1565
- # separator: "FirehoseSeparator",
1566
- # payload: {
1567
- # content_expression: "ContentExpression", # required
1568
- # type: "STRING", # required, accepts STRING, JSON
1569
- # },
1570
- # },
1571
- # dynamo_db: {
1572
- # hash_key_type: "DynamoKeyType",
1573
- # hash_key_field: "DynamoKeyField", # required
1574
- # hash_key_value: "DynamoKeyValue", # required
1575
- # range_key_type: "DynamoKeyType",
1576
- # range_key_field: "DynamoKeyField",
1577
- # range_key_value: "DynamoKeyValue",
1578
- # operation: "DynamoOperation",
1579
- # payload_field: "DynamoKeyField",
1580
- # table_name: "DynamoTableName", # required
1581
- # payload: {
1582
- # content_expression: "ContentExpression", # required
1583
- # type: "STRING", # required, accepts STRING, JSON
1584
- # },
1585
- # },
1586
- # dynamo_d_bv_2: {
1587
- # table_name: "DynamoTableName", # required
1588
- # payload: {
1589
- # content_expression: "ContentExpression", # required
1590
- # type: "STRING", # required, accepts STRING, JSON
1591
- # },
1592
- # },
1593
- # iot_site_wise: {
1594
- # entry_id: "AssetPropertyEntryId",
1595
- # asset_id: "AssetId",
1596
- # property_id: "AssetPropertyId",
1597
- # property_alias: "AssetPropertyAlias",
1598
- # property_value: {
1599
- # value: {
1600
- # string_value: "AssetPropertyStringValue",
1601
- # integer_value: "AssetPropertyIntegerValue",
1602
- # double_value: "AssetPropertyDoubleValue",
1603
- # boolean_value: "AssetPropertyBooleanValue",
1604
- # },
1605
- # timestamp: {
1606
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1607
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1608
- # },
1609
- # quality: "AssetPropertyQuality",
1610
- # },
1611
- # },
1612
- # },
1613
- # ],
1614
- # },
1615
- # ],
1616
- # transition_events: [
1617
- # {
1618
- # event_name: "EventName", # required
1619
- # condition: "Condition", # required
1620
- # actions: [
1621
- # {
1622
- # set_variable: {
1623
- # variable_name: "VariableName", # required
1624
- # value: "VariableValue", # required
1625
- # },
1626
- # sns: {
1627
- # target_arn: "AmazonResourceName", # required
1628
- # payload: {
1629
- # content_expression: "ContentExpression", # required
1630
- # type: "STRING", # required, accepts STRING, JSON
1631
- # },
1632
- # },
1633
- # iot_topic_publish: {
1634
- # mqtt_topic: "MQTTTopic", # required
1635
- # payload: {
1636
- # content_expression: "ContentExpression", # required
1637
- # type: "STRING", # required, accepts STRING, JSON
1638
- # },
1639
- # },
1640
- # set_timer: {
1641
- # timer_name: "TimerName", # required
1642
- # seconds: 1,
1643
- # duration_expression: "VariableValue",
1644
- # },
1645
- # clear_timer: {
1646
- # timer_name: "TimerName", # required
1647
- # },
1648
- # reset_timer: {
1649
- # timer_name: "TimerName", # required
1650
- # },
1651
- # lambda: {
1652
- # function_arn: "AmazonResourceName", # required
1653
- # payload: {
1654
- # content_expression: "ContentExpression", # required
1655
- # type: "STRING", # required, accepts STRING, JSON
1656
- # },
1657
- # },
1658
- # iot_events: {
1659
- # input_name: "InputName", # required
1660
- # payload: {
1661
- # content_expression: "ContentExpression", # required
1662
- # type: "STRING", # required, accepts STRING, JSON
1663
- # },
1664
- # },
1665
- # sqs: {
1666
- # queue_url: "QueueUrl", # required
1667
- # use_base_64: false,
1668
- # payload: {
1669
- # content_expression: "ContentExpression", # required
1670
- # type: "STRING", # required, accepts STRING, JSON
1671
- # },
1672
- # },
1673
- # firehose: {
1674
- # delivery_stream_name: "DeliveryStreamName", # required
1675
- # separator: "FirehoseSeparator",
1676
- # payload: {
1677
- # content_expression: "ContentExpression", # required
1678
- # type: "STRING", # required, accepts STRING, JSON
1679
- # },
1680
- # },
1681
- # dynamo_db: {
1682
- # hash_key_type: "DynamoKeyType",
1683
- # hash_key_field: "DynamoKeyField", # required
1684
- # hash_key_value: "DynamoKeyValue", # required
1685
- # range_key_type: "DynamoKeyType",
1686
- # range_key_field: "DynamoKeyField",
1687
- # range_key_value: "DynamoKeyValue",
1688
- # operation: "DynamoOperation",
1689
- # payload_field: "DynamoKeyField",
1690
- # table_name: "DynamoTableName", # required
1691
- # payload: {
1692
- # content_expression: "ContentExpression", # required
1693
- # type: "STRING", # required, accepts STRING, JSON
1694
- # },
1695
- # },
1696
- # dynamo_d_bv_2: {
1697
- # table_name: "DynamoTableName", # required
1698
- # payload: {
1699
- # content_expression: "ContentExpression", # required
1700
- # type: "STRING", # required, accepts STRING, JSON
1701
- # },
1702
- # },
1703
- # iot_site_wise: {
1704
- # entry_id: "AssetPropertyEntryId",
1705
- # asset_id: "AssetId",
1706
- # property_id: "AssetPropertyId",
1707
- # property_alias: "AssetPropertyAlias",
1708
- # property_value: {
1709
- # value: {
1710
- # string_value: "AssetPropertyStringValue",
1711
- # integer_value: "AssetPropertyIntegerValue",
1712
- # double_value: "AssetPropertyDoubleValue",
1713
- # boolean_value: "AssetPropertyBooleanValue",
1714
- # },
1715
- # timestamp: {
1716
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1717
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1718
- # },
1719
- # quality: "AssetPropertyQuality",
1720
- # },
1721
- # },
1722
- # },
1723
- # ],
1724
- # next_state: "StateName", # required
1725
- # },
1726
- # ],
1727
- # },
1728
- # on_enter: {
1729
- # events: [
1730
- # {
1731
- # event_name: "EventName", # required
1732
- # condition: "Condition",
1733
- # actions: [
1734
- # {
1735
- # set_variable: {
1736
- # variable_name: "VariableName", # required
1737
- # value: "VariableValue", # required
1738
- # },
1739
- # sns: {
1740
- # target_arn: "AmazonResourceName", # required
1741
- # payload: {
1742
- # content_expression: "ContentExpression", # required
1743
- # type: "STRING", # required, accepts STRING, JSON
1744
- # },
1745
- # },
1746
- # iot_topic_publish: {
1747
- # mqtt_topic: "MQTTTopic", # required
1748
- # payload: {
1749
- # content_expression: "ContentExpression", # required
1750
- # type: "STRING", # required, accepts STRING, JSON
1751
- # },
1752
- # },
1753
- # set_timer: {
1754
- # timer_name: "TimerName", # required
1755
- # seconds: 1,
1756
- # duration_expression: "VariableValue",
1757
- # },
1758
- # clear_timer: {
1759
- # timer_name: "TimerName", # required
1760
- # },
1761
- # reset_timer: {
1762
- # timer_name: "TimerName", # required
1763
- # },
1764
- # lambda: {
1765
- # function_arn: "AmazonResourceName", # required
1766
- # payload: {
1767
- # content_expression: "ContentExpression", # required
1768
- # type: "STRING", # required, accepts STRING, JSON
1769
- # },
1770
- # },
1771
- # iot_events: {
1772
- # input_name: "InputName", # required
1773
- # payload: {
1774
- # content_expression: "ContentExpression", # required
1775
- # type: "STRING", # required, accepts STRING, JSON
1776
- # },
1777
- # },
1778
- # sqs: {
1779
- # queue_url: "QueueUrl", # required
1780
- # use_base_64: false,
1781
- # payload: {
1782
- # content_expression: "ContentExpression", # required
1783
- # type: "STRING", # required, accepts STRING, JSON
1784
- # },
1785
- # },
1786
- # firehose: {
1787
- # delivery_stream_name: "DeliveryStreamName", # required
1788
- # separator: "FirehoseSeparator",
1789
- # payload: {
1790
- # content_expression: "ContentExpression", # required
1791
- # type: "STRING", # required, accepts STRING, JSON
1792
- # },
1793
- # },
1794
- # dynamo_db: {
1795
- # hash_key_type: "DynamoKeyType",
1796
- # hash_key_field: "DynamoKeyField", # required
1797
- # hash_key_value: "DynamoKeyValue", # required
1798
- # range_key_type: "DynamoKeyType",
1799
- # range_key_field: "DynamoKeyField",
1800
- # range_key_value: "DynamoKeyValue",
1801
- # operation: "DynamoOperation",
1802
- # payload_field: "DynamoKeyField",
1803
- # table_name: "DynamoTableName", # required
1804
- # payload: {
1805
- # content_expression: "ContentExpression", # required
1806
- # type: "STRING", # required, accepts STRING, JSON
1807
- # },
1808
- # },
1809
- # dynamo_d_bv_2: {
1810
- # table_name: "DynamoTableName", # required
1811
- # payload: {
1812
- # content_expression: "ContentExpression", # required
1813
- # type: "STRING", # required, accepts STRING, JSON
1814
- # },
1815
- # },
1816
- # iot_site_wise: {
1817
- # entry_id: "AssetPropertyEntryId",
1818
- # asset_id: "AssetId",
1819
- # property_id: "AssetPropertyId",
1820
- # property_alias: "AssetPropertyAlias",
1821
- # property_value: {
1822
- # value: {
1823
- # string_value: "AssetPropertyStringValue",
1824
- # integer_value: "AssetPropertyIntegerValue",
1825
- # double_value: "AssetPropertyDoubleValue",
1826
- # boolean_value: "AssetPropertyBooleanValue",
1827
- # },
1828
- # timestamp: {
1829
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1830
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1831
- # },
1832
- # quality: "AssetPropertyQuality",
1833
- # },
1834
- # },
1835
- # },
1836
- # ],
1837
- # },
1838
- # ],
1839
- # },
1840
- # on_exit: {
1841
- # events: [
1842
- # {
1843
- # event_name: "EventName", # required
1844
- # condition: "Condition",
1845
- # actions: [
1846
- # {
1847
- # set_variable: {
1848
- # variable_name: "VariableName", # required
1849
- # value: "VariableValue", # required
1850
- # },
1851
- # sns: {
1852
- # target_arn: "AmazonResourceName", # required
1853
- # payload: {
1854
- # content_expression: "ContentExpression", # required
1855
- # type: "STRING", # required, accepts STRING, JSON
1856
- # },
1857
- # },
1858
- # iot_topic_publish: {
1859
- # mqtt_topic: "MQTTTopic", # required
1860
- # payload: {
1861
- # content_expression: "ContentExpression", # required
1862
- # type: "STRING", # required, accepts STRING, JSON
1863
- # },
1864
- # },
1865
- # set_timer: {
1866
- # timer_name: "TimerName", # required
1867
- # seconds: 1,
1868
- # duration_expression: "VariableValue",
1869
- # },
1870
- # clear_timer: {
1871
- # timer_name: "TimerName", # required
1872
- # },
1873
- # reset_timer: {
1874
- # timer_name: "TimerName", # required
1875
- # },
1876
- # lambda: {
1877
- # function_arn: "AmazonResourceName", # required
1878
- # payload: {
1879
- # content_expression: "ContentExpression", # required
1880
- # type: "STRING", # required, accepts STRING, JSON
1881
- # },
1882
- # },
1883
- # iot_events: {
1884
- # input_name: "InputName", # required
1885
- # payload: {
1886
- # content_expression: "ContentExpression", # required
1887
- # type: "STRING", # required, accepts STRING, JSON
1888
- # },
1889
- # },
1890
- # sqs: {
1891
- # queue_url: "QueueUrl", # required
1892
- # use_base_64: false,
1893
- # payload: {
1894
- # content_expression: "ContentExpression", # required
1895
- # type: "STRING", # required, accepts STRING, JSON
1896
- # },
1897
- # },
1898
- # firehose: {
1899
- # delivery_stream_name: "DeliveryStreamName", # required
1900
- # separator: "FirehoseSeparator",
1901
- # payload: {
1902
- # content_expression: "ContentExpression", # required
1903
- # type: "STRING", # required, accepts STRING, JSON
1904
- # },
1905
- # },
1906
- # dynamo_db: {
1907
- # hash_key_type: "DynamoKeyType",
1908
- # hash_key_field: "DynamoKeyField", # required
1909
- # hash_key_value: "DynamoKeyValue", # required
1910
- # range_key_type: "DynamoKeyType",
1911
- # range_key_field: "DynamoKeyField",
1912
- # range_key_value: "DynamoKeyValue",
1913
- # operation: "DynamoOperation",
1914
- # payload_field: "DynamoKeyField",
1915
- # table_name: "DynamoTableName", # required
1916
- # payload: {
1917
- # content_expression: "ContentExpression", # required
1918
- # type: "STRING", # required, accepts STRING, JSON
1919
- # },
1920
- # },
1921
- # dynamo_d_bv_2: {
1922
- # table_name: "DynamoTableName", # required
1923
- # payload: {
1924
- # content_expression: "ContentExpression", # required
1925
- # type: "STRING", # required, accepts STRING, JSON
1926
- # },
1927
- # },
1928
- # iot_site_wise: {
1929
- # entry_id: "AssetPropertyEntryId",
1930
- # asset_id: "AssetId",
1931
- # property_id: "AssetPropertyId",
1932
- # property_alias: "AssetPropertyAlias",
1933
- # property_value: {
1934
- # value: {
1935
- # string_value: "AssetPropertyStringValue",
1936
- # integer_value: "AssetPropertyIntegerValue",
1937
- # double_value: "AssetPropertyDoubleValue",
1938
- # boolean_value: "AssetPropertyBooleanValue",
1939
- # },
1940
- # timestamp: {
1941
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
1942
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
1943
- # },
1944
- # quality: "AssetPropertyQuality",
1945
- # },
1946
- # },
1947
- # },
1948
- # ],
1949
- # },
1950
- # ],
1951
- # },
1952
- # },
1953
- # ],
1954
- # initial_state_name: "StateName", # required
1955
- # },
1956
- # detector_model_description: "DetectorModelDescription",
1957
- # key: "AttributeJsonPath",
1958
- # role_arn: "AmazonResourceName", # required
1959
- # tags: [
1960
- # {
1961
- # key: "TagKey", # required
1962
- # value: "TagValue", # required
1963
- # },
1964
- # ],
1965
- # evaluation_method: "BATCH", # accepts BATCH, SERIAL
1966
- # }
1967
- #
1968
902
  # @!attribute [rw] detector_model_name
1969
903
  # The name of the detector model.
1970
904
  # @return [String]
@@ -2022,27 +956,6 @@ module Aws::IoTEvents
2022
956
  include Aws::Structure
2023
957
  end
2024
958
 
2025
- # @note When making an API call, you may pass CreateInputRequest
2026
- # data as a hash:
2027
- #
2028
- # {
2029
- # input_name: "InputName", # required
2030
- # input_description: "InputDescription",
2031
- # input_definition: { # required
2032
- # attributes: [ # required
2033
- # {
2034
- # json_path: "AttributeJsonPath", # required
2035
- # },
2036
- # ],
2037
- # },
2038
- # tags: [
2039
- # {
2040
- # key: "TagKey", # required
2041
- # value: "TagValue", # required
2042
- # },
2043
- # ],
2044
- # }
2045
- #
2046
959
  # @!attribute [rw] input_name
2047
960
  # The name you want to give to the input.
2048
961
  # @return [String]
@@ -2078,13 +991,6 @@ module Aws::IoTEvents
2078
991
  include Aws::Structure
2079
992
  end
2080
993
 
2081
- # @note When making an API call, you may pass DeleteAlarmModelRequest
2082
- # data as a hash:
2083
- #
2084
- # {
2085
- # alarm_model_name: "AlarmModelName", # required
2086
- # }
2087
- #
2088
994
  # @!attribute [rw] alarm_model_name
2089
995
  # The name of the alarm model.
2090
996
  # @return [String]
@@ -2097,13 +1003,6 @@ module Aws::IoTEvents
2097
1003
 
2098
1004
  class DeleteAlarmModelResponse < Aws::EmptyStructure; end
2099
1005
 
2100
- # @note When making an API call, you may pass DeleteDetectorModelRequest
2101
- # data as a hash:
2102
- #
2103
- # {
2104
- # detector_model_name: "DetectorModelName", # required
2105
- # }
2106
- #
2107
1006
  # @!attribute [rw] detector_model_name
2108
1007
  # The name of the detector model to be deleted.
2109
1008
  # @return [String]
@@ -2116,13 +1015,6 @@ module Aws::IoTEvents
2116
1015
 
2117
1016
  class DeleteDetectorModelResponse < Aws::EmptyStructure; end
2118
1017
 
2119
- # @note When making an API call, you may pass DeleteInputRequest
2120
- # data as a hash:
2121
- #
2122
- # {
2123
- # input_name: "InputName", # required
2124
- # }
2125
- #
2126
1018
  # @!attribute [rw] input_name
2127
1019
  # The name of the input to delete.
2128
1020
  # @return [String]
@@ -2135,14 +1027,6 @@ module Aws::IoTEvents
2135
1027
 
2136
1028
  class DeleteInputResponse < Aws::EmptyStructure; end
2137
1029
 
2138
- # @note When making an API call, you may pass DescribeAlarmModelRequest
2139
- # data as a hash:
2140
- #
2141
- # {
2142
- # alarm_model_name: "AlarmModelName", # required
2143
- # alarm_model_version: "AlarmModelVersion",
2144
- # }
2145
- #
2146
1030
  # @!attribute [rw] alarm_model_name
2147
1031
  # The name of the alarm model.
2148
1032
  # @return [String]
@@ -2269,13 +1153,6 @@ module Aws::IoTEvents
2269
1153
  include Aws::Structure
2270
1154
  end
2271
1155
 
2272
- # @note When making an API call, you may pass DescribeDetectorModelAnalysisRequest
2273
- # data as a hash:
2274
- #
2275
- # {
2276
- # analysis_id: "AnalysisId", # required
2277
- # }
2278
- #
2279
1156
  # @!attribute [rw] analysis_id
2280
1157
  # The ID of the analysis result that you want to retrieve.
2281
1158
  # @return [String]
@@ -2306,14 +1183,6 @@ module Aws::IoTEvents
2306
1183
  include Aws::Structure
2307
1184
  end
2308
1185
 
2309
- # @note When making an API call, you may pass DescribeDetectorModelRequest
2310
- # data as a hash:
2311
- #
2312
- # {
2313
- # detector_model_name: "DetectorModelName", # required
2314
- # detector_model_version: "DetectorModelVersion",
2315
- # }
2316
- #
2317
1186
  # @!attribute [rw] detector_model_name
2318
1187
  # The name of the detector model.
2319
1188
  # @return [String]
@@ -2339,13 +1208,6 @@ module Aws::IoTEvents
2339
1208
  include Aws::Structure
2340
1209
  end
2341
1210
 
2342
- # @note When making an API call, you may pass DescribeInputRequest
2343
- # data as a hash:
2344
- #
2345
- # {
2346
- # input_name: "InputName", # required
2347
- # }
2348
- #
2349
1211
  # @!attribute [rw] input_name
2350
1212
  # The name of the input.
2351
1213
  # @return [String]
@@ -2383,14 +1245,6 @@ module Aws::IoTEvents
2383
1245
  # The detector model and the specific detectors (instances) for which
2384
1246
  # the logging level is given.
2385
1247
  #
2386
- # @note When making an API call, you may pass DetectorDebugOption
2387
- # data as a hash:
2388
- #
2389
- # {
2390
- # detector_model_name: "DetectorModelName", # required
2391
- # key_value: "KeyValue",
2392
- # }
2393
- #
2394
1248
  # @!attribute [rw] detector_model_name
2395
1249
  # The name of the detector model.
2396
1250
  # @return [String]
@@ -2495,465 +1349,6 @@ module Aws::IoTEvents
2495
1349
 
2496
1350
  # Information that defines how a detector operates.
2497
1351
  #
2498
- # @note When making an API call, you may pass DetectorModelDefinition
2499
- # data as a hash:
2500
- #
2501
- # {
2502
- # states: [ # required
2503
- # {
2504
- # state_name: "StateName", # required
2505
- # on_input: {
2506
- # events: [
2507
- # {
2508
- # event_name: "EventName", # required
2509
- # condition: "Condition",
2510
- # actions: [
2511
- # {
2512
- # set_variable: {
2513
- # variable_name: "VariableName", # required
2514
- # value: "VariableValue", # required
2515
- # },
2516
- # sns: {
2517
- # target_arn: "AmazonResourceName", # required
2518
- # payload: {
2519
- # content_expression: "ContentExpression", # required
2520
- # type: "STRING", # required, accepts STRING, JSON
2521
- # },
2522
- # },
2523
- # iot_topic_publish: {
2524
- # mqtt_topic: "MQTTTopic", # required
2525
- # payload: {
2526
- # content_expression: "ContentExpression", # required
2527
- # type: "STRING", # required, accepts STRING, JSON
2528
- # },
2529
- # },
2530
- # set_timer: {
2531
- # timer_name: "TimerName", # required
2532
- # seconds: 1,
2533
- # duration_expression: "VariableValue",
2534
- # },
2535
- # clear_timer: {
2536
- # timer_name: "TimerName", # required
2537
- # },
2538
- # reset_timer: {
2539
- # timer_name: "TimerName", # required
2540
- # },
2541
- # lambda: {
2542
- # function_arn: "AmazonResourceName", # required
2543
- # payload: {
2544
- # content_expression: "ContentExpression", # required
2545
- # type: "STRING", # required, accepts STRING, JSON
2546
- # },
2547
- # },
2548
- # iot_events: {
2549
- # input_name: "InputName", # required
2550
- # payload: {
2551
- # content_expression: "ContentExpression", # required
2552
- # type: "STRING", # required, accepts STRING, JSON
2553
- # },
2554
- # },
2555
- # sqs: {
2556
- # queue_url: "QueueUrl", # required
2557
- # use_base_64: false,
2558
- # payload: {
2559
- # content_expression: "ContentExpression", # required
2560
- # type: "STRING", # required, accepts STRING, JSON
2561
- # },
2562
- # },
2563
- # firehose: {
2564
- # delivery_stream_name: "DeliveryStreamName", # required
2565
- # separator: "FirehoseSeparator",
2566
- # payload: {
2567
- # content_expression: "ContentExpression", # required
2568
- # type: "STRING", # required, accepts STRING, JSON
2569
- # },
2570
- # },
2571
- # dynamo_db: {
2572
- # hash_key_type: "DynamoKeyType",
2573
- # hash_key_field: "DynamoKeyField", # required
2574
- # hash_key_value: "DynamoKeyValue", # required
2575
- # range_key_type: "DynamoKeyType",
2576
- # range_key_field: "DynamoKeyField",
2577
- # range_key_value: "DynamoKeyValue",
2578
- # operation: "DynamoOperation",
2579
- # payload_field: "DynamoKeyField",
2580
- # table_name: "DynamoTableName", # required
2581
- # payload: {
2582
- # content_expression: "ContentExpression", # required
2583
- # type: "STRING", # required, accepts STRING, JSON
2584
- # },
2585
- # },
2586
- # dynamo_d_bv_2: {
2587
- # table_name: "DynamoTableName", # required
2588
- # payload: {
2589
- # content_expression: "ContentExpression", # required
2590
- # type: "STRING", # required, accepts STRING, JSON
2591
- # },
2592
- # },
2593
- # iot_site_wise: {
2594
- # entry_id: "AssetPropertyEntryId",
2595
- # asset_id: "AssetId",
2596
- # property_id: "AssetPropertyId",
2597
- # property_alias: "AssetPropertyAlias",
2598
- # property_value: {
2599
- # value: {
2600
- # string_value: "AssetPropertyStringValue",
2601
- # integer_value: "AssetPropertyIntegerValue",
2602
- # double_value: "AssetPropertyDoubleValue",
2603
- # boolean_value: "AssetPropertyBooleanValue",
2604
- # },
2605
- # timestamp: {
2606
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
2607
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
2608
- # },
2609
- # quality: "AssetPropertyQuality",
2610
- # },
2611
- # },
2612
- # },
2613
- # ],
2614
- # },
2615
- # ],
2616
- # transition_events: [
2617
- # {
2618
- # event_name: "EventName", # required
2619
- # condition: "Condition", # required
2620
- # actions: [
2621
- # {
2622
- # set_variable: {
2623
- # variable_name: "VariableName", # required
2624
- # value: "VariableValue", # required
2625
- # },
2626
- # sns: {
2627
- # target_arn: "AmazonResourceName", # required
2628
- # payload: {
2629
- # content_expression: "ContentExpression", # required
2630
- # type: "STRING", # required, accepts STRING, JSON
2631
- # },
2632
- # },
2633
- # iot_topic_publish: {
2634
- # mqtt_topic: "MQTTTopic", # required
2635
- # payload: {
2636
- # content_expression: "ContentExpression", # required
2637
- # type: "STRING", # required, accepts STRING, JSON
2638
- # },
2639
- # },
2640
- # set_timer: {
2641
- # timer_name: "TimerName", # required
2642
- # seconds: 1,
2643
- # duration_expression: "VariableValue",
2644
- # },
2645
- # clear_timer: {
2646
- # timer_name: "TimerName", # required
2647
- # },
2648
- # reset_timer: {
2649
- # timer_name: "TimerName", # required
2650
- # },
2651
- # lambda: {
2652
- # function_arn: "AmazonResourceName", # required
2653
- # payload: {
2654
- # content_expression: "ContentExpression", # required
2655
- # type: "STRING", # required, accepts STRING, JSON
2656
- # },
2657
- # },
2658
- # iot_events: {
2659
- # input_name: "InputName", # required
2660
- # payload: {
2661
- # content_expression: "ContentExpression", # required
2662
- # type: "STRING", # required, accepts STRING, JSON
2663
- # },
2664
- # },
2665
- # sqs: {
2666
- # queue_url: "QueueUrl", # required
2667
- # use_base_64: false,
2668
- # payload: {
2669
- # content_expression: "ContentExpression", # required
2670
- # type: "STRING", # required, accepts STRING, JSON
2671
- # },
2672
- # },
2673
- # firehose: {
2674
- # delivery_stream_name: "DeliveryStreamName", # required
2675
- # separator: "FirehoseSeparator",
2676
- # payload: {
2677
- # content_expression: "ContentExpression", # required
2678
- # type: "STRING", # required, accepts STRING, JSON
2679
- # },
2680
- # },
2681
- # dynamo_db: {
2682
- # hash_key_type: "DynamoKeyType",
2683
- # hash_key_field: "DynamoKeyField", # required
2684
- # hash_key_value: "DynamoKeyValue", # required
2685
- # range_key_type: "DynamoKeyType",
2686
- # range_key_field: "DynamoKeyField",
2687
- # range_key_value: "DynamoKeyValue",
2688
- # operation: "DynamoOperation",
2689
- # payload_field: "DynamoKeyField",
2690
- # table_name: "DynamoTableName", # required
2691
- # payload: {
2692
- # content_expression: "ContentExpression", # required
2693
- # type: "STRING", # required, accepts STRING, JSON
2694
- # },
2695
- # },
2696
- # dynamo_d_bv_2: {
2697
- # table_name: "DynamoTableName", # required
2698
- # payload: {
2699
- # content_expression: "ContentExpression", # required
2700
- # type: "STRING", # required, accepts STRING, JSON
2701
- # },
2702
- # },
2703
- # iot_site_wise: {
2704
- # entry_id: "AssetPropertyEntryId",
2705
- # asset_id: "AssetId",
2706
- # property_id: "AssetPropertyId",
2707
- # property_alias: "AssetPropertyAlias",
2708
- # property_value: {
2709
- # value: {
2710
- # string_value: "AssetPropertyStringValue",
2711
- # integer_value: "AssetPropertyIntegerValue",
2712
- # double_value: "AssetPropertyDoubleValue",
2713
- # boolean_value: "AssetPropertyBooleanValue",
2714
- # },
2715
- # timestamp: {
2716
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
2717
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
2718
- # },
2719
- # quality: "AssetPropertyQuality",
2720
- # },
2721
- # },
2722
- # },
2723
- # ],
2724
- # next_state: "StateName", # required
2725
- # },
2726
- # ],
2727
- # },
2728
- # on_enter: {
2729
- # events: [
2730
- # {
2731
- # event_name: "EventName", # required
2732
- # condition: "Condition",
2733
- # actions: [
2734
- # {
2735
- # set_variable: {
2736
- # variable_name: "VariableName", # required
2737
- # value: "VariableValue", # required
2738
- # },
2739
- # sns: {
2740
- # target_arn: "AmazonResourceName", # required
2741
- # payload: {
2742
- # content_expression: "ContentExpression", # required
2743
- # type: "STRING", # required, accepts STRING, JSON
2744
- # },
2745
- # },
2746
- # iot_topic_publish: {
2747
- # mqtt_topic: "MQTTTopic", # required
2748
- # payload: {
2749
- # content_expression: "ContentExpression", # required
2750
- # type: "STRING", # required, accepts STRING, JSON
2751
- # },
2752
- # },
2753
- # set_timer: {
2754
- # timer_name: "TimerName", # required
2755
- # seconds: 1,
2756
- # duration_expression: "VariableValue",
2757
- # },
2758
- # clear_timer: {
2759
- # timer_name: "TimerName", # required
2760
- # },
2761
- # reset_timer: {
2762
- # timer_name: "TimerName", # required
2763
- # },
2764
- # lambda: {
2765
- # function_arn: "AmazonResourceName", # required
2766
- # payload: {
2767
- # content_expression: "ContentExpression", # required
2768
- # type: "STRING", # required, accepts STRING, JSON
2769
- # },
2770
- # },
2771
- # iot_events: {
2772
- # input_name: "InputName", # required
2773
- # payload: {
2774
- # content_expression: "ContentExpression", # required
2775
- # type: "STRING", # required, accepts STRING, JSON
2776
- # },
2777
- # },
2778
- # sqs: {
2779
- # queue_url: "QueueUrl", # required
2780
- # use_base_64: false,
2781
- # payload: {
2782
- # content_expression: "ContentExpression", # required
2783
- # type: "STRING", # required, accepts STRING, JSON
2784
- # },
2785
- # },
2786
- # firehose: {
2787
- # delivery_stream_name: "DeliveryStreamName", # required
2788
- # separator: "FirehoseSeparator",
2789
- # payload: {
2790
- # content_expression: "ContentExpression", # required
2791
- # type: "STRING", # required, accepts STRING, JSON
2792
- # },
2793
- # },
2794
- # dynamo_db: {
2795
- # hash_key_type: "DynamoKeyType",
2796
- # hash_key_field: "DynamoKeyField", # required
2797
- # hash_key_value: "DynamoKeyValue", # required
2798
- # range_key_type: "DynamoKeyType",
2799
- # range_key_field: "DynamoKeyField",
2800
- # range_key_value: "DynamoKeyValue",
2801
- # operation: "DynamoOperation",
2802
- # payload_field: "DynamoKeyField",
2803
- # table_name: "DynamoTableName", # required
2804
- # payload: {
2805
- # content_expression: "ContentExpression", # required
2806
- # type: "STRING", # required, accepts STRING, JSON
2807
- # },
2808
- # },
2809
- # dynamo_d_bv_2: {
2810
- # table_name: "DynamoTableName", # required
2811
- # payload: {
2812
- # content_expression: "ContentExpression", # required
2813
- # type: "STRING", # required, accepts STRING, JSON
2814
- # },
2815
- # },
2816
- # iot_site_wise: {
2817
- # entry_id: "AssetPropertyEntryId",
2818
- # asset_id: "AssetId",
2819
- # property_id: "AssetPropertyId",
2820
- # property_alias: "AssetPropertyAlias",
2821
- # property_value: {
2822
- # value: {
2823
- # string_value: "AssetPropertyStringValue",
2824
- # integer_value: "AssetPropertyIntegerValue",
2825
- # double_value: "AssetPropertyDoubleValue",
2826
- # boolean_value: "AssetPropertyBooleanValue",
2827
- # },
2828
- # timestamp: {
2829
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
2830
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
2831
- # },
2832
- # quality: "AssetPropertyQuality",
2833
- # },
2834
- # },
2835
- # },
2836
- # ],
2837
- # },
2838
- # ],
2839
- # },
2840
- # on_exit: {
2841
- # events: [
2842
- # {
2843
- # event_name: "EventName", # required
2844
- # condition: "Condition",
2845
- # actions: [
2846
- # {
2847
- # set_variable: {
2848
- # variable_name: "VariableName", # required
2849
- # value: "VariableValue", # required
2850
- # },
2851
- # sns: {
2852
- # target_arn: "AmazonResourceName", # required
2853
- # payload: {
2854
- # content_expression: "ContentExpression", # required
2855
- # type: "STRING", # required, accepts STRING, JSON
2856
- # },
2857
- # },
2858
- # iot_topic_publish: {
2859
- # mqtt_topic: "MQTTTopic", # required
2860
- # payload: {
2861
- # content_expression: "ContentExpression", # required
2862
- # type: "STRING", # required, accepts STRING, JSON
2863
- # },
2864
- # },
2865
- # set_timer: {
2866
- # timer_name: "TimerName", # required
2867
- # seconds: 1,
2868
- # duration_expression: "VariableValue",
2869
- # },
2870
- # clear_timer: {
2871
- # timer_name: "TimerName", # required
2872
- # },
2873
- # reset_timer: {
2874
- # timer_name: "TimerName", # required
2875
- # },
2876
- # lambda: {
2877
- # function_arn: "AmazonResourceName", # required
2878
- # payload: {
2879
- # content_expression: "ContentExpression", # required
2880
- # type: "STRING", # required, accepts STRING, JSON
2881
- # },
2882
- # },
2883
- # iot_events: {
2884
- # input_name: "InputName", # required
2885
- # payload: {
2886
- # content_expression: "ContentExpression", # required
2887
- # type: "STRING", # required, accepts STRING, JSON
2888
- # },
2889
- # },
2890
- # sqs: {
2891
- # queue_url: "QueueUrl", # required
2892
- # use_base_64: false,
2893
- # payload: {
2894
- # content_expression: "ContentExpression", # required
2895
- # type: "STRING", # required, accepts STRING, JSON
2896
- # },
2897
- # },
2898
- # firehose: {
2899
- # delivery_stream_name: "DeliveryStreamName", # required
2900
- # separator: "FirehoseSeparator",
2901
- # payload: {
2902
- # content_expression: "ContentExpression", # required
2903
- # type: "STRING", # required, accepts STRING, JSON
2904
- # },
2905
- # },
2906
- # dynamo_db: {
2907
- # hash_key_type: "DynamoKeyType",
2908
- # hash_key_field: "DynamoKeyField", # required
2909
- # hash_key_value: "DynamoKeyValue", # required
2910
- # range_key_type: "DynamoKeyType",
2911
- # range_key_field: "DynamoKeyField",
2912
- # range_key_value: "DynamoKeyValue",
2913
- # operation: "DynamoOperation",
2914
- # payload_field: "DynamoKeyField",
2915
- # table_name: "DynamoTableName", # required
2916
- # payload: {
2917
- # content_expression: "ContentExpression", # required
2918
- # type: "STRING", # required, accepts STRING, JSON
2919
- # },
2920
- # },
2921
- # dynamo_d_bv_2: {
2922
- # table_name: "DynamoTableName", # required
2923
- # payload: {
2924
- # content_expression: "ContentExpression", # required
2925
- # type: "STRING", # required, accepts STRING, JSON
2926
- # },
2927
- # },
2928
- # iot_site_wise: {
2929
- # entry_id: "AssetPropertyEntryId",
2930
- # asset_id: "AssetId",
2931
- # property_id: "AssetPropertyId",
2932
- # property_alias: "AssetPropertyAlias",
2933
- # property_value: {
2934
- # value: {
2935
- # string_value: "AssetPropertyStringValue",
2936
- # integer_value: "AssetPropertyIntegerValue",
2937
- # double_value: "AssetPropertyDoubleValue",
2938
- # boolean_value: "AssetPropertyBooleanValue",
2939
- # },
2940
- # timestamp: {
2941
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
2942
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
2943
- # },
2944
- # quality: "AssetPropertyQuality",
2945
- # },
2946
- # },
2947
- # },
2948
- # ],
2949
- # },
2950
- # ],
2951
- # },
2952
- # },
2953
- # ],
2954
- # initial_state_name: "StateName", # required
2955
- # }
2956
- #
2957
1352
  # @!attribute [rw] states
2958
1353
  # Information about the states of the detector.
2959
1354
  # @return [Array<Types::State>]
@@ -3095,25 +1490,6 @@ module Aws::IoTEvents
3095
1490
  # [1]: https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html
3096
1491
  # [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
3097
1492
  #
3098
- # @note When making an API call, you may pass DynamoDBAction
3099
- # data as a hash:
3100
- #
3101
- # {
3102
- # hash_key_type: "DynamoKeyType",
3103
- # hash_key_field: "DynamoKeyField", # required
3104
- # hash_key_value: "DynamoKeyValue", # required
3105
- # range_key_type: "DynamoKeyType",
3106
- # range_key_field: "DynamoKeyField",
3107
- # range_key_value: "DynamoKeyValue",
3108
- # operation: "DynamoOperation",
3109
- # payload_field: "DynamoKeyField",
3110
- # table_name: "DynamoTableName", # required
3111
- # payload: {
3112
- # content_expression: "ContentExpression", # required
3113
- # type: "STRING", # required, accepts STRING, JSON
3114
- # },
3115
- # }
3116
- #
3117
1493
  # @!attribute [rw] hash_key_type
3118
1494
  # The data type for the hash key (also called the partition key). You
3119
1495
  # can specify the following values:
@@ -3269,17 +1645,6 @@ module Aws::IoTEvents
3269
1645
  # [1]: https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html
3270
1646
  # [2]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
3271
1647
  #
3272
- # @note When making an API call, you may pass DynamoDBv2Action
3273
- # data as a hash:
3274
- #
3275
- # {
3276
- # table_name: "DynamoTableName", # required
3277
- # payload: {
3278
- # content_expression: "ContentExpression", # required
3279
- # type: "STRING", # required, accepts STRING, JSON
3280
- # },
3281
- # }
3282
- #
3283
1648
  # @!attribute [rw] table_name
3284
1649
  # The name of the DynamoDB table.
3285
1650
  # @return [String]
@@ -3303,27 +1668,6 @@ module Aws::IoTEvents
3303
1668
 
3304
1669
  # Contains the configuration information of email notifications.
3305
1670
  #
3306
- # @note When making an API call, you may pass EmailConfiguration
3307
- # data as a hash:
3308
- #
3309
- # {
3310
- # from: "FromEmail", # required
3311
- # content: {
3312
- # subject: "EmailSubject",
3313
- # additional_message: "NotificationAdditionalMessage",
3314
- # },
3315
- # recipients: { # required
3316
- # to: [
3317
- # {
3318
- # sso_identity: {
3319
- # identity_store_id: "IdentityStoreId", # required
3320
- # user_id: "SSOReferenceId",
3321
- # },
3322
- # },
3323
- # ],
3324
- # },
3325
- # }
3326
- #
3327
1671
  # @!attribute [rw] from
3328
1672
  # The email address that sends emails.
3329
1673
  #
@@ -3362,14 +1706,6 @@ module Aws::IoTEvents
3362
1706
 
3363
1707
  # Contains the subject and message of an email.
3364
1708
  #
3365
- # @note When making an API call, you may pass EmailContent
3366
- # data as a hash:
3367
- #
3368
- # {
3369
- # subject: "EmailSubject",
3370
- # additional_message: "NotificationAdditionalMessage",
3371
- # }
3372
- #
3373
1709
  # @!attribute [rw] subject
3374
1710
  # The subject of the email.
3375
1711
  # @return [String]
@@ -3395,20 +1731,6 @@ module Aws::IoTEvents
3395
1731
  #
3396
1732
  # [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html
3397
1733
  #
3398
- # @note When making an API call, you may pass EmailRecipients
3399
- # data as a hash:
3400
- #
3401
- # {
3402
- # to: [
3403
- # {
3404
- # sso_identity: {
3405
- # identity_store_id: "IdentityStoreId", # required
3406
- # user_id: "SSOReferenceId",
3407
- # },
3408
- # },
3409
- # ],
3410
- # }
3411
- #
3412
1734
  # @!attribute [rw] to
3413
1735
  # Specifies one or more recipients who receive the email.
3414
1736
  # @return [Array<Types::RecipientDetail>]
@@ -3422,118 +1744,6 @@ module Aws::IoTEvents
3422
1744
  # Specifies the `actions` to be performed when the `condition` evaluates
3423
1745
  # to TRUE.
3424
1746
  #
3425
- # @note When making an API call, you may pass Event
3426
- # data as a hash:
3427
- #
3428
- # {
3429
- # event_name: "EventName", # required
3430
- # condition: "Condition",
3431
- # actions: [
3432
- # {
3433
- # set_variable: {
3434
- # variable_name: "VariableName", # required
3435
- # value: "VariableValue", # required
3436
- # },
3437
- # sns: {
3438
- # target_arn: "AmazonResourceName", # required
3439
- # payload: {
3440
- # content_expression: "ContentExpression", # required
3441
- # type: "STRING", # required, accepts STRING, JSON
3442
- # },
3443
- # },
3444
- # iot_topic_publish: {
3445
- # mqtt_topic: "MQTTTopic", # required
3446
- # payload: {
3447
- # content_expression: "ContentExpression", # required
3448
- # type: "STRING", # required, accepts STRING, JSON
3449
- # },
3450
- # },
3451
- # set_timer: {
3452
- # timer_name: "TimerName", # required
3453
- # seconds: 1,
3454
- # duration_expression: "VariableValue",
3455
- # },
3456
- # clear_timer: {
3457
- # timer_name: "TimerName", # required
3458
- # },
3459
- # reset_timer: {
3460
- # timer_name: "TimerName", # required
3461
- # },
3462
- # lambda: {
3463
- # function_arn: "AmazonResourceName", # required
3464
- # payload: {
3465
- # content_expression: "ContentExpression", # required
3466
- # type: "STRING", # required, accepts STRING, JSON
3467
- # },
3468
- # },
3469
- # iot_events: {
3470
- # input_name: "InputName", # required
3471
- # payload: {
3472
- # content_expression: "ContentExpression", # required
3473
- # type: "STRING", # required, accepts STRING, JSON
3474
- # },
3475
- # },
3476
- # sqs: {
3477
- # queue_url: "QueueUrl", # required
3478
- # use_base_64: false,
3479
- # payload: {
3480
- # content_expression: "ContentExpression", # required
3481
- # type: "STRING", # required, accepts STRING, JSON
3482
- # },
3483
- # },
3484
- # firehose: {
3485
- # delivery_stream_name: "DeliveryStreamName", # required
3486
- # separator: "FirehoseSeparator",
3487
- # payload: {
3488
- # content_expression: "ContentExpression", # required
3489
- # type: "STRING", # required, accepts STRING, JSON
3490
- # },
3491
- # },
3492
- # dynamo_db: {
3493
- # hash_key_type: "DynamoKeyType",
3494
- # hash_key_field: "DynamoKeyField", # required
3495
- # hash_key_value: "DynamoKeyValue", # required
3496
- # range_key_type: "DynamoKeyType",
3497
- # range_key_field: "DynamoKeyField",
3498
- # range_key_value: "DynamoKeyValue",
3499
- # operation: "DynamoOperation",
3500
- # payload_field: "DynamoKeyField",
3501
- # table_name: "DynamoTableName", # required
3502
- # payload: {
3503
- # content_expression: "ContentExpression", # required
3504
- # type: "STRING", # required, accepts STRING, JSON
3505
- # },
3506
- # },
3507
- # dynamo_d_bv_2: {
3508
- # table_name: "DynamoTableName", # required
3509
- # payload: {
3510
- # content_expression: "ContentExpression", # required
3511
- # type: "STRING", # required, accepts STRING, JSON
3512
- # },
3513
- # },
3514
- # iot_site_wise: {
3515
- # entry_id: "AssetPropertyEntryId",
3516
- # asset_id: "AssetId",
3517
- # property_id: "AssetPropertyId",
3518
- # property_alias: "AssetPropertyAlias",
3519
- # property_value: {
3520
- # value: {
3521
- # string_value: "AssetPropertyStringValue",
3522
- # integer_value: "AssetPropertyIntegerValue",
3523
- # double_value: "AssetPropertyDoubleValue",
3524
- # boolean_value: "AssetPropertyBooleanValue",
3525
- # },
3526
- # timestamp: {
3527
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
3528
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
3529
- # },
3530
- # quality: "AssetPropertyQuality",
3531
- # },
3532
- # },
3533
- # },
3534
- # ],
3535
- # }
3536
- #
3537
1747
  # @!attribute [rw] event_name
3538
1748
  # The name of the event.
3539
1749
  # @return [String]
@@ -3561,18 +1771,6 @@ module Aws::IoTEvents
3561
1771
  # triggered the action to an Amazon Kinesis Data Firehose delivery
3562
1772
  # stream.
3563
1773
  #
3564
- # @note When making an API call, you may pass FirehoseAction
3565
- # data as a hash:
3566
- #
3567
- # {
3568
- # delivery_stream_name: "DeliveryStreamName", # required
3569
- # separator: "FirehoseSeparator",
3570
- # payload: {
3571
- # content_expression: "ContentExpression", # required
3572
- # type: "STRING", # required, accepts STRING, JSON
3573
- # },
3574
- # }
3575
- #
3576
1774
  # @!attribute [rw] delivery_stream_name
3577
1775
  # The name of the Kinesis Data Firehose delivery stream where the data
3578
1776
  # is written.
@@ -3598,15 +1796,6 @@ module Aws::IoTEvents
3598
1796
  include Aws::Structure
3599
1797
  end
3600
1798
 
3601
- # @note When making an API call, you may pass GetDetectorModelAnalysisResultsRequest
3602
- # data as a hash:
3603
- #
3604
- # {
3605
- # analysis_id: "AnalysisId", # required
3606
- # next_token: "NextToken",
3607
- # max_results: 1,
3608
- # }
3609
- #
3610
1799
  # @!attribute [rw] analysis_id
3611
1800
  # The ID of the analysis result that you want to retrieve.
3612
1801
  # @return [String]
@@ -3646,13 +1835,6 @@ module Aws::IoTEvents
3646
1835
  # Specifies the default alarm state. The configuration applies to all
3647
1836
  # alarms that were created based on this alarm model.
3648
1837
  #
3649
- # @note When making an API call, you may pass InitializationConfiguration
3650
- # data as a hash:
3651
- #
3652
- # {
3653
- # disabled_on_initialization: false, # required
3654
- # }
3655
- #
3656
1838
  # @!attribute [rw] disabled_on_initialization
3657
1839
  # The value must be `TRUE` or `FALSE`. If `FALSE`, all alarm instances
3658
1840
  # created based on the alarm model are activated. The default value is
@@ -3721,17 +1903,6 @@ module Aws::IoTEvents
3721
1903
 
3722
1904
  # The definition of the input.
3723
1905
  #
3724
- # @note When making an API call, you may pass InputDefinition
3725
- # data as a hash:
3726
- #
3727
- # {
3728
- # attributes: [ # required
3729
- # {
3730
- # json_path: "AttributeJsonPath", # required
3731
- # },
3732
- # ],
3733
- # }
3734
- #
3735
1906
  # @!attribute [rw] attributes
3736
1907
  # The attributes from the JSON payload that are made available by the
3737
1908
  # input. Inputs are derived from messages sent to the AWS IoT Events
@@ -3749,21 +1920,6 @@ module Aws::IoTEvents
3749
1920
 
3750
1921
  # The identifer of the input.
3751
1922
  #
3752
- # @note When making an API call, you may pass InputIdentifier
3753
- # data as a hash:
3754
- #
3755
- # {
3756
- # iot_events_input_identifier: {
3757
- # input_name: "InputName", # required
3758
- # },
3759
- # iot_site_wise_input_identifier: {
3760
- # iot_site_wise_asset_model_property_identifier: {
3761
- # asset_model_id: "AssetModelId", # required
3762
- # property_id: "AssetPropertyId", # required
3763
- # },
3764
- # },
3765
- # }
3766
- #
3767
1923
  # @!attribute [rw] iot_events_input_identifier
3768
1924
  # The identifier of the input routed to AWS IoT Events.
3769
1925
  # @return [Types::IotEventsInputIdentifier]
@@ -3843,17 +1999,6 @@ module Aws::IoTEvents
3843
1999
  # Sends an AWS IoT Events input, passing in information about the
3844
2000
  # detector model instance and the event that triggered the action.
3845
2001
  #
3846
- # @note When making an API call, you may pass IotEventsAction
3847
- # data as a hash:
3848
- #
3849
- # {
3850
- # input_name: "InputName", # required
3851
- # payload: {
3852
- # content_expression: "ContentExpression", # required
3853
- # type: "STRING", # required, accepts STRING, JSON
3854
- # },
3855
- # }
3856
- #
3857
2002
  # @!attribute [rw] input_name
3858
2003
  # The name of the AWS IoT Events input where the data is sent.
3859
2004
  # @return [String]
@@ -3872,13 +2017,6 @@ module Aws::IoTEvents
3872
2017
 
3873
2018
  # The identifier of the input routed to AWS IoT Events.
3874
2019
  #
3875
- # @note When making an API call, you may pass IotEventsInputIdentifier
3876
- # data as a hash:
3877
- #
3878
- # {
3879
- # input_name: "InputName", # required
3880
- # }
3881
- #
3882
2020
  # @!attribute [rw] input_name
3883
2021
  # The name of the input routed to AWS IoT Events.
3884
2022
  # @return [String]
@@ -3929,29 +2067,6 @@ module Aws::IoTEvents
3929
2067
  #
3930
2068
  # [1]: https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html
3931
2069
  #
3932
- # @note When making an API call, you may pass IotSiteWiseAction
3933
- # data as a hash:
3934
- #
3935
- # {
3936
- # entry_id: "AssetPropertyEntryId",
3937
- # asset_id: "AssetId",
3938
- # property_id: "AssetPropertyId",
3939
- # property_alias: "AssetPropertyAlias",
3940
- # property_value: {
3941
- # value: {
3942
- # string_value: "AssetPropertyStringValue",
3943
- # integer_value: "AssetPropertyIntegerValue",
3944
- # double_value: "AssetPropertyDoubleValue",
3945
- # boolean_value: "AssetPropertyBooleanValue",
3946
- # },
3947
- # timestamp: {
3948
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
3949
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
3950
- # },
3951
- # quality: "AssetPropertyQuality",
3952
- # },
3953
- # }
3954
- #
3955
2070
  # @!attribute [rw] entry_id
3956
2071
  # A unique identifier for this entry. You can use the entry ID to
3957
2072
  # track which data entry causes an error in case of failure. The
@@ -3988,14 +2103,6 @@ module Aws::IoTEvents
3988
2103
  # The asset model property identifer of the input routed from AWS IoT
3989
2104
  # SiteWise.
3990
2105
  #
3991
- # @note When making an API call, you may pass IotSiteWiseAssetModelPropertyIdentifier
3992
- # data as a hash:
3993
- #
3994
- # {
3995
- # asset_model_id: "AssetModelId", # required
3996
- # property_id: "AssetPropertyId", # required
3997
- # }
3998
- #
3999
2106
  # @!attribute [rw] asset_model_id
4000
2107
  # The ID of the AWS IoT SiteWise asset model.
4001
2108
  # @return [String]
@@ -4013,16 +2120,6 @@ module Aws::IoTEvents
4013
2120
 
4014
2121
  # The identifer of the input routed from AWS IoT SiteWise.
4015
2122
  #
4016
- # @note When making an API call, you may pass IotSiteWiseInputIdentifier
4017
- # data as a hash:
4018
- #
4019
- # {
4020
- # iot_site_wise_asset_model_property_identifier: {
4021
- # asset_model_id: "AssetModelId", # required
4022
- # property_id: "AssetPropertyId", # required
4023
- # },
4024
- # }
4025
- #
4026
2123
  # @!attribute [rw] iot_site_wise_asset_model_property_identifier
4027
2124
  # The identifier of the AWS IoT SiteWise asset model property.
4028
2125
  # @return [Types::IotSiteWiseAssetModelPropertyIdentifier]
@@ -4036,17 +2133,6 @@ module Aws::IoTEvents
4036
2133
  # Information required to publish the MQTT message through the AWS IoT
4037
2134
  # message broker.
4038
2135
  #
4039
- # @note When making an API call, you may pass IotTopicPublishAction
4040
- # data as a hash:
4041
- #
4042
- # {
4043
- # mqtt_topic: "MQTTTopic", # required
4044
- # payload: {
4045
- # content_expression: "ContentExpression", # required
4046
- # type: "STRING", # required, accepts STRING, JSON
4047
- # },
4048
- # }
4049
- #
4050
2136
  # @!attribute [rw] mqtt_topic
4051
2137
  # The MQTT topic of the message. You can use a string expression that
4052
2138
  # includes variables (`$variable.<variable-name>`) and input values
@@ -4068,17 +2154,6 @@ module Aws::IoTEvents
4068
2154
  # Calls a Lambda function, passing in information about the detector
4069
2155
  # model instance and the event that triggered the action.
4070
2156
  #
4071
- # @note When making an API call, you may pass LambdaAction
4072
- # data as a hash:
4073
- #
4074
- # {
4075
- # function_arn: "AmazonResourceName", # required
4076
- # payload: {
4077
- # content_expression: "ContentExpression", # required
4078
- # type: "STRING", # required, accepts STRING, JSON
4079
- # },
4080
- # }
4081
- #
4082
2157
  # @!attribute [rw] function_arn
4083
2158
  # The ARN of the Lambda function that is executed.
4084
2159
  # @return [String]
@@ -4107,15 +2182,6 @@ module Aws::IoTEvents
4107
2182
  include Aws::Structure
4108
2183
  end
4109
2184
 
4110
- # @note When making an API call, you may pass ListAlarmModelVersionsRequest
4111
- # data as a hash:
4112
- #
4113
- # {
4114
- # alarm_model_name: "AlarmModelName", # required
4115
- # next_token: "NextToken",
4116
- # max_results: 1,
4117
- # }
4118
- #
4119
2185
  # @!attribute [rw] alarm_model_name
4120
2186
  # The name of the alarm model.
4121
2187
  # @return [String]
@@ -4152,14 +2218,6 @@ module Aws::IoTEvents
4152
2218
  include Aws::Structure
4153
2219
  end
4154
2220
 
4155
- # @note When making an API call, you may pass ListAlarmModelsRequest
4156
- # data as a hash:
4157
- #
4158
- # {
4159
- # next_token: "NextToken",
4160
- # max_results: 1,
4161
- # }
4162
- #
4163
2221
  # @!attribute [rw] next_token
4164
2222
  # The token that you can use to return the next set of results.
4165
2223
  # @return [String]
@@ -4191,15 +2249,6 @@ module Aws::IoTEvents
4191
2249
  include Aws::Structure
4192
2250
  end
4193
2251
 
4194
- # @note When making an API call, you may pass ListDetectorModelVersionsRequest
4195
- # data as a hash:
4196
- #
4197
- # {
4198
- # detector_model_name: "DetectorModelName", # required
4199
- # next_token: "NextToken",
4200
- # max_results: 1,
4201
- # }
4202
- #
4203
2252
  # @!attribute [rw] detector_model_name
4204
2253
  # The name of the detector model whose versions are returned.
4205
2254
  # @return [String]
@@ -4236,14 +2285,6 @@ module Aws::IoTEvents
4236
2285
  include Aws::Structure
4237
2286
  end
4238
2287
 
4239
- # @note When making an API call, you may pass ListDetectorModelsRequest
4240
- # data as a hash:
4241
- #
4242
- # {
4243
- # next_token: "NextToken",
4244
- # max_results: 1,
4245
- # }
4246
- #
4247
2288
  # @!attribute [rw] next_token
4248
2289
  # The token that you can use to return the next set of results.
4249
2290
  # @return [String]
@@ -4275,25 +2316,6 @@ module Aws::IoTEvents
4275
2316
  include Aws::Structure
4276
2317
  end
4277
2318
 
4278
- # @note When making an API call, you may pass ListInputRoutingsRequest
4279
- # data as a hash:
4280
- #
4281
- # {
4282
- # input_identifier: { # required
4283
- # iot_events_input_identifier: {
4284
- # input_name: "InputName", # required
4285
- # },
4286
- # iot_site_wise_input_identifier: {
4287
- # iot_site_wise_asset_model_property_identifier: {
4288
- # asset_model_id: "AssetModelId", # required
4289
- # property_id: "AssetPropertyId", # required
4290
- # },
4291
- # },
4292
- # },
4293
- # max_results: 1,
4294
- # next_token: "NextToken",
4295
- # }
4296
- #
4297
2319
  # @!attribute [rw] input_identifier
4298
2320
  # The identifer of the routed input.
4299
2321
  # @return [Types::InputIdentifier]
@@ -4330,14 +2352,6 @@ module Aws::IoTEvents
4330
2352
  include Aws::Structure
4331
2353
  end
4332
2354
 
4333
- # @note When making an API call, you may pass ListInputsRequest
4334
- # data as a hash:
4335
- #
4336
- # {
4337
- # next_token: "NextToken",
4338
- # max_results: 1,
4339
- # }
4340
- #
4341
2355
  # @!attribute [rw] next_token
4342
2356
  # The token that you can use to return the next set of results.
4343
2357
  # @return [String]
@@ -4369,13 +2383,6 @@ module Aws::IoTEvents
4369
2383
  include Aws::Structure
4370
2384
  end
4371
2385
 
4372
- # @note When making an API call, you may pass ListTagsForResourceRequest
4373
- # data as a hash:
4374
- #
4375
- # {
4376
- # resource_arn: "AmazonResourceName", # required
4377
- # }
4378
- #
4379
2386
  # @!attribute [rw] resource_arn
4380
2387
  # The ARN of the resource.
4381
2388
  # @return [String]
@@ -4398,21 +2405,6 @@ module Aws::IoTEvents
4398
2405
 
4399
2406
  # The values of the AWS IoT Events logging options.
4400
2407
  #
4401
- # @note When making an API call, you may pass LoggingOptions
4402
- # data as a hash:
4403
- #
4404
- # {
4405
- # role_arn: "AmazonResourceName", # required
4406
- # level: "ERROR", # required, accepts ERROR, INFO, DEBUG
4407
- # enabled: false, # required
4408
- # detector_debug_options: [
4409
- # {
4410
- # detector_model_name: "DetectorModelName", # required
4411
- # key_value: "KeyValue",
4412
- # },
4413
- # ],
4414
- # }
4415
- #
4416
2408
  # @!attribute [rw] role_arn
4417
2409
  # The ARN of the role that grants permission to AWS IoT Events to
4418
2410
  # perform logging.
@@ -4443,54 +2435,6 @@ module Aws::IoTEvents
4443
2435
  # Contains the notification settings of an alarm model. The settings
4444
2436
  # apply to all alarms that were created based on this alarm model.
4445
2437
  #
4446
- # @note When making an API call, you may pass NotificationAction
4447
- # data as a hash:
4448
- #
4449
- # {
4450
- # action: { # required
4451
- # lambda_action: {
4452
- # function_arn: "AmazonResourceName", # required
4453
- # payload: {
4454
- # content_expression: "ContentExpression", # required
4455
- # type: "STRING", # required, accepts STRING, JSON
4456
- # },
4457
- # },
4458
- # },
4459
- # sms_configurations: [
4460
- # {
4461
- # sender_id: "SMSSenderId",
4462
- # additional_message: "NotificationAdditionalMessage",
4463
- # recipients: [ # required
4464
- # {
4465
- # sso_identity: {
4466
- # identity_store_id: "IdentityStoreId", # required
4467
- # user_id: "SSOReferenceId",
4468
- # },
4469
- # },
4470
- # ],
4471
- # },
4472
- # ],
4473
- # email_configurations: [
4474
- # {
4475
- # from: "FromEmail", # required
4476
- # content: {
4477
- # subject: "EmailSubject",
4478
- # additional_message: "NotificationAdditionalMessage",
4479
- # },
4480
- # recipients: { # required
4481
- # to: [
4482
- # {
4483
- # sso_identity: {
4484
- # identity_store_id: "IdentityStoreId", # required
4485
- # user_id: "SSOReferenceId",
4486
- # },
4487
- # },
4488
- # ],
4489
- # },
4490
- # },
4491
- # ],
4492
- # }
4493
- #
4494
2438
  # @!attribute [rw] action
4495
2439
  # Specifies an AWS Lambda function to manage alarm notifications. You
4496
2440
  # can create one or use the [AWS Lambda function provided by AWS IoT
@@ -4525,19 +2469,6 @@ module Aws::IoTEvents
4525
2469
  #
4526
2470
  # [1]: https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html
4527
2471
  #
4528
- # @note When making an API call, you may pass NotificationTargetActions
4529
- # data as a hash:
4530
- #
4531
- # {
4532
- # lambda_action: {
4533
- # function_arn: "AmazonResourceName", # required
4534
- # payload: {
4535
- # content_expression: "ContentExpression", # required
4536
- # type: "STRING", # required, accepts STRING, JSON
4537
- # },
4538
- # },
4539
- # }
4540
- #
4541
2472
  # @!attribute [rw] lambda_action
4542
2473
  # Calls a Lambda function, passing in information about the detector
4543
2474
  # model instance and the event that triggered the action.
@@ -4552,122 +2483,6 @@ module Aws::IoTEvents
4552
2483
  # When entering this state, perform these `actions` if the `condition`
4553
2484
  # is TRUE.
4554
2485
  #
4555
- # @note When making an API call, you may pass OnEnterLifecycle
4556
- # data as a hash:
4557
- #
4558
- # {
4559
- # events: [
4560
- # {
4561
- # event_name: "EventName", # required
4562
- # condition: "Condition",
4563
- # actions: [
4564
- # {
4565
- # set_variable: {
4566
- # variable_name: "VariableName", # required
4567
- # value: "VariableValue", # required
4568
- # },
4569
- # sns: {
4570
- # target_arn: "AmazonResourceName", # required
4571
- # payload: {
4572
- # content_expression: "ContentExpression", # required
4573
- # type: "STRING", # required, accepts STRING, JSON
4574
- # },
4575
- # },
4576
- # iot_topic_publish: {
4577
- # mqtt_topic: "MQTTTopic", # required
4578
- # payload: {
4579
- # content_expression: "ContentExpression", # required
4580
- # type: "STRING", # required, accepts STRING, JSON
4581
- # },
4582
- # },
4583
- # set_timer: {
4584
- # timer_name: "TimerName", # required
4585
- # seconds: 1,
4586
- # duration_expression: "VariableValue",
4587
- # },
4588
- # clear_timer: {
4589
- # timer_name: "TimerName", # required
4590
- # },
4591
- # reset_timer: {
4592
- # timer_name: "TimerName", # required
4593
- # },
4594
- # lambda: {
4595
- # function_arn: "AmazonResourceName", # required
4596
- # payload: {
4597
- # content_expression: "ContentExpression", # required
4598
- # type: "STRING", # required, accepts STRING, JSON
4599
- # },
4600
- # },
4601
- # iot_events: {
4602
- # input_name: "InputName", # required
4603
- # payload: {
4604
- # content_expression: "ContentExpression", # required
4605
- # type: "STRING", # required, accepts STRING, JSON
4606
- # },
4607
- # },
4608
- # sqs: {
4609
- # queue_url: "QueueUrl", # required
4610
- # use_base_64: false,
4611
- # payload: {
4612
- # content_expression: "ContentExpression", # required
4613
- # type: "STRING", # required, accepts STRING, JSON
4614
- # },
4615
- # },
4616
- # firehose: {
4617
- # delivery_stream_name: "DeliveryStreamName", # required
4618
- # separator: "FirehoseSeparator",
4619
- # payload: {
4620
- # content_expression: "ContentExpression", # required
4621
- # type: "STRING", # required, accepts STRING, JSON
4622
- # },
4623
- # },
4624
- # dynamo_db: {
4625
- # hash_key_type: "DynamoKeyType",
4626
- # hash_key_field: "DynamoKeyField", # required
4627
- # hash_key_value: "DynamoKeyValue", # required
4628
- # range_key_type: "DynamoKeyType",
4629
- # range_key_field: "DynamoKeyField",
4630
- # range_key_value: "DynamoKeyValue",
4631
- # operation: "DynamoOperation",
4632
- # payload_field: "DynamoKeyField",
4633
- # table_name: "DynamoTableName", # required
4634
- # payload: {
4635
- # content_expression: "ContentExpression", # required
4636
- # type: "STRING", # required, accepts STRING, JSON
4637
- # },
4638
- # },
4639
- # dynamo_d_bv_2: {
4640
- # table_name: "DynamoTableName", # required
4641
- # payload: {
4642
- # content_expression: "ContentExpression", # required
4643
- # type: "STRING", # required, accepts STRING, JSON
4644
- # },
4645
- # },
4646
- # iot_site_wise: {
4647
- # entry_id: "AssetPropertyEntryId",
4648
- # asset_id: "AssetId",
4649
- # property_id: "AssetPropertyId",
4650
- # property_alias: "AssetPropertyAlias",
4651
- # property_value: {
4652
- # value: {
4653
- # string_value: "AssetPropertyStringValue",
4654
- # integer_value: "AssetPropertyIntegerValue",
4655
- # double_value: "AssetPropertyDoubleValue",
4656
- # boolean_value: "AssetPropertyBooleanValue",
4657
- # },
4658
- # timestamp: {
4659
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
4660
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
4661
- # },
4662
- # quality: "AssetPropertyQuality",
4663
- # },
4664
- # },
4665
- # },
4666
- # ],
4667
- # },
4668
- # ],
4669
- # }
4670
- #
4671
2486
  # @!attribute [rw] events
4672
2487
  # Specifies the actions that are performed when the state is entered
4673
2488
  # and the `condition` is `TRUE`.
@@ -4682,122 +2497,6 @@ module Aws::IoTEvents
4682
2497
  # When exiting this state, perform these `actions` if the specified
4683
2498
  # `condition` is `TRUE`.
4684
2499
  #
4685
- # @note When making an API call, you may pass OnExitLifecycle
4686
- # data as a hash:
4687
- #
4688
- # {
4689
- # events: [
4690
- # {
4691
- # event_name: "EventName", # required
4692
- # condition: "Condition",
4693
- # actions: [
4694
- # {
4695
- # set_variable: {
4696
- # variable_name: "VariableName", # required
4697
- # value: "VariableValue", # required
4698
- # },
4699
- # sns: {
4700
- # target_arn: "AmazonResourceName", # required
4701
- # payload: {
4702
- # content_expression: "ContentExpression", # required
4703
- # type: "STRING", # required, accepts STRING, JSON
4704
- # },
4705
- # },
4706
- # iot_topic_publish: {
4707
- # mqtt_topic: "MQTTTopic", # required
4708
- # payload: {
4709
- # content_expression: "ContentExpression", # required
4710
- # type: "STRING", # required, accepts STRING, JSON
4711
- # },
4712
- # },
4713
- # set_timer: {
4714
- # timer_name: "TimerName", # required
4715
- # seconds: 1,
4716
- # duration_expression: "VariableValue",
4717
- # },
4718
- # clear_timer: {
4719
- # timer_name: "TimerName", # required
4720
- # },
4721
- # reset_timer: {
4722
- # timer_name: "TimerName", # required
4723
- # },
4724
- # lambda: {
4725
- # function_arn: "AmazonResourceName", # required
4726
- # payload: {
4727
- # content_expression: "ContentExpression", # required
4728
- # type: "STRING", # required, accepts STRING, JSON
4729
- # },
4730
- # },
4731
- # iot_events: {
4732
- # input_name: "InputName", # required
4733
- # payload: {
4734
- # content_expression: "ContentExpression", # required
4735
- # type: "STRING", # required, accepts STRING, JSON
4736
- # },
4737
- # },
4738
- # sqs: {
4739
- # queue_url: "QueueUrl", # required
4740
- # use_base_64: false,
4741
- # payload: {
4742
- # content_expression: "ContentExpression", # required
4743
- # type: "STRING", # required, accepts STRING, JSON
4744
- # },
4745
- # },
4746
- # firehose: {
4747
- # delivery_stream_name: "DeliveryStreamName", # required
4748
- # separator: "FirehoseSeparator",
4749
- # payload: {
4750
- # content_expression: "ContentExpression", # required
4751
- # type: "STRING", # required, accepts STRING, JSON
4752
- # },
4753
- # },
4754
- # dynamo_db: {
4755
- # hash_key_type: "DynamoKeyType",
4756
- # hash_key_field: "DynamoKeyField", # required
4757
- # hash_key_value: "DynamoKeyValue", # required
4758
- # range_key_type: "DynamoKeyType",
4759
- # range_key_field: "DynamoKeyField",
4760
- # range_key_value: "DynamoKeyValue",
4761
- # operation: "DynamoOperation",
4762
- # payload_field: "DynamoKeyField",
4763
- # table_name: "DynamoTableName", # required
4764
- # payload: {
4765
- # content_expression: "ContentExpression", # required
4766
- # type: "STRING", # required, accepts STRING, JSON
4767
- # },
4768
- # },
4769
- # dynamo_d_bv_2: {
4770
- # table_name: "DynamoTableName", # required
4771
- # payload: {
4772
- # content_expression: "ContentExpression", # required
4773
- # type: "STRING", # required, accepts STRING, JSON
4774
- # },
4775
- # },
4776
- # iot_site_wise: {
4777
- # entry_id: "AssetPropertyEntryId",
4778
- # asset_id: "AssetId",
4779
- # property_id: "AssetPropertyId",
4780
- # property_alias: "AssetPropertyAlias",
4781
- # property_value: {
4782
- # value: {
4783
- # string_value: "AssetPropertyStringValue",
4784
- # integer_value: "AssetPropertyIntegerValue",
4785
- # double_value: "AssetPropertyDoubleValue",
4786
- # boolean_value: "AssetPropertyBooleanValue",
4787
- # },
4788
- # timestamp: {
4789
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
4790
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
4791
- # },
4792
- # quality: "AssetPropertyQuality",
4793
- # },
4794
- # },
4795
- # },
4796
- # ],
4797
- # },
4798
- # ],
4799
- # }
4800
- #
4801
2500
  # @!attribute [rw] events
4802
2501
  # Specifies the `actions` that are performed when the state is exited
4803
2502
  # and the `condition` is `TRUE`.
@@ -4812,233 +2511,6 @@ module Aws::IoTEvents
4812
2511
  # Specifies the actions performed when the `condition` evaluates to
4813
2512
  # TRUE.
4814
2513
  #
4815
- # @note When making an API call, you may pass OnInputLifecycle
4816
- # data as a hash:
4817
- #
4818
- # {
4819
- # events: [
4820
- # {
4821
- # event_name: "EventName", # required
4822
- # condition: "Condition",
4823
- # actions: [
4824
- # {
4825
- # set_variable: {
4826
- # variable_name: "VariableName", # required
4827
- # value: "VariableValue", # required
4828
- # },
4829
- # sns: {
4830
- # target_arn: "AmazonResourceName", # required
4831
- # payload: {
4832
- # content_expression: "ContentExpression", # required
4833
- # type: "STRING", # required, accepts STRING, JSON
4834
- # },
4835
- # },
4836
- # iot_topic_publish: {
4837
- # mqtt_topic: "MQTTTopic", # required
4838
- # payload: {
4839
- # content_expression: "ContentExpression", # required
4840
- # type: "STRING", # required, accepts STRING, JSON
4841
- # },
4842
- # },
4843
- # set_timer: {
4844
- # timer_name: "TimerName", # required
4845
- # seconds: 1,
4846
- # duration_expression: "VariableValue",
4847
- # },
4848
- # clear_timer: {
4849
- # timer_name: "TimerName", # required
4850
- # },
4851
- # reset_timer: {
4852
- # timer_name: "TimerName", # required
4853
- # },
4854
- # lambda: {
4855
- # function_arn: "AmazonResourceName", # required
4856
- # payload: {
4857
- # content_expression: "ContentExpression", # required
4858
- # type: "STRING", # required, accepts STRING, JSON
4859
- # },
4860
- # },
4861
- # iot_events: {
4862
- # input_name: "InputName", # required
4863
- # payload: {
4864
- # content_expression: "ContentExpression", # required
4865
- # type: "STRING", # required, accepts STRING, JSON
4866
- # },
4867
- # },
4868
- # sqs: {
4869
- # queue_url: "QueueUrl", # required
4870
- # use_base_64: false,
4871
- # payload: {
4872
- # content_expression: "ContentExpression", # required
4873
- # type: "STRING", # required, accepts STRING, JSON
4874
- # },
4875
- # },
4876
- # firehose: {
4877
- # delivery_stream_name: "DeliveryStreamName", # required
4878
- # separator: "FirehoseSeparator",
4879
- # payload: {
4880
- # content_expression: "ContentExpression", # required
4881
- # type: "STRING", # required, accepts STRING, JSON
4882
- # },
4883
- # },
4884
- # dynamo_db: {
4885
- # hash_key_type: "DynamoKeyType",
4886
- # hash_key_field: "DynamoKeyField", # required
4887
- # hash_key_value: "DynamoKeyValue", # required
4888
- # range_key_type: "DynamoKeyType",
4889
- # range_key_field: "DynamoKeyField",
4890
- # range_key_value: "DynamoKeyValue",
4891
- # operation: "DynamoOperation",
4892
- # payload_field: "DynamoKeyField",
4893
- # table_name: "DynamoTableName", # required
4894
- # payload: {
4895
- # content_expression: "ContentExpression", # required
4896
- # type: "STRING", # required, accepts STRING, JSON
4897
- # },
4898
- # },
4899
- # dynamo_d_bv_2: {
4900
- # table_name: "DynamoTableName", # required
4901
- # payload: {
4902
- # content_expression: "ContentExpression", # required
4903
- # type: "STRING", # required, accepts STRING, JSON
4904
- # },
4905
- # },
4906
- # iot_site_wise: {
4907
- # entry_id: "AssetPropertyEntryId",
4908
- # asset_id: "AssetId",
4909
- # property_id: "AssetPropertyId",
4910
- # property_alias: "AssetPropertyAlias",
4911
- # property_value: {
4912
- # value: {
4913
- # string_value: "AssetPropertyStringValue",
4914
- # integer_value: "AssetPropertyIntegerValue",
4915
- # double_value: "AssetPropertyDoubleValue",
4916
- # boolean_value: "AssetPropertyBooleanValue",
4917
- # },
4918
- # timestamp: {
4919
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
4920
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
4921
- # },
4922
- # quality: "AssetPropertyQuality",
4923
- # },
4924
- # },
4925
- # },
4926
- # ],
4927
- # },
4928
- # ],
4929
- # transition_events: [
4930
- # {
4931
- # event_name: "EventName", # required
4932
- # condition: "Condition", # required
4933
- # actions: [
4934
- # {
4935
- # set_variable: {
4936
- # variable_name: "VariableName", # required
4937
- # value: "VariableValue", # required
4938
- # },
4939
- # sns: {
4940
- # target_arn: "AmazonResourceName", # required
4941
- # payload: {
4942
- # content_expression: "ContentExpression", # required
4943
- # type: "STRING", # required, accepts STRING, JSON
4944
- # },
4945
- # },
4946
- # iot_topic_publish: {
4947
- # mqtt_topic: "MQTTTopic", # required
4948
- # payload: {
4949
- # content_expression: "ContentExpression", # required
4950
- # type: "STRING", # required, accepts STRING, JSON
4951
- # },
4952
- # },
4953
- # set_timer: {
4954
- # timer_name: "TimerName", # required
4955
- # seconds: 1,
4956
- # duration_expression: "VariableValue",
4957
- # },
4958
- # clear_timer: {
4959
- # timer_name: "TimerName", # required
4960
- # },
4961
- # reset_timer: {
4962
- # timer_name: "TimerName", # required
4963
- # },
4964
- # lambda: {
4965
- # function_arn: "AmazonResourceName", # required
4966
- # payload: {
4967
- # content_expression: "ContentExpression", # required
4968
- # type: "STRING", # required, accepts STRING, JSON
4969
- # },
4970
- # },
4971
- # iot_events: {
4972
- # input_name: "InputName", # required
4973
- # payload: {
4974
- # content_expression: "ContentExpression", # required
4975
- # type: "STRING", # required, accepts STRING, JSON
4976
- # },
4977
- # },
4978
- # sqs: {
4979
- # queue_url: "QueueUrl", # required
4980
- # use_base_64: false,
4981
- # payload: {
4982
- # content_expression: "ContentExpression", # required
4983
- # type: "STRING", # required, accepts STRING, JSON
4984
- # },
4985
- # },
4986
- # firehose: {
4987
- # delivery_stream_name: "DeliveryStreamName", # required
4988
- # separator: "FirehoseSeparator",
4989
- # payload: {
4990
- # content_expression: "ContentExpression", # required
4991
- # type: "STRING", # required, accepts STRING, JSON
4992
- # },
4993
- # },
4994
- # dynamo_db: {
4995
- # hash_key_type: "DynamoKeyType",
4996
- # hash_key_field: "DynamoKeyField", # required
4997
- # hash_key_value: "DynamoKeyValue", # required
4998
- # range_key_type: "DynamoKeyType",
4999
- # range_key_field: "DynamoKeyField",
5000
- # range_key_value: "DynamoKeyValue",
5001
- # operation: "DynamoOperation",
5002
- # payload_field: "DynamoKeyField",
5003
- # table_name: "DynamoTableName", # required
5004
- # payload: {
5005
- # content_expression: "ContentExpression", # required
5006
- # type: "STRING", # required, accepts STRING, JSON
5007
- # },
5008
- # },
5009
- # dynamo_d_bv_2: {
5010
- # table_name: "DynamoTableName", # required
5011
- # payload: {
5012
- # content_expression: "ContentExpression", # required
5013
- # type: "STRING", # required, accepts STRING, JSON
5014
- # },
5015
- # },
5016
- # iot_site_wise: {
5017
- # entry_id: "AssetPropertyEntryId",
5018
- # asset_id: "AssetId",
5019
- # property_id: "AssetPropertyId",
5020
- # property_alias: "AssetPropertyAlias",
5021
- # property_value: {
5022
- # value: {
5023
- # string_value: "AssetPropertyStringValue",
5024
- # integer_value: "AssetPropertyIntegerValue",
5025
- # double_value: "AssetPropertyDoubleValue",
5026
- # boolean_value: "AssetPropertyBooleanValue",
5027
- # },
5028
- # timestamp: {
5029
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
5030
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
5031
- # },
5032
- # quality: "AssetPropertyQuality",
5033
- # },
5034
- # },
5035
- # },
5036
- # ],
5037
- # next_state: "StateName", # required
5038
- # },
5039
- # ],
5040
- # }
5041
- #
5042
2514
  # @!attribute [rw] events
5043
2515
  # Specifies the actions performed when the `condition` evaluates to
5044
2516
  # TRUE.
@@ -5064,14 +2536,6 @@ module Aws::IoTEvents
5064
2536
  # event triggered the action. To configure the action payload, you can
5065
2537
  # use `contentExpression`.
5066
2538
  #
5067
- # @note When making an API call, you may pass Payload
5068
- # data as a hash:
5069
- #
5070
- # {
5071
- # content_expression: "ContentExpression", # required
5072
- # type: "STRING", # required, accepts STRING, JSON
5073
- # }
5074
- #
5075
2539
  # @!attribute [rw] content_expression
5076
2540
  # The content of the payload. You can use a string expression that
5077
2541
  # includes quoted strings (`'<string>'`), variables
@@ -5092,23 +2556,6 @@ module Aws::IoTEvents
5092
2556
  include Aws::Structure
5093
2557
  end
5094
2558
 
5095
- # @note When making an API call, you may pass PutLoggingOptionsRequest
5096
- # data as a hash:
5097
- #
5098
- # {
5099
- # logging_options: { # required
5100
- # role_arn: "AmazonResourceName", # required
5101
- # level: "ERROR", # required, accepts ERROR, INFO, DEBUG
5102
- # enabled: false, # required
5103
- # detector_debug_options: [
5104
- # {
5105
- # detector_model_name: "DetectorModelName", # required
5106
- # key_value: "KeyValue",
5107
- # },
5108
- # ],
5109
- # },
5110
- # }
5111
- #
5112
2559
  # @!attribute [rw] logging_options
5113
2560
  # The new values of the AWS IoT Events logging options.
5114
2561
  # @return [Types::LoggingOptions]
@@ -5121,16 +2568,6 @@ module Aws::IoTEvents
5121
2568
 
5122
2569
  # The information that identifies the recipient.
5123
2570
  #
5124
- # @note When making an API call, you may pass RecipientDetail
5125
- # data as a hash:
5126
- #
5127
- # {
5128
- # sso_identity: {
5129
- # identity_store_id: "IdentityStoreId", # required
5130
- # user_id: "SSOReferenceId",
5131
- # },
5132
- # }
5133
- #
5134
2571
  # @!attribute [rw] sso_identity
5135
2572
  # The AWS Single Sign-On (AWS SSO) authentication information.
5136
2573
  # @return [Types::SSOIdentity]
@@ -5145,13 +2582,6 @@ module Aws::IoTEvents
5145
2582
  # previously evaluated result of the duration. The duration expression
5146
2583
  # isn't reevaluated when you reset the timer.
5147
2584
  #
5148
- # @note When making an API call, you may pass ResetTimerAction
5149
- # data as a hash:
5150
- #
5151
- # {
5152
- # timer_name: "TimerName", # required
5153
- # }
5154
- #
5155
2585
  # @!attribute [rw] timer_name
5156
2586
  # The name of the timer to reset.
5157
2587
  # @return [String]
@@ -5232,22 +2662,6 @@ module Aws::IoTEvents
5232
2662
 
5233
2663
  # Contains the configuration information of SMS notifications.
5234
2664
  #
5235
- # @note When making an API call, you may pass SMSConfiguration
5236
- # data as a hash:
5237
- #
5238
- # {
5239
- # sender_id: "SMSSenderId",
5240
- # additional_message: "NotificationAdditionalMessage",
5241
- # recipients: [ # required
5242
- # {
5243
- # sso_identity: {
5244
- # identity_store_id: "IdentityStoreId", # required
5245
- # user_id: "SSOReferenceId",
5246
- # },
5247
- # },
5248
- # ],
5249
- # }
5250
- #
5251
2665
  # @!attribute [rw] sender_id
5252
2666
  # The sender ID.
5253
2667
  # @return [String]
@@ -5278,17 +2692,6 @@ module Aws::IoTEvents
5278
2692
 
5279
2693
  # Information required to publish the Amazon SNS message.
5280
2694
  #
5281
- # @note When making an API call, you may pass SNSTopicPublishAction
5282
- # data as a hash:
5283
- #
5284
- # {
5285
- # target_arn: "AmazonResourceName", # required
5286
- # payload: {
5287
- # content_expression: "ContentExpression", # required
5288
- # type: "STRING", # required, accepts STRING, JSON
5289
- # },
5290
- # }
5291
- #
5292
2695
  # @!attribute [rw] target_arn
5293
2696
  # The ARN of the Amazon SNS target where the message is sent.
5294
2697
  # @return [String]
@@ -5312,14 +2715,6 @@ module Aws::IoTEvents
5312
2715
  #
5313
2716
  # [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html
5314
2717
  #
5315
- # @note When making an API call, you may pass SSOIdentity
5316
- # data as a hash:
5317
- #
5318
- # {
5319
- # identity_store_id: "IdentityStoreId", # required
5320
- # user_id: "SSOReferenceId",
5321
- # }
5322
- #
5323
2718
  # @!attribute [rw] identity_store_id
5324
2719
  # The ID of the AWS SSO identity store.
5325
2720
  # @return [String]
@@ -5349,15 +2744,6 @@ module Aws::IoTEvents
5349
2744
 
5350
2745
  # Information needed to set the timer.
5351
2746
  #
5352
- # @note When making an API call, you may pass SetTimerAction
5353
- # data as a hash:
5354
- #
5355
- # {
5356
- # timer_name: "TimerName", # required
5357
- # seconds: 1,
5358
- # duration_expression: "VariableValue",
5359
- # }
5360
- #
5361
2747
  # @!attribute [rw] timer_name
5362
2748
  # The name of the timer.
5363
2749
  # @return [String]
@@ -5388,14 +2774,6 @@ module Aws::IoTEvents
5388
2774
 
5389
2775
  # Information about the variable and its new value.
5390
2776
  #
5391
- # @note When making an API call, you may pass SetVariableAction
5392
- # data as a hash:
5393
- #
5394
- # {
5395
- # variable_name: "VariableName", # required
5396
- # value: "VariableValue", # required
5397
- # }
5398
- #
5399
2777
  # @!attribute [rw] variable_name
5400
2778
  # The name of the variable.
5401
2779
  # @return [String]
@@ -5414,15 +2792,6 @@ module Aws::IoTEvents
5414
2792
  # A rule that compares an input property value to a threshold value with
5415
2793
  # a comparison operator.
5416
2794
  #
5417
- # @note When making an API call, you may pass SimpleRule
5418
- # data as a hash:
5419
- #
5420
- # {
5421
- # input_property: "InputProperty", # required
5422
- # comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL
5423
- # threshold: "Threshold", # required
5424
- # }
5425
- #
5426
2795
  # @!attribute [rw] input_property
5427
2796
  # The value on the left side of the comparison operator. You can
5428
2797
  # specify an AWS IoT Events input attribute as an input property.
@@ -5448,18 +2817,6 @@ module Aws::IoTEvents
5448
2817
  # Sends information about the detector model instance and the event that
5449
2818
  # triggered the action to an Amazon SQS queue.
5450
2819
  #
5451
- # @note When making an API call, you may pass SqsAction
5452
- # data as a hash:
5453
- #
5454
- # {
5455
- # queue_url: "QueueUrl", # required
5456
- # use_base_64: false,
5457
- # payload: {
5458
- # content_expression: "ContentExpression", # required
5459
- # type: "STRING", # required, accepts STRING, JSON
5460
- # },
5461
- # }
5462
- #
5463
2820
  # @!attribute [rw] queue_url
5464
2821
  # The URL of the SQS queue where the data is written.
5465
2822
  # @return [String]
@@ -5482,467 +2839,6 @@ module Aws::IoTEvents
5482
2839
  include Aws::Structure
5483
2840
  end
5484
2841
 
5485
- # @note When making an API call, you may pass StartDetectorModelAnalysisRequest
5486
- # data as a hash:
5487
- #
5488
- # {
5489
- # detector_model_definition: { # required
5490
- # states: [ # required
5491
- # {
5492
- # state_name: "StateName", # required
5493
- # on_input: {
5494
- # events: [
5495
- # {
5496
- # event_name: "EventName", # required
5497
- # condition: "Condition",
5498
- # actions: [
5499
- # {
5500
- # set_variable: {
5501
- # variable_name: "VariableName", # required
5502
- # value: "VariableValue", # required
5503
- # },
5504
- # sns: {
5505
- # target_arn: "AmazonResourceName", # required
5506
- # payload: {
5507
- # content_expression: "ContentExpression", # required
5508
- # type: "STRING", # required, accepts STRING, JSON
5509
- # },
5510
- # },
5511
- # iot_topic_publish: {
5512
- # mqtt_topic: "MQTTTopic", # required
5513
- # payload: {
5514
- # content_expression: "ContentExpression", # required
5515
- # type: "STRING", # required, accepts STRING, JSON
5516
- # },
5517
- # },
5518
- # set_timer: {
5519
- # timer_name: "TimerName", # required
5520
- # seconds: 1,
5521
- # duration_expression: "VariableValue",
5522
- # },
5523
- # clear_timer: {
5524
- # timer_name: "TimerName", # required
5525
- # },
5526
- # reset_timer: {
5527
- # timer_name: "TimerName", # required
5528
- # },
5529
- # lambda: {
5530
- # function_arn: "AmazonResourceName", # required
5531
- # payload: {
5532
- # content_expression: "ContentExpression", # required
5533
- # type: "STRING", # required, accepts STRING, JSON
5534
- # },
5535
- # },
5536
- # iot_events: {
5537
- # input_name: "InputName", # required
5538
- # payload: {
5539
- # content_expression: "ContentExpression", # required
5540
- # type: "STRING", # required, accepts STRING, JSON
5541
- # },
5542
- # },
5543
- # sqs: {
5544
- # queue_url: "QueueUrl", # required
5545
- # use_base_64: false,
5546
- # payload: {
5547
- # content_expression: "ContentExpression", # required
5548
- # type: "STRING", # required, accepts STRING, JSON
5549
- # },
5550
- # },
5551
- # firehose: {
5552
- # delivery_stream_name: "DeliveryStreamName", # required
5553
- # separator: "FirehoseSeparator",
5554
- # payload: {
5555
- # content_expression: "ContentExpression", # required
5556
- # type: "STRING", # required, accepts STRING, JSON
5557
- # },
5558
- # },
5559
- # dynamo_db: {
5560
- # hash_key_type: "DynamoKeyType",
5561
- # hash_key_field: "DynamoKeyField", # required
5562
- # hash_key_value: "DynamoKeyValue", # required
5563
- # range_key_type: "DynamoKeyType",
5564
- # range_key_field: "DynamoKeyField",
5565
- # range_key_value: "DynamoKeyValue",
5566
- # operation: "DynamoOperation",
5567
- # payload_field: "DynamoKeyField",
5568
- # table_name: "DynamoTableName", # required
5569
- # payload: {
5570
- # content_expression: "ContentExpression", # required
5571
- # type: "STRING", # required, accepts STRING, JSON
5572
- # },
5573
- # },
5574
- # dynamo_d_bv_2: {
5575
- # table_name: "DynamoTableName", # required
5576
- # payload: {
5577
- # content_expression: "ContentExpression", # required
5578
- # type: "STRING", # required, accepts STRING, JSON
5579
- # },
5580
- # },
5581
- # iot_site_wise: {
5582
- # entry_id: "AssetPropertyEntryId",
5583
- # asset_id: "AssetId",
5584
- # property_id: "AssetPropertyId",
5585
- # property_alias: "AssetPropertyAlias",
5586
- # property_value: {
5587
- # value: {
5588
- # string_value: "AssetPropertyStringValue",
5589
- # integer_value: "AssetPropertyIntegerValue",
5590
- # double_value: "AssetPropertyDoubleValue",
5591
- # boolean_value: "AssetPropertyBooleanValue",
5592
- # },
5593
- # timestamp: {
5594
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
5595
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
5596
- # },
5597
- # quality: "AssetPropertyQuality",
5598
- # },
5599
- # },
5600
- # },
5601
- # ],
5602
- # },
5603
- # ],
5604
- # transition_events: [
5605
- # {
5606
- # event_name: "EventName", # required
5607
- # condition: "Condition", # required
5608
- # actions: [
5609
- # {
5610
- # set_variable: {
5611
- # variable_name: "VariableName", # required
5612
- # value: "VariableValue", # required
5613
- # },
5614
- # sns: {
5615
- # target_arn: "AmazonResourceName", # required
5616
- # payload: {
5617
- # content_expression: "ContentExpression", # required
5618
- # type: "STRING", # required, accepts STRING, JSON
5619
- # },
5620
- # },
5621
- # iot_topic_publish: {
5622
- # mqtt_topic: "MQTTTopic", # required
5623
- # payload: {
5624
- # content_expression: "ContentExpression", # required
5625
- # type: "STRING", # required, accepts STRING, JSON
5626
- # },
5627
- # },
5628
- # set_timer: {
5629
- # timer_name: "TimerName", # required
5630
- # seconds: 1,
5631
- # duration_expression: "VariableValue",
5632
- # },
5633
- # clear_timer: {
5634
- # timer_name: "TimerName", # required
5635
- # },
5636
- # reset_timer: {
5637
- # timer_name: "TimerName", # required
5638
- # },
5639
- # lambda: {
5640
- # function_arn: "AmazonResourceName", # required
5641
- # payload: {
5642
- # content_expression: "ContentExpression", # required
5643
- # type: "STRING", # required, accepts STRING, JSON
5644
- # },
5645
- # },
5646
- # iot_events: {
5647
- # input_name: "InputName", # required
5648
- # payload: {
5649
- # content_expression: "ContentExpression", # required
5650
- # type: "STRING", # required, accepts STRING, JSON
5651
- # },
5652
- # },
5653
- # sqs: {
5654
- # queue_url: "QueueUrl", # required
5655
- # use_base_64: false,
5656
- # payload: {
5657
- # content_expression: "ContentExpression", # required
5658
- # type: "STRING", # required, accepts STRING, JSON
5659
- # },
5660
- # },
5661
- # firehose: {
5662
- # delivery_stream_name: "DeliveryStreamName", # required
5663
- # separator: "FirehoseSeparator",
5664
- # payload: {
5665
- # content_expression: "ContentExpression", # required
5666
- # type: "STRING", # required, accepts STRING, JSON
5667
- # },
5668
- # },
5669
- # dynamo_db: {
5670
- # hash_key_type: "DynamoKeyType",
5671
- # hash_key_field: "DynamoKeyField", # required
5672
- # hash_key_value: "DynamoKeyValue", # required
5673
- # range_key_type: "DynamoKeyType",
5674
- # range_key_field: "DynamoKeyField",
5675
- # range_key_value: "DynamoKeyValue",
5676
- # operation: "DynamoOperation",
5677
- # payload_field: "DynamoKeyField",
5678
- # table_name: "DynamoTableName", # required
5679
- # payload: {
5680
- # content_expression: "ContentExpression", # required
5681
- # type: "STRING", # required, accepts STRING, JSON
5682
- # },
5683
- # },
5684
- # dynamo_d_bv_2: {
5685
- # table_name: "DynamoTableName", # required
5686
- # payload: {
5687
- # content_expression: "ContentExpression", # required
5688
- # type: "STRING", # required, accepts STRING, JSON
5689
- # },
5690
- # },
5691
- # iot_site_wise: {
5692
- # entry_id: "AssetPropertyEntryId",
5693
- # asset_id: "AssetId",
5694
- # property_id: "AssetPropertyId",
5695
- # property_alias: "AssetPropertyAlias",
5696
- # property_value: {
5697
- # value: {
5698
- # string_value: "AssetPropertyStringValue",
5699
- # integer_value: "AssetPropertyIntegerValue",
5700
- # double_value: "AssetPropertyDoubleValue",
5701
- # boolean_value: "AssetPropertyBooleanValue",
5702
- # },
5703
- # timestamp: {
5704
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
5705
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
5706
- # },
5707
- # quality: "AssetPropertyQuality",
5708
- # },
5709
- # },
5710
- # },
5711
- # ],
5712
- # next_state: "StateName", # required
5713
- # },
5714
- # ],
5715
- # },
5716
- # on_enter: {
5717
- # events: [
5718
- # {
5719
- # event_name: "EventName", # required
5720
- # condition: "Condition",
5721
- # actions: [
5722
- # {
5723
- # set_variable: {
5724
- # variable_name: "VariableName", # required
5725
- # value: "VariableValue", # required
5726
- # },
5727
- # sns: {
5728
- # target_arn: "AmazonResourceName", # required
5729
- # payload: {
5730
- # content_expression: "ContentExpression", # required
5731
- # type: "STRING", # required, accepts STRING, JSON
5732
- # },
5733
- # },
5734
- # iot_topic_publish: {
5735
- # mqtt_topic: "MQTTTopic", # required
5736
- # payload: {
5737
- # content_expression: "ContentExpression", # required
5738
- # type: "STRING", # required, accepts STRING, JSON
5739
- # },
5740
- # },
5741
- # set_timer: {
5742
- # timer_name: "TimerName", # required
5743
- # seconds: 1,
5744
- # duration_expression: "VariableValue",
5745
- # },
5746
- # clear_timer: {
5747
- # timer_name: "TimerName", # required
5748
- # },
5749
- # reset_timer: {
5750
- # timer_name: "TimerName", # required
5751
- # },
5752
- # lambda: {
5753
- # function_arn: "AmazonResourceName", # required
5754
- # payload: {
5755
- # content_expression: "ContentExpression", # required
5756
- # type: "STRING", # required, accepts STRING, JSON
5757
- # },
5758
- # },
5759
- # iot_events: {
5760
- # input_name: "InputName", # required
5761
- # payload: {
5762
- # content_expression: "ContentExpression", # required
5763
- # type: "STRING", # required, accepts STRING, JSON
5764
- # },
5765
- # },
5766
- # sqs: {
5767
- # queue_url: "QueueUrl", # required
5768
- # use_base_64: false,
5769
- # payload: {
5770
- # content_expression: "ContentExpression", # required
5771
- # type: "STRING", # required, accepts STRING, JSON
5772
- # },
5773
- # },
5774
- # firehose: {
5775
- # delivery_stream_name: "DeliveryStreamName", # required
5776
- # separator: "FirehoseSeparator",
5777
- # payload: {
5778
- # content_expression: "ContentExpression", # required
5779
- # type: "STRING", # required, accepts STRING, JSON
5780
- # },
5781
- # },
5782
- # dynamo_db: {
5783
- # hash_key_type: "DynamoKeyType",
5784
- # hash_key_field: "DynamoKeyField", # required
5785
- # hash_key_value: "DynamoKeyValue", # required
5786
- # range_key_type: "DynamoKeyType",
5787
- # range_key_field: "DynamoKeyField",
5788
- # range_key_value: "DynamoKeyValue",
5789
- # operation: "DynamoOperation",
5790
- # payload_field: "DynamoKeyField",
5791
- # table_name: "DynamoTableName", # required
5792
- # payload: {
5793
- # content_expression: "ContentExpression", # required
5794
- # type: "STRING", # required, accepts STRING, JSON
5795
- # },
5796
- # },
5797
- # dynamo_d_bv_2: {
5798
- # table_name: "DynamoTableName", # required
5799
- # payload: {
5800
- # content_expression: "ContentExpression", # required
5801
- # type: "STRING", # required, accepts STRING, JSON
5802
- # },
5803
- # },
5804
- # iot_site_wise: {
5805
- # entry_id: "AssetPropertyEntryId",
5806
- # asset_id: "AssetId",
5807
- # property_id: "AssetPropertyId",
5808
- # property_alias: "AssetPropertyAlias",
5809
- # property_value: {
5810
- # value: {
5811
- # string_value: "AssetPropertyStringValue",
5812
- # integer_value: "AssetPropertyIntegerValue",
5813
- # double_value: "AssetPropertyDoubleValue",
5814
- # boolean_value: "AssetPropertyBooleanValue",
5815
- # },
5816
- # timestamp: {
5817
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
5818
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
5819
- # },
5820
- # quality: "AssetPropertyQuality",
5821
- # },
5822
- # },
5823
- # },
5824
- # ],
5825
- # },
5826
- # ],
5827
- # },
5828
- # on_exit: {
5829
- # events: [
5830
- # {
5831
- # event_name: "EventName", # required
5832
- # condition: "Condition",
5833
- # actions: [
5834
- # {
5835
- # set_variable: {
5836
- # variable_name: "VariableName", # required
5837
- # value: "VariableValue", # required
5838
- # },
5839
- # sns: {
5840
- # target_arn: "AmazonResourceName", # required
5841
- # payload: {
5842
- # content_expression: "ContentExpression", # required
5843
- # type: "STRING", # required, accepts STRING, JSON
5844
- # },
5845
- # },
5846
- # iot_topic_publish: {
5847
- # mqtt_topic: "MQTTTopic", # required
5848
- # payload: {
5849
- # content_expression: "ContentExpression", # required
5850
- # type: "STRING", # required, accepts STRING, JSON
5851
- # },
5852
- # },
5853
- # set_timer: {
5854
- # timer_name: "TimerName", # required
5855
- # seconds: 1,
5856
- # duration_expression: "VariableValue",
5857
- # },
5858
- # clear_timer: {
5859
- # timer_name: "TimerName", # required
5860
- # },
5861
- # reset_timer: {
5862
- # timer_name: "TimerName", # required
5863
- # },
5864
- # lambda: {
5865
- # function_arn: "AmazonResourceName", # required
5866
- # payload: {
5867
- # content_expression: "ContentExpression", # required
5868
- # type: "STRING", # required, accepts STRING, JSON
5869
- # },
5870
- # },
5871
- # iot_events: {
5872
- # input_name: "InputName", # required
5873
- # payload: {
5874
- # content_expression: "ContentExpression", # required
5875
- # type: "STRING", # required, accepts STRING, JSON
5876
- # },
5877
- # },
5878
- # sqs: {
5879
- # queue_url: "QueueUrl", # required
5880
- # use_base_64: false,
5881
- # payload: {
5882
- # content_expression: "ContentExpression", # required
5883
- # type: "STRING", # required, accepts STRING, JSON
5884
- # },
5885
- # },
5886
- # firehose: {
5887
- # delivery_stream_name: "DeliveryStreamName", # required
5888
- # separator: "FirehoseSeparator",
5889
- # payload: {
5890
- # content_expression: "ContentExpression", # required
5891
- # type: "STRING", # required, accepts STRING, JSON
5892
- # },
5893
- # },
5894
- # dynamo_db: {
5895
- # hash_key_type: "DynamoKeyType",
5896
- # hash_key_field: "DynamoKeyField", # required
5897
- # hash_key_value: "DynamoKeyValue", # required
5898
- # range_key_type: "DynamoKeyType",
5899
- # range_key_field: "DynamoKeyField",
5900
- # range_key_value: "DynamoKeyValue",
5901
- # operation: "DynamoOperation",
5902
- # payload_field: "DynamoKeyField",
5903
- # table_name: "DynamoTableName", # required
5904
- # payload: {
5905
- # content_expression: "ContentExpression", # required
5906
- # type: "STRING", # required, accepts STRING, JSON
5907
- # },
5908
- # },
5909
- # dynamo_d_bv_2: {
5910
- # table_name: "DynamoTableName", # required
5911
- # payload: {
5912
- # content_expression: "ContentExpression", # required
5913
- # type: "STRING", # required, accepts STRING, JSON
5914
- # },
5915
- # },
5916
- # iot_site_wise: {
5917
- # entry_id: "AssetPropertyEntryId",
5918
- # asset_id: "AssetId",
5919
- # property_id: "AssetPropertyId",
5920
- # property_alias: "AssetPropertyAlias",
5921
- # property_value: {
5922
- # value: {
5923
- # string_value: "AssetPropertyStringValue",
5924
- # integer_value: "AssetPropertyIntegerValue",
5925
- # double_value: "AssetPropertyDoubleValue",
5926
- # boolean_value: "AssetPropertyBooleanValue",
5927
- # },
5928
- # timestamp: {
5929
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
5930
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
5931
- # },
5932
- # quality: "AssetPropertyQuality",
5933
- # },
5934
- # },
5935
- # },
5936
- # ],
5937
- # },
5938
- # ],
5939
- # },
5940
- # },
5941
- # ],
5942
- # initial_state_name: "StateName", # required
5943
- # },
5944
- # }
5945
- #
5946
2842
  # @!attribute [rw] detector_model_definition
5947
2843
  # Information that defines how a detector operates.
5948
2844
  # @return [Types::DetectorModelDefinition]
@@ -5965,460 +2861,6 @@ module Aws::IoTEvents
5965
2861
 
5966
2862
  # Information that defines a state of a detector.
5967
2863
  #
5968
- # @note When making an API call, you may pass State
5969
- # data as a hash:
5970
- #
5971
- # {
5972
- # state_name: "StateName", # required
5973
- # on_input: {
5974
- # events: [
5975
- # {
5976
- # event_name: "EventName", # required
5977
- # condition: "Condition",
5978
- # actions: [
5979
- # {
5980
- # set_variable: {
5981
- # variable_name: "VariableName", # required
5982
- # value: "VariableValue", # required
5983
- # },
5984
- # sns: {
5985
- # target_arn: "AmazonResourceName", # required
5986
- # payload: {
5987
- # content_expression: "ContentExpression", # required
5988
- # type: "STRING", # required, accepts STRING, JSON
5989
- # },
5990
- # },
5991
- # iot_topic_publish: {
5992
- # mqtt_topic: "MQTTTopic", # required
5993
- # payload: {
5994
- # content_expression: "ContentExpression", # required
5995
- # type: "STRING", # required, accepts STRING, JSON
5996
- # },
5997
- # },
5998
- # set_timer: {
5999
- # timer_name: "TimerName", # required
6000
- # seconds: 1,
6001
- # duration_expression: "VariableValue",
6002
- # },
6003
- # clear_timer: {
6004
- # timer_name: "TimerName", # required
6005
- # },
6006
- # reset_timer: {
6007
- # timer_name: "TimerName", # required
6008
- # },
6009
- # lambda: {
6010
- # function_arn: "AmazonResourceName", # required
6011
- # payload: {
6012
- # content_expression: "ContentExpression", # required
6013
- # type: "STRING", # required, accepts STRING, JSON
6014
- # },
6015
- # },
6016
- # iot_events: {
6017
- # input_name: "InputName", # required
6018
- # payload: {
6019
- # content_expression: "ContentExpression", # required
6020
- # type: "STRING", # required, accepts STRING, JSON
6021
- # },
6022
- # },
6023
- # sqs: {
6024
- # queue_url: "QueueUrl", # required
6025
- # use_base_64: false,
6026
- # payload: {
6027
- # content_expression: "ContentExpression", # required
6028
- # type: "STRING", # required, accepts STRING, JSON
6029
- # },
6030
- # },
6031
- # firehose: {
6032
- # delivery_stream_name: "DeliveryStreamName", # required
6033
- # separator: "FirehoseSeparator",
6034
- # payload: {
6035
- # content_expression: "ContentExpression", # required
6036
- # type: "STRING", # required, accepts STRING, JSON
6037
- # },
6038
- # },
6039
- # dynamo_db: {
6040
- # hash_key_type: "DynamoKeyType",
6041
- # hash_key_field: "DynamoKeyField", # required
6042
- # hash_key_value: "DynamoKeyValue", # required
6043
- # range_key_type: "DynamoKeyType",
6044
- # range_key_field: "DynamoKeyField",
6045
- # range_key_value: "DynamoKeyValue",
6046
- # operation: "DynamoOperation",
6047
- # payload_field: "DynamoKeyField",
6048
- # table_name: "DynamoTableName", # required
6049
- # payload: {
6050
- # content_expression: "ContentExpression", # required
6051
- # type: "STRING", # required, accepts STRING, JSON
6052
- # },
6053
- # },
6054
- # dynamo_d_bv_2: {
6055
- # table_name: "DynamoTableName", # required
6056
- # payload: {
6057
- # content_expression: "ContentExpression", # required
6058
- # type: "STRING", # required, accepts STRING, JSON
6059
- # },
6060
- # },
6061
- # iot_site_wise: {
6062
- # entry_id: "AssetPropertyEntryId",
6063
- # asset_id: "AssetId",
6064
- # property_id: "AssetPropertyId",
6065
- # property_alias: "AssetPropertyAlias",
6066
- # property_value: {
6067
- # value: {
6068
- # string_value: "AssetPropertyStringValue",
6069
- # integer_value: "AssetPropertyIntegerValue",
6070
- # double_value: "AssetPropertyDoubleValue",
6071
- # boolean_value: "AssetPropertyBooleanValue",
6072
- # },
6073
- # timestamp: {
6074
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6075
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6076
- # },
6077
- # quality: "AssetPropertyQuality",
6078
- # },
6079
- # },
6080
- # },
6081
- # ],
6082
- # },
6083
- # ],
6084
- # transition_events: [
6085
- # {
6086
- # event_name: "EventName", # required
6087
- # condition: "Condition", # required
6088
- # actions: [
6089
- # {
6090
- # set_variable: {
6091
- # variable_name: "VariableName", # required
6092
- # value: "VariableValue", # required
6093
- # },
6094
- # sns: {
6095
- # target_arn: "AmazonResourceName", # required
6096
- # payload: {
6097
- # content_expression: "ContentExpression", # required
6098
- # type: "STRING", # required, accepts STRING, JSON
6099
- # },
6100
- # },
6101
- # iot_topic_publish: {
6102
- # mqtt_topic: "MQTTTopic", # required
6103
- # payload: {
6104
- # content_expression: "ContentExpression", # required
6105
- # type: "STRING", # required, accepts STRING, JSON
6106
- # },
6107
- # },
6108
- # set_timer: {
6109
- # timer_name: "TimerName", # required
6110
- # seconds: 1,
6111
- # duration_expression: "VariableValue",
6112
- # },
6113
- # clear_timer: {
6114
- # timer_name: "TimerName", # required
6115
- # },
6116
- # reset_timer: {
6117
- # timer_name: "TimerName", # required
6118
- # },
6119
- # lambda: {
6120
- # function_arn: "AmazonResourceName", # required
6121
- # payload: {
6122
- # content_expression: "ContentExpression", # required
6123
- # type: "STRING", # required, accepts STRING, JSON
6124
- # },
6125
- # },
6126
- # iot_events: {
6127
- # input_name: "InputName", # required
6128
- # payload: {
6129
- # content_expression: "ContentExpression", # required
6130
- # type: "STRING", # required, accepts STRING, JSON
6131
- # },
6132
- # },
6133
- # sqs: {
6134
- # queue_url: "QueueUrl", # required
6135
- # use_base_64: false,
6136
- # payload: {
6137
- # content_expression: "ContentExpression", # required
6138
- # type: "STRING", # required, accepts STRING, JSON
6139
- # },
6140
- # },
6141
- # firehose: {
6142
- # delivery_stream_name: "DeliveryStreamName", # required
6143
- # separator: "FirehoseSeparator",
6144
- # payload: {
6145
- # content_expression: "ContentExpression", # required
6146
- # type: "STRING", # required, accepts STRING, JSON
6147
- # },
6148
- # },
6149
- # dynamo_db: {
6150
- # hash_key_type: "DynamoKeyType",
6151
- # hash_key_field: "DynamoKeyField", # required
6152
- # hash_key_value: "DynamoKeyValue", # required
6153
- # range_key_type: "DynamoKeyType",
6154
- # range_key_field: "DynamoKeyField",
6155
- # range_key_value: "DynamoKeyValue",
6156
- # operation: "DynamoOperation",
6157
- # payload_field: "DynamoKeyField",
6158
- # table_name: "DynamoTableName", # required
6159
- # payload: {
6160
- # content_expression: "ContentExpression", # required
6161
- # type: "STRING", # required, accepts STRING, JSON
6162
- # },
6163
- # },
6164
- # dynamo_d_bv_2: {
6165
- # table_name: "DynamoTableName", # required
6166
- # payload: {
6167
- # content_expression: "ContentExpression", # required
6168
- # type: "STRING", # required, accepts STRING, JSON
6169
- # },
6170
- # },
6171
- # iot_site_wise: {
6172
- # entry_id: "AssetPropertyEntryId",
6173
- # asset_id: "AssetId",
6174
- # property_id: "AssetPropertyId",
6175
- # property_alias: "AssetPropertyAlias",
6176
- # property_value: {
6177
- # value: {
6178
- # string_value: "AssetPropertyStringValue",
6179
- # integer_value: "AssetPropertyIntegerValue",
6180
- # double_value: "AssetPropertyDoubleValue",
6181
- # boolean_value: "AssetPropertyBooleanValue",
6182
- # },
6183
- # timestamp: {
6184
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6185
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6186
- # },
6187
- # quality: "AssetPropertyQuality",
6188
- # },
6189
- # },
6190
- # },
6191
- # ],
6192
- # next_state: "StateName", # required
6193
- # },
6194
- # ],
6195
- # },
6196
- # on_enter: {
6197
- # events: [
6198
- # {
6199
- # event_name: "EventName", # required
6200
- # condition: "Condition",
6201
- # actions: [
6202
- # {
6203
- # set_variable: {
6204
- # variable_name: "VariableName", # required
6205
- # value: "VariableValue", # required
6206
- # },
6207
- # sns: {
6208
- # target_arn: "AmazonResourceName", # required
6209
- # payload: {
6210
- # content_expression: "ContentExpression", # required
6211
- # type: "STRING", # required, accepts STRING, JSON
6212
- # },
6213
- # },
6214
- # iot_topic_publish: {
6215
- # mqtt_topic: "MQTTTopic", # required
6216
- # payload: {
6217
- # content_expression: "ContentExpression", # required
6218
- # type: "STRING", # required, accepts STRING, JSON
6219
- # },
6220
- # },
6221
- # set_timer: {
6222
- # timer_name: "TimerName", # required
6223
- # seconds: 1,
6224
- # duration_expression: "VariableValue",
6225
- # },
6226
- # clear_timer: {
6227
- # timer_name: "TimerName", # required
6228
- # },
6229
- # reset_timer: {
6230
- # timer_name: "TimerName", # required
6231
- # },
6232
- # lambda: {
6233
- # function_arn: "AmazonResourceName", # required
6234
- # payload: {
6235
- # content_expression: "ContentExpression", # required
6236
- # type: "STRING", # required, accepts STRING, JSON
6237
- # },
6238
- # },
6239
- # iot_events: {
6240
- # input_name: "InputName", # required
6241
- # payload: {
6242
- # content_expression: "ContentExpression", # required
6243
- # type: "STRING", # required, accepts STRING, JSON
6244
- # },
6245
- # },
6246
- # sqs: {
6247
- # queue_url: "QueueUrl", # required
6248
- # use_base_64: false,
6249
- # payload: {
6250
- # content_expression: "ContentExpression", # required
6251
- # type: "STRING", # required, accepts STRING, JSON
6252
- # },
6253
- # },
6254
- # firehose: {
6255
- # delivery_stream_name: "DeliveryStreamName", # required
6256
- # separator: "FirehoseSeparator",
6257
- # payload: {
6258
- # content_expression: "ContentExpression", # required
6259
- # type: "STRING", # required, accepts STRING, JSON
6260
- # },
6261
- # },
6262
- # dynamo_db: {
6263
- # hash_key_type: "DynamoKeyType",
6264
- # hash_key_field: "DynamoKeyField", # required
6265
- # hash_key_value: "DynamoKeyValue", # required
6266
- # range_key_type: "DynamoKeyType",
6267
- # range_key_field: "DynamoKeyField",
6268
- # range_key_value: "DynamoKeyValue",
6269
- # operation: "DynamoOperation",
6270
- # payload_field: "DynamoKeyField",
6271
- # table_name: "DynamoTableName", # required
6272
- # payload: {
6273
- # content_expression: "ContentExpression", # required
6274
- # type: "STRING", # required, accepts STRING, JSON
6275
- # },
6276
- # },
6277
- # dynamo_d_bv_2: {
6278
- # table_name: "DynamoTableName", # required
6279
- # payload: {
6280
- # content_expression: "ContentExpression", # required
6281
- # type: "STRING", # required, accepts STRING, JSON
6282
- # },
6283
- # },
6284
- # iot_site_wise: {
6285
- # entry_id: "AssetPropertyEntryId",
6286
- # asset_id: "AssetId",
6287
- # property_id: "AssetPropertyId",
6288
- # property_alias: "AssetPropertyAlias",
6289
- # property_value: {
6290
- # value: {
6291
- # string_value: "AssetPropertyStringValue",
6292
- # integer_value: "AssetPropertyIntegerValue",
6293
- # double_value: "AssetPropertyDoubleValue",
6294
- # boolean_value: "AssetPropertyBooleanValue",
6295
- # },
6296
- # timestamp: {
6297
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6298
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6299
- # },
6300
- # quality: "AssetPropertyQuality",
6301
- # },
6302
- # },
6303
- # },
6304
- # ],
6305
- # },
6306
- # ],
6307
- # },
6308
- # on_exit: {
6309
- # events: [
6310
- # {
6311
- # event_name: "EventName", # required
6312
- # condition: "Condition",
6313
- # actions: [
6314
- # {
6315
- # set_variable: {
6316
- # variable_name: "VariableName", # required
6317
- # value: "VariableValue", # required
6318
- # },
6319
- # sns: {
6320
- # target_arn: "AmazonResourceName", # required
6321
- # payload: {
6322
- # content_expression: "ContentExpression", # required
6323
- # type: "STRING", # required, accepts STRING, JSON
6324
- # },
6325
- # },
6326
- # iot_topic_publish: {
6327
- # mqtt_topic: "MQTTTopic", # required
6328
- # payload: {
6329
- # content_expression: "ContentExpression", # required
6330
- # type: "STRING", # required, accepts STRING, JSON
6331
- # },
6332
- # },
6333
- # set_timer: {
6334
- # timer_name: "TimerName", # required
6335
- # seconds: 1,
6336
- # duration_expression: "VariableValue",
6337
- # },
6338
- # clear_timer: {
6339
- # timer_name: "TimerName", # required
6340
- # },
6341
- # reset_timer: {
6342
- # timer_name: "TimerName", # required
6343
- # },
6344
- # lambda: {
6345
- # function_arn: "AmazonResourceName", # required
6346
- # payload: {
6347
- # content_expression: "ContentExpression", # required
6348
- # type: "STRING", # required, accepts STRING, JSON
6349
- # },
6350
- # },
6351
- # iot_events: {
6352
- # input_name: "InputName", # required
6353
- # payload: {
6354
- # content_expression: "ContentExpression", # required
6355
- # type: "STRING", # required, accepts STRING, JSON
6356
- # },
6357
- # },
6358
- # sqs: {
6359
- # queue_url: "QueueUrl", # required
6360
- # use_base_64: false,
6361
- # payload: {
6362
- # content_expression: "ContentExpression", # required
6363
- # type: "STRING", # required, accepts STRING, JSON
6364
- # },
6365
- # },
6366
- # firehose: {
6367
- # delivery_stream_name: "DeliveryStreamName", # required
6368
- # separator: "FirehoseSeparator",
6369
- # payload: {
6370
- # content_expression: "ContentExpression", # required
6371
- # type: "STRING", # required, accepts STRING, JSON
6372
- # },
6373
- # },
6374
- # dynamo_db: {
6375
- # hash_key_type: "DynamoKeyType",
6376
- # hash_key_field: "DynamoKeyField", # required
6377
- # hash_key_value: "DynamoKeyValue", # required
6378
- # range_key_type: "DynamoKeyType",
6379
- # range_key_field: "DynamoKeyField",
6380
- # range_key_value: "DynamoKeyValue",
6381
- # operation: "DynamoOperation",
6382
- # payload_field: "DynamoKeyField",
6383
- # table_name: "DynamoTableName", # required
6384
- # payload: {
6385
- # content_expression: "ContentExpression", # required
6386
- # type: "STRING", # required, accepts STRING, JSON
6387
- # },
6388
- # },
6389
- # dynamo_d_bv_2: {
6390
- # table_name: "DynamoTableName", # required
6391
- # payload: {
6392
- # content_expression: "ContentExpression", # required
6393
- # type: "STRING", # required, accepts STRING, JSON
6394
- # },
6395
- # },
6396
- # iot_site_wise: {
6397
- # entry_id: "AssetPropertyEntryId",
6398
- # asset_id: "AssetId",
6399
- # property_id: "AssetPropertyId",
6400
- # property_alias: "AssetPropertyAlias",
6401
- # property_value: {
6402
- # value: {
6403
- # string_value: "AssetPropertyStringValue",
6404
- # integer_value: "AssetPropertyIntegerValue",
6405
- # double_value: "AssetPropertyDoubleValue",
6406
- # boolean_value: "AssetPropertyBooleanValue",
6407
- # },
6408
- # timestamp: {
6409
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6410
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6411
- # },
6412
- # quality: "AssetPropertyQuality",
6413
- # },
6414
- # },
6415
- # },
6416
- # ],
6417
- # },
6418
- # ],
6419
- # },
6420
- # }
6421
- #
6422
2864
  # @!attribute [rw] state_name
6423
2865
  # The name of the state.
6424
2866
  # @return [String]
@@ -6449,14 +2891,6 @@ module Aws::IoTEvents
6449
2891
 
6450
2892
  # Metadata that can be used to manage the resource.
6451
2893
  #
6452
- # @note When making an API call, you may pass Tag
6453
- # data as a hash:
6454
- #
6455
- # {
6456
- # key: "TagKey", # required
6457
- # value: "TagValue", # required
6458
- # }
6459
- #
6460
2894
  # @!attribute [rw] key
6461
2895
  # The tag's key.
6462
2896
  # @return [String]
@@ -6472,19 +2906,6 @@ module Aws::IoTEvents
6472
2906
  include Aws::Structure
6473
2907
  end
6474
2908
 
6475
- # @note When making an API call, you may pass TagResourceRequest
6476
- # data as a hash:
6477
- #
6478
- # {
6479
- # resource_arn: "AmazonResourceName", # required
6480
- # tags: [ # required
6481
- # {
6482
- # key: "TagKey", # required
6483
- # value: "TagValue", # required
6484
- # },
6485
- # ],
6486
- # }
6487
- #
6488
2909
  # @!attribute [rw] resource_arn
6489
2910
  # The ARN of the resource.
6490
2911
  # @return [String]
@@ -6517,119 +2938,6 @@ module Aws::IoTEvents
6517
2938
  # Specifies the actions performed and the next state entered when a
6518
2939
  # `condition` evaluates to TRUE.
6519
2940
  #
6520
- # @note When making an API call, you may pass TransitionEvent
6521
- # data as a hash:
6522
- #
6523
- # {
6524
- # event_name: "EventName", # required
6525
- # condition: "Condition", # required
6526
- # actions: [
6527
- # {
6528
- # set_variable: {
6529
- # variable_name: "VariableName", # required
6530
- # value: "VariableValue", # required
6531
- # },
6532
- # sns: {
6533
- # target_arn: "AmazonResourceName", # required
6534
- # payload: {
6535
- # content_expression: "ContentExpression", # required
6536
- # type: "STRING", # required, accepts STRING, JSON
6537
- # },
6538
- # },
6539
- # iot_topic_publish: {
6540
- # mqtt_topic: "MQTTTopic", # required
6541
- # payload: {
6542
- # content_expression: "ContentExpression", # required
6543
- # type: "STRING", # required, accepts STRING, JSON
6544
- # },
6545
- # },
6546
- # set_timer: {
6547
- # timer_name: "TimerName", # required
6548
- # seconds: 1,
6549
- # duration_expression: "VariableValue",
6550
- # },
6551
- # clear_timer: {
6552
- # timer_name: "TimerName", # required
6553
- # },
6554
- # reset_timer: {
6555
- # timer_name: "TimerName", # required
6556
- # },
6557
- # lambda: {
6558
- # function_arn: "AmazonResourceName", # required
6559
- # payload: {
6560
- # content_expression: "ContentExpression", # required
6561
- # type: "STRING", # required, accepts STRING, JSON
6562
- # },
6563
- # },
6564
- # iot_events: {
6565
- # input_name: "InputName", # required
6566
- # payload: {
6567
- # content_expression: "ContentExpression", # required
6568
- # type: "STRING", # required, accepts STRING, JSON
6569
- # },
6570
- # },
6571
- # sqs: {
6572
- # queue_url: "QueueUrl", # required
6573
- # use_base_64: false,
6574
- # payload: {
6575
- # content_expression: "ContentExpression", # required
6576
- # type: "STRING", # required, accepts STRING, JSON
6577
- # },
6578
- # },
6579
- # firehose: {
6580
- # delivery_stream_name: "DeliveryStreamName", # required
6581
- # separator: "FirehoseSeparator",
6582
- # payload: {
6583
- # content_expression: "ContentExpression", # required
6584
- # type: "STRING", # required, accepts STRING, JSON
6585
- # },
6586
- # },
6587
- # dynamo_db: {
6588
- # hash_key_type: "DynamoKeyType",
6589
- # hash_key_field: "DynamoKeyField", # required
6590
- # hash_key_value: "DynamoKeyValue", # required
6591
- # range_key_type: "DynamoKeyType",
6592
- # range_key_field: "DynamoKeyField",
6593
- # range_key_value: "DynamoKeyValue",
6594
- # operation: "DynamoOperation",
6595
- # payload_field: "DynamoKeyField",
6596
- # table_name: "DynamoTableName", # required
6597
- # payload: {
6598
- # content_expression: "ContentExpression", # required
6599
- # type: "STRING", # required, accepts STRING, JSON
6600
- # },
6601
- # },
6602
- # dynamo_d_bv_2: {
6603
- # table_name: "DynamoTableName", # required
6604
- # payload: {
6605
- # content_expression: "ContentExpression", # required
6606
- # type: "STRING", # required, accepts STRING, JSON
6607
- # },
6608
- # },
6609
- # iot_site_wise: {
6610
- # entry_id: "AssetPropertyEntryId",
6611
- # asset_id: "AssetId",
6612
- # property_id: "AssetPropertyId",
6613
- # property_alias: "AssetPropertyAlias",
6614
- # property_value: {
6615
- # value: {
6616
- # string_value: "AssetPropertyStringValue",
6617
- # integer_value: "AssetPropertyIntegerValue",
6618
- # double_value: "AssetPropertyDoubleValue",
6619
- # boolean_value: "AssetPropertyBooleanValue",
6620
- # },
6621
- # timestamp: {
6622
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6623
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6624
- # },
6625
- # quality: "AssetPropertyQuality",
6626
- # },
6627
- # },
6628
- # },
6629
- # ],
6630
- # next_state: "StateName", # required
6631
- # }
6632
- #
6633
2941
  # @!attribute [rw] event_name
6634
2942
  # The name of the transition event.
6635
2943
  # @return [String]
@@ -6668,14 +2976,6 @@ module Aws::IoTEvents
6668
2976
  include Aws::Structure
6669
2977
  end
6670
2978
 
6671
- # @note When making an API call, you may pass UntagResourceRequest
6672
- # data as a hash:
6673
- #
6674
- # {
6675
- # resource_arn: "AmazonResourceName", # required
6676
- # tag_keys: ["TagKey"], # required
6677
- # }
6678
- #
6679
2979
  # @!attribute [rw] resource_arn
6680
2980
  # The ARN of the resource.
6681
2981
  # @return [String]
@@ -6693,170 +2993,6 @@ module Aws::IoTEvents
6693
2993
 
6694
2994
  class UntagResourceResponse < Aws::EmptyStructure; end
6695
2995
 
6696
- # @note When making an API call, you may pass UpdateAlarmModelRequest
6697
- # data as a hash:
6698
- #
6699
- # {
6700
- # alarm_model_name: "AlarmModelName", # required
6701
- # alarm_model_description: "AlarmModelDescription",
6702
- # role_arn: "AmazonResourceName", # required
6703
- # severity: 1,
6704
- # alarm_rule: { # required
6705
- # simple_rule: {
6706
- # input_property: "InputProperty", # required
6707
- # comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL
6708
- # threshold: "Threshold", # required
6709
- # },
6710
- # },
6711
- # alarm_notification: {
6712
- # notification_actions: [
6713
- # {
6714
- # action: { # required
6715
- # lambda_action: {
6716
- # function_arn: "AmazonResourceName", # required
6717
- # payload: {
6718
- # content_expression: "ContentExpression", # required
6719
- # type: "STRING", # required, accepts STRING, JSON
6720
- # },
6721
- # },
6722
- # },
6723
- # sms_configurations: [
6724
- # {
6725
- # sender_id: "SMSSenderId",
6726
- # additional_message: "NotificationAdditionalMessage",
6727
- # recipients: [ # required
6728
- # {
6729
- # sso_identity: {
6730
- # identity_store_id: "IdentityStoreId", # required
6731
- # user_id: "SSOReferenceId",
6732
- # },
6733
- # },
6734
- # ],
6735
- # },
6736
- # ],
6737
- # email_configurations: [
6738
- # {
6739
- # from: "FromEmail", # required
6740
- # content: {
6741
- # subject: "EmailSubject",
6742
- # additional_message: "NotificationAdditionalMessage",
6743
- # },
6744
- # recipients: { # required
6745
- # to: [
6746
- # {
6747
- # sso_identity: {
6748
- # identity_store_id: "IdentityStoreId", # required
6749
- # user_id: "SSOReferenceId",
6750
- # },
6751
- # },
6752
- # ],
6753
- # },
6754
- # },
6755
- # ],
6756
- # },
6757
- # ],
6758
- # },
6759
- # alarm_event_actions: {
6760
- # alarm_actions: [
6761
- # {
6762
- # sns: {
6763
- # target_arn: "AmazonResourceName", # required
6764
- # payload: {
6765
- # content_expression: "ContentExpression", # required
6766
- # type: "STRING", # required, accepts STRING, JSON
6767
- # },
6768
- # },
6769
- # iot_topic_publish: {
6770
- # mqtt_topic: "MQTTTopic", # required
6771
- # payload: {
6772
- # content_expression: "ContentExpression", # required
6773
- # type: "STRING", # required, accepts STRING, JSON
6774
- # },
6775
- # },
6776
- # lambda: {
6777
- # function_arn: "AmazonResourceName", # required
6778
- # payload: {
6779
- # content_expression: "ContentExpression", # required
6780
- # type: "STRING", # required, accepts STRING, JSON
6781
- # },
6782
- # },
6783
- # iot_events: {
6784
- # input_name: "InputName", # required
6785
- # payload: {
6786
- # content_expression: "ContentExpression", # required
6787
- # type: "STRING", # required, accepts STRING, JSON
6788
- # },
6789
- # },
6790
- # sqs: {
6791
- # queue_url: "QueueUrl", # required
6792
- # use_base_64: false,
6793
- # payload: {
6794
- # content_expression: "ContentExpression", # required
6795
- # type: "STRING", # required, accepts STRING, JSON
6796
- # },
6797
- # },
6798
- # firehose: {
6799
- # delivery_stream_name: "DeliveryStreamName", # required
6800
- # separator: "FirehoseSeparator",
6801
- # payload: {
6802
- # content_expression: "ContentExpression", # required
6803
- # type: "STRING", # required, accepts STRING, JSON
6804
- # },
6805
- # },
6806
- # dynamo_db: {
6807
- # hash_key_type: "DynamoKeyType",
6808
- # hash_key_field: "DynamoKeyField", # required
6809
- # hash_key_value: "DynamoKeyValue", # required
6810
- # range_key_type: "DynamoKeyType",
6811
- # range_key_field: "DynamoKeyField",
6812
- # range_key_value: "DynamoKeyValue",
6813
- # operation: "DynamoOperation",
6814
- # payload_field: "DynamoKeyField",
6815
- # table_name: "DynamoTableName", # required
6816
- # payload: {
6817
- # content_expression: "ContentExpression", # required
6818
- # type: "STRING", # required, accepts STRING, JSON
6819
- # },
6820
- # },
6821
- # dynamo_d_bv_2: {
6822
- # table_name: "DynamoTableName", # required
6823
- # payload: {
6824
- # content_expression: "ContentExpression", # required
6825
- # type: "STRING", # required, accepts STRING, JSON
6826
- # },
6827
- # },
6828
- # iot_site_wise: {
6829
- # entry_id: "AssetPropertyEntryId",
6830
- # asset_id: "AssetId",
6831
- # property_id: "AssetPropertyId",
6832
- # property_alias: "AssetPropertyAlias",
6833
- # property_value: {
6834
- # value: {
6835
- # string_value: "AssetPropertyStringValue",
6836
- # integer_value: "AssetPropertyIntegerValue",
6837
- # double_value: "AssetPropertyDoubleValue",
6838
- # boolean_value: "AssetPropertyBooleanValue",
6839
- # },
6840
- # timestamp: {
6841
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
6842
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
6843
- # },
6844
- # quality: "AssetPropertyQuality",
6845
- # },
6846
- # },
6847
- # },
6848
- # ],
6849
- # },
6850
- # alarm_capabilities: {
6851
- # initialization_configuration: {
6852
- # disabled_on_initialization: false, # required
6853
- # },
6854
- # acknowledge_flow: {
6855
- # enabled: false, # required
6856
- # },
6857
- # },
6858
- # }
6859
- #
6860
2996
  # @!attribute [rw] alarm_model_name
6861
2997
  # The name of the alarm model.
6862
2998
  # @return [String]
@@ -6958,471 +3094,6 @@ module Aws::IoTEvents
6958
3094
  include Aws::Structure
6959
3095
  end
6960
3096
 
6961
- # @note When making an API call, you may pass UpdateDetectorModelRequest
6962
- # data as a hash:
6963
- #
6964
- # {
6965
- # detector_model_name: "DetectorModelName", # required
6966
- # detector_model_definition: { # required
6967
- # states: [ # required
6968
- # {
6969
- # state_name: "StateName", # required
6970
- # on_input: {
6971
- # events: [
6972
- # {
6973
- # event_name: "EventName", # required
6974
- # condition: "Condition",
6975
- # actions: [
6976
- # {
6977
- # set_variable: {
6978
- # variable_name: "VariableName", # required
6979
- # value: "VariableValue", # required
6980
- # },
6981
- # sns: {
6982
- # target_arn: "AmazonResourceName", # required
6983
- # payload: {
6984
- # content_expression: "ContentExpression", # required
6985
- # type: "STRING", # required, accepts STRING, JSON
6986
- # },
6987
- # },
6988
- # iot_topic_publish: {
6989
- # mqtt_topic: "MQTTTopic", # required
6990
- # payload: {
6991
- # content_expression: "ContentExpression", # required
6992
- # type: "STRING", # required, accepts STRING, JSON
6993
- # },
6994
- # },
6995
- # set_timer: {
6996
- # timer_name: "TimerName", # required
6997
- # seconds: 1,
6998
- # duration_expression: "VariableValue",
6999
- # },
7000
- # clear_timer: {
7001
- # timer_name: "TimerName", # required
7002
- # },
7003
- # reset_timer: {
7004
- # timer_name: "TimerName", # required
7005
- # },
7006
- # lambda: {
7007
- # function_arn: "AmazonResourceName", # required
7008
- # payload: {
7009
- # content_expression: "ContentExpression", # required
7010
- # type: "STRING", # required, accepts STRING, JSON
7011
- # },
7012
- # },
7013
- # iot_events: {
7014
- # input_name: "InputName", # required
7015
- # payload: {
7016
- # content_expression: "ContentExpression", # required
7017
- # type: "STRING", # required, accepts STRING, JSON
7018
- # },
7019
- # },
7020
- # sqs: {
7021
- # queue_url: "QueueUrl", # required
7022
- # use_base_64: false,
7023
- # payload: {
7024
- # content_expression: "ContentExpression", # required
7025
- # type: "STRING", # required, accepts STRING, JSON
7026
- # },
7027
- # },
7028
- # firehose: {
7029
- # delivery_stream_name: "DeliveryStreamName", # required
7030
- # separator: "FirehoseSeparator",
7031
- # payload: {
7032
- # content_expression: "ContentExpression", # required
7033
- # type: "STRING", # required, accepts STRING, JSON
7034
- # },
7035
- # },
7036
- # dynamo_db: {
7037
- # hash_key_type: "DynamoKeyType",
7038
- # hash_key_field: "DynamoKeyField", # required
7039
- # hash_key_value: "DynamoKeyValue", # required
7040
- # range_key_type: "DynamoKeyType",
7041
- # range_key_field: "DynamoKeyField",
7042
- # range_key_value: "DynamoKeyValue",
7043
- # operation: "DynamoOperation",
7044
- # payload_field: "DynamoKeyField",
7045
- # table_name: "DynamoTableName", # required
7046
- # payload: {
7047
- # content_expression: "ContentExpression", # required
7048
- # type: "STRING", # required, accepts STRING, JSON
7049
- # },
7050
- # },
7051
- # dynamo_d_bv_2: {
7052
- # table_name: "DynamoTableName", # required
7053
- # payload: {
7054
- # content_expression: "ContentExpression", # required
7055
- # type: "STRING", # required, accepts STRING, JSON
7056
- # },
7057
- # },
7058
- # iot_site_wise: {
7059
- # entry_id: "AssetPropertyEntryId",
7060
- # asset_id: "AssetId",
7061
- # property_id: "AssetPropertyId",
7062
- # property_alias: "AssetPropertyAlias",
7063
- # property_value: {
7064
- # value: {
7065
- # string_value: "AssetPropertyStringValue",
7066
- # integer_value: "AssetPropertyIntegerValue",
7067
- # double_value: "AssetPropertyDoubleValue",
7068
- # boolean_value: "AssetPropertyBooleanValue",
7069
- # },
7070
- # timestamp: {
7071
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
7072
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
7073
- # },
7074
- # quality: "AssetPropertyQuality",
7075
- # },
7076
- # },
7077
- # },
7078
- # ],
7079
- # },
7080
- # ],
7081
- # transition_events: [
7082
- # {
7083
- # event_name: "EventName", # required
7084
- # condition: "Condition", # required
7085
- # actions: [
7086
- # {
7087
- # set_variable: {
7088
- # variable_name: "VariableName", # required
7089
- # value: "VariableValue", # required
7090
- # },
7091
- # sns: {
7092
- # target_arn: "AmazonResourceName", # required
7093
- # payload: {
7094
- # content_expression: "ContentExpression", # required
7095
- # type: "STRING", # required, accepts STRING, JSON
7096
- # },
7097
- # },
7098
- # iot_topic_publish: {
7099
- # mqtt_topic: "MQTTTopic", # required
7100
- # payload: {
7101
- # content_expression: "ContentExpression", # required
7102
- # type: "STRING", # required, accepts STRING, JSON
7103
- # },
7104
- # },
7105
- # set_timer: {
7106
- # timer_name: "TimerName", # required
7107
- # seconds: 1,
7108
- # duration_expression: "VariableValue",
7109
- # },
7110
- # clear_timer: {
7111
- # timer_name: "TimerName", # required
7112
- # },
7113
- # reset_timer: {
7114
- # timer_name: "TimerName", # required
7115
- # },
7116
- # lambda: {
7117
- # function_arn: "AmazonResourceName", # required
7118
- # payload: {
7119
- # content_expression: "ContentExpression", # required
7120
- # type: "STRING", # required, accepts STRING, JSON
7121
- # },
7122
- # },
7123
- # iot_events: {
7124
- # input_name: "InputName", # required
7125
- # payload: {
7126
- # content_expression: "ContentExpression", # required
7127
- # type: "STRING", # required, accepts STRING, JSON
7128
- # },
7129
- # },
7130
- # sqs: {
7131
- # queue_url: "QueueUrl", # required
7132
- # use_base_64: false,
7133
- # payload: {
7134
- # content_expression: "ContentExpression", # required
7135
- # type: "STRING", # required, accepts STRING, JSON
7136
- # },
7137
- # },
7138
- # firehose: {
7139
- # delivery_stream_name: "DeliveryStreamName", # required
7140
- # separator: "FirehoseSeparator",
7141
- # payload: {
7142
- # content_expression: "ContentExpression", # required
7143
- # type: "STRING", # required, accepts STRING, JSON
7144
- # },
7145
- # },
7146
- # dynamo_db: {
7147
- # hash_key_type: "DynamoKeyType",
7148
- # hash_key_field: "DynamoKeyField", # required
7149
- # hash_key_value: "DynamoKeyValue", # required
7150
- # range_key_type: "DynamoKeyType",
7151
- # range_key_field: "DynamoKeyField",
7152
- # range_key_value: "DynamoKeyValue",
7153
- # operation: "DynamoOperation",
7154
- # payload_field: "DynamoKeyField",
7155
- # table_name: "DynamoTableName", # required
7156
- # payload: {
7157
- # content_expression: "ContentExpression", # required
7158
- # type: "STRING", # required, accepts STRING, JSON
7159
- # },
7160
- # },
7161
- # dynamo_d_bv_2: {
7162
- # table_name: "DynamoTableName", # required
7163
- # payload: {
7164
- # content_expression: "ContentExpression", # required
7165
- # type: "STRING", # required, accepts STRING, JSON
7166
- # },
7167
- # },
7168
- # iot_site_wise: {
7169
- # entry_id: "AssetPropertyEntryId",
7170
- # asset_id: "AssetId",
7171
- # property_id: "AssetPropertyId",
7172
- # property_alias: "AssetPropertyAlias",
7173
- # property_value: {
7174
- # value: {
7175
- # string_value: "AssetPropertyStringValue",
7176
- # integer_value: "AssetPropertyIntegerValue",
7177
- # double_value: "AssetPropertyDoubleValue",
7178
- # boolean_value: "AssetPropertyBooleanValue",
7179
- # },
7180
- # timestamp: {
7181
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
7182
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
7183
- # },
7184
- # quality: "AssetPropertyQuality",
7185
- # },
7186
- # },
7187
- # },
7188
- # ],
7189
- # next_state: "StateName", # required
7190
- # },
7191
- # ],
7192
- # },
7193
- # on_enter: {
7194
- # events: [
7195
- # {
7196
- # event_name: "EventName", # required
7197
- # condition: "Condition",
7198
- # actions: [
7199
- # {
7200
- # set_variable: {
7201
- # variable_name: "VariableName", # required
7202
- # value: "VariableValue", # required
7203
- # },
7204
- # sns: {
7205
- # target_arn: "AmazonResourceName", # required
7206
- # payload: {
7207
- # content_expression: "ContentExpression", # required
7208
- # type: "STRING", # required, accepts STRING, JSON
7209
- # },
7210
- # },
7211
- # iot_topic_publish: {
7212
- # mqtt_topic: "MQTTTopic", # required
7213
- # payload: {
7214
- # content_expression: "ContentExpression", # required
7215
- # type: "STRING", # required, accepts STRING, JSON
7216
- # },
7217
- # },
7218
- # set_timer: {
7219
- # timer_name: "TimerName", # required
7220
- # seconds: 1,
7221
- # duration_expression: "VariableValue",
7222
- # },
7223
- # clear_timer: {
7224
- # timer_name: "TimerName", # required
7225
- # },
7226
- # reset_timer: {
7227
- # timer_name: "TimerName", # required
7228
- # },
7229
- # lambda: {
7230
- # function_arn: "AmazonResourceName", # required
7231
- # payload: {
7232
- # content_expression: "ContentExpression", # required
7233
- # type: "STRING", # required, accepts STRING, JSON
7234
- # },
7235
- # },
7236
- # iot_events: {
7237
- # input_name: "InputName", # required
7238
- # payload: {
7239
- # content_expression: "ContentExpression", # required
7240
- # type: "STRING", # required, accepts STRING, JSON
7241
- # },
7242
- # },
7243
- # sqs: {
7244
- # queue_url: "QueueUrl", # required
7245
- # use_base_64: false,
7246
- # payload: {
7247
- # content_expression: "ContentExpression", # required
7248
- # type: "STRING", # required, accepts STRING, JSON
7249
- # },
7250
- # },
7251
- # firehose: {
7252
- # delivery_stream_name: "DeliveryStreamName", # required
7253
- # separator: "FirehoseSeparator",
7254
- # payload: {
7255
- # content_expression: "ContentExpression", # required
7256
- # type: "STRING", # required, accepts STRING, JSON
7257
- # },
7258
- # },
7259
- # dynamo_db: {
7260
- # hash_key_type: "DynamoKeyType",
7261
- # hash_key_field: "DynamoKeyField", # required
7262
- # hash_key_value: "DynamoKeyValue", # required
7263
- # range_key_type: "DynamoKeyType",
7264
- # range_key_field: "DynamoKeyField",
7265
- # range_key_value: "DynamoKeyValue",
7266
- # operation: "DynamoOperation",
7267
- # payload_field: "DynamoKeyField",
7268
- # table_name: "DynamoTableName", # required
7269
- # payload: {
7270
- # content_expression: "ContentExpression", # required
7271
- # type: "STRING", # required, accepts STRING, JSON
7272
- # },
7273
- # },
7274
- # dynamo_d_bv_2: {
7275
- # table_name: "DynamoTableName", # required
7276
- # payload: {
7277
- # content_expression: "ContentExpression", # required
7278
- # type: "STRING", # required, accepts STRING, JSON
7279
- # },
7280
- # },
7281
- # iot_site_wise: {
7282
- # entry_id: "AssetPropertyEntryId",
7283
- # asset_id: "AssetId",
7284
- # property_id: "AssetPropertyId",
7285
- # property_alias: "AssetPropertyAlias",
7286
- # property_value: {
7287
- # value: {
7288
- # string_value: "AssetPropertyStringValue",
7289
- # integer_value: "AssetPropertyIntegerValue",
7290
- # double_value: "AssetPropertyDoubleValue",
7291
- # boolean_value: "AssetPropertyBooleanValue",
7292
- # },
7293
- # timestamp: {
7294
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
7295
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
7296
- # },
7297
- # quality: "AssetPropertyQuality",
7298
- # },
7299
- # },
7300
- # },
7301
- # ],
7302
- # },
7303
- # ],
7304
- # },
7305
- # on_exit: {
7306
- # events: [
7307
- # {
7308
- # event_name: "EventName", # required
7309
- # condition: "Condition",
7310
- # actions: [
7311
- # {
7312
- # set_variable: {
7313
- # variable_name: "VariableName", # required
7314
- # value: "VariableValue", # required
7315
- # },
7316
- # sns: {
7317
- # target_arn: "AmazonResourceName", # required
7318
- # payload: {
7319
- # content_expression: "ContentExpression", # required
7320
- # type: "STRING", # required, accepts STRING, JSON
7321
- # },
7322
- # },
7323
- # iot_topic_publish: {
7324
- # mqtt_topic: "MQTTTopic", # required
7325
- # payload: {
7326
- # content_expression: "ContentExpression", # required
7327
- # type: "STRING", # required, accepts STRING, JSON
7328
- # },
7329
- # },
7330
- # set_timer: {
7331
- # timer_name: "TimerName", # required
7332
- # seconds: 1,
7333
- # duration_expression: "VariableValue",
7334
- # },
7335
- # clear_timer: {
7336
- # timer_name: "TimerName", # required
7337
- # },
7338
- # reset_timer: {
7339
- # timer_name: "TimerName", # required
7340
- # },
7341
- # lambda: {
7342
- # function_arn: "AmazonResourceName", # required
7343
- # payload: {
7344
- # content_expression: "ContentExpression", # required
7345
- # type: "STRING", # required, accepts STRING, JSON
7346
- # },
7347
- # },
7348
- # iot_events: {
7349
- # input_name: "InputName", # required
7350
- # payload: {
7351
- # content_expression: "ContentExpression", # required
7352
- # type: "STRING", # required, accepts STRING, JSON
7353
- # },
7354
- # },
7355
- # sqs: {
7356
- # queue_url: "QueueUrl", # required
7357
- # use_base_64: false,
7358
- # payload: {
7359
- # content_expression: "ContentExpression", # required
7360
- # type: "STRING", # required, accepts STRING, JSON
7361
- # },
7362
- # },
7363
- # firehose: {
7364
- # delivery_stream_name: "DeliveryStreamName", # required
7365
- # separator: "FirehoseSeparator",
7366
- # payload: {
7367
- # content_expression: "ContentExpression", # required
7368
- # type: "STRING", # required, accepts STRING, JSON
7369
- # },
7370
- # },
7371
- # dynamo_db: {
7372
- # hash_key_type: "DynamoKeyType",
7373
- # hash_key_field: "DynamoKeyField", # required
7374
- # hash_key_value: "DynamoKeyValue", # required
7375
- # range_key_type: "DynamoKeyType",
7376
- # range_key_field: "DynamoKeyField",
7377
- # range_key_value: "DynamoKeyValue",
7378
- # operation: "DynamoOperation",
7379
- # payload_field: "DynamoKeyField",
7380
- # table_name: "DynamoTableName", # required
7381
- # payload: {
7382
- # content_expression: "ContentExpression", # required
7383
- # type: "STRING", # required, accepts STRING, JSON
7384
- # },
7385
- # },
7386
- # dynamo_d_bv_2: {
7387
- # table_name: "DynamoTableName", # required
7388
- # payload: {
7389
- # content_expression: "ContentExpression", # required
7390
- # type: "STRING", # required, accepts STRING, JSON
7391
- # },
7392
- # },
7393
- # iot_site_wise: {
7394
- # entry_id: "AssetPropertyEntryId",
7395
- # asset_id: "AssetId",
7396
- # property_id: "AssetPropertyId",
7397
- # property_alias: "AssetPropertyAlias",
7398
- # property_value: {
7399
- # value: {
7400
- # string_value: "AssetPropertyStringValue",
7401
- # integer_value: "AssetPropertyIntegerValue",
7402
- # double_value: "AssetPropertyDoubleValue",
7403
- # boolean_value: "AssetPropertyBooleanValue",
7404
- # },
7405
- # timestamp: {
7406
- # time_in_seconds: "AssetPropertyTimeInSeconds", # required
7407
- # offset_in_nanos: "AssetPropertyOffsetInNanos",
7408
- # },
7409
- # quality: "AssetPropertyQuality",
7410
- # },
7411
- # },
7412
- # },
7413
- # ],
7414
- # },
7415
- # ],
7416
- # },
7417
- # },
7418
- # ],
7419
- # initial_state_name: "StateName", # required
7420
- # },
7421
- # detector_model_description: "DetectorModelDescription",
7422
- # role_arn: "AmazonResourceName", # required
7423
- # evaluation_method: "BATCH", # accepts BATCH, SERIAL
7424
- # }
7425
- #
7426
3097
  # @!attribute [rw] detector_model_name
7427
3098
  # The name of the detector model that is updated.
7428
3099
  # @return [String]
@@ -7465,21 +3136,6 @@ module Aws::IoTEvents
7465
3136
  include Aws::Structure
7466
3137
  end
7467
3138
 
7468
- # @note When making an API call, you may pass UpdateInputRequest
7469
- # data as a hash:
7470
- #
7471
- # {
7472
- # input_name: "InputName", # required
7473
- # input_description: "InputDescription",
7474
- # input_definition: { # required
7475
- # attributes: [ # required
7476
- # {
7477
- # json_path: "AttributeJsonPath", # required
7478
- # },
7479
- # ],
7480
- # },
7481
- # }
7482
- #
7483
3139
  # @!attribute [rw] input_name
7484
3140
  # The name of the input you want to update.
7485
3141
  # @return [String]