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 LastDeploymentInfo = LastDeploymentInfo' {}
- newLastDeploymentInfo :: LastDeploymentInfo
- lastDeploymentInfo_status :: Lens' LastDeploymentInfo (Maybe DeploymentStatus)
- lastDeploymentInfo_deploymentId :: Lens' LastDeploymentInfo (Maybe Text)
- lastDeploymentInfo_endTime :: Lens' LastDeploymentInfo (Maybe UTCTime)
- lastDeploymentInfo_createTime :: Lens' LastDeploymentInfo (Maybe UTCTime)
Documentation
data LastDeploymentInfo Source #
Information about the most recent attempted or successful deployment to a deployment group.
See: newLastDeploymentInfo
smart constructor.
LastDeploymentInfo' | |
|
Instances
newLastDeploymentInfo :: LastDeploymentInfo Source #
Create a value of LastDeploymentInfo
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:status:LastDeploymentInfo'
, lastDeploymentInfo_status
- The status of the most recent deployment.
$sel:deploymentId:LastDeploymentInfo'
, lastDeploymentInfo_deploymentId
- The unique ID of a deployment.
$sel:endTime:LastDeploymentInfo'
, lastDeploymentInfo_endTime
- A timestamp that indicates when the most recent deployment to the
deployment group was complete.
$sel:createTime:LastDeploymentInfo'
, lastDeploymentInfo_createTime
- A timestamp that indicates when the most recent deployment to the
deployment group started.
lastDeploymentInfo_status :: Lens' LastDeploymentInfo (Maybe DeploymentStatus) Source #
The status of the most recent deployment.
lastDeploymentInfo_deploymentId :: Lens' LastDeploymentInfo (Maybe Text) Source #
The unique ID of a deployment.
lastDeploymentInfo_endTime :: Lens' LastDeploymentInfo (Maybe UTCTime) Source #
A timestamp that indicates when the most recent deployment to the deployment group was complete.
lastDeploymentInfo_createTime :: Lens' LastDeploymentInfo (Maybe UTCTime) Source #
A timestamp that indicates when the most recent deployment to the deployment group started.