AWS.IoTEvents (aws-elixir v0.7.0) View Source
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 API operations to create, read, update, and delete inputs and detector models, and to list their versions.
Link to this section Summary
Functions
Creates a detector model.
Creates an input.
Deletes a detector model.
Deletes an input.
Describes a detector model.
Describes an input.
Retrieves the current settings of the AWS IoT Events logging options.
Lists all the versions of a detector model.
Lists the detector models you have created.
Lists the inputs you have created.
Lists the tags (metadata) you have assigned to the resource.
Sets or updates the AWS IoT Events logging options.
Adds to or modifies the tags of the given resource.
Removes the given tags (metadata) from the resource.
Updates a detector model.
Updates an input.
Link to this section Functions
Creates a detector model.
Creates an input.
delete_detector_model(client, detector_model_name, input, options \\ [])
View SourceDeletes a detector model.
Any active instances of the detector model are also deleted.
Deletes an input.
describe_detector_model(client, detector_model_name, detector_model_version \\ nil, options \\ [])
View SourceDescribes a detector model.
If the version
parameter is not specified, information about the latest
version is returned.
Describes an input.
Retrieves the current settings of the AWS IoT Events logging options.
list_detector_model_versions(client, detector_model_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all the versions of a detector model.
Only the metadata associated with each detector model version is returned.
list_detector_models(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the detector models you have created.
Only the metadata associated with each detector model is returned.
list_inputs(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the inputs you have created.
Lists the tags (metadata) you have assigned to the resource.
Sets or updates the AWS IoT Events logging options.
If you update the value of any loggingOptions
field, it takes up to one minute
for the change to take effect. If you change the policy attached to the role you
specified in the roleArn
field (for example, to correct an invalid policy), it
takes up to five minutes for that change to take effect.
Adds to or modifies the tags of the given resource.
Tags are metadata that can be used to manage a resource.
Removes the given tags (metadata) from the resource.
update_detector_model(client, detector_model_name, input, options \\ [])
View SourceUpdates a detector model.
Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.
Updates an input.