integrations.sh
← all integrations

amazonaws.com – iotevents

OpenAPI apis-guru cloud

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.

Homepage
https://api.apis.guru/v2/specs/amazonaws.com:iotevents/2018-07-27.json
Provider
amazonaws.com:iotevents / iotevents
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/iotevents/2018-07-27/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/iotevents/2018-07-27/openapi.yaml

Tools (28)

Extracted live via the executor SDK.

  • alarmModels.createAlarmModel

    Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see in the AWS IoT Events Developer Guide.

  • alarmModels.deleteAlarmModel

    Deletes an alarm model. Any alarm instances that were created based on this alarm model are also deleted. This action can't be undone.

  • alarmModels.describeAlarmModel

    Retrieves information about an alarm model. If you don't specify a value for the alarmModelVersion parameter, the latest version is returned.

  • alarmModels.listAlarmModels

    Lists the alarm models that you created. The operation returns only the metadata associated with each alarm model.

  • alarmModels.listAlarmModelVersions

    Lists all the versions of an alarm model. The operation returns only the metadata associated with each alarm model version.

  • alarmModels.updateAlarmModel

    Updates an alarm model. Any alarms that were created based on the previous version are deleted and then created again as new data arrives.

  • analysis.describeDetectorModelAnalysis

    Retrieves runtime information about a detector model analysis.

    After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.

  • analysis.getDetectorModelAnalysisResults

    Retrieves one or more analysis results of the detector model.

    After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.

  • analysis.startDetectorModelAnalysis

    Performs an analysis of your detector model. For more information, see in the AWS IoT Events Developer Guide.

  • detectorModels.createDetectorModel

    Creates a detector model.

  • detectorModels.deleteDetectorModel

    Deletes a detector model. Any active instances of the detector model are also deleted.

  • detectorModels.describeDetectorModel

    Describes a detector model. If the version parameter is not specified, information about the latest version is returned.

  • detectorModels.listDetectorModels

    Lists the detector models you have created. Only the metadata associated with each detector model is returned.

  • detectorModels.listDetectorModelVersions

    Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.

  • detectorModels.updateDetectorModel

    Updates a detector model. Detectors (instances) spawned by the previous version are deleted and then re-created as new inputs arrive.

  • inputRoutings.listInputRoutings

    Lists one or more input routings.

  • inputs.createInput

    Creates an input.

  • inputs.deleteInput

    Deletes an input.

  • inputs.describeInput

    Describes an input.

  • inputs.listInputs

    Lists the inputs you have created.

  • inputs.updateInput

    Updates an input.

  • logging.describeLoggingOptions

    Retrieves the current settings of the AWS IoT Events logging options.

  • logging.putLoggingOptions

    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.

  • tagsResourceArn.listTagsForResource

    Lists the tags (metadata) you have assigned to the resource.

  • tagsResourceArn.tagResource

    Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

  • tagsResourceArnTagKeys.untagResource

    Removes the given tags (metadata) from the resource.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools