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 DeploymentJob = DeploymentJob' {}
- newDeploymentJob :: DeploymentJob
- deploymentJob_failureReason :: Lens' DeploymentJob (Maybe Text)
- deploymentJob_status :: Lens' DeploymentJob (Maybe DeploymentStatus)
- deploymentJob_deploymentApplicationConfigs :: Lens' DeploymentJob (Maybe (NonEmpty DeploymentApplicationConfig))
- deploymentJob_arn :: Lens' DeploymentJob (Maybe Text)
- deploymentJob_createdAt :: Lens' DeploymentJob (Maybe UTCTime)
- deploymentJob_failureCode :: Lens' DeploymentJob (Maybe DeploymentJobErrorCode)
- deploymentJob_deploymentConfig :: Lens' DeploymentJob (Maybe DeploymentConfig)
- deploymentJob_fleet :: Lens' DeploymentJob (Maybe Text)
Documentation
data DeploymentJob Source #
Information about a deployment job.
See: newDeploymentJob
smart constructor.
DeploymentJob' | |
|
Instances
newDeploymentJob :: DeploymentJob Source #
Create a value of DeploymentJob
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:failureReason:DeploymentJob'
, deploymentJob_failureReason
- A short description of the reason why the deployment job failed.
$sel:status:DeploymentJob'
, deploymentJob_status
- The status of the deployment job.
$sel:deploymentApplicationConfigs:DeploymentJob'
, deploymentJob_deploymentApplicationConfigs
- The deployment application configuration.
$sel:arn:DeploymentJob'
, deploymentJob_arn
- The Amazon Resource Name (ARN) of the deployment job.
$sel:createdAt:DeploymentJob'
, deploymentJob_createdAt
- The time, in milliseconds since the epoch, when the deployment job was
created.
$sel:failureCode:DeploymentJob'
, deploymentJob_failureCode
- The deployment job failure code.
$sel:deploymentConfig:DeploymentJob'
, deploymentJob_deploymentConfig
- The deployment configuration.
$sel:fleet:DeploymentJob'
, deploymentJob_fleet
- The Amazon Resource Name (ARN) of the fleet.
deploymentJob_failureReason :: Lens' DeploymentJob (Maybe Text) Source #
A short description of the reason why the deployment job failed.
deploymentJob_status :: Lens' DeploymentJob (Maybe DeploymentStatus) Source #
The status of the deployment job.
deploymentJob_deploymentApplicationConfigs :: Lens' DeploymentJob (Maybe (NonEmpty DeploymentApplicationConfig)) Source #
The deployment application configuration.
deploymentJob_arn :: Lens' DeploymentJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the deployment job.
deploymentJob_createdAt :: Lens' DeploymentJob (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the deployment job was created.
deploymentJob_failureCode :: Lens' DeploymentJob (Maybe DeploymentJobErrorCode) Source #
The deployment job failure code.
deploymentJob_deploymentConfig :: Lens' DeploymentJob (Maybe DeploymentConfig) Source #
The deployment configuration.
deploymentJob_fleet :: Lens' DeploymentJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the fleet.