IoTEventsData class
AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. AWS IoT Events Data API commands enable you to send inputs to detectors, list detectors, and view or update a detector's status.
Constructors
- IoTEventsData({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
batchPutMessage(
{required List< Message> messages}) → Future<BatchPutMessageResponse> -
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. -
batchUpdateDetector(
{required List< UpdateDetectorRequest> detectors}) → Future<BatchUpdateDetectorResponse> - Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
-
close(
) → void - Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
-
describeDetector(
{required String detectorModelName, String? keyValue}) → Future< DescribeDetectorResponse> - Returns information about the specified detector (instance).
-
listDetectors(
{required String detectorModelName, int? maxResults, String? nextToken, String? stateName}) → Future< ListDetectorsResponse> - Lists detectors (the instances of a detector model).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited