What is the SQS (HTTP) default timeout? #1077
-
What is the HTTP timeout or the underlying HTTP library so that I can check? The
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just trying some values and get this:
Guys, I just realised that the quoted section in my previous comment is just a copy and paste from the main AWS docs (which are infamous in some circles). Why clutter the crate docs with this useless boilerplate?? Surely these input parameters could be compile timed checked? Please don't drag this Rust library down to the level of a JS one 🙏 |
Beta Was this translation helpful? Give feedback.
Thank you for your query. These docs are auto-generated from a service model (example). You are right in that it is weird the rust docs mention the Java SDK; this directly comes from the documentation the SQS team and appears in docs of other languages' SDK.
Similarly,
aws_sdk_sqs
itself is pretty much code-generated by smithy-rs and input parameter validation is currently not present in the generated code.