| 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.RobotDeployment
Description
Synopsis
- data RobotDeployment = RobotDeployment' {}
- newRobotDeployment :: RobotDeployment
- robotDeployment_deploymentStartTime :: Lens' RobotDeployment (Maybe UTCTime)
- robotDeployment_failureReason :: Lens' RobotDeployment (Maybe Text)
- robotDeployment_status :: Lens' RobotDeployment (Maybe RobotStatus)
- robotDeployment_arn :: Lens' RobotDeployment (Maybe Text)
- robotDeployment_failureCode :: Lens' RobotDeployment (Maybe DeploymentJobErrorCode)
- robotDeployment_progressDetail :: Lens' RobotDeployment (Maybe ProgressDetail)
- robotDeployment_deploymentFinishTime :: Lens' RobotDeployment (Maybe UTCTime)
Documentation
data RobotDeployment Source #
Information about a robot deployment.
See: newRobotDeployment smart constructor.
Constructors
| RobotDeployment' | |
Fields
| |
Instances
newRobotDeployment :: RobotDeployment Source #
Create a value of RobotDeployment 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:deploymentStartTime:RobotDeployment', robotDeployment_deploymentStartTime - The time, in milliseconds since the epoch, when the deployment was
started.
$sel:failureReason:RobotDeployment', robotDeployment_failureReason - A short description of the reason why the robot deployment failed.
$sel:status:RobotDeployment', robotDeployment_status - The status of the robot deployment.
$sel:arn:RobotDeployment', robotDeployment_arn - The robot deployment Amazon Resource Name (ARN).
$sel:failureCode:RobotDeployment', robotDeployment_failureCode - The robot deployment failure code.
$sel:progressDetail:RobotDeployment', robotDeployment_progressDetail - Information about how the deployment is progressing.
$sel:deploymentFinishTime:RobotDeployment', robotDeployment_deploymentFinishTime - The time, in milliseconds since the epoch, when the deployment finished.
robotDeployment_deploymentStartTime :: Lens' RobotDeployment (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the deployment was started.
robotDeployment_failureReason :: Lens' RobotDeployment (Maybe Text) Source #
A short description of the reason why the robot deployment failed.
robotDeployment_status :: Lens' RobotDeployment (Maybe RobotStatus) Source #
The status of the robot deployment.
robotDeployment_arn :: Lens' RobotDeployment (Maybe Text) Source #
The robot deployment Amazon Resource Name (ARN).
robotDeployment_failureCode :: Lens' RobotDeployment (Maybe DeploymentJobErrorCode) Source #
The robot deployment failure code.
robotDeployment_progressDetail :: Lens' RobotDeployment (Maybe ProgressDetail) Source #
Information about how the deployment is progressing.
robotDeployment_deploymentFinishTime :: Lens' RobotDeployment (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the deployment finished.