Open MathieuDuponchelle opened 6 days ago
Thanks for reporting this. I'll let the example writer know.
~https://github.com/awsdocs/aws-doc-sdk-examples/issues/7052~ This is a docblock example, and comes from https://github.com/smithy-lang/smithy-rs/blob/fd10a1640669e34e2ae8be9d137336dfa145051b/codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customizations/InterceptorConfigCustomization.kt#L66
Describe the issue
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