'2.0', 'service' => '

IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector\'s status.

For more information, see What is IoT Events? in the IoT Events Developer Guide.

', 'operations' => [ 'BatchAcknowledgeAlarm' => '

Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.

', 'BatchDeleteDetector' => '

Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.

', 'BatchDisableAlarm' => '

Disables one or more alarms. The alarms change to the DISABLED state after you disable them.

', 'BatchEnableAlarm' => '

Enables one or more alarms. The alarms change to the NORMAL state after you enable them.

', 'BatchPutMessage' => '

Sends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify ("inputName") and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn\'t guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response.

', 'BatchResetAlarm' => '

Resets one or more alarms. The alarms return to the NORMAL state after you reset them.

', 'BatchSnoozeAlarm' => '

Changes one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED state after you set them to the snooze mode.

', 'BatchUpdateDetector' => '

Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.

', 'DescribeAlarm' => '

Retrieves information about an alarm.

', 'DescribeDetector' => '

Returns information about the specified detector (instance).

', 'ListAlarms' => '

Lists one or more alarms. The operation returns only the metadata associated with each alarm.

', 'ListDetectors' => '

Lists detectors (the instances of a detector model).

', ], 'shapes' => [ 'AcknowledgeActionConfiguration' => [ 'base' => '

Contains the configuration information of an acknowledge action.

', 'refs' => [ 'CustomerAction$acknowledgeActionConfiguration' => '

Contains the configuration information of an acknowledge action.

', ], ], 'AcknowledgeAlarmActionRequest' => [ 'base' => '

Information needed to acknowledge the alarm.

', 'refs' => [ 'AcknowledgeAlarmActionRequests$member' => NULL, ], ], 'AcknowledgeAlarmActionRequests' => [ 'base' => NULL, 'refs' => [ 'BatchAcknowledgeAlarmRequest$acknowledgeActionRequests' => '

The list of acknowledge action requests. You can specify up to 10 requests per operation.

', ], ], 'Alarm' => [ 'base' => '

Contains information about an alarm.

', 'refs' => [ 'DescribeAlarmResponse$alarm' => '

Contains information about an alarm.

', ], ], 'AlarmModelName' => [ 'base' => NULL, 'refs' => [ 'AcknowledgeAlarmActionRequest$alarmModelName' => '

The name of the alarm model.

', 'Alarm$alarmModelName' => '

The name of the alarm model.

', 'AlarmSummary$alarmModelName' => '

The name of the alarm model.

', 'DescribeAlarmRequest$alarmModelName' => '

The name of the alarm model.

', 'DisableAlarmActionRequest$alarmModelName' => '

The name of the alarm model.

', 'EnableAlarmActionRequest$alarmModelName' => '

The name of the alarm model.

', 'ListAlarmsRequest$alarmModelName' => '

The name of the alarm model.

', 'ResetAlarmActionRequest$alarmModelName' => '

The name of the alarm model.

', 'SnoozeAlarmActionRequest$alarmModelName' => '

The name of the alarm model.

', ], ], 'AlarmModelVersion' => [ 'base' => NULL, 'refs' => [ 'Alarm$alarmModelVersion' => '

The version of the alarm model.

', 'AlarmSummary$alarmModelVersion' => '

The version of the alarm model.

', ], ], 'AlarmState' => [ 'base' => '

Contains information about the current state of the alarm.

', 'refs' => [ 'Alarm$alarmState' => '

Contains information about the current state of the alarm.

', ], ], 'AlarmStateName' => [ 'base' => NULL, 'refs' => [ 'AlarmState$stateName' => '

The name of the alarm state. The state name can be one of the following values:

', 'AlarmSummary$stateName' => '

The name of the alarm state. The state name can be one of the following values:

', ], ], 'AlarmSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAlarmsResponse$alarmSummaries' => '

A list that summarizes each alarm.

', ], ], 'AlarmSummary' => [ 'base' => '

Contains a summary of an alarm.

', 'refs' => [ 'AlarmSummaries$member' => NULL, ], ], 'BatchAcknowledgeAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchAcknowledgeAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchAlarmActionErrorEntries' => [ 'base' => NULL, 'refs' => [ 'BatchAcknowledgeAlarmResponse$errorEntries' => '

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

', 'BatchDisableAlarmResponse$errorEntries' => '

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

', 'BatchEnableAlarmResponse$errorEntries' => '

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

', 'BatchResetAlarmResponse$errorEntries' => '

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

', 'BatchSnoozeAlarmResponse$errorEntries' => '

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

', ], ], 'BatchAlarmActionErrorEntry' => [ 'base' => '

Contains error messages associated with one of the following requests:

', 'refs' => [ 'BatchAlarmActionErrorEntries$member' => NULL, ], ], 'BatchDeleteDetectorErrorEntries' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDetectorResponse$batchDeleteDetectorErrorEntries' => '

A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.

', ], ], 'BatchDeleteDetectorErrorEntry' => [ 'base' => '

Contains error messages associated with the deletion request.

', 'refs' => [ 'BatchDeleteDetectorErrorEntries$member' => NULL, ], ], 'BatchDeleteDetectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteDetectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisableAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisableAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchEnableAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchEnableAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutMessageErrorEntries' => [ 'base' => NULL, 'refs' => [ 'BatchPutMessageResponse$BatchPutMessageErrorEntries' => '

A list of any errors encountered when sending the messages.

', ], ], 'BatchPutMessageErrorEntry' => [ 'base' => '

Contains information about the errors encountered.

', 'refs' => [ 'BatchPutMessageErrorEntries$member' => NULL, ], ], 'BatchPutMessageRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutMessageResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchResetAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchResetAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchSnoozeAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchSnoozeAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateDetectorErrorEntries' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateDetectorResponse$batchUpdateDetectorErrorEntries' => '

A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)

', ], ], 'BatchUpdateDetectorErrorEntry' => [ 'base' => '

Information about the error that occurred when attempting to update a detector.

', 'refs' => [ 'BatchUpdateDetectorErrorEntries$member' => NULL, ], ], 'BatchUpdateDetectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateDetectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'ComparisonOperator' => [ 'base' => NULL, 'refs' => [ 'SimpleRuleEvaluation$operator' => '

The comparison operator.

', ], ], 'CustomerAction' => [ 'base' => '

Contains information about the action that you can take to respond to the alarm.

', 'refs' => [ 'AlarmState$customerAction' => '

Contains information about the action that you can take to respond to the alarm.

', ], ], 'CustomerActionName' => [ 'base' => NULL, 'refs' => [ 'CustomerAction$actionName' => '

The name of the action. The action name can be one of the following values:

For more information, see the AlarmState API.

', ], ], 'DeleteDetectorRequest' => [ 'base' => '

Information used to delete the detector model.

', 'refs' => [ 'DeleteDetectorRequests$member' => NULL, ], ], 'DeleteDetectorRequests' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDetectorRequest$detectors' => '

The list of one or more detectors to be deleted.

', ], ], 'DescribeAlarmRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAlarmResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDetectorRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDetectorResponse' => [ 'base' => NULL, 'refs' => [], ], 'Detector' => [ 'base' => '

Information about the detector (instance).

', 'refs' => [ 'DescribeDetectorResponse$detector' => '

Information about the detector (instance).

', ], ], 'DetectorModelName' => [ 'base' => NULL, 'refs' => [ 'DeleteDetectorRequest$detectorModelName' => '

The name of the detector model that was used to create the detector instance.

', 'DescribeDetectorRequest$detectorModelName' => '

The name of the detector model whose detectors (instances) you want information about.

', 'Detector$detectorModelName' => '

The name of the detector model that created this detector (instance).

', 'DetectorSummary$detectorModelName' => '

The name of the detector model that created this detector (instance).

', 'ListDetectorsRequest$detectorModelName' => '

The name of the detector model whose detectors (instances) are listed.

', 'UpdateDetectorRequest$detectorModelName' => '

The name of the detector model that created the detectors (instances).

', ], ], 'DetectorModelVersion' => [ 'base' => NULL, 'refs' => [ 'Detector$detectorModelVersion' => '

The version of the detector model that created this detector (instance).

', 'DetectorSummary$detectorModelVersion' => '

The version of the detector model that created this detector (instance).

', ], ], 'DetectorState' => [ 'base' => '

Information about the current state of the detector instance.

', 'refs' => [ 'Detector$state' => '

The current state of the detector (instance).

', ], ], 'DetectorStateDefinition' => [ 'base' => '

The new state, variable values, and timer settings of the detector (instance).

', 'refs' => [ 'UpdateDetectorRequest$state' => '

The new state, variable values, and timer settings of the detector (instance).

', ], ], 'DetectorStateSummary' => [ 'base' => '

Information about the detector state.

', 'refs' => [ 'DetectorSummary$state' => '

The current state of the detector (instance).

', ], ], 'DetectorSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDetectorsResponse$detectorSummaries' => '

A list of summary information about the detectors (instances).

', ], ], 'DetectorSummary' => [ 'base' => '

Information about the detector (instance).

', 'refs' => [ 'DetectorSummaries$member' => NULL, ], ], 'DisableActionConfiguration' => [ 'base' => '

Contains the configuration information of a disable action.

', 'refs' => [ 'CustomerAction$disableActionConfiguration' => '

Contains the configuration information of a disable action.

', ], ], 'DisableAlarmActionRequest' => [ 'base' => '

Information used to disable the alarm.

', 'refs' => [ 'DisableAlarmActionRequests$member' => NULL, ], ], 'DisableAlarmActionRequests' => [ 'base' => NULL, 'refs' => [ 'BatchDisableAlarmRequest$disableActionRequests' => '

The list of disable action requests. You can specify up to 10 requests per operation.

', ], ], 'EnableActionConfiguration' => [ 'base' => '

Contains the configuration information of an enable action.

', 'refs' => [ 'CustomerAction$enableActionConfiguration' => '

Contains the configuration information of an enable action.

', ], ], 'EnableAlarmActionRequest' => [ 'base' => '

Information needed to enable the alarm.

', 'refs' => [ 'EnableAlarmActionRequests$member' => NULL, ], ], 'EnableAlarmActionRequests' => [ 'base' => NULL, 'refs' => [ 'BatchEnableAlarmRequest$enableActionRequests' => '

The list of enable action requests. You can specify up to 10 requests per operation.

', ], ], 'EphemeralInputName' => [ 'base' => NULL, 'refs' => [ 'Message$inputName' => '

The name of the input into which the message payload is transformed.

', ], ], 'EpochMilliTimestamp' => [ 'base' => NULL, 'refs' => [ 'TimestampValue$timeInMillis' => '

The value of the timestamp, in the Unix epoch format.

', ], ], 'ErrorCode' => [ 'base' => NULL, 'refs' => [ 'BatchAlarmActionErrorEntry$errorCode' => '

The error code.

', 'BatchDeleteDetectorErrorEntry$errorCode' => '

The error code.

', 'BatchPutMessageErrorEntry$errorCode' => '

The error code.

', 'BatchUpdateDetectorErrorEntry$errorCode' => '

The error code.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BatchAlarmActionErrorEntry$errorMessage' => '

A message that describes the error.

', 'BatchDeleteDetectorErrorEntry$errorMessage' => '

A message that describes the error.

', 'BatchPutMessageErrorEntry$errorMessage' => '

A message that describes the error.

', 'BatchUpdateDetectorErrorEntry$errorMessage' => '

A message that describes the error.

', ], ], 'EventType' => [ 'base' => NULL, 'refs' => [ 'SystemEvent$eventType' => '

The event type. If the value is STATE_CHANGE, the event contains information about alarm state changes.

', ], ], 'InputPropertyValue' => [ 'base' => NULL, 'refs' => [ 'SimpleRuleEvaluation$inputPropertyValue' => '

The value of the input property, on the left side of the comparison operator.

', ], ], 'InternalFailureException' => [ 'base' => '

An internal failure occurred.

', 'refs' => [], ], 'InvalidRequestException' => [ 'base' => '

The request was invalid.

', 'refs' => [], ], 'KeyValue' => [ 'base' => NULL, 'refs' => [ 'AcknowledgeAlarmActionRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'Alarm$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'AlarmSummary$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'DeleteDetectorRequest$keyValue' => '

The value of the key used to identify the detector.

', 'DescribeAlarmRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'DescribeDetectorRequest$keyValue' => '

A filter used to limit results to detectors (instances) created because of the given key ID.

', 'Detector$keyValue' => '

The value of the key (identifying the device or system) that caused the creation of this detector (instance).

', 'DetectorSummary$keyValue' => '

The value of the key (identifying the device or system) that caused the creation of this detector (instance).

', 'DisableAlarmActionRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'EnableAlarmActionRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'ResetAlarmActionRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'SnoozeAlarmActionRequest$keyValue' => '

The value of the key used as a filter to select only the alarms associated with the key.

', 'UpdateDetectorRequest$keyValue' => '

The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).

', ], ], 'ListAlarmsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAlarmsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDetectorsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDetectorsResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAlarmsRequest$maxResults' => '

The maximum number of results to be returned per request.

', 'ListDetectorsRequest$maxResults' => '

The maximum number of results to be returned per request.

', ], ], 'Message' => [ 'base' => '

Information about a message.

', 'refs' => [ 'Messages$member' => NULL, ], ], 'MessageId' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDetectorErrorEntry$messageId' => '

The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)

', 'BatchPutMessageErrorEntry$messageId' => '

The ID of the message that caused the error. (See the value corresponding to the "messageId" key in the "message" object.)

', 'BatchUpdateDetectorErrorEntry$messageId' => '

The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

', 'DeleteDetectorRequest$messageId' => '

The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within each batch sent.

', 'Message$messageId' => '

The ID to assign to the message. Within each batch sent, each "messageId" must be unique.

', 'UpdateDetectorRequest$messageId' => '

The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.

', ], ], 'Messages' => [ 'base' => NULL, 'refs' => [ 'BatchPutMessageRequest$messages' => '

The list of messages to send. Each message has the following format: \'{ "messageId": "string", "inputName": "string", "payload": "string"}\'

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAlarmsRequest$nextToken' => '

The token that you can use to return the next set of results.

', 'ListAlarmsResponse$nextToken' => '

The token that you can use to return the next set of results, or null if there are no more results.

', 'ListDetectorsRequest$nextToken' => '

The token that you can use to return the next set of results.

', 'ListDetectorsResponse$nextToken' => '

The token that you can use to return the next set of results, or null if there are no more results.

', ], ], 'Note' => [ 'base' => NULL, 'refs' => [ 'AcknowledgeActionConfiguration$note' => '

The note that you can leave when you acknowledge the alarm.

', 'AcknowledgeAlarmActionRequest$note' => '

The note that you can leave when you acknowledge the alarm.

', 'DisableActionConfiguration$note' => '

The note that you can leave when you disable the alarm.

', 'DisableAlarmActionRequest$note' => '

The note that you can leave when you disable the alarm.

', 'EnableActionConfiguration$note' => '

The note that you can leave when you enable the alarm.

', 'EnableAlarmActionRequest$note' => '

The note that you can leave when you enable the alarm.

', 'ResetActionConfiguration$note' => '

The note that you can leave when you reset the alarm.

', 'ResetAlarmActionRequest$note' => '

The note that you can leave when you reset the alarm.

', 'SnoozeActionConfiguration$note' => '

The note that you can leave when you snooze the alarm.

', 'SnoozeAlarmActionRequest$note' => '

The note that you can leave when you snooze the alarm.

', ], ], 'Payload' => [ 'base' => NULL, 'refs' => [ 'Message$payload' => '

The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).

', ], ], 'RequestId' => [ 'base' => NULL, 'refs' => [ 'AcknowledgeAlarmActionRequest$requestId' => '

The request ID. Each ID must be unique within each batch.

', 'BatchAlarmActionErrorEntry$requestId' => '

The request ID. Each ID must be unique within each batch.

', 'DisableAlarmActionRequest$requestId' => '

The request ID. Each ID must be unique within each batch.

', 'EnableAlarmActionRequest$requestId' => '

The request ID. Each ID must be unique within each batch.

', 'ResetAlarmActionRequest$requestId' => '

The request ID. Each ID must be unique within each batch.

', 'SnoozeAlarmActionRequest$requestId' => '

The request ID. Each ID must be unique within each batch.

', ], ], 'ResetActionConfiguration' => [ 'base' => '

Contains the configuration information of a reset action.

', 'refs' => [ 'CustomerAction$resetActionConfiguration' => '

Contains the configuration information of a reset action.

', ], ], 'ResetAlarmActionRequest' => [ 'base' => '

Information needed to reset the alarm.

', 'refs' => [ 'ResetAlarmActionRequests$member' => NULL, ], ], 'ResetAlarmActionRequests' => [ 'base' => NULL, 'refs' => [ 'BatchResetAlarmRequest$resetActionRequests' => '

The list of reset action requests. You can specify up to 10 requests per operation.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource was not found.

', 'refs' => [], ], 'RuleEvaluation' => [ 'base' => '

Information needed to evaluate data.

', 'refs' => [ 'AlarmState$ruleEvaluation' => '

Information needed to evaluate data.

', ], ], 'Seconds' => [ 'base' => NULL, 'refs' => [ 'TimerDefinition$seconds' => '

The new setting of the timer (the number of seconds before the timer elapses).

', ], ], 'ServiceUnavailableException' => [ 'base' => '

The service is currently unavailable.

', 'refs' => [], ], 'Severity' => [ 'base' => NULL, 'refs' => [ 'Alarm$severity' => '

A non-negative integer that reflects the severity level of the alarm.

', ], ], 'SimpleRuleEvaluation' => [ 'base' => '

Information needed to compare two values with a comparison operator.

', 'refs' => [ 'RuleEvaluation$simpleRuleEvaluation' => '

Information needed to compare two values with a comparison operator.

', ], ], 'SnoozeActionConfiguration' => [ 'base' => '

Contains the configuration information of a snooze action.

', 'refs' => [ 'CustomerAction$snoozeActionConfiguration' => '

Contains the configuration information of a snooze action.

', ], ], 'SnoozeAlarmActionRequest' => [ 'base' => '

Information needed to snooze the alarm.

', 'refs' => [ 'SnoozeAlarmActionRequests$member' => NULL, ], ], 'SnoozeAlarmActionRequests' => [ 'base' => NULL, 'refs' => [ 'BatchSnoozeAlarmRequest$snoozeActionRequests' => '

The list of snooze action requests. You can specify up to 10 requests per operation.

', ], ], 'SnoozeDuration' => [ 'base' => NULL, 'refs' => [ 'SnoozeActionConfiguration$snoozeDuration' => '

The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

', 'SnoozeAlarmActionRequest$snoozeDuration' => '

The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

', ], ], 'StateChangeConfiguration' => [ 'base' => '

Contains the configuration information of alarm state changes.

', 'refs' => [ 'SystemEvent$stateChangeConfiguration' => '

Contains the configuration information of alarm state changes.

', ], ], 'StateName' => [ 'base' => NULL, 'refs' => [ 'DetectorState$stateName' => '

The name of the state.

', 'DetectorStateDefinition$stateName' => '

The name of the new state of the detector (instance).

', 'DetectorStateSummary$stateName' => '

The name of the state.

', 'ListDetectorsRequest$stateName' => '

A filter that limits results to those detectors (instances) in the given state.

', ], ], 'SystemEvent' => [ 'base' => '

Contains information about alarm state changes.

', 'refs' => [ 'AlarmState$systemEvent' => '

Contains information about alarm state changes.

', ], ], 'ThresholdValue' => [ 'base' => NULL, 'refs' => [ 'SimpleRuleEvaluation$thresholdValue' => '

The threshold value, on the right side of the comparison operator.

', ], ], 'ThrottlingException' => [ 'base' => '

The request could not be completed due to throttling.

', 'refs' => [], ], 'Timer' => [ 'base' => '

The current state of a timer.

', 'refs' => [ 'Timers$member' => NULL, ], ], 'TimerDefinition' => [ 'base' => '

The new setting of a timer.

', 'refs' => [ 'TimerDefinitions$member' => NULL, ], ], 'TimerDefinitions' => [ 'base' => NULL, 'refs' => [ 'DetectorStateDefinition$timers' => '

The new values of the detector\'s timers. Any timer whose value isn\'t specified is cleared, and its timeout event won\'t occur.

', ], ], 'TimerName' => [ 'base' => NULL, 'refs' => [ 'Timer$name' => '

The name of the timer.

', 'TimerDefinition$name' => '

The name of the timer.

', ], ], 'Timers' => [ 'base' => NULL, 'refs' => [ 'DetectorState$timers' => '

The current state of the detector\'s timers.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'Alarm$creationTime' => '

The time the alarm was created, in the Unix epoch format.

', 'Alarm$lastUpdateTime' => '

The time the alarm was last updated, in the Unix epoch format.

', 'AlarmSummary$creationTime' => '

The time the alarm was created, in the Unix epoch format.

', 'AlarmSummary$lastUpdateTime' => '

The time the alarm was last updated, in the Unix epoch format.

', 'Detector$creationTime' => '

The time the detector (instance) was created.

', 'Detector$lastUpdateTime' => '

The time the detector (instance) was last updated.

', 'DetectorSummary$creationTime' => '

The time the detector (instance) was created.

', 'DetectorSummary$lastUpdateTime' => '

The time the detector (instance) was last updated.

', 'Timer$timestamp' => '

The expiration time for the timer.

', ], ], 'TimestampValue' => [ 'base' => '

Contains information about a timestamp.

', 'refs' => [ 'Message$timestamp' => '

The timestamp associated with the message.

', ], ], 'TriggerType' => [ 'base' => NULL, 'refs' => [ 'StateChangeConfiguration$triggerType' => '

The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.

', ], ], 'UpdateDetectorRequest' => [ 'base' => '

Information used to update the detector (instance).

', 'refs' => [ 'UpdateDetectorRequests$member' => NULL, ], ], 'UpdateDetectorRequests' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateDetectorRequest$detectors' => '

The list of detectors (instances) to update, along with the values to update.

', ], ], 'Variable' => [ 'base' => '

The current state of the variable.

', 'refs' => [ 'Variables$member' => NULL, ], ], 'VariableDefinition' => [ 'base' => '

The new value of the variable.

', 'refs' => [ 'VariableDefinitions$member' => NULL, ], ], 'VariableDefinitions' => [ 'base' => NULL, 'refs' => [ 'DetectorStateDefinition$variables' => '

The new values of the detector\'s variables. Any variable whose value isn\'t specified is cleared.

', ], ], 'VariableName' => [ 'base' => NULL, 'refs' => [ 'Variable$name' => '

The name of the variable.

', 'VariableDefinition$name' => '

The name of the variable.

', ], ], 'VariableValue' => [ 'base' => NULL, 'refs' => [ 'Variable$value' => '

The current value of the variable.

', 'VariableDefinition$value' => '

The new value of the variable.

', ], ], 'Variables' => [ 'base' => NULL, 'refs' => [ 'DetectorState$variables' => '

The current values of the detector\'s variables.

', ], ], 'errorMessage' => [ 'base' => NULL, 'refs' => [ 'InternalFailureException$message' => '

The message for the exception.

', 'InvalidRequestException$message' => '

The message for the exception.

', 'ResourceNotFoundException$message' => '

The message for the exception.

', 'ServiceUnavailableException$message' => '

The message for the exception.

', 'ThrottlingException$message' => '

The message for the exception.

', ], ], ],];