Available on crate feature
aws-sdk-dynamodbstreams+0_21
only.Expand description
Support for aws-sdk-dynamodbstreams version 0.21
Because aws-sdk-dynamodbstreams has not yet reached version 1.0, a feature is required to enable support. Add the following to your dependencies.
[dependencies]
aws-sdk-dynamodbstreams = "0.21"
serde_dynamo = { version = "4", features = ["aws-sdk-dynamodbstreams+0_21"] }
Functions§
- A version of
crate::from_attribute_value
where theAV
generic is tied toaws-sdk-dynamodbstreams::model::AttributeValue
. - A version of
crate::from_item
where theAV
generic is tied toaws-sdk-dynamodbstreams::model::AttributeValue
. - A version of
crate::from_items
where theAV
generic is tied toaws-sdk-dynamodbstreams::model::AttributeValue
. - A version of
crate::to_attribute_value
where theAV
generic is tied toaws-sdk-dynamodbstreams::model::AttributeValue
. - A version of
crate::to_item
where theAV
generic is tied toaws-sdk-dynamodbstreams::model::AttributeValue
.