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

A client for the AWS IoT Events Data 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

Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.

Disables one or more alarms. The alarms change to the DISABLED state after you disable them.

Enables one or more alarms. The alarms change to the NORMAL state after you enable them.

Sends a set of messages to the AWS IoT Events system. Each message payload is transformed into the input you specify ("inputName") and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response.

Resets one or more alarms. The alarms return to the NORMAL state after you reset them.

Changes one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED state after you set them to the snooze mode.

Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.

Retrieves information about an alarm.

Returns information about the specified detector (instance).

Lists one or more alarms. The operation returns only the metadata associated with each alarm.

Lists detectors (the instances of a detector model).

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