| 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.DeviceFarm.Types.Counters
Description
Synopsis
- data Counters = Counters' {}
- newCounters :: Counters
- counters_errored :: Lens' Counters (Maybe Int)
- counters_failed :: Lens' Counters (Maybe Int)
- counters_passed :: Lens' Counters (Maybe Int)
- counters_skipped :: Lens' Counters (Maybe Int)
- counters_stopped :: Lens' Counters (Maybe Int)
- counters_total :: Lens' Counters (Maybe Int)
- counters_warned :: Lens' Counters (Maybe Int)
Documentation
Represents entity counters.
See: newCounters smart constructor.
Constructors
| Counters' | |
Fields
| |
Instances
newCounters :: Counters Source #
Create a value of Counters 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:errored:Counters', counters_errored - The number of errored entities.
$sel:failed:Counters', counters_failed - The number of failed entities.
$sel:passed:Counters', counters_passed - The number of passed entities.
$sel:skipped:Counters', counters_skipped - The number of skipped entities.
$sel:stopped:Counters', counters_stopped - The number of stopped entities.
$sel:total:Counters', counters_total - The total number of entities.
$sel:warned:Counters', counters_warned - The number of warned entities.