1{
2  "version": "2.0",
3  "service": "<p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events API operations to create, read, update, and delete inputs and detector models, and to list their versions.</p>",
4  "operations": {
5    "CreateAlarmModel": "<p>Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html\">Create an alarm model</a> in the <i>AWS IoT Events Developer Guide</i>.</p>",
6    "CreateDetectorModel": "<p>Creates a detector model.</p>",
7    "CreateInput": "<p>Creates an input.</p>",
8    "DeleteAlarmModel": "<p>Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.</p>",
9    "DeleteDetectorModel": "<p>Deletes a detector model. Any active instances of the detector model are also deleted.</p>",
10    "DeleteInput": "<p>Deletes an input.</p>",
11    "DescribeAlarmModel": "<p>Retrieves information about an alarm model. If you don't specify a value for the <code>alarmModelVersion</code> parameter, the latest version is returned.</p>",
12    "DescribeDetectorModel": "<p>Describes a detector model. If the <code>version</code> parameter is not specified, information about the latest version is returned.</p>",
13    "DescribeDetectorModelAnalysis": "<p>Retrieves runtime information about a detector model analysis.</p> <note> <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p> </note>",
14    "DescribeInput": "<p>Describes an input.</p>",
15    "DescribeLoggingOptions": "<p>Retrieves the current settings of the AWS IoT Events logging options.</p>",
16    "GetDetectorModelAnalysisResults": "<p>Retrieves one or more analysis results of the detector model.</p> <note> <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p> </note>",
17    "ListAlarmModelVersions": "<p>Lists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.</p>",
18    "ListAlarmModels": "<p>Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.</p>",
19    "ListDetectorModelVersions": "<p>Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.</p>",
20    "ListDetectorModels": "<p>Lists the detector models you have created. Only the metadata associated with each detector model is returned.</p>",
21    "ListInputRoutings": "<p> Lists one or more input routings. </p>",
22    "ListInputs": "<p>Lists the inputs you have created.</p>",
23    "ListTagsForResource": "<p>Lists the tags (metadata) you have assigned to the resource.</p>",
24    "PutLoggingOptions": "<p>Sets or updates the AWS IoT Events logging options.</p> <p>If you update the value of any <code>loggingOptions</code> field, it takes up to one minute for the change to take effect. If you change the policy attached to the role you specified in the <code>roleArn</code> field (for example, to correct an invalid policy), it takes up to five minutes for that change to take effect.</p>",
25    "StartDetectorModelAnalysis": "<p>Performs an analysis of your detector model. For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-analyze-api.html\">Troubleshooting a detector model</a> in the <i>AWS IoT Events Developer Guide</i>.</p>",
26    "TagResource": "<p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.</p>",
27    "UntagResource": "<p>Removes the given tags (metadata) from the resource.</p>",
28    "UpdateAlarmModel": "<p>Updates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.</p>",
29    "UpdateDetectorModel": "<p>Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.</p>",
30    "UpdateInput": "<p>Updates an input.</p>"
31  },
32  "shapes": {
33    "AcknowledgeFlow": {
34      "base": "<p>Specifies whether to get notified for alarm state changes.</p>",
35      "refs": {
36        "AlarmCapabilities$acknowledgeFlow": "<p>Specifies whether to get notified for alarm state changes.</p>"
37      }
38    },
39    "AcknowledgeFlowEnabled": {
40      "base": null,
41      "refs": {
42        "AcknowledgeFlow$enabled": "<p>The value must be <code>TRUE</code> or <code>FALSE</code>. If <code>TRUE</code>, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to <code>NORMAL</code>. If <code>FALSE</code>, you won't receive notifications. The alarm automatically changes to the <code>NORMAL</code> state when the input property value returns to the specified range.</p>"
43      }
44    },
45    "Action": {
46      "base": "<p>An action to be performed when the <code>condition</code> is TRUE.</p>",
47      "refs": {
48        "Actions$member": null
49      }
50    },
51    "Actions": {
52      "base": null,
53      "refs": {
54        "Event$actions": "<p>The actions to be performed.</p>",
55        "TransitionEvent$actions": "<p>The actions to be performed.</p>"
56      }
57    },
58    "AlarmAction": {
59      "base": "<p>Specifies one of the following actions to receive notifications when the alarm state changes.</p>",
60      "refs": {
61        "AlarmActions$member": null
62      }
63    },
64    "AlarmActions": {
65      "base": null,
66      "refs": {
67        "AlarmEventActions$alarmActions": "<p>Specifies one or more supported actions to receive notifications when the alarm state changes.</p>"
68      }
69    },
70    "AlarmCapabilities": {
71      "base": "<p>Contains the configuration information of alarm state changes.</p>",
72      "refs": {
73        "CreateAlarmModelRequest$alarmCapabilities": "<p>Contains the configuration information of alarm state changes.</p>",
74        "DescribeAlarmModelResponse$alarmCapabilities": "<p>Contains the configuration information of alarm state changes.</p>",
75        "UpdateAlarmModelRequest$alarmCapabilities": "<p>Contains the configuration information of alarm state changes.</p>"
76      }
77    },
78    "AlarmEventActions": {
79      "base": "<p>Contains information about one or more alarm actions.</p>",
80      "refs": {
81        "CreateAlarmModelRequest$alarmEventActions": "<p>Contains information about one or more alarm actions.</p>",
82        "DescribeAlarmModelResponse$alarmEventActions": "<p>Contains information about one or more alarm actions.</p>",
83        "UpdateAlarmModelRequest$alarmEventActions": "<p>Contains information about one or more alarm actions.</p>"
84      }
85    },
86    "AlarmModelArn": {
87      "base": null,
88      "refs": {
89        "AlarmModelVersionSummary$alarmModelArn": "<p>The ARN of the alarm model. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
90        "CreateAlarmModelResponse$alarmModelArn": "<p>The ARN of the alarm model. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
91        "DescribeAlarmModelResponse$alarmModelArn": "<p>The ARN of the alarm model. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
92        "UpdateAlarmModelResponse$alarmModelArn": "<p>The ARN of the alarm model. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>"
93      }
94    },
95    "AlarmModelDescription": {
96      "base": null,
97      "refs": {
98        "AlarmModelSummary$alarmModelDescription": "<p>The description of the alarm model.</p>",
99        "CreateAlarmModelRequest$alarmModelDescription": "<p>A description that tells you what the alarm model detects.</p>",
100        "DescribeAlarmModelResponse$alarmModelDescription": "<p>The description of the alarm model.</p>",
101        "UpdateAlarmModelRequest$alarmModelDescription": "<p>The description of the alarm model.</p>"
102      }
103    },
104    "AlarmModelName": {
105      "base": null,
106      "refs": {
107        "AlarmModelSummary$alarmModelName": "<p>The name of the alarm model.</p>",
108        "AlarmModelVersionSummary$alarmModelName": "<p>The name of the alarm model.</p>",
109        "CreateAlarmModelRequest$alarmModelName": "<p>A unique name that helps you identify the alarm model. You can't change this name after you create the alarm model.</p>",
110        "DeleteAlarmModelRequest$alarmModelName": "<p>The name of the alarm model.</p>",
111        "DescribeAlarmModelRequest$alarmModelName": "<p>The name of the alarm model.</p>",
112        "DescribeAlarmModelResponse$alarmModelName": "<p>The name of the alarm model.</p>",
113        "ListAlarmModelVersionsRequest$alarmModelName": "<p>The name of the alarm model.</p>",
114        "UpdateAlarmModelRequest$alarmModelName": "<p>The name of the alarm model.</p>"
115      }
116    },
117    "AlarmModelSummaries": {
118      "base": null,
119      "refs": {
120        "ListAlarmModelsResponse$alarmModelSummaries": "<p>A list that summarizes each alarm model.</p>"
121      }
122    },
123    "AlarmModelSummary": {
124      "base": "<p>Contains a summary of an alarm model.</p>",
125      "refs": {
126        "AlarmModelSummaries$member": null
127      }
128    },
129    "AlarmModelVersion": {
130      "base": null,
131      "refs": {
132        "AlarmModelVersionSummary$alarmModelVersion": "<p>The version of the alarm model.</p>",
133        "CreateAlarmModelResponse$alarmModelVersion": "<p>The version of the alarm model.</p>",
134        "DescribeAlarmModelRequest$alarmModelVersion": "<p>The version of the alarm model.</p>",
135        "DescribeAlarmModelResponse$alarmModelVersion": "<p>The version of the alarm model.</p>",
136        "UpdateAlarmModelResponse$alarmModelVersion": "<p>The version of the alarm model.</p>"
137      }
138    },
139    "AlarmModelVersionStatus": {
140      "base": null,
141      "refs": {
142        "AlarmModelVersionSummary$status": "<p>The status of the alarm model. The status can be one of the following values:</p> <ul> <li> <p> <code>ACTIVE</code> - The alarm model is active and it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVATING</code> - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.</p> </li> <li> <p> <code>INACTIVE</code> - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.</p> </li> <li> <p> <code>FAILED</code> - You couldn't create or update the alarm model. Check your alarm model information and try again.</p> </li> </ul>",
143        "CreateAlarmModelResponse$status": "<p>The status of the alarm model. The status can be one of the following values:</p> <ul> <li> <p> <code>ACTIVE</code> - The alarm model is active and it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVATING</code> - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.</p> </li> <li> <p> <code>INACTIVE</code> - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.</p> </li> <li> <p> <code>FAILED</code> - You couldn't create or update the alarm model. Check your alarm model information and try again.</p> </li> </ul>",
144        "DescribeAlarmModelResponse$status": "<p>The status of the alarm model. The status can be one of the following values:</p> <ul> <li> <p> <code>ACTIVE</code> - The alarm model is active and it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVATING</code> - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.</p> </li> <li> <p> <code>INACTIVE</code> - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.</p> </li> <li> <p> <code>FAILED</code> - You couldn't create or update the alarm model. Check your alarm model information and try again.</p> </li> </ul>",
145        "UpdateAlarmModelResponse$status": "<p>The status of the alarm model. The status can be one of the following values:</p> <ul> <li> <p> <code>ACTIVE</code> - The alarm model is active and it's ready to evaluate data.</p> </li> <li> <p> <code>ACTIVATING</code> - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.</p> </li> <li> <p> <code>INACTIVE</code> - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.</p> </li> <li> <p> <code>FAILED</code> - You couldn't create or update the alarm model. Check your alarm model information and try again.</p> </li> </ul>"
146      }
147    },
148    "AlarmModelVersionSummaries": {
149      "base": null,
150      "refs": {
151        "ListAlarmModelVersionsResponse$alarmModelVersionSummaries": "<p>A list that summarizes each alarm model version.</p>"
152      }
153    },
154    "AlarmModelVersionSummary": {
155      "base": "<p>Contains a summary of an alarm model version.</p>",
156      "refs": {
157        "AlarmModelVersionSummaries$member": null
158      }
159    },
160    "AlarmNotification": {
161      "base": "<p>Contains information about one or more notification actions.</p>",
162      "refs": {
163        "CreateAlarmModelRequest$alarmNotification": "<p>Contains information about one or more notification actions.</p>",
164        "DescribeAlarmModelResponse$alarmNotification": "<p>Contains information about one or more notification actions.</p>",
165        "UpdateAlarmModelRequest$alarmNotification": "<p>Contains information about one or more notification actions.</p>"
166      }
167    },
168    "AlarmRule": {
169      "base": "<p>Defines when your alarm is invoked.</p>",
170      "refs": {
171        "CreateAlarmModelRequest$alarmRule": "<p>Defines when your alarm is invoked.</p>",
172        "DescribeAlarmModelResponse$alarmRule": "<p>Defines when your alarm is invoked.</p>",
173        "UpdateAlarmModelRequest$alarmRule": "<p>Defines when your alarm is invoked.</p>"
174      }
175    },
176    "AmazonResourceName": {
177      "base": null,
178      "refs": {
179        "AlarmModelVersionSummary$roleArn": "<p>The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
180        "CreateAlarmModelRequest$roleArn": "<p>The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
181        "CreateDetectorModelRequest$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>",
182        "DescribeAlarmModelResponse$roleArn": "<p>The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
183        "DetectorModelConfiguration$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>",
184        "DetectorModelVersionSummary$roleArn": "<p>The ARN of the role that grants the detector model permission to perform its tasks.</p>",
185        "LambdaAction$functionArn": "<p>The ARN of the Lambda function that is executed.</p>",
186        "ListTagsForResourceRequest$resourceArn": "<p>The ARN of the resource.</p>",
187        "LoggingOptions$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform logging.</p>",
188        "RoutedResource$arn": "<p> The ARN of the routed resource. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>. </p>",
189        "SNSTopicPublishAction$targetArn": "<p>The ARN of the Amazon SNS target where the message is sent.</p>",
190        "TagResourceRequest$resourceArn": "<p>The ARN of the resource.</p>",
191        "UntagResourceRequest$resourceArn": "<p>The ARN of the resource.</p>",
192        "UpdateAlarmModelRequest$roleArn": "<p>The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.</p>",
193        "UpdateDetectorModelRequest$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>"
194      }
195    },
196    "AnalysisId": {
197      "base": null,
198      "refs": {
199        "DescribeDetectorModelAnalysisRequest$analysisId": "<p>The ID of the analysis result that you want to retrieve.</p>",
200        "GetDetectorModelAnalysisResultsRequest$analysisId": "<p>The ID of the analysis result that you want to retrieve.</p>",
201        "StartDetectorModelAnalysisResponse$analysisId": "<p>The ID that you can use to retrieve the analysis result.</p>"
202      }
203    },
204    "AnalysisMessage": {
205      "base": null,
206      "refs": {
207        "AnalysisResult$message": "<p>Contains additional information about the analysis result.</p>"
208      }
209    },
210    "AnalysisResult": {
211      "base": "<p>Contains the result of the analysis.</p>",
212      "refs": {
213        "AnalysisResults$member": null
214      }
215    },
216    "AnalysisResultLevel": {
217      "base": null,
218      "refs": {
219        "AnalysisResult$level": "<p>The severity level of the analysis result. Based on the severity level, analysis results fall into three general categories:</p> <ul> <li> <p> <code>INFO</code> - An information result tells you about a significant field in your detector model. This type of result usually doesn't require immediate action.</p> </li> <li> <p> <code>WARNING</code> - A warning result draws special attention to fields that might cause issues for your detector model. We recommend that you review warnings and take necessary actions before you use your detector model in production environments. Otherwise, the detector model might not work as expected.</p> </li> <li> <p> <code>ERROR</code> - An error result notifies you about a problem found in your detector model. You must fix all errors before you can publish your detector model.</p> </li> </ul>"
220      }
221    },
222    "AnalysisResultLocation": {
223      "base": "<p>Contains information that you can use to locate the field in your detector model that the analysis result references.</p>",
224      "refs": {
225        "AnalysisResultLocations$member": null
226      }
227    },
228    "AnalysisResultLocationPath": {
229      "base": null,
230      "refs": {
231        "AnalysisResultLocation$path": "<p>A <a href=\"https://github.com/json-path/JsonPath\">JsonPath</a> expression that identifies the error field in your detector model.</p>"
232      }
233    },
234    "AnalysisResultLocations": {
235      "base": null,
236      "refs": {
237        "AnalysisResult$locations": "<p>Contains one or more locations that you can use to locate the fields in your detector model that the analysis result references.</p>"
238      }
239    },
240    "AnalysisResults": {
241      "base": null,
242      "refs": {
243        "GetDetectorModelAnalysisResultsResponse$analysisResults": "<p>Contains information about one or more analysis results.</p>"
244      }
245    },
246    "AnalysisStatus": {
247      "base": null,
248      "refs": {
249        "DescribeDetectorModelAnalysisResponse$status": "<p>The status of the analysis activity. The status can be one of the following values:</p> <ul> <li> <p> <code>RUNNING</code> - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.</p> </li> <li> <p> <code>COMPLETE</code> - AWS IoT Events finished analyzing your detector model.</p> </li> <li> <p> <code>FAILED</code> - AWS IoT Events couldn't analyze your detector model. Try again later.</p> </li> </ul>"
250      }
251    },
252    "AnalysisType": {
253      "base": null,
254      "refs": {
255        "AnalysisResult$type": "<p>The type of the analysis result. Analyses fall into the following types based on the validators used to generate the analysis result:</p> <ul> <li> <p> <code>supported-actions</code> - You must specify AWS IoT Events supported actions that work with other AWS services in a supported AWS Region.</p> </li> <li> <p> <code>service-limits</code> - Resources or API operations can't exceed service quotas (also known as limits). Update your detector model or request a quota increase.</p> </li> <li> <p> <code>structure</code> - The detector model must follow a structure that AWS IoT Events supports. </p> </li> <li> <p> <code>expression-syntax</code> - Your expression must follow the required syntax.</p> </li> <li> <p> <code>data-type</code> - Data types referenced in the detector model must be compatible.</p> </li> <li> <p> <code>referenced-data</code> - You must define the data referenced in your detector model before you can use the data.</p> </li> <li> <p> <code>referenced-resource</code> - Resources that the detector model uses must be available.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-analyze-api.html\">Running detector model analyses</a> in the <i>AWS IoT Events Developer Guide</i>.</p>"
256      }
257    },
258    "AssetId": {
259      "base": null,
260      "refs": {
261        "IotSiteWiseAction$assetId": "<p>The ID of the asset that has the specified property.</p>"
262      }
263    },
264    "AssetModelId": {
265      "base": null,
266      "refs": {
267        "IotSiteWiseAssetModelPropertyIdentifier$assetModelId": "<p> The ID of the AWS IoT SiteWise asset model. </p>"
268      }
269    },
270    "AssetPropertyAlias": {
271      "base": null,
272      "refs": {
273        "IotSiteWiseAction$propertyAlias": "<p>The alias of the asset property.</p>"
274      }
275    },
276    "AssetPropertyBooleanValue": {
277      "base": null,
278      "refs": {
279        "AssetPropertyVariant$booleanValue": "<p>The asset property value is a Boolean value that must be <code>'TRUE'</code> or <code>'FALSE'</code>. You must use an expression, and the evaluated result should be a Boolean value.</p>"
280      }
281    },
282    "AssetPropertyDoubleValue": {
283      "base": null,
284      "refs": {
285        "AssetPropertyVariant$doubleValue": "<p>The asset property value is a double. You must use an expression, and the evaluated result should be a double.</p>"
286      }
287    },
288    "AssetPropertyEntryId": {
289      "base": null,
290      "refs": {
291        "IotSiteWiseAction$entryId": "<p>A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.</p>"
292      }
293    },
294    "AssetPropertyId": {
295      "base": null,
296      "refs": {
297        "IotSiteWiseAction$propertyId": "<p>The ID of the asset property.</p>",
298        "IotSiteWiseAssetModelPropertyIdentifier$propertyId": "<p> The ID of the AWS IoT SiteWise asset property. </p>"
299      }
300    },
301    "AssetPropertyIntegerValue": {
302      "base": null,
303      "refs": {
304        "AssetPropertyVariant$integerValue": "<p>The asset property value is an integer. You must use an expression, and the evaluated result should be an integer.</p>"
305      }
306    },
307    "AssetPropertyOffsetInNanos": {
308      "base": null,
309      "refs": {
310        "AssetPropertyTimestamp$offsetInNanos": "<p>The nanosecond offset converted from <code>timeInSeconds</code>. The valid range is between 0-999999999.</p>"
311      }
312    },
313    "AssetPropertyQuality": {
314      "base": null,
315      "refs": {
316        "AssetPropertyValue$quality": "<p>The quality of the asset property value. The value must be <code>'GOOD'</code>, <code>'BAD'</code>, or <code>'UNCERTAIN'</code>.</p>"
317      }
318    },
319    "AssetPropertyStringValue": {
320      "base": null,
321      "refs": {
322        "AssetPropertyVariant$stringValue": "<p>The asset property value is a string. You must use an expression, and the evaluated result should be a string.</p>"
323      }
324    },
325    "AssetPropertyTimeInSeconds": {
326      "base": null,
327      "refs": {
328        "AssetPropertyTimestamp$timeInSeconds": "<p>The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199.</p>"
329      }
330    },
331    "AssetPropertyTimestamp": {
332      "base": "<p>A structure that contains timestamp information. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_TimeInNanos.html\">TimeInNanos</a> in the <i>AWS IoT SiteWise API Reference</i>.</p> <p>You must use expressions for all parameters in <code>AssetPropertyTimestamp</code>. The expressions accept literals, operators, functions, references, and substitution templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>timeInSeconds</code> parameter can be <code>'1586400675'</code>.</p> </li> <li> <p>For references, you must specify either variables or input values. For example, the value for the <code>offsetInNanos</code> parameter can be <code>$variable.time</code>.</p> </li> <li> <p>For a substitution template, you must use <code>${}</code>, and the template must be in single quotes. A substitution template can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>timeInSeconds</code> parameter uses a substitution template.</p> <p> <code>'${$input.TemperatureInput.sensorData.timestamp / 1000}'</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p>",
333      "refs": {
334        "AssetPropertyValue$timestamp": "<p>The timestamp associated with the asset property value. The default is the current event time.</p>"
335      }
336    },
337    "AssetPropertyValue": {
338      "base": "<p>A structure that contains value information. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_AssetPropertyValue.html\">AssetPropertyValue</a> in the <i>AWS IoT SiteWise API Reference</i>.</p> <p>You must use expressions for all parameters in <code>AssetPropertyValue</code>. The expressions accept literals, operators, functions, references, and substitution templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>quality</code> parameter can be <code>'GOOD'</code>.</p> </li> <li> <p>For references, you must specify either variables or input values. For example, the value for the <code>quality</code> parameter can be <code>$input.TemperatureInput.sensorData.quality</code>.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p>",
339      "refs": {
340        "IotSiteWiseAction$propertyValue": "<p>The value to send to the asset property. This value contains timestamp, quality, and value (TQV) information. </p>"
341      }
342    },
343    "AssetPropertyVariant": {
344      "base": "<p>A structure that contains an asset property value. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_Variant.html\">Variant</a> in the <i>AWS IoT SiteWise API Reference</i>.</p> <p>You must use expressions for all parameters in <code>AssetPropertyVariant</code>. The expressions accept literals, operators, functions, references, and substitution templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>integerValue</code> parameter can be <code>'100'</code>.</p> </li> <li> <p>For references, you must specify either variables or parameters. For example, the value for the <code>booleanValue</code> parameter can be <code>$variable.offline</code>.</p> </li> <li> <p>For a substitution template, you must use <code>${}</code>, and the template must be in single quotes. A substitution template can also contain a combination of literals, operators, functions, references, and substitution templates. </p> <p>In the following example, the value for the <code>doubleValue</code> parameter uses a substitution template. </p> <p> <code>'${$input.TemperatureInput.sensorData.temperature * 6 / 5 + 32}'</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p> <p>You must specify one of the following value types, depending on the <code>dataType</code> of the specified asset property. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_AssetProperty.html\">AssetProperty</a> in the <i>AWS IoT SiteWise API Reference</i>.</p>",
345      "refs": {
346        "AssetPropertyValue$value": "<p>The value to send to an asset property.</p>"
347      }
348    },
349    "Attribute": {
350      "base": "<p>The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the AWS IoT Events system using <code>BatchPutMessage</code>. Each such message contains a JSON payload. Those attributes (and their paired values) specified here are available for use in the <code>condition</code> expressions used by detectors. </p>",
351      "refs": {
352        "Attributes$member": null
353      }
354    },
355    "AttributeJsonPath": {
356      "base": null,
357      "refs": {
358        "Attribute$jsonPath": "<p>An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to AWS IoT Events (<code>BatchPutMessage</code>). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the <code>condition</code> expressions used by detectors. </p> <p>Syntax: <code>&lt;field-name&gt;.&lt;field-name&gt;...</code> </p>",
359        "CreateAlarmModelRequest$key": "<p>An input attribute used as a key to create an alarm. AWS IoT Events routes <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Input.html\">inputs</a> associated with this key to the alarm.</p>",
360        "CreateDetectorModelRequest$key": "<p>The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input.</p>",
361        "DescribeAlarmModelResponse$key": "<p>An input attribute used as a key to create an alarm. AWS IoT Events routes <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Input.html\">inputs</a> associated with this key to the alarm.</p>",
362        "DetectorModelConfiguration$key": "<p>The value used to identify a detector instance. When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information. </p> <p>This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.</p>"
363      }
364    },
365    "Attributes": {
366      "base": null,
367      "refs": {
368        "InputDefinition$attributes": "<p>The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the AWS IoT Events system using <code>BatchPutMessage</code>. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the <code>condition</code> expressions used by detectors that monitor this input. </p>"
369      }
370    },
371    "ClearTimerAction": {
372      "base": "<p>Information needed to clear the timer.</p>",
373      "refs": {
374        "Action$clearTimer": "<p>Information needed to clear the timer.</p>"
375      }
376    },
377    "ComparisonOperator": {
378      "base": null,
379      "refs": {
380        "SimpleRule$comparisonOperator": "<p>The comparison operator.</p>"
381      }
382    },
383    "Condition": {
384      "base": null,
385      "refs": {
386        "Event$condition": "<p>Optional. The Boolean expression that, when TRUE, causes the <code>actions</code> to be performed. If not present, the actions are performed (=TRUE). If the expression result is not a Boolean value, the actions are not performed (=FALSE).</p>",
387        "TransitionEvent$condition": "<p>Required. A Boolean expression that when TRUE causes the actions to be performed and the <code>nextState</code> to be entered.</p>"
388      }
389    },
390    "ContentExpression": {
391      "base": null,
392      "refs": {
393        "Payload$contentExpression": "<p>The content of the payload. You can use a string expression that includes quoted strings (<code>'&lt;string&gt;'</code>), variables (<code>$variable.&lt;variable-name&gt;</code>), input values (<code>$input.&lt;input-name&gt;.&lt;path-to-datum&gt;</code>), string concatenations, and quoted strings that contain <code>${}</code> as the content. The recommended maximum size of a content expression is 1 KB.</p>"
394      }
395    },
396    "CreateAlarmModelRequest": {
397      "base": null,
398      "refs": {
399      }
400    },
401    "CreateAlarmModelResponse": {
402      "base": null,
403      "refs": {
404      }
405    },
406    "CreateDetectorModelRequest": {
407      "base": null,
408      "refs": {
409      }
410    },
411    "CreateDetectorModelResponse": {
412      "base": null,
413      "refs": {
414      }
415    },
416    "CreateInputRequest": {
417      "base": null,
418      "refs": {
419      }
420    },
421    "CreateInputResponse": {
422      "base": null,
423      "refs": {
424      }
425    },
426    "DeleteAlarmModelRequest": {
427      "base": null,
428      "refs": {
429      }
430    },
431    "DeleteAlarmModelResponse": {
432      "base": null,
433      "refs": {
434      }
435    },
436    "DeleteDetectorModelRequest": {
437      "base": null,
438      "refs": {
439      }
440    },
441    "DeleteDetectorModelResponse": {
442      "base": null,
443      "refs": {
444      }
445    },
446    "DeleteInputRequest": {
447      "base": null,
448      "refs": {
449      }
450    },
451    "DeleteInputResponse": {
452      "base": null,
453      "refs": {
454      }
455    },
456    "DeliveryStreamName": {
457      "base": null,
458      "refs": {
459        "FirehoseAction$deliveryStreamName": "<p>The name of the Kinesis Data Firehose delivery stream where the data is written.</p>"
460      }
461    },
462    "DescribeAlarmModelRequest": {
463      "base": null,
464      "refs": {
465      }
466    },
467    "DescribeAlarmModelResponse": {
468      "base": null,
469      "refs": {
470      }
471    },
472    "DescribeDetectorModelAnalysisRequest": {
473      "base": null,
474      "refs": {
475      }
476    },
477    "DescribeDetectorModelAnalysisResponse": {
478      "base": null,
479      "refs": {
480      }
481    },
482    "DescribeDetectorModelRequest": {
483      "base": null,
484      "refs": {
485      }
486    },
487    "DescribeDetectorModelResponse": {
488      "base": null,
489      "refs": {
490      }
491    },
492    "DescribeInputRequest": {
493      "base": null,
494      "refs": {
495      }
496    },
497    "DescribeInputResponse": {
498      "base": null,
499      "refs": {
500      }
501    },
502    "DescribeLoggingOptionsRequest": {
503      "base": null,
504      "refs": {
505      }
506    },
507    "DescribeLoggingOptionsResponse": {
508      "base": null,
509      "refs": {
510      }
511    },
512    "DetectorDebugOption": {
513      "base": "<p>The detector model and the specific detectors (instances) for which the logging level is given.</p>",
514      "refs": {
515        "DetectorDebugOptions$member": null
516      }
517    },
518    "DetectorDebugOptions": {
519      "base": null,
520      "refs": {
521        "LoggingOptions$detectorDebugOptions": "<p>Information that identifies those detector models and their detectors (instances) for which the logging level is given.</p>"
522      }
523    },
524    "DetectorModel": {
525      "base": "<p>Information about the detector model.</p>",
526      "refs": {
527        "DescribeDetectorModelResponse$detectorModel": "<p>Information about the detector model.</p>"
528      }
529    },
530    "DetectorModelArn": {
531      "base": null,
532      "refs": {
533        "DetectorModelConfiguration$detectorModelArn": "<p>The ARN of the detector model.</p>",
534        "DetectorModelVersionSummary$detectorModelArn": "<p>The ARN of the detector model version.</p>"
535      }
536    },
537    "DetectorModelConfiguration": {
538      "base": "<p>Information about how the detector model is configured.</p>",
539      "refs": {
540        "CreateDetectorModelResponse$detectorModelConfiguration": "<p>Information about how the detector model is configured.</p>",
541        "DetectorModel$detectorModelConfiguration": "<p>Information about how the detector is configured.</p>",
542        "UpdateDetectorModelResponse$detectorModelConfiguration": "<p>Information about how the detector model is configured.</p>"
543      }
544    },
545    "DetectorModelDefinition": {
546      "base": "<p>Information that defines how a detector operates.</p>",
547      "refs": {
548        "CreateDetectorModelRequest$detectorModelDefinition": "<p>Information that defines how the detectors operate.</p>",
549        "DetectorModel$detectorModelDefinition": "<p>Information that defines how a detector operates.</p>",
550        "StartDetectorModelAnalysisRequest$detectorModelDefinition": null,
551        "UpdateDetectorModelRequest$detectorModelDefinition": "<p>Information that defines how a detector operates.</p>"
552      }
553    },
554    "DetectorModelDescription": {
555      "base": null,
556      "refs": {
557        "CreateDetectorModelRequest$detectorModelDescription": "<p>A brief description of the detector model.</p>",
558        "DetectorModelConfiguration$detectorModelDescription": "<p>A brief description of the detector model.</p>",
559        "DetectorModelSummary$detectorModelDescription": "<p>A brief description of the detector model.</p>",
560        "UpdateDetectorModelRequest$detectorModelDescription": "<p>A brief description of the detector model.</p>"
561      }
562    },
563    "DetectorModelName": {
564      "base": null,
565      "refs": {
566        "CreateDetectorModelRequest$detectorModelName": "<p>The name of the detector model.</p>",
567        "DeleteDetectorModelRequest$detectorModelName": "<p>The name of the detector model to be deleted.</p>",
568        "DescribeDetectorModelRequest$detectorModelName": "<p>The name of the detector model.</p>",
569        "DetectorDebugOption$detectorModelName": "<p>The name of the detector model.</p>",
570        "DetectorModelConfiguration$detectorModelName": "<p>The name of the detector model.</p>",
571        "DetectorModelSummary$detectorModelName": "<p>The name of the detector model.</p>",
572        "DetectorModelVersionSummary$detectorModelName": "<p>The name of the detector model.</p>",
573        "ListDetectorModelVersionsRequest$detectorModelName": "<p>The name of the detector model whose versions are returned.</p>",
574        "UpdateDetectorModelRequest$detectorModelName": "<p>The name of the detector model that is updated.</p>"
575      }
576    },
577    "DetectorModelSummaries": {
578      "base": null,
579      "refs": {
580        "ListDetectorModelsResponse$detectorModelSummaries": "<p>Summary information about the detector models.</p>"
581      }
582    },
583    "DetectorModelSummary": {
584      "base": "<p>Information about the detector model.</p>",
585      "refs": {
586        "DetectorModelSummaries$member": null
587      }
588    },
589    "DetectorModelVersion": {
590      "base": null,
591      "refs": {
592        "DescribeDetectorModelRequest$detectorModelVersion": "<p>The version of the detector model.</p>",
593        "DetectorModelConfiguration$detectorModelVersion": "<p>The version of the detector model.</p>",
594        "DetectorModelVersionSummary$detectorModelVersion": "<p>The ID of the detector model version.</p>"
595      }
596    },
597    "DetectorModelVersionStatus": {
598      "base": null,
599      "refs": {
600        "DetectorModelConfiguration$status": "<p>The status of the detector model.</p>",
601        "DetectorModelVersionSummary$status": "<p>The status of the detector model version.</p>"
602      }
603    },
604    "DetectorModelVersionSummaries": {
605      "base": null,
606      "refs": {
607        "ListDetectorModelVersionsResponse$detectorModelVersionSummaries": "<p>Summary information about the detector model versions.</p>"
608      }
609    },
610    "DetectorModelVersionSummary": {
611      "base": "<p>Information about the detector model version.</p>",
612      "refs": {
613        "DetectorModelVersionSummaries$member": null
614      }
615    },
616    "DisabledOnInitialization": {
617      "base": null,
618      "refs": {
619        "InitializationConfiguration$disabledOnInitialization": "<p>The value must be <code>TRUE</code> or <code>FALSE</code>. If <code>FALSE</code>, all alarm instances created based on the alarm model are activated. The default value is <code>TRUE</code>.</p>"
620      }
621    },
622    "DynamoDBAction": {
623      "base": "<p>Defines an action to write to the Amazon DynamoDB table that you created. The standard action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html\">payload</a>. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify.</p> <p>You must use expressions for all parameters in <code>DynamoDBAction</code>. The expressions accept literals, operators, functions, references, and substitution templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>hashKeyType</code> parameter can be <code>'STRING'</code>.</p> </li> <li> <p>For references, you must specify either variables or input values. For example, the value for the <code>hashKeyField</code> parameter can be <code>$input.GreenhouseInput.name</code>.</p> </li> <li> <p>For a substitution template, you must use <code>${}</code>, and the template must be in single quotes. A substitution template can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>hashKeyValue</code> parameter uses a substitution template. </p> <p> <code>'${$input.GreenhouseInput.temperature * 6 / 5 + 32} in Fahrenheit'</code> </p> </li> <li> <p>For a string concatenation, you must use <code>+</code>. A string concatenation can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>tableName</code> parameter uses a string concatenation. </p> <p> <code>'GreenhouseTemperatureTable ' + $input.GreenhouseInput.date</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p> <p>If the defined payload type is a string, <code>DynamoDBAction</code> writes non-JSON data to the DynamoDB table as binary data. The DynamoDB console displays the data as Base64-encoded text. The value for the <code>payloadField</code> parameter is <code>&lt;payload-field&gt;_raw</code>.</p>",
624      "refs": {
625        "Action$dynamoDB": "<p>Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can customize the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html\">payload</a>. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-event-actions.html\">Actions</a> in <i>AWS IoT Events Developer Guide</i>.</p>",
626        "AlarmAction$dynamoDB": null
627      }
628    },
629    "DynamoDBv2Action": {
630      "base": "<p>Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html\">payload</a>. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify.</p> <p>You must use expressions for all parameters in <code>DynamoDBv2Action</code>. The expressions accept literals, operators, functions, references, and substitution templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>tableName</code> parameter can be <code>'GreenhouseTemperatureTable'</code>.</p> </li> <li> <p>For references, you must specify either variables or input values. For example, the value for the <code>tableName</code> parameter can be <code>$variable.ddbtableName</code>.</p> </li> <li> <p>For a substitution template, you must use <code>${}</code>, and the template must be in single quotes. A substitution template can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>contentExpression</code> parameter in <code>Payload</code> uses a substitution template. </p> <p> <code>'{\\\"sensorID\\\": \\\"${$input.GreenhouseInput.sensor_id}\\\", \\\"temperature\\\": \\\"${$input.GreenhouseInput.temperature * 9 / 5 + 32}\\\"}'</code> </p> </li> <li> <p>For a string concatenation, you must use <code>+</code>. A string concatenation can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>tableName</code> parameter uses a string concatenation. </p> <p> <code>'GreenhouseTemperatureTable ' + $input.GreenhouseInput.date</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p> <p>The value for the <code>type</code> parameter in <code>Payload</code> must be <code>JSON</code>.</p>",
631      "refs": {
632        "Action$dynamoDBv2": "<p>Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can customize the <a href=\"https://docs.aws.amazon.com/iotevents/latest/apireference/API_Payload.html\">payload</a>. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-event-actions.html\">Actions</a> in <i>AWS IoT Events Developer Guide</i>.</p>",
633        "AlarmAction$dynamoDBv2": null
634      }
635    },
636    "DynamoKeyField": {
637      "base": null,
638      "refs": {
639        "DynamoDBAction$hashKeyField": "<p>The name of the hash key (also called the partition key). The <code>hashKeyField</code> value must match the partition key of the target DynamoDB table.</p>",
640        "DynamoDBAction$rangeKeyField": "<p>The name of the range key (also called the sort key). The <code>rangeKeyField</code> value must match the sort key of the target DynamoDB table. </p>",
641        "DynamoDBAction$payloadField": "<p>The name of the DynamoDB column that receives the action payload.</p> <p>If you don't specify this parameter, the name of the DynamoDB column is <code>payload</code>.</p>"
642      }
643    },
644    "DynamoKeyType": {
645      "base": null,
646      "refs": {
647        "DynamoDBAction$hashKeyType": "<p>The data type for the hash key (also called the partition key). You can specify the following values:</p> <ul> <li> <p> <code>'STRING'</code> - The hash key is a string.</p> </li> <li> <p> <code>'NUMBER'</code> - The hash key is a number.</p> </li> </ul> <p>If you don't specify <code>hashKeyType</code>, the default value is <code>'STRING'</code>.</p>",
648        "DynamoDBAction$rangeKeyType": "<p>The data type for the range key (also called the sort key), You can specify the following values:</p> <ul> <li> <p> <code>'STRING'</code> - The range key is a string.</p> </li> <li> <p> <code>'NUMBER'</code> - The range key is number.</p> </li> </ul> <p>If you don't specify <code>rangeKeyField</code>, the default value is <code>'STRING'</code>.</p>"
649      }
650    },
651    "DynamoKeyValue": {
652      "base": null,
653      "refs": {
654        "DynamoDBAction$hashKeyValue": "<p>The value of the hash key (also called the partition key).</p>",
655        "DynamoDBAction$rangeKeyValue": "<p>The value of the range key (also called the sort key).</p>"
656      }
657    },
658    "DynamoOperation": {
659      "base": null,
660      "refs": {
661        "DynamoDBAction$operation": "<p>The type of operation to perform. You can specify the following values: </p> <ul> <li> <p> <code>'INSERT'</code> - Insert data as a new item into the DynamoDB table. This item uses the specified hash key as a partition key. If you specified a range key, the item uses the range key as a sort key.</p> </li> <li> <p> <code>'UPDATE'</code> - Update an existing item of the DynamoDB table with new data. This item's partition key must match the specified hash key. If you specified a range key, the range key must match the item's sort key.</p> </li> <li> <p> <code>'DELETE'</code> - Delete an existing item of the DynamoDB table. This item's partition key must match the specified hash key. If you specified a range key, the range key must match the item's sort key.</p> </li> </ul> <p>If you don't specify this parameter, AWS IoT Events triggers the <code>'INSERT'</code> operation.</p>"
662      }
663    },
664    "DynamoTableName": {
665      "base": null,
666      "refs": {
667        "DynamoDBAction$tableName": "<p>The name of the DynamoDB table. The <code>tableName</code> value must match the table name of the target DynamoDB table. </p>",
668        "DynamoDBv2Action$tableName": "<p>The name of the DynamoDB table.</p>"
669      }
670    },
671    "EmailConfiguration": {
672      "base": "<p>Contains the configuration information of email notifications.</p>",
673      "refs": {
674        "EmailConfigurations$member": null
675      }
676    },
677    "EmailConfigurations": {
678      "base": null,
679      "refs": {
680        "NotificationAction$emailConfigurations": "<p>Contains the configuration information of email notifications.</p>"
681      }
682    },
683    "EmailContent": {
684      "base": "<p>Contains the subject and message of an email.</p>",
685      "refs": {
686        "EmailConfiguration$content": "<p>Contains the subject and message of an email.</p>"
687      }
688    },
689    "EmailRecipients": {
690      "base": "<p>Contains the information of one or more recipients who receive the emails.</p> <important> <p>You must <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html\">add the users that receive emails to your AWS SSO store</a>.</p> </important>",
691      "refs": {
692        "EmailConfiguration$recipients": "<p>Contains the information of one or more recipients who receive the emails.</p> <important> <p>You must <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html\">add the users that receive emails to your AWS SSO store</a>.</p> </important>"
693      }
694    },
695    "EmailSubject": {
696      "base": null,
697      "refs": {
698        "EmailContent$subject": "<p>The subject of the email.</p>"
699      }
700    },
701    "EvaluationMethod": {
702      "base": null,
703      "refs": {
704        "CreateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
705        "DetectorModelConfiguration$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
706        "DetectorModelVersionSummary$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
707        "UpdateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>"
708      }
709    },
710    "Event": {
711      "base": "<p>Specifies the <code>actions</code> to be performed when the <code>condition</code> evaluates to TRUE.</p>",
712      "refs": {
713        "Events$member": null
714      }
715    },
716    "EventName": {
717      "base": null,
718      "refs": {
719        "Event$eventName": "<p>The name of the event.</p>",
720        "TransitionEvent$eventName": "<p>The name of the transition event.</p>"
721      }
722    },
723    "Events": {
724      "base": null,
725      "refs": {
726        "OnEnterLifecycle$events": "<p>Specifies the actions that are performed when the state is entered and the <code>condition</code> is <code>TRUE</code>.</p>",
727        "OnExitLifecycle$events": "<p>Specifies the <code>actions</code> that are performed when the state is exited and the <code>condition</code> is <code>TRUE</code>.</p>",
728        "OnInputLifecycle$events": "<p>Specifies the actions performed when the <code>condition</code> evaluates to TRUE.</p>"
729      }
730    },
731    "FirehoseAction": {
732      "base": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.</p>",
733      "refs": {
734        "Action$firehose": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.</p>",
735        "AlarmAction$firehose": null
736      }
737    },
738    "FirehoseSeparator": {
739      "base": null,
740      "refs": {
741        "FirehoseAction$separator": "<p>A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\\n' (newline), '\\t' (tab), '\\r\\n' (Windows newline), ',' (comma).</p>"
742      }
743    },
744    "FromEmail": {
745      "base": null,
746      "refs": {
747        "EmailConfiguration$from": "<p>The email address that sends emails.</p> <important> <p>If you use the AWS IoT Events managed AWS Lambda function to manage your emails, you must <a href=\"https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html\">verify the email address that sends emails in Amazon SES</a>.</p> </important>"
748      }
749    },
750    "GetDetectorModelAnalysisResultsRequest": {
751      "base": null,
752      "refs": {
753      }
754    },
755    "GetDetectorModelAnalysisResultsResponse": {
756      "base": null,
757      "refs": {
758      }
759    },
760    "IdentityStoreId": {
761      "base": null,
762      "refs": {
763        "SSOIdentity$identityStoreId": "<p>The ID of the AWS SSO identity store.</p>"
764      }
765    },
766    "InitializationConfiguration": {
767      "base": "<p>Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.</p>",
768      "refs": {
769        "AlarmCapabilities$initializationConfiguration": "<p>Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.</p>"
770      }
771    },
772    "Input": {
773      "base": "<p>Information about the input.</p>",
774      "refs": {
775        "DescribeInputResponse$input": "<p>Information about the input.</p>"
776      }
777    },
778    "InputArn": {
779      "base": null,
780      "refs": {
781        "InputConfiguration$inputArn": "<p>The ARN of the input.</p>",
782        "InputSummary$inputArn": "<p>The ARN of the input.</p>"
783      }
784    },
785    "InputConfiguration": {
786      "base": "<p>Information about the configuration of an input.</p>",
787      "refs": {
788        "CreateInputResponse$inputConfiguration": "<p>Information about the configuration of the input.</p>",
789        "Input$inputConfiguration": "<p>Information about the configuration of an input.</p>",
790        "UpdateInputResponse$inputConfiguration": "<p>Information about the configuration of the input.</p>"
791      }
792    },
793    "InputDefinition": {
794      "base": "<p>The definition of the input.</p>",
795      "refs": {
796        "CreateInputRequest$inputDefinition": "<p>The definition of the input.</p>",
797        "Input$inputDefinition": "<p>The definition of the input.</p>",
798        "UpdateInputRequest$inputDefinition": "<p>The definition of the input.</p>"
799      }
800    },
801    "InputDescription": {
802      "base": null,
803      "refs": {
804        "CreateInputRequest$inputDescription": "<p>A brief description of the input.</p>",
805        "InputConfiguration$inputDescription": "<p>A brief description of the input.</p>",
806        "InputSummary$inputDescription": "<p>A brief description of the input.</p>",
807        "UpdateInputRequest$inputDescription": "<p>A brief description of the input.</p>"
808      }
809    },
810    "InputIdentifier": {
811      "base": "<p> The identifer of the input. </p>",
812      "refs": {
813        "ListInputRoutingsRequest$inputIdentifier": "<p> The identifer of the routed input. </p>"
814      }
815    },
816    "InputName": {
817      "base": null,
818      "refs": {
819        "CreateInputRequest$inputName": "<p>The name you want to give to the input.</p>",
820        "DeleteInputRequest$inputName": "<p>The name of the input to delete.</p>",
821        "DescribeInputRequest$inputName": "<p>The name of the input.</p>",
822        "InputConfiguration$inputName": "<p>The name of the input.</p>",
823        "InputSummary$inputName": "<p>The name of the input.</p>",
824        "IotEventsAction$inputName": "<p>The name of the AWS IoT Events input where the data is sent.</p>",
825        "IotEventsInputIdentifier$inputName": "<p> The name of the input routed to AWS IoT Events. </p>",
826        "UpdateInputRequest$inputName": "<p>The name of the input you want to update.</p>"
827      }
828    },
829    "InputProperty": {
830      "base": null,
831      "refs": {
832        "SimpleRule$inputProperty": "<p>The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.</p>"
833      }
834    },
835    "InputStatus": {
836      "base": null,
837      "refs": {
838        "InputConfiguration$status": "<p>The status of the input.</p>",
839        "InputSummary$status": "<p>The status of the input.</p>"
840      }
841    },
842    "InputSummaries": {
843      "base": null,
844      "refs": {
845        "ListInputsResponse$inputSummaries": "<p>Summary information about the inputs.</p>"
846      }
847    },
848    "InputSummary": {
849      "base": "<p>Information about the input.</p>",
850      "refs": {
851        "InputSummaries$member": null
852      }
853    },
854    "InternalFailureException": {
855      "base": "<p>An internal failure occurred.</p>",
856      "refs": {
857      }
858    },
859    "InvalidRequestException": {
860      "base": "<p>The request was invalid.</p>",
861      "refs": {
862      }
863    },
864    "IotEventsAction": {
865      "base": "<p>Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.</p>",
866      "refs": {
867        "Action$iotEvents": "<p>Sends AWS IoT Events input, which passes information about the detector model instance and the event that triggered the action.</p>",
868        "AlarmAction$iotEvents": null
869      }
870    },
871    "IotEventsInputIdentifier": {
872      "base": "<p> The identifier of the input routed to AWS IoT Events. </p>",
873      "refs": {
874        "InputIdentifier$iotEventsInputIdentifier": "<p> The identifier of the input routed to AWS IoT Events. </p>"
875      }
876    },
877    "IotSiteWiseAction": {
878      "base": "<p>Sends information about the detector model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.</p> <p>You must use expressions for all parameters in <code>IotSiteWiseAction</code>. The expressions accept literals, operators, functions, references, and substitutions templates.</p> <p class=\"title\"> <b>Examples</b> </p> <ul> <li> <p>For literal values, the expressions must contain single quotes. For example, the value for the <code>propertyAlias</code> parameter can be <code>'/company/windfarm/3/turbine/7/temperature'</code>.</p> </li> <li> <p>For references, you must specify either variables or input values. For example, the value for the <code>assetId</code> parameter can be <code>$input.TurbineInput.assetId1</code>.</p> </li> <li> <p>For a substitution template, you must use <code>${}</code>, and the template must be in single quotes. A substitution template can also contain a combination of literals, operators, functions, references, and substitution templates.</p> <p>In the following example, the value for the <code>propertyAlias</code> parameter uses a substitution template. </p> <p> <code>'company/windfarm/${$input.TemperatureInput.sensorData.windfarmID}/turbine/ ${$input.TemperatureInput.sensorData.turbineID}/temperature'</code> </p> </li> </ul> <p>You must specify either <code>propertyAlias</code> or both <code>assetId</code> and <code>propertyId</code> to identify the target asset property in AWS IoT SiteWise.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html\">Expressions</a> in the <i>AWS IoT Events Developer Guide</i>.</p>",
879      "refs": {
880        "Action$iotSiteWise": "<p>Sends information about the detector model instance and the event that triggered the action to an asset property in AWS IoT SiteWise .</p>",
881        "AlarmAction$iotSiteWise": null
882      }
883    },
884    "IotSiteWiseAssetModelPropertyIdentifier": {
885      "base": "<p> The asset model property identifer of the input routed from AWS IoT SiteWise. </p>",
886      "refs": {
887        "IotSiteWiseInputIdentifier$iotSiteWiseAssetModelPropertyIdentifier": "<p> The identifier of the AWS IoT SiteWise asset model property. </p>"
888      }
889    },
890    "IotSiteWiseInputIdentifier": {
891      "base": "<p> The identifer of the input routed from AWS IoT SiteWise. </p>",
892      "refs": {
893        "InputIdentifier$iotSiteWiseInputIdentifier": "<p> The identifer of the input routed from AWS IoT SiteWise. </p>"
894      }
895    },
896    "IotTopicPublishAction": {
897      "base": "<p>Information required to publish the MQTT message through the AWS IoT message broker.</p>",
898      "refs": {
899        "Action$iotTopicPublish": "<p>Publishes an MQTT message with the given topic to the AWS IoT message broker.</p>",
900        "AlarmAction$iotTopicPublish": null
901      }
902    },
903    "KeyValue": {
904      "base": null,
905      "refs": {
906        "DetectorDebugOption$keyValue": "<p>The value of the input attribute key used to create the detector (the instance of the detector model).</p>"
907      }
908    },
909    "LambdaAction": {
910      "base": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>",
911      "refs": {
912        "Action$lambda": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>",
913        "AlarmAction$lambda": null,
914        "NotificationTargetActions$lambdaAction": null
915      }
916    },
917    "LimitExceededException": {
918      "base": "<p>A limit was exceeded.</p>",
919      "refs": {
920      }
921    },
922    "ListAlarmModelVersionsRequest": {
923      "base": null,
924      "refs": {
925      }
926    },
927    "ListAlarmModelVersionsResponse": {
928      "base": null,
929      "refs": {
930      }
931    },
932    "ListAlarmModelsRequest": {
933      "base": null,
934      "refs": {
935      }
936    },
937    "ListAlarmModelsResponse": {
938      "base": null,
939      "refs": {
940      }
941    },
942    "ListDetectorModelVersionsRequest": {
943      "base": null,
944      "refs": {
945      }
946    },
947    "ListDetectorModelVersionsResponse": {
948      "base": null,
949      "refs": {
950      }
951    },
952    "ListDetectorModelsRequest": {
953      "base": null,
954      "refs": {
955      }
956    },
957    "ListDetectorModelsResponse": {
958      "base": null,
959      "refs": {
960      }
961    },
962    "ListInputRoutingsRequest": {
963      "base": null,
964      "refs": {
965      }
966    },
967    "ListInputRoutingsResponse": {
968      "base": null,
969      "refs": {
970      }
971    },
972    "ListInputsRequest": {
973      "base": null,
974      "refs": {
975      }
976    },
977    "ListInputsResponse": {
978      "base": null,
979      "refs": {
980      }
981    },
982    "ListTagsForResourceRequest": {
983      "base": null,
984      "refs": {
985      }
986    },
987    "ListTagsForResourceResponse": {
988      "base": null,
989      "refs": {
990      }
991    },
992    "LoggingEnabled": {
993      "base": null,
994      "refs": {
995        "LoggingOptions$enabled": "<p>If TRUE, logging is enabled for AWS IoT Events.</p>"
996      }
997    },
998    "LoggingLevel": {
999      "base": null,
1000      "refs": {
1001        "LoggingOptions$level": "<p>The logging level.</p>"
1002      }
1003    },
1004    "LoggingOptions": {
1005      "base": "<p>The values of the AWS IoT Events logging options.</p>",
1006      "refs": {
1007        "DescribeLoggingOptionsResponse$loggingOptions": "<p>The current settings of the AWS IoT Events logging options.</p>",
1008        "PutLoggingOptionsRequest$loggingOptions": "<p>The new values of the AWS IoT Events logging options.</p>"
1009      }
1010    },
1011    "MQTTTopic": {
1012      "base": null,
1013      "refs": {
1014        "IotTopicPublishAction$mqttTopic": "<p>The MQTT topic of the message. You can use a string expression that includes variables (<code>$variable.&lt;variable-name&gt;</code>) and input values (<code>$input.&lt;input-name&gt;.&lt;path-to-datum&gt;</code>) as the topic string.</p>"
1015      }
1016    },
1017    "MaxAnalysisResults": {
1018      "base": null,
1019      "refs": {
1020        "GetDetectorModelAnalysisResultsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>"
1021      }
1022    },
1023    "MaxResults": {
1024      "base": null,
1025      "refs": {
1026        "ListAlarmModelVersionsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>",
1027        "ListAlarmModelsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>",
1028        "ListDetectorModelVersionsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>",
1029        "ListDetectorModelsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>",
1030        "ListInputRoutingsRequest$maxResults": "<p> The maximum number of results to be returned per request. </p>",
1031        "ListInputsRequest$maxResults": "<p>The maximum number of results to be returned per request.</p>"
1032      }
1033    },
1034    "NextToken": {
1035      "base": null,
1036      "refs": {
1037        "GetDetectorModelAnalysisResultsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1038        "GetDetectorModelAnalysisResultsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>",
1039        "ListAlarmModelVersionsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1040        "ListAlarmModelVersionsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>",
1041        "ListAlarmModelsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1042        "ListAlarmModelsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>",
1043        "ListDetectorModelVersionsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1044        "ListDetectorModelVersionsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>",
1045        "ListDetectorModelsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1046        "ListDetectorModelsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>",
1047        "ListInputRoutingsRequest$nextToken": "<p> The token that you can use to return the next set of results. </p>",
1048        "ListInputRoutingsResponse$nextToken": "<p> The token that you can use to return the next set of results, or <code>null</code> if there are no more results. </p>",
1049        "ListInputsRequest$nextToken": "<p>The token that you can use to return the next set of results.</p>",
1050        "ListInputsResponse$nextToken": "<p>The token that you can use to return the next set of results, or <code>null</code> if there are no more results.</p>"
1051      }
1052    },
1053    "NotificationAction": {
1054      "base": "<p>Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.</p>",
1055      "refs": {
1056        "NotificationActions$member": null
1057      }
1058    },
1059    "NotificationActions": {
1060      "base": null,
1061      "refs": {
1062        "AlarmNotification$notificationActions": "<p>Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model.</p>"
1063      }
1064    },
1065    "NotificationAdditionalMessage": {
1066      "base": null,
1067      "refs": {
1068        "EmailContent$additionalMessage": "<p>The message that you want to send. The message can be up to 200 characters.</p>",
1069        "SMSConfiguration$additionalMessage": "<p>The message that you want to send. The message can be up to 200 characters.</p>"
1070      }
1071    },
1072    "NotificationTargetActions": {
1073      "base": "<p>Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html\">AWS Lambda function provided by AWS IoT Events</a>.</p>",
1074      "refs": {
1075        "NotificationAction$action": "<p>Specifies an AWS Lambda function to manage alarm notifications. You can create one or use the <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html\">AWS Lambda function provided by AWS IoT Events</a>.</p>"
1076      }
1077    },
1078    "OnEnterLifecycle": {
1079      "base": "<p>When entering this state, perform these <code>actions</code> if the <code>condition</code> is TRUE.</p>",
1080      "refs": {
1081        "State$onEnter": "<p>When entering this state, perform these <code>actions</code> if the <code>condition</code> is TRUE.</p>"
1082      }
1083    },
1084    "OnExitLifecycle": {
1085      "base": "<p>When exiting this state, perform these <code>actions</code> if the specified <code>condition</code> is <code>TRUE</code>.</p>",
1086      "refs": {
1087        "State$onExit": "<p>When exiting this state, perform these <code>actions</code> if the specified <code>condition</code> is <code>TRUE</code>.</p>"
1088      }
1089    },
1090    "OnInputLifecycle": {
1091      "base": "<p>Specifies the actions performed when the <code>condition</code> evaluates to TRUE.</p>",
1092      "refs": {
1093        "State$onInput": "<p>When an input is received and the <code>condition</code> is TRUE, perform the specified <code>actions</code>.</p>"
1094      }
1095    },
1096    "Payload": {
1097      "base": "<p>Information needed to configure the payload.</p> <p>By default, AWS IoT Events generates a standard payload in JSON for any action. This action payload contains all attribute-value pairs that have the information about the detector model instance and the event triggered the action. To configure the action payload, you can use <code>contentExpression</code>.</p>",
1098      "refs": {
1099        "DynamoDBAction$payload": null,
1100        "DynamoDBv2Action$payload": null,
1101        "FirehoseAction$payload": "<p>You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.</p>",
1102        "IotEventsAction$payload": "<p>You can configure the action payload when you send a message to an AWS IoT Events input.</p>",
1103        "IotTopicPublishAction$payload": "<p>You can configure the action payload when you publish a message to an AWS IoT Core topic.</p>",
1104        "LambdaAction$payload": "<p>You can configure the action payload when you send a message to a Lambda function.</p>",
1105        "SNSTopicPublishAction$payload": "<p>You can configure the action payload when you send a message as an Amazon SNS push notification.</p>",
1106        "SqsAction$payload": "<p>You can configure the action payload when you send a message to an Amazon SQS queue.</p>"
1107      }
1108    },
1109    "PayloadType": {
1110      "base": null,
1111      "refs": {
1112        "Payload$type": "<p>The value of the payload type can be either <code>STRING</code> or <code>JSON</code>.</p>"
1113      }
1114    },
1115    "PutLoggingOptionsRequest": {
1116      "base": null,
1117      "refs": {
1118      }
1119    },
1120    "QueueUrl": {
1121      "base": null,
1122      "refs": {
1123        "SqsAction$queueUrl": "<p>The URL of the SQS queue where the data is written.</p>"
1124      }
1125    },
1126    "RecipientDetail": {
1127      "base": "<p>The information that identifies the recipient.</p>",
1128      "refs": {
1129        "RecipientDetails$member": null
1130      }
1131    },
1132    "RecipientDetails": {
1133      "base": null,
1134      "refs": {
1135        "EmailRecipients$to": "<p>Specifies one or more recipients who receive the email.</p>",
1136        "SMSConfiguration$recipients": "<p>Specifies one or more recipients who receive the message.</p> <important> <p>You must <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html\">add the users that receive SMS messages to your AWS SSO store</a>.</p> </important>"
1137      }
1138    },
1139    "ResetTimerAction": {
1140      "base": "<p>Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.</p>",
1141      "refs": {
1142        "Action$resetTimer": "<p>Information needed to reset the timer.</p>"
1143      }
1144    },
1145    "ResourceAlreadyExistsException": {
1146      "base": "<p>The resource already exists.</p>",
1147      "refs": {
1148      }
1149    },
1150    "ResourceInUseException": {
1151      "base": "<p>The resource is in use.</p>",
1152      "refs": {
1153      }
1154    },
1155    "ResourceName": {
1156      "base": null,
1157      "refs": {
1158        "RoutedResource$name": "<p> The name of the routed resource. </p>"
1159      }
1160    },
1161    "ResourceNotFoundException": {
1162      "base": "<p>The resource was not found.</p>",
1163      "refs": {
1164      }
1165    },
1166    "RoutedResource": {
1167      "base": "<p> Contains information about the routed resource. </p>",
1168      "refs": {
1169        "RoutedResources$member": null
1170      }
1171    },
1172    "RoutedResources": {
1173      "base": null,
1174      "refs": {
1175        "ListInputRoutingsResponse$routedResources": "<p> Summary information about the routed resources. </p>"
1176      }
1177    },
1178    "SMSConfiguration": {
1179      "base": "<p>Contains the configuration information of SMS notifications.</p>",
1180      "refs": {
1181        "SMSConfigurations$member": null
1182      }
1183    },
1184    "SMSConfigurations": {
1185      "base": null,
1186      "refs": {
1187        "NotificationAction$smsConfigurations": "<p>Contains the configuration information of SMS notifications.</p>"
1188      }
1189    },
1190    "SMSSenderId": {
1191      "base": null,
1192      "refs": {
1193        "SMSConfiguration$senderId": "<p>The sender ID.</p>"
1194      }
1195    },
1196    "SNSTopicPublishAction": {
1197      "base": "<p>Information required to publish the Amazon SNS message.</p>",
1198      "refs": {
1199        "Action$sns": "<p>Sends an Amazon SNS message.</p>",
1200        "AlarmAction$sns": null
1201      }
1202    },
1203    "SSOIdentity": {
1204      "base": "<p>Contains information about your identity source in AWS Single Sign-On. For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">AWS Single Sign-On User Guide</a>.</p>",
1205      "refs": {
1206        "RecipientDetail$ssoIdentity": "<p>The AWS Single Sign-On (AWS SSO) authentication information.</p>"
1207      }
1208    },
1209    "SSOReferenceId": {
1210      "base": null,
1211      "refs": {
1212        "SSOIdentity$userId": "<p>The user ID.</p>"
1213      }
1214    },
1215    "Seconds": {
1216      "base": null,
1217      "refs": {
1218        "SetTimerAction$seconds": "<p>The number of seconds until the timer expires. The minimum value is 60 seconds to ensure accuracy. The maximum value is 31622400 seconds. </p>"
1219      }
1220    },
1221    "ServiceUnavailableException": {
1222      "base": "<p>The service is currently unavailable.</p>",
1223      "refs": {
1224      }
1225    },
1226    "SetTimerAction": {
1227      "base": "<p>Information needed to set the timer.</p>",
1228      "refs": {
1229        "Action$setTimer": "<p>Information needed to set the timer.</p>"
1230      }
1231    },
1232    "SetVariableAction": {
1233      "base": "<p>Information about the variable and its new value.</p>",
1234      "refs": {
1235        "Action$setVariable": "<p>Sets a variable to a specified value.</p>"
1236      }
1237    },
1238    "Severity": {
1239      "base": null,
1240      "refs": {
1241        "CreateAlarmModelRequest$severity": "<p>A non-negative integer that reflects the severity level of the alarm.</p>",
1242        "DescribeAlarmModelResponse$severity": "<p>A non-negative integer that reflects the severity level of the alarm.</p>",
1243        "UpdateAlarmModelRequest$severity": "<p>A non-negative integer that reflects the severity level of the alarm.</p>"
1244      }
1245    },
1246    "SimpleRule": {
1247      "base": "<p>A rule that compares an input property value to a threshold value with a comparison operator.</p>",
1248      "refs": {
1249        "AlarmRule$simpleRule": "<p>A rule that compares an input property value to a threshold value with a comparison operator.</p>"
1250      }
1251    },
1252    "SqsAction": {
1253      "base": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>",
1254      "refs": {
1255        "Action$sqs": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>",
1256        "AlarmAction$sqs": null
1257      }
1258    },
1259    "StartDetectorModelAnalysisRequest": {
1260      "base": null,
1261      "refs": {
1262      }
1263    },
1264    "StartDetectorModelAnalysisResponse": {
1265      "base": null,
1266      "refs": {
1267      }
1268    },
1269    "State": {
1270      "base": "<p>Information that defines a state of a detector.</p>",
1271      "refs": {
1272        "States$member": null
1273      }
1274    },
1275    "StateName": {
1276      "base": null,
1277      "refs": {
1278        "DetectorModelDefinition$initialStateName": "<p>The state that is entered at the creation of each detector (instance).</p>",
1279        "State$stateName": "<p>The name of the state.</p>",
1280        "TransitionEvent$nextState": "<p>The next state to enter.</p>"
1281      }
1282    },
1283    "States": {
1284      "base": null,
1285      "refs": {
1286        "DetectorModelDefinition$states": "<p>Information about the states of the detector.</p>"
1287      }
1288    },
1289    "StatusMessage": {
1290      "base": null,
1291      "refs": {
1292        "AlarmModelVersionSummary$statusMessage": "<p> Contains information about the status of the alarm model version. </p>",
1293        "DescribeAlarmModelResponse$statusMessage": "<p> Contains information about the status of the alarm model. </p>"
1294      }
1295    },
1296    "Tag": {
1297      "base": "<p>Metadata that can be used to manage the resource.</p>",
1298      "refs": {
1299        "Tags$member": null
1300      }
1301    },
1302    "TagKey": {
1303      "base": null,
1304      "refs": {
1305        "Tag$key": "<p>The tag's key.</p>",
1306        "TagKeys$member": null
1307      }
1308    },
1309    "TagKeys": {
1310      "base": null,
1311      "refs": {
1312        "UntagResourceRequest$tagKeys": "<p>A list of the keys of the tags to be removed from the resource.</p>"
1313      }
1314    },
1315    "TagResourceRequest": {
1316      "base": null,
1317      "refs": {
1318      }
1319    },
1320    "TagResourceResponse": {
1321      "base": null,
1322      "refs": {
1323      }
1324    },
1325    "TagValue": {
1326      "base": null,
1327      "refs": {
1328        "Tag$value": "<p>The tag's value.</p>"
1329      }
1330    },
1331    "Tags": {
1332      "base": null,
1333      "refs": {
1334        "CreateAlarmModelRequest$tags": "<p>A list of key-value pairs that contain metadata for the alarm model. The tags help you manage the alarm model. For more information, see <a href=\"https://docs.aws.amazon.com/iotevents/latest/developerguide/tagging-iotevents.html\">Tagging your AWS IoT Events resources</a> in the <i>AWS IoT Events Developer Guide</i>.</p> <p>You can create up to 50 tags for one alarm model.</p>",
1335        "CreateDetectorModelRequest$tags": "<p>Metadata that can be used to manage the detector model.</p>",
1336        "CreateInputRequest$tags": "<p>Metadata that can be used to manage the input.</p>",
1337        "ListTagsForResourceResponse$tags": "<p>The list of tags assigned to the resource.</p>",
1338        "TagResourceRequest$tags": "<p>The new or modified tags for the resource.</p>"
1339      }
1340    },
1341    "Threshold": {
1342      "base": null,
1343      "refs": {
1344        "SimpleRule$threshold": "<p>The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.</p>"
1345      }
1346    },
1347    "ThrottlingException": {
1348      "base": "<p>The request could not be completed due to throttling.</p>",
1349      "refs": {
1350      }
1351    },
1352    "TimerName": {
1353      "base": null,
1354      "refs": {
1355        "ClearTimerAction$timerName": "<p>The name of the timer to clear.</p>",
1356        "ResetTimerAction$timerName": "<p>The name of the timer to reset.</p>",
1357        "SetTimerAction$timerName": "<p>The name of the timer.</p>"
1358      }
1359    },
1360    "Timestamp": {
1361      "base": null,
1362      "refs": {
1363        "AlarmModelSummary$creationTime": "<p>The time the alarm model was created, in the Unix epoch format.</p>",
1364        "AlarmModelVersionSummary$creationTime": "<p>The time the alarm model was created, in the Unix epoch format.</p>",
1365        "AlarmModelVersionSummary$lastUpdateTime": "<p>The time the alarm model was last updated, in the Unix epoch format.</p>",
1366        "CreateAlarmModelResponse$creationTime": "<p>The time the alarm model was created, in the Unix epoch format.</p>",
1367        "CreateAlarmModelResponse$lastUpdateTime": "<p>The time the alarm model was last updated, in the Unix epoch format.</p>",
1368        "DescribeAlarmModelResponse$creationTime": "<p>The time the alarm model was created, in the Unix epoch format.</p>",
1369        "DescribeAlarmModelResponse$lastUpdateTime": "<p>The time the alarm model was last updated, in the Unix epoch format.</p>",
1370        "DetectorModelConfiguration$creationTime": "<p>The time the detector model was created.</p>",
1371        "DetectorModelConfiguration$lastUpdateTime": "<p>The time the detector model was last updated.</p>",
1372        "DetectorModelSummary$creationTime": "<p>The time the detector model was created.</p>",
1373        "DetectorModelVersionSummary$creationTime": "<p>The time the detector model version was created.</p>",
1374        "DetectorModelVersionSummary$lastUpdateTime": "<p>The last time the detector model version was updated.</p>",
1375        "InputConfiguration$creationTime": "<p>The time the input was created.</p>",
1376        "InputConfiguration$lastUpdateTime": "<p>The last time the input was updated.</p>",
1377        "InputSummary$creationTime": "<p>The time the input was created.</p>",
1378        "InputSummary$lastUpdateTime": "<p>The last time the input was updated.</p>",
1379        "UpdateAlarmModelResponse$creationTime": "<p>The time the alarm model was created, in the Unix epoch format.</p>",
1380        "UpdateAlarmModelResponse$lastUpdateTime": "<p>The time the alarm model was last updated, in the Unix epoch format.</p>"
1381      }
1382    },
1383    "TransitionEvent": {
1384      "base": "<p>Specifies the actions performed and the next state entered when a <code>condition</code> evaluates to TRUE.</p>",
1385      "refs": {
1386        "TransitionEvents$member": null
1387      }
1388    },
1389    "TransitionEvents": {
1390      "base": null,
1391      "refs": {
1392        "OnInputLifecycle$transitionEvents": "<p>Specifies the actions performed, and the next state entered, when a <code>condition</code> evaluates to TRUE.</p>"
1393      }
1394    },
1395    "UnsupportedOperationException": {
1396      "base": "<p>The requested operation is not supported.</p>",
1397      "refs": {
1398      }
1399    },
1400    "UntagResourceRequest": {
1401      "base": null,
1402      "refs": {
1403      }
1404    },
1405    "UntagResourceResponse": {
1406      "base": null,
1407      "refs": {
1408      }
1409    },
1410    "UpdateAlarmModelRequest": {
1411      "base": null,
1412      "refs": {
1413      }
1414    },
1415    "UpdateAlarmModelResponse": {
1416      "base": null,
1417      "refs": {
1418      }
1419    },
1420    "UpdateDetectorModelRequest": {
1421      "base": null,
1422      "refs": {
1423      }
1424    },
1425    "UpdateDetectorModelResponse": {
1426      "base": null,
1427      "refs": {
1428      }
1429    },
1430    "UpdateInputRequest": {
1431      "base": null,
1432      "refs": {
1433      }
1434    },
1435    "UpdateInputResponse": {
1436      "base": null,
1437      "refs": {
1438      }
1439    },
1440    "UseBase64": {
1441      "base": null,
1442      "refs": {
1443        "SqsAction$useBase64": "<p>Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.</p>"
1444      }
1445    },
1446    "VariableName": {
1447      "base": null,
1448      "refs": {
1449        "SetVariableAction$variableName": "<p>The name of the variable.</p>"
1450      }
1451    },
1452    "VariableValue": {
1453      "base": null,
1454      "refs": {
1455        "SetTimerAction$durationExpression": "<p>The duration of the timer, in seconds. You can use a string expression that includes numbers, variables (<code>$variable.&lt;variable-name&gt;</code>), and input values (<code>$input.&lt;input-name&gt;.&lt;path-to-datum&gt;</code>) as the duration. The range of the duration is 1-31622400 seconds. To ensure accuracy, the minimum duration is 60 seconds. The evaluated result of the duration is rounded down to the nearest whole number. </p>",
1456        "SetVariableAction$value": "<p>The new value of the variable.</p>"
1457      }
1458    },
1459    "errorMessage": {
1460      "base": null,
1461      "refs": {
1462        "InternalFailureException$message": "<p>The message for the exception.</p>",
1463        "InvalidRequestException$message": "<p>The message for the exception.</p>",
1464        "LimitExceededException$message": "<p>The message for the exception.</p>",
1465        "ResourceAlreadyExistsException$message": "<p>The message for the exception.</p>",
1466        "ResourceInUseException$message": "<p>The message for the exception.</p>",
1467        "ResourceNotFoundException$message": "<p>The message for the exception.</p>",
1468        "ServiceUnavailableException$message": "<p>The message for the exception.</p>",
1469        "ThrottlingException$message": "<p>The message for the exception.</p>",
1470        "UnsupportedOperationException$message": "<p>The message for the exception.</p>"
1471      }
1472    },
1473    "resourceArn": {
1474      "base": null,
1475      "refs": {
1476        "ResourceAlreadyExistsException$resourceArn": "<p>The ARN of the resource.</p>"
1477      }
1478    },
1479    "resourceId": {
1480      "base": null,
1481      "refs": {
1482        "ResourceAlreadyExistsException$resourceId": "<p>The ID of the resource.</p>"
1483      }
1484    }
1485  }
1486}
1487