NAME
Paws::CodeDeploy::DeploymentInfo
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::CodeDeploy::DeploymentInfo object:
$service_obj->Method(Att1 => { ApplicationName => $value, ..., Status => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CodeDeploy::DeploymentInfo object:
$result = $service_obj->Method(...);
$result->Att1->ApplicationName
DESCRIPTION
Information about a deployment.
ATTRIBUTES
ApplicationName => Str
The application name.
CompleteTime => Str
A timestamp indicating when the deployment was completed.
CreateTime => Str
A timestamp indicating when the deployment was created.
Creator => Str
How the deployment was created:
user: A user created the deployment.
autoscaling: Auto Scaling created the deployment.
DeploymentConfigName => Str
The deployment configuration name.
DeploymentGroupName => Str
The deployment group name.
DeploymentId => Str
The deployment ID.
DeploymentOverview => Paws::CodeDeploy::DeploymentOverview
A summary of the deployment status of the instances in the deployment.
Description => Str
A comment about the deployment.
ErrorInformation => Paws::CodeDeploy::ErrorInformation
Information about any error associated with this deployment.
IgnoreApplicationStopFailures => Bool
If true, then if the deployment causes the ApplicationStop deployment
lifecycle event to fail to a specific instance, the deployment will not
be considered to have failed to that instance at that point and will
continue on to the BeforeInstall deployment lifecycle event.
If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to a specific instance, the deployment will stop to that instance, and the deployment to that instance will be considered to have failed.
Revision => Paws::CodeDeploy::RevisionLocation
Information about the location of application artifacts that are stored
and the service to retrieve them from.
StartTime => Str
A timestamp indicating when the deployment began deploying to the
deployment group.
Note that in some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of various back-end servers that participate in the overall deployment process.
Status => Str
The current state of the deployment as a whole.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CodeDeploy
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues