[][src]Crate rusoto_iotevents

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 API commands enable you to create, read, update and delete inputs and detector models, and to list their versions.

If you're using the service, you're probably looking for IotEventsClient and IotEvents.

Structs

Action

An action to be performed when the "condition" is TRUE.

Attribute

The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the AWS IoT Events system using BatchPutMessage. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors.

ClearTimerAction

Information needed to clear the timer.

CreateDetectorModelRequest
CreateDetectorModelResponse
CreateInputRequest
CreateInputResponse
DeleteDetectorModelRequest
DeleteDetectorModelResponse
DeleteInputRequest
DeleteInputResponse
DescribeDetectorModelRequest
DescribeDetectorModelResponse
DescribeInputRequest
DescribeInputResponse
DescribeLoggingOptionsRequest
DescribeLoggingOptionsResponse
DetectorDebugOption

The detector model and the specific detectors (instances) for which the logging level is given.

DetectorModel

Information about the detector model.

DetectorModelConfiguration

Information about how the detector model is configured.

DetectorModelDefinition

Information that defines how a detector operates.

DetectorModelSummary

Information about the detector model.

DetectorModelVersionSummary

Information about the detector model version.

Event

Specifies the "actions" to be performed when the "condition" evaluates to TRUE.

FirehoseAction

Sends information about the detector model instance and the event that triggered the action to a Kinesis Data Firehose delivery stream.

Input

Information about the input.

InputConfiguration

Information about the configuration of an input.

InputDefinition

The definition of the input.

InputSummary

Information about the input.

IotEventsAction

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

IotEventsClient

A client for the AWS IoT Events API.

IotTopicPublishAction

Information required to publish the MQTT message via the AWS IoT message broker.

LambdaAction

Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.

ListDetectorModelVersionsRequest
ListDetectorModelVersionsResponse
ListDetectorModelsRequest
ListDetectorModelsResponse
ListInputsRequest
ListInputsResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
LoggingOptions

The values of the AWS IoT Events logging options.

OnEnterLifecycle

When entering this state, perform these actions if the condition is TRUE.

OnExitLifecycle

When exiting this state, perform these "actions" if the specified "condition" is TRUE.

OnInputLifecycle

Specifies the actions performed when the "condition" evaluates to TRUE.

PutLoggingOptionsRequest
ResetTimerAction

Information needed to reset the timer.

SNSTopicPublishAction

Information required to publish the Amazon SNS message.

SetTimerAction

Information needed to set the timer.

SetVariableAction

Information about the variable and its new value.

SqsAction

Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.

State

Information that defines a state of a detector.

Tag

Metadata that can be used to manage the resource.

TagResourceRequest
TagResourceResponse
TransitionEvent

Specifies the actions performed and the next state entered when a "condition" evaluates to TRUE.

UntagResourceRequest
UntagResourceResponse
UpdateDetectorModelRequest
UpdateDetectorModelResponse
UpdateInputRequest
UpdateInputResponse

Enums

CreateDetectorModelError

Errors returned by CreateDetectorModel

CreateInputError

Errors returned by CreateInput

DeleteDetectorModelError

Errors returned by DeleteDetectorModel

DeleteInputError

Errors returned by DeleteInput

DescribeDetectorModelError

Errors returned by DescribeDetectorModel

DescribeInputError

Errors returned by DescribeInput

DescribeLoggingOptionsError

Errors returned by DescribeLoggingOptions

ListDetectorModelVersionsError

Errors returned by ListDetectorModelVersions

ListDetectorModelsError

Errors returned by ListDetectorModels

ListInputsError

Errors returned by ListInputs

ListTagsForResourceError

Errors returned by ListTagsForResource

PutLoggingOptionsError

Errors returned by PutLoggingOptions

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

UpdateDetectorModelError

Errors returned by UpdateDetectorModel

UpdateInputError

Errors returned by UpdateInput

Traits

IotEvents

Trait representing the capabilities of the AWS IoT Events API. AWS IoT Events clients implement this trait.