libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.Types.Counters

Description

 
Synopsis

Documentation

data Counters Source #

Represents entity counters.

See: newCounters smart constructor.

Constructors

Counters' 

Fields

Instances

Instances details
Eq Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Read Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Show Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Generic Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Associated Types

type Rep Counters :: Type -> Type #

Methods

from :: Counters -> Rep Counters x #

to :: Rep Counters x -> Counters #

NFData Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Methods

rnf :: Counters -> () #

Hashable Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

Methods

hashWithSalt :: Int -> Counters -> Int #

hash :: Counters -> Int #

FromJSON Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

type Rep Counters Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.Counters

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.

counters_passed :: Lens' Counters (Maybe Int) Source #

The number of passed entities.

counters_skipped :: Lens' Counters (Maybe Int) Source #

The number of skipped entities.

counters_warned :: Lens' Counters (Maybe Int) Source #

The number of warned entities.

counters_stopped :: Lens' Counters (Maybe Int) Source #

The number of stopped entities.

counters_total :: Lens' Counters (Maybe Int) Source #

The total number of entities.

counters_failed :: Lens' Counters (Maybe Int) Source #

The number of failed entities.

counters_errored :: Lens' Counters (Maybe Int) Source #

The number of errored entities.