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 complete.
CreateTime => Str
A timestamp indicating when the deployment was created.
Creator => Str
The means by which 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 an instance to fail, the deployment to that instance
will not be considered to have failed 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 an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.
Revision => Paws::CodeDeploy::RevisionLocation
Information about the location of stored application artifacts and the
service from which to retrieve them.
StartTime => Str
A timestamp indicating when the deployment was deployed to the
deployment group.
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 back-end servers that participate in the 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