You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
typeDynamoDBStreamViewTypestringconst (
DynamoDBStreamViewTypeNewImageDynamoDBStreamViewType="NEW_IMAGE"// the entire item, as it appeared after it was modified.DynamoDBStreamViewTypeOldImageDynamoDBStreamViewType="OLD_IMAGE"// the entire item, as it appeared before it was modified.DynamoDBStreamViewTypeNewAndOldImagesDynamoDBStreamViewType="NEW_AND_OLD_IMAGES"// both the new and the old item images of the item.DynamoDBStreamViewTypeKeysOnlyDynamoDBStreamViewType="KEYS_ONLY"// only the key attributes of the modified item.
)
We should convert them to Rust enums.
The text was updated successfully, but these errors were encountered:
The Go event code often has "enums" like:
We should convert them to Rust enums.
The text was updated successfully, but these errors were encountered: