| 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.Greengrass.Types.Deployment
Description
Synopsis
- data Deployment = Deployment' {}
- newDeployment :: Deployment
- deployment_createdAt :: Lens' Deployment (Maybe Text)
- deployment_deploymentArn :: Lens' Deployment (Maybe Text)
- deployment_deploymentId :: Lens' Deployment (Maybe Text)
- deployment_deploymentType :: Lens' Deployment (Maybe DeploymentType)
- deployment_groupArn :: Lens' Deployment (Maybe Text)
Documentation
data Deployment Source #
Information about a deployment.
See: newDeployment smart constructor.
Constructors
| Deployment' | |
Fields
| |
Instances
newDeployment :: Deployment Source #
Create a value of Deployment 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:createdAt:Deployment', deployment_createdAt - The time, in milliseconds since the epoch, when the deployment was
created.
$sel:deploymentArn:Deployment', deployment_deploymentArn - The ARN of the deployment.
$sel:deploymentId:Deployment', deployment_deploymentId - The ID of the deployment.
$sel:deploymentType:Deployment', deployment_deploymentType - The type of the deployment.
$sel:groupArn:Deployment', deployment_groupArn - The ARN of the group for this deployment.
deployment_createdAt :: Lens' Deployment (Maybe Text) Source #
The time, in milliseconds since the epoch, when the deployment was created.
deployment_deploymentArn :: Lens' Deployment (Maybe Text) Source #
The ARN of the deployment.
deployment_deploymentId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment.
deployment_deploymentType :: Lens' Deployment (Maybe DeploymentType) Source #
The type of the deployment.
deployment_groupArn :: Lens' Deployment (Maybe Text) Source #
The ARN of the group for this deployment.