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 BackendConnectionErrors = BackendConnectionErrors' {}
- newBackendConnectionErrors :: BackendConnectionErrors
- backendConnectionErrors_otherCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_timeoutCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_hTTPCode5XXCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_connectionRefusedCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_hTTPCode4XXCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_unknownHostCount :: Lens' BackendConnectionErrors (Maybe Int)
Documentation
data BackendConnectionErrors Source #
See: newBackendConnectionErrors
smart constructor.
Instances
newBackendConnectionErrors :: BackendConnectionErrors Source #
Create a value of BackendConnectionErrors
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:otherCount:BackendConnectionErrors'
, backendConnectionErrors_otherCount
-
$sel:timeoutCount:BackendConnectionErrors'
, backendConnectionErrors_timeoutCount
-
$sel:hTTPCode5XXCount:BackendConnectionErrors'
, backendConnectionErrors_hTTPCode5XXCount
-
$sel:connectionRefusedCount:BackendConnectionErrors'
, backendConnectionErrors_connectionRefusedCount
-
$sel:hTTPCode4XXCount:BackendConnectionErrors'
, backendConnectionErrors_hTTPCode4XXCount
-
$sel:unknownHostCount:BackendConnectionErrors'
, backendConnectionErrors_unknownHostCount
-