![]() |
![]()
| ![]() |
![]()
NAMEPaws::IoTEventsData - Perl Interface to AWS AWS IoT Events Data SYNOPSISuse Paws; my $obj = Paws->service('IoTEventsData'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONAWS 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 Data API commands to send inputs to detectors, list detectors, and view or update a detector's status. For more information, see What is AWS IoT Events? (https://docs.aws.amazon.com/iotevents/latest/developerguide/what-is-iotevents.html) in the AWS IoT Events Developer Guide. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/data.iotevents-2018-10-23> METHODSBatchAcknowledgeAlarmEach argument is described in detail in: Paws::IoTEventsData::BatchAcknowledgeAlarm Returns: a Paws::IoTEventsData::BatchAcknowledgeAlarmResponse instance Acknowledges one or more alarms. The alarms change to the "ACKNOWLEDGED" state after you acknowledge them. BatchDisableAlarmEach argument is described in detail in: Paws::IoTEventsData::BatchDisableAlarm Returns: a Paws::IoTEventsData::BatchDisableAlarmResponse instance Disables one or more alarms. The alarms change to the "DISABLED" state after you disable them. BatchEnableAlarmEach argument is described in detail in: Paws::IoTEventsData::BatchEnableAlarm Returns: a Paws::IoTEventsData::BatchEnableAlarmResponse instance Enables one or more alarms. The alarms change to the "NORMAL" state after you enable them. BatchPutMessageEach argument is described in detail in: Paws::IoTEventsData::BatchPutMessage Returns: a Paws::IoTEventsData::BatchPutMessageResponse instance Sends a set of messages to the AWS 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. BatchResetAlarmEach argument is described in detail in: Paws::IoTEventsData::BatchResetAlarm Returns: a Paws::IoTEventsData::BatchResetAlarmResponse instance Resets one or more alarms. The alarms return to the "NORMAL" state after you reset them. BatchSnoozeAlarmEach argument is described in detail in: Paws::IoTEventsData::BatchSnoozeAlarm Returns: a Paws::IoTEventsData::BatchSnoozeAlarmResponse instance 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. BatchUpdateDetectorEach argument is described in detail in: Paws::IoTEventsData::BatchUpdateDetector Returns: a Paws::IoTEventsData::BatchUpdateDetectorResponse instance Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model. DescribeAlarm
Each argument is described in detail in: Paws::IoTEventsData::DescribeAlarm Returns: a Paws::IoTEventsData::DescribeAlarmResponse instance Retrieves information about an alarm. DescribeDetector
Each argument is described in detail in: Paws::IoTEventsData::DescribeDetector Returns: a Paws::IoTEventsData::DescribeDetectorResponse instance Returns information about the specified detector (instance). ListAlarms
Each argument is described in detail in: Paws::IoTEventsData::ListAlarms Returns: a Paws::IoTEventsData::ListAlarmsResponse instance Lists one or more alarms. The operation returns only the metadata associated with each alarm. ListDetectors
Each argument is described in detail in: Paws::IoTEventsData::ListDetectors Returns: a Paws::IoTEventsData::ListDetectorsResponse instance Lists detectors (the instances of a detector model). PAGINATORSPaginator methods are helpers that repetively call methods that return partial results SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|