| 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.M2.Types.DeployedVersionSummary
Description
Synopsis
- data DeployedVersionSummary = DeployedVersionSummary' {}
- newDeployedVersionSummary :: Natural -> DeploymentLifecycle -> DeployedVersionSummary
- deployedVersionSummary_statusReason :: Lens' DeployedVersionSummary (Maybe Text)
- deployedVersionSummary_applicationVersion :: Lens' DeployedVersionSummary Natural
- deployedVersionSummary_status :: Lens' DeployedVersionSummary DeploymentLifecycle
Documentation
data DeployedVersionSummary Source #
Contains a summary of a deployed application.
See: newDeployedVersionSummary smart constructor.
Constructors
| DeployedVersionSummary' | |
Fields
| |
Instances
newDeployedVersionSummary Source #
Arguments
| :: Natural | |
| -> DeploymentLifecycle | |
| -> DeployedVersionSummary |
Create a value of DeployedVersionSummary 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:statusReason:DeployedVersionSummary', deployedVersionSummary_statusReason - The reason for the reported status.
$sel:applicationVersion:DeployedVersionSummary', deployedVersionSummary_applicationVersion - The version of the deployed application.
$sel:status:DeployedVersionSummary', deployedVersionSummary_status - The status of the deployment.
deployedVersionSummary_statusReason :: Lens' DeployedVersionSummary (Maybe Text) Source #
The reason for the reported status.
deployedVersionSummary_applicationVersion :: Lens' DeployedVersionSummary Natural Source #
The version of the deployed application.
deployedVersionSummary_status :: Lens' DeployedVersionSummary DeploymentLifecycle Source #
The status of the deployment.