Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Deployment = Deployment' {}
- newDeployment :: Deployment
- deployment_deploymentId :: Lens' Deployment (Maybe Text)
- deployment_deploymentArn :: Lens' Deployment (Maybe Text)
- deployment_createdAt :: 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.
Deployment' | |
|
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:deploymentId:Deployment'
, deployment_deploymentId
- The ID of the deployment.
$sel:deploymentArn:Deployment'
, deployment_deploymentArn
- The ARN of the deployment.
$sel:createdAt:Deployment'
, deployment_createdAt
- The time, in milliseconds since the epoch, when the deployment was
created.
$sel:deploymentType:Deployment'
, deployment_deploymentType
- The type of the deployment.
$sel:groupArn:Deployment'
, deployment_groupArn
- The ARN of the group for this deployment.
deployment_deploymentId :: Lens' Deployment (Maybe Text) Source #
The ID of the deployment.
deployment_deploymentArn :: Lens' Deployment (Maybe Text) Source #
The ARN of the deployment.
deployment_createdAt :: Lens' Deployment (Maybe Text) Source #
The time, in milliseconds since the epoch, when the deployment was created.
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.