| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.Types.LastDeploymentInfo
Description
Synopsis
- data LastDeploymentInfo = LastDeploymentInfo' {}
- newLastDeploymentInfo :: LastDeploymentInfo
- lastDeploymentInfo_createTime :: Lens' LastDeploymentInfo (Maybe UTCTime)
- lastDeploymentInfo_deploymentId :: Lens' LastDeploymentInfo (Maybe Text)
- lastDeploymentInfo_endTime :: Lens' LastDeploymentInfo (Maybe UTCTime)
- lastDeploymentInfo_status :: Lens' LastDeploymentInfo (Maybe DeploymentStatus)
Documentation
data LastDeploymentInfo Source #
Information about the most recent attempted or successful deployment to a deployment group.
See: newLastDeploymentInfo smart constructor.
Constructors
| LastDeploymentInfo' | |
Fields
| |
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:createTime:LastDeploymentInfo', lastDeploymentInfo_createTime - A timestamp that indicates when the most recent deployment to the
deployment group started.
$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:status:LastDeploymentInfo', lastDeploymentInfo_status - The status of the most recent deployment.
lastDeploymentInfo_createTime :: Lens' LastDeploymentInfo (Maybe UTCTime) Source #
A timestamp that indicates when the most recent deployment to the deployment group started.
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_status :: Lens' LastDeploymentInfo (Maybe DeploymentStatus) Source #
The status of the most recent deployment.