| 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 |
Amazonka.RobOMaker.Types.ProgressDetail
Description
Synopsis
- data ProgressDetail = ProgressDetail' {}
- newProgressDetail :: ProgressDetail
- progressDetail_currentProgress :: Lens' ProgressDetail (Maybe RobotDeploymentStep)
- progressDetail_estimatedTimeRemainingSeconds :: Lens' ProgressDetail (Maybe Int)
- progressDetail_targetResource :: Lens' ProgressDetail (Maybe Text)
- progressDetail_percentDone :: Lens' ProgressDetail (Maybe Double)
Documentation
data ProgressDetail Source #
Information about the progress of a deployment job.
See: newProgressDetail smart constructor.
Constructors
| ProgressDetail' | |
Fields
| |
Instances
newProgressDetail :: ProgressDetail Source #
Create a value of ProgressDetail 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:currentProgress:ProgressDetail', progressDetail_currentProgress - The current progress status.
- Validating
- Validating the deployment.
- DownloadingExtracting
- Downloading and extracting the bundle on the robot.
- ExecutingPreLaunch
- Executing pre-launch script(s) if provided.
- Launching
- Launching the robot application.
- ExecutingPostLaunch
- Executing post-launch script(s) if provided.
- Finished
- Deployment is complete.
$sel:estimatedTimeRemainingSeconds:ProgressDetail', progressDetail_estimatedTimeRemainingSeconds - Estimated amount of time in seconds remaining in the step. This
currently only applies to the Downloading/Extracting step of the
deployment. It is empty for other steps.
$sel:targetResource:ProgressDetail', progressDetail_targetResource - The Amazon Resource Name (ARN) of the deployment job.
$sel:percentDone:ProgressDetail', progressDetail_percentDone - Precentage of the step that is done. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other
steps.
progressDetail_currentProgress :: Lens' ProgressDetail (Maybe RobotDeploymentStep) Source #
The current progress status.
- Validating
- Validating the deployment.
- DownloadingExtracting
- Downloading and extracting the bundle on the robot.
- ExecutingPreLaunch
- Executing pre-launch script(s) if provided.
- Launching
- Launching the robot application.
- ExecutingPostLaunch
- Executing post-launch script(s) if provided.
- Finished
- Deployment is complete.
progressDetail_estimatedTimeRemainingSeconds :: Lens' ProgressDetail (Maybe Int) Source #
Estimated amount of time in seconds remaining in the step. This
currently only applies to the Downloading/Extracting step of the
deployment. It is empty for other steps.
progressDetail_targetResource :: Lens' ProgressDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the deployment job.
progressDetail_percentDone :: Lens' ProgressDetail (Maybe Double) Source #
Precentage of the step that is done. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other
steps.