-
I'm trying to query an aurora database and then convert/serialize it's output to json. To do this I checked if the output data types if I'll have to implement What is the alternative struct that I should serialize? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think I found it it's this |
Beta Was this translation helpful? Give feedback.
-
Thanks for catching this, it's a good callout. This issue is due to documentation that our team (The Rust SDK team) doesn't have direct control over. However, we've notified the team that does have control over this so it's now on their radar. If I hear any more updates, I'll post them here. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I think I found it it's this
struct aws_sdk_rdsdata::model::Field
. The docs are confusing this way it would be helpful to mention this struct as alternative toValue
after marking it deprecated.