| 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.GreengrassV2.Types.Deployment
Description
Synopsis
- data Deployment = Deployment' {}
- newDeployment :: Deployment
- deployment_creationTimestamp :: Lens' Deployment (Maybe UTCTime)
- deployment_deploymentId :: Lens' Deployment (Maybe Text)
- deployment_deploymentName :: Lens' Deployment (Maybe Text)
- deployment_deploymentStatus :: Lens' Deployment (Maybe DeploymentStatus)
- deployment_isLatestForTarget :: Lens' Deployment (Maybe Bool)
- deployment_parentTargetArn :: Lens' Deployment (Maybe Text)
- deployment_revisionId :: Lens' Deployment (Maybe Text)
- deployment_targetArn :: Lens' Deployment (Maybe Text)
Documentation
data Deployment Source #
Contains 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:creationTimestamp:Deployment', deployment_creationTimestamp - The time at which the deployment was created, expressed in ISO 8601
format.
$sel:deploymentId:Deployment', deployment_deploymentId - The ID of the deployment.
$sel:deploymentName:Deployment', deployment_deploymentName - The name of the deployment.
$sel:deploymentStatus:Deployment', deployment_deploymentStatus - The status of the deployment.
$sel:isLatestForTarget:Deployment', deployment_isLatestForTarget - Whether or not the deployment is the latest revision for its target.
$sel:parentTargetArn:Deployment', deployment_parentTargetArn - The parent deployment's target
ARN
within a subdeployment.
$sel:revisionId:Deployment', deployment_revisionId - The revision number of the deployment.
$sel:targetArn:Deployment', deployment_targetArn - The
ARN
of the target IoT thing or thing group. When creating a subdeployment,
the targetARN can only be a thing group.
deployment_creationTimestamp :: Lens' Deployment (Maybe UTCTime) Source #
The time at which the deployment was created, expressed in ISO 8601 format.
deployment_deploymentId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment.
deployment_deploymentName :: Lens' Deployment (Maybe Text) Source #
The name of the deployment.
deployment_deploymentStatus :: Lens' Deployment (Maybe DeploymentStatus) Source #
The status of the deployment.
deployment_isLatestForTarget :: Lens' Deployment (Maybe Bool) Source #
Whether or not the deployment is the latest revision for its target.
deployment_parentTargetArn :: Lens' Deployment (Maybe Text) Source #
The parent deployment's target ARN within a subdeployment.
deployment_revisionId :: Lens' Deployment (Maybe Text) Source #
The revision number of the deployment.
deployment_targetArn :: Lens' Deployment (Maybe Text) Source #
The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.