| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.XRay.Types.BackendConnectionErrors
Description
Synopsis
- data BackendConnectionErrors = BackendConnectionErrors' {}
- newBackendConnectionErrors :: BackendConnectionErrors
- backendConnectionErrors_connectionRefusedCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_hTTPCode4XXCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_hTTPCode5XXCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_otherCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_timeoutCount :: Lens' BackendConnectionErrors (Maybe Int)
- backendConnectionErrors_unknownHostCount :: Lens' BackendConnectionErrors (Maybe Int)
Documentation
data BackendConnectionErrors Source #
See: newBackendConnectionErrors smart constructor.
Constructors
| BackendConnectionErrors' | |
Fields
| |
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:connectionRefusedCount:BackendConnectionErrors', backendConnectionErrors_connectionRefusedCount -
$sel:hTTPCode4XXCount:BackendConnectionErrors', backendConnectionErrors_hTTPCode4XXCount -
$sel:hTTPCode5XXCount:BackendConnectionErrors', backendConnectionErrors_hTTPCode5XXCount -
$sel:otherCount:BackendConnectionErrors', backendConnectionErrors_otherCount -
$sel:timeoutCount:BackendConnectionErrors', backendConnectionErrors_timeoutCount -
$sel:unknownHostCount:BackendConnectionErrors', backendConnectionErrors_unknownHostCount -