View Source aws_iot_events (aws v0.3.1)
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
Deletes a detector model.
Describes a detector model.
Lists all the versions of a detector model.
Lists the detector models you have created.
Sets or updates the AWS IoT Events logging options.
Performs an analysis of your detector model.
Adds to or modifies the tags of the given resource.
Updates a detector model.
Link to this section Functions
Deletes a detector model.
Any active instances of the detector model are also deleted.delete_detector_model(Client, DetectorModelName, Input0, Options0)
View SourceDescribes a detector model.
If theversion
parameter is not specified, information about the latest version is returned.
describe_detector_model(Client, DetectorModelName, QueryMap, HeadersMap)
View Sourcedescribe_detector_model(Client, DetectorModelName, QueryMap, HeadersMap, Options0)
View Sourcedescribe_detector_model_analysis(Client, AnalysisId, QueryMap, HeadersMap)
View Sourcedescribe_detector_model_analysis(Client, AnalysisId, QueryMap, HeadersMap, Options0)
View Sourceget_detector_model_analysis_results(Client, AnalysisId, QueryMap, HeadersMap)
View Sourceget_detector_model_analysis_results(Client, AnalysisId, QueryMap, HeadersMap, Options0)
View SourceLists all the versions of a detector model.
Only the metadata associated with each detector model version is returned.list_detector_model_versions(Client, DetectorModelName, QueryMap, HeadersMap)
View Sourcelist_detector_model_versions(Client, DetectorModelName, QueryMap, HeadersMap, Options0)
View SourceLists the detector models you have created.
Only the metadata associated with each detector model is returned.list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceSets or updates the AWS IoT Events logging options.
If you update the value of anyloggingOptions
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.
Performs an analysis of your detector model.
For more information, see Running detector model analyses in the AWS IoT Events Developer Guide.Adds to or modifies the tags of the given resource.
Tags are metadata that can be used to manage a resource.Updates a detector model.
Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.