GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::IoTEventsData(3) User Contributed Perl Documentation Paws::IoTEventsData(3)

Paws::IoTEventsData - Perl Interface to AWS AWS IoT Events Data

  use 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' } ],
  );

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 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>

Each 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.

Each 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.

Each 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.

Each 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.

Each 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.

Each 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.

Each 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.

[KeyValue => Str]

Each argument is described in detail in: Paws::IoTEventsData::DescribeAlarm

Returns: a Paws::IoTEventsData::DescribeAlarmResponse instance

Retrieves information about an alarm.

[KeyValue => Str]

Each argument is described in detail in: Paws::IoTEventsData::DescribeDetector

Returns: a Paws::IoTEventsData::DescribeDetectorResponse instance

Returns information about the specified detector (instance).

[MaxResults => Int]
[NextToken => Str]

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.

[MaxResults => Int]
[NextToken => Str]
[StateName => Str]

Each argument is described in detail in: Paws::IoTEventsData::ListDetectors

Returns: a Paws::IoTEventsData::ListDetectorsResponse instance

Lists detectors (the instances of a detector model).

Paginator methods are helpers that repetively call methods that return partial results

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.