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
Thanks @attila-lin for submitting a request. While serde is currently not supported in the Rust SDK, there is an ongoing community contribution to enable it behind the unstable feature flag (RFC).
One way around this limitation is to create an accompanying struct wrapping fields from aws_sdk_polly::types::Voice you wish to include and make that struct #[derive(Serialize, Deserialize)].
#[derive(Serialize,Deserialize)]structVoice{// fields from `aws_sdk_polly::types::Voice` you need.}
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
It can't be serialize
Use Case
I want to serialize it through JSON to web end.
Proposed Solution
No response
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: