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
That example comes from the SDK generator, and is tracked in the smithy-rs project. It was opened because we thought it was here, then closed as "issue in the wrong repo". The original issue you opened is still open and awaiting a fix in the generator!
See awslabs/aws-sdk-rust#1212
MathieuDuponchelle:
I am trying to make use of the interceptor API.
The example in the documentation @ https://docs.rs/aws-sdk-transcribestreaming/latest/aws_sdk_transcribestreaming/config/struct.Builder.html#method.interceptor does not compile.
Once I do get it to compile, I'm also only getting my read_before_deserialization() implementation called once:
Links
https://docs.rs/aws-sdk-transcribestreaming/latest/aws_sdk_transcribestreaming/config/struct.Builder.html#method.interceptor
The text was updated successfully, but these errors were encountered: