| 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.SSM.Types.ProgressCounters
Description
Synopsis
- data ProgressCounters = ProgressCounters' {
- cancelledSteps :: Maybe Int
- failedSteps :: Maybe Int
- successSteps :: Maybe Int
- timedOutSteps :: Maybe Int
- totalSteps :: Maybe Int
- newProgressCounters :: ProgressCounters
- progressCounters_cancelledSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_failedSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_successSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_timedOutSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_totalSteps :: Lens' ProgressCounters (Maybe Int)
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
| |
Instances
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.