logo
pub struct IotEventsClient { /* private fields */ }
Expand description

A client for the AWS IoT Events API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Create an alarm model in the AWS IoT Events Developer Guide.

Creates a detector model.

Creates an input.

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

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

Deletes an input.

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

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

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.

Describes an input.

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

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.

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

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

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

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

Lists one or more input routings.

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.

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.

Performs an analysis of your detector model. For more information, see Troubleshooting a detector model 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.

Removes the given tags (metadata) from the resource.

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

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

Updates an input.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more