| 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.DeploymentSummary
Description
Synopsis
- data DeploymentSummary = DeploymentSummary' {}
- newDeploymentSummary :: Text -> Natural -> UTCTime -> Text -> Text -> DeploymentLifecycle -> DeploymentSummary
- deploymentSummary_statusReason :: Lens' DeploymentSummary (Maybe Text)
- deploymentSummary_applicationId :: Lens' DeploymentSummary Text
- deploymentSummary_applicationVersion :: Lens' DeploymentSummary Natural
- deploymentSummary_creationTime :: Lens' DeploymentSummary UTCTime
- deploymentSummary_deploymentId :: Lens' DeploymentSummary Text
- deploymentSummary_environmentId :: Lens' DeploymentSummary Text
- deploymentSummary_status :: Lens' DeploymentSummary DeploymentLifecycle
Documentation
data DeploymentSummary Source #
A subset of information about a specific deployment.
See: newDeploymentSummary smart constructor.
Constructors
| DeploymentSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Natural | |
| -> UTCTime | |
| -> Text | |
| -> Text | |
| -> DeploymentLifecycle | |
| -> DeploymentSummary |
Create a value of DeploymentSummary 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:DeploymentSummary', deploymentSummary_statusReason - The reason for the reported status.
$sel:applicationId:DeploymentSummary', deploymentSummary_applicationId - The unique identifier of the application.
$sel:applicationVersion:DeploymentSummary', deploymentSummary_applicationVersion - The version of the application.
$sel:creationTime:DeploymentSummary', deploymentSummary_creationTime - The timestamp when the deployment was created.
$sel:deploymentId:DeploymentSummary', deploymentSummary_deploymentId - The unique identifier of the deployment.
$sel:environmentId:DeploymentSummary', deploymentSummary_environmentId - The unique identifier of the runtime environment.
$sel:status:DeploymentSummary', deploymentSummary_status - The current status of the deployment.
deploymentSummary_statusReason :: Lens' DeploymentSummary (Maybe Text) Source #
The reason for the reported status.
deploymentSummary_applicationId :: Lens' DeploymentSummary Text Source #
The unique identifier of the application.
deploymentSummary_applicationVersion :: Lens' DeploymentSummary Natural Source #
The version of the application.
deploymentSummary_creationTime :: Lens' DeploymentSummary UTCTime Source #
The timestamp when the deployment was created.
deploymentSummary_deploymentId :: Lens' DeploymentSummary Text Source #
The unique identifier of the deployment.
deploymentSummary_environmentId :: Lens' DeploymentSummary Text Source #
The unique identifier of the runtime environment.
deploymentSummary_status :: Lens' DeploymentSummary DeploymentLifecycle Source #
The current status of the deployment.