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_autoDeployed :: Lens' Deployment (Maybe Bool)
- deployment_deploymentStatusMessage :: Lens' Deployment (Maybe Text)
- deployment_createdDate :: Lens' Deployment (Maybe UTCTime)
- deployment_deploymentStatus :: Lens' Deployment (Maybe DeploymentStatus)
- deployment_description :: Lens' Deployment (Maybe Text)
Documentation
data Deployment Source #
An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.
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 identifier for the deployment.
$sel:autoDeployed:Deployment'
, deployment_autoDeployed
- Specifies whether a deployment was automatically released.
$sel:deploymentStatusMessage:Deployment'
, deployment_deploymentStatusMessage
- May contain additional feedback on the status of an API deployment.
$sel:createdDate:Deployment'
, deployment_createdDate
- The date and time when the Deployment resource was created.
$sel:deploymentStatus:Deployment'
, deployment_deploymentStatus
- The status of the deployment: PENDING, FAILED, or SUCCEEDED.
$sel:description:Deployment'
, deployment_description
- The description for the deployment.
deployment_deploymentId :: Lens' Deployment (Maybe Text) Source #
The identifier for the deployment.
deployment_autoDeployed :: Lens' Deployment (Maybe Bool) Source #
Specifies whether a deployment was automatically released.
deployment_deploymentStatusMessage :: Lens' Deployment (Maybe Text) Source #
May contain additional feedback on the status of an API deployment.
deployment_createdDate :: Lens' Deployment (Maybe UTCTime) Source #
The date and time when the Deployment resource was created.
deployment_deploymentStatus :: Lens' Deployment (Maybe DeploymentStatus) Source #
The status of the deployment: PENDING, FAILED, or SUCCEEDED.
deployment_description :: Lens' Deployment (Maybe Text) Source #
The description for the deployment.