Module rusoto_dynamodbstreams_0_47

Source
Available on crate feature rusoto_dynamodbstreams+0_47 only.
Expand description

Support for rusoto_dynamodbstreams version 0.47

Because rusoto_dynamodbstreams has not yet reached version 1.0, a feature is required to enable support. Add the following to your dependencies.

[dependencies]
rusoto_core = { version = "0.47", default-features = false, features = ["rustls"] }
rusoto_dynamodbstreams = { version = "0.47", default-features = false, features = ["rustls"] }
serde_dynamo = { version = "4", features = ["rusoto_dynamodbstreams+0_47"] }

Functionsยง

from_attribute_value
A version of crate::from_attribute_value where the AV generic is tied to rusoto_dynamodbstreams::AttributeValue.
from_item
A version of crate::from_item where the AV generic is tied to rusoto_dynamodbstreams::AttributeValue.
from_items
A version of crate::from_items where the AV generic is tied to rusoto_dynamodbstreams::AttributeValue.
to_attribute_value
A version of crate::to_attribute_value where the AV generic is tied to rusoto_dynamodbstreams::AttributeValue.
to_item
A version of crate::to_item where the AV generic is tied to rusoto_dynamodbstreams::AttributeValue.