Module aws_smithy_client::timeout
source · Expand description
Timeout Configuration
Structs
- A layer that wraps services in a timeout service
- A service that wraps another service, adding the ability to set a timeout for requests handled by the inner service.
- A struct containing everything needed to create a new
TimeoutService
Enums
- A future generated by a
TimeoutService
that may or may not have a timeout depending on whether or not one was set. BecauseTimeoutService
can be used at multiple levels of the service stack, akind
can be set so that when a timeout occurs, you can know which kind of timeout it was.