The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

BatchAcknowledgeAlarm

AcknowledgeActionRequests => ArrayRef[Paws::IoTEventsData::AcknowledgeAlarmActionRequest]

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.

BatchDisableAlarm

DisableActionRequests => ArrayRef[Paws::IoTEventsData::DisableAlarmActionRequest]

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.

BatchEnableAlarm

EnableActionRequests => ArrayRef[Paws::IoTEventsData::EnableAlarmActionRequest]

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.

BatchPutMessage

Messages => ArrayRef[Paws::IoTEventsData::Message]

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.

BatchResetAlarm

ResetActionRequests => ArrayRef[Paws::IoTEventsData::ResetAlarmActionRequest]

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.

BatchSnoozeAlarm

SnoozeActionRequests => ArrayRef[Paws::IoTEventsData::SnoozeAlarmActionRequest]

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.

BatchUpdateDetector

Detectors => ArrayRef[Paws::IoTEventsData::UpdateDetectorRequest]

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.

DescribeAlarm

AlarmModelName => Str
[KeyValue => Str]

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

Returns: a Paws::IoTEventsData::DescribeAlarmResponse instance

Retrieves information about an alarm.

DescribeDetector

DetectorModelName => Str
[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).

ListAlarms

AlarmModelName => Str
[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.

ListDetectors

DetectorModelName => Str
[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).

PAGINATORS

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

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

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