Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TcpTimeout = TcpTimeout' {}
- newTcpTimeout :: TcpTimeout
- tcpTimeout_idle :: Lens' TcpTimeout (Maybe Duration)
Documentation
data TcpTimeout Source #
An object that represents types of timeouts.
See: newTcpTimeout
smart constructor.
Instances
newTcpTimeout :: TcpTimeout Source #
Create a value of TcpTimeout
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:idle:TcpTimeout'
, tcpTimeout_idle
- An object that represents an idle timeout. An idle timeout bounds the
amount of time that a connection may be idle. The default value is none.
tcpTimeout_idle :: Lens' TcpTimeout (Maybe Duration) Source #
An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.