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 Counters = Counters' {}
- newCounters :: Counters
- counters_passed :: Lens' Counters (Maybe Int)
- counters_skipped :: Lens' Counters (Maybe Int)
- counters_warned :: Lens' Counters (Maybe Int)
- counters_stopped :: Lens' Counters (Maybe Int)
- counters_total :: Lens' Counters (Maybe Int)
- counters_failed :: Lens' Counters (Maybe Int)
- counters_errored :: Lens' Counters (Maybe Int)
Documentation
Represents entity counters.
See: newCounters
smart constructor.
Counters' | |
|
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:passed:Counters'
, counters_passed
- The number of passed entities.
$sel:skipped:Counters'
, counters_skipped
- The number of skipped entities.
$sel:warned:Counters'
, counters_warned
- The number of warned entities.
$sel:stopped:Counters'
, counters_stopped
- The number of stopped entities.
$sel:total:Counters'
, counters_total
- The total number of entities.
$sel:failed:Counters'
, counters_failed
- The number of failed entities.
$sel:errored:Counters'
, counters_errored
- The number of errored entities.