aws iotevents
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
Subcommands
Name | Description |
---|---|
create-detector-model | Creates a detector model |
create-input | Creates an input |
delete-detector-model | Deletes a detector model. Any active instances of the detector model are also deleted |
delete-input | Deletes an input |
describe-detector-model | Describes a detector model. If the version parameter is not specified, information about the latest version is returned |
describe-detector-model-analysis | Retrieves execution information about a detector model analysis |
describe-input | Describes an input |
describe-logging-options | Retrieves the current settings of the AWS IoT Events logging options |
get-detector-model-analysis-results | Retrieves one or more analysis results of the detector model |
list-detector-model-versions | Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned |
list-detector-models | Lists the detector models you have created. Only the metadata associated with each detector model is returned |
list-inputs | Lists the inputs you have created |
list-tags-for-resource | Lists the tags (metadata) you have assigned to the resource |
put-logging-options | 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 |
start-detector-model-analysis | Performs an analysis of your detector model. For more information, see Running detector model analyses in the AWS IoT Events Developer Guide |
tag-resource | Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource |
untag-resource | Removes the given tags (metadata) from the resource |
update-detector-model | Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive |
update-input | Updates an input |