Module aws_sdk_dynamodbstreams_0_17

Source
Available on crate feature aws-sdk-dynamodbstreams+0_17 only.
Expand description

Support for aws-sdk-dynamodbstreams version 0.17

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.17"
serde_dynamo = { version = "4", features = ["aws-sdk-dynamodbstreams+0_17"] }

Functionsยง

from_attribute_value
A version of crate::from_attribute_value where the AV generic is tied to aws-sdk-dynamodbstreams::model::AttributeValue.
from_item
A version of crate::from_item where the AV generic is tied to aws-sdk-dynamodbstreams::model::AttributeValue.
from_items
A version of crate::from_items where the AV generic is tied to aws-sdk-dynamodbstreams::model::AttributeValue.
to_attribute_value
A version of crate::to_attribute_value where the AV generic is tied to aws-sdk-dynamodbstreams::model::AttributeValue.
to_item
A version of crate::to_item where the AV generic is tied to aws-sdk-dynamodbstreams::model::AttributeValue.