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_status :: Lens' Deployment (Maybe Text)
- deployment_command :: Lens' Deployment (Maybe DeploymentCommand)
- deployment_createdAt :: Lens' Deployment (Maybe Text)
- deployment_customJson :: Lens' Deployment (Maybe Text)
- deployment_iamUserArn :: Lens' Deployment (Maybe Text)
- deployment_appId :: Lens' Deployment (Maybe Text)
- deployment_instanceIds :: Lens' Deployment (Maybe [Text])
- deployment_completedAt :: Lens' Deployment (Maybe Text)
- deployment_stackId :: Lens' Deployment (Maybe Text)
- deployment_comment :: Lens' Deployment (Maybe Text)
- deployment_duration :: Lens' Deployment (Maybe Int)
Documentation
data Deployment Source #
Describes a deployment of a stack or app.
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 deployment ID.
$sel:status:Deployment'
, deployment_status
- The deployment status:
- running
- successful
- failed
$sel:command:Deployment'
, deployment_command
- Used to specify a stack or deployment command.
$sel:createdAt:Deployment'
, deployment_createdAt
- Date when the deployment was created.
$sel:customJson:Deployment'
, deployment_customJson
- A string that contains user-defined custom JSON. It can be used to
override the corresponding default stack configuration attribute values
for stack or to pass data to recipes. The string should be in the
following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
$sel:iamUserArn:Deployment'
, deployment_iamUserArn
- The user's IAM ARN.
$sel:appId:Deployment'
, deployment_appId
- The app ID.
$sel:instanceIds:Deployment'
, deployment_instanceIds
- The IDs of the target instances.
$sel:completedAt:Deployment'
, deployment_completedAt
- Date when the deployment completed.
$sel:stackId:Deployment'
, deployment_stackId
- The stack ID.
$sel:comment:Deployment'
, deployment_comment
- A user-defined comment.
$sel:duration:Deployment'
, deployment_duration
- The deployment duration.
deployment_deploymentId :: Lens' Deployment (Maybe Text) Source #
The deployment ID.
deployment_status :: Lens' Deployment (Maybe Text) Source #
The deployment status:
- running
- successful
- failed
deployment_command :: Lens' Deployment (Maybe DeploymentCommand) Source #
Used to specify a stack or deployment command.
deployment_createdAt :: Lens' Deployment (Maybe Text) Source #
Date when the deployment was created.
deployment_customJson :: Lens' Deployment (Maybe Text) Source #
A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"
For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.
deployment_iamUserArn :: Lens' Deployment (Maybe Text) Source #
The user's IAM ARN.
deployment_appId :: Lens' Deployment (Maybe Text) Source #
The app ID.
deployment_instanceIds :: Lens' Deployment (Maybe [Text]) Source #
The IDs of the target instances.
deployment_completedAt :: Lens' Deployment (Maybe Text) Source #
Date when the deployment completed.
deployment_stackId :: Lens' Deployment (Maybe Text) Source #
The stack ID.
deployment_comment :: Lens' Deployment (Maybe Text) Source #
A user-defined comment.
deployment_duration :: Lens' Deployment (Maybe Int) Source #
The deployment duration.