libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.TaskStatisticsForAuditCheck

Description

 
Synopsis

Documentation

data TaskStatisticsForAuditCheck Source #

Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.

See: newTaskStatisticsForAuditCheck smart constructor.

Constructors

TaskStatisticsForAuditCheck' 

Fields

Instances

Instances details
Eq TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

Read TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

Show TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

Generic TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

Associated Types

type Rep TaskStatisticsForAuditCheck :: Type -> Type #

NFData TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

Hashable TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

FromJSON TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

type Rep TaskStatisticsForAuditCheck Source # 
Instance details

Defined in Amazonka.IoT.Types.TaskStatisticsForAuditCheck

type Rep TaskStatisticsForAuditCheck = D1 ('MetaData "TaskStatisticsForAuditCheck" "Amazonka.IoT.Types.TaskStatisticsForAuditCheck" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "TaskStatisticsForAuditCheck'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "canceledFindingsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "skippedFindingsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "totalFindingsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "failedFindingsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "succeededFindingsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newTaskStatisticsForAuditCheck :: TaskStatisticsForAuditCheck Source #

Create a value of TaskStatisticsForAuditCheck 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:canceledFindingsCount:TaskStatisticsForAuditCheck', taskStatisticsForAuditCheck_canceledFindingsCount - The number of findings to which the mitigation action task was canceled when applied.

$sel:skippedFindingsCount:TaskStatisticsForAuditCheck', taskStatisticsForAuditCheck_skippedFindingsCount - The number of findings skipped because of filter conditions provided in the parameters to the command.

$sel:totalFindingsCount:TaskStatisticsForAuditCheck', taskStatisticsForAuditCheck_totalFindingsCount - The total number of findings to which a task is being applied.

$sel:failedFindingsCount:TaskStatisticsForAuditCheck', taskStatisticsForAuditCheck_failedFindingsCount - The number of findings for which at least one of the actions failed when applied.

$sel:succeededFindingsCount:TaskStatisticsForAuditCheck', taskStatisticsForAuditCheck_succeededFindingsCount - The number of findings for which all mitigation actions succeeded when applied.

taskStatisticsForAuditCheck_canceledFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #

The number of findings to which the mitigation action task was canceled when applied.

taskStatisticsForAuditCheck_skippedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #

The number of findings skipped because of filter conditions provided in the parameters to the command.

taskStatisticsForAuditCheck_totalFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #

The total number of findings to which a task is being applied.

taskStatisticsForAuditCheck_failedFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #

The number of findings for which at least one of the actions failed when applied.

taskStatisticsForAuditCheck_succeededFindingsCount :: Lens' TaskStatisticsForAuditCheck (Maybe Integer) Source #

The number of findings for which all mitigation actions succeeded when applied.