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 ProgressCounters = ProgressCounters' {
- failedSteps :: Maybe Int
- cancelledSteps :: Maybe Int
- successSteps :: Maybe Int
- totalSteps :: Maybe Int
- timedOutSteps :: Maybe Int
- newProgressCounters :: ProgressCounters
- progressCounters_failedSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_cancelledSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_successSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_totalSteps :: Lens' ProgressCounters (Maybe Int)
- progressCounters_timedOutSteps :: 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.
ProgressCounters' | |
|
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: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: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: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: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.
$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.
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_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_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_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.
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.