Module aws_smithy_types::timeout[][src]

Expand description

This module defines types that describe timeouts for the various stages of an HTTP request.

Structs

Configuration for timeouts

Enums

An error that occurs during construction of a TimeoutConfig

Functions

Parse a given string as a Duration that will be used to set a timeout. This will return an error result if the given string is negative, infinite, equal to zero, NaN, or if the string can’t be parsed as an f32. The name and set_by fields are used to provide context when an error occurs