amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSM.Types.ProgressCounters

Description

 
Synopsis

Documentation

data ProgressCounters Source #

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

See: newProgressCounters smart constructor.

Constructors

ProgressCounters' 

Fields

  • cancelledSteps :: Maybe Int

    The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • failedSteps :: Maybe Int

    The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • successSteps :: Maybe Int

    The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • timedOutSteps :: Maybe Int

    The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

  • totalSteps :: Maybe Int

    The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

Instances

Instances details
FromJSON ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Generic ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Associated Types

type Rep ProgressCounters :: Type -> Type #

Read ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Show ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

NFData ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Methods

rnf :: ProgressCounters -> () #

Eq ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

Hashable ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

type Rep ProgressCounters Source # 
Instance details

Defined in Amazonka.SSM.Types.ProgressCounters

type Rep ProgressCounters = D1 ('MetaData "ProgressCounters" "Amazonka.SSM.Types.ProgressCounters" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "ProgressCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cancelledSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "failedSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "successSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "timedOutSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newProgressCounters :: ProgressCounters Source #

Create a value of ProgressCounters 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:cancelledSteps:ProgressCounters', progressCounters_cancelledSteps - The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:failedSteps:ProgressCounters', progressCounters_failedSteps - The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:successSteps:ProgressCounters', progressCounters_successSteps - The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:timedOutSteps:ProgressCounters', progressCounters_timedOutSteps - The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

$sel:totalSteps:ProgressCounters', progressCounters_totalSteps - The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_cancelledSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_failedSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_successSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_timedOutSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

progressCounters_totalSteps :: Lens' ProgressCounters (Maybe Int) Source #

The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.