PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodeDeploy::DeploymentInfo; use Moose; has AdditionalDeploymentStatusInfo => (is => 'ro', isa => 'Str', request_name => 'additionalDeploymentStatusInfo', traits => ['NameInRequest']); has ApplicationName => (is => 'ro', isa => 'Str', request_name => 'applicationName', traits => ['NameInRequest']); has AutoRollbackConfiguration => (is => 'ro', isa => 'Paws::CodeDeploy::AutoRollbackConfiguration', request_name => 'autoRollbackConfiguration', traits => ['NameInRequest']); has BlueGreenDeploymentConfiguration => (is => 'ro', isa => 'Paws::CodeDeploy::BlueGreenDeploymentConfiguration', request_name => 'blueGreenDeploymentConfiguration', traits => ['NameInRequest']); has CompleteTime => (is => 'ro', isa => 'Str', request_name => 'completeTime', traits => ['NameInRequest']); has ComputePlatform => (is => 'ro', isa => 'Str', request_name => 'computePlatform', traits => ['NameInRequest']); has CreateTime => (is => 'ro', isa => 'Str', request_name => 'createTime', traits => ['NameInRequest']); has Creator => (is => 'ro', isa => 'Str', request_name => 'creator', traits => ['NameInRequest']); has DeploymentConfigName => (is => 'ro', isa => 'Str', request_name => 'deploymentConfigName', traits => ['NameInRequest']); has DeploymentGroupName => (is => 'ro', isa => 'Str', request_name => 'deploymentGroupName', traits => ['NameInRequest']); has DeploymentId => (is => 'ro', isa => 'Str', request_name => 'deploymentId', traits => ['NameInRequest']); has DeploymentOverview => (is => 'ro', isa => 'Paws::CodeDeploy::DeploymentOverview', request_name => 'deploymentOverview', traits => ['NameInRequest']); has DeploymentStatusMessages => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'deploymentStatusMessages', traits => ['NameInRequest']); has DeploymentStyle => (is => 'ro', isa => 'Paws::CodeDeploy::DeploymentStyle', request_name => 'deploymentStyle', traits => ['NameInRequest']); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has ErrorInformation => (is => 'ro', isa => 'Paws::CodeDeploy::ErrorInformation', request_name => 'errorInformation', traits => ['NameInRequest']); has ExternalId => (is => 'ro', isa => 'Str', request_name => 'externalId', traits => ['NameInRequest']); has FileExistsBehavior => (is => 'ro', isa => 'Str', request_name => 'fileExistsBehavior', traits => ['NameInRequest']); has IgnoreApplicationStopFailures => (is => 'ro', isa => 'Bool', request_name => 'ignoreApplicationStopFailures', traits => ['NameInRequest']); has InstanceTerminationWaitTimeStarted => (is => 'ro', isa => 'Bool', request_name => 'instanceTerminationWaitTimeStarted', traits => ['NameInRequest']); has LoadBalancerInfo => (is => 'ro', isa => 'Paws::CodeDeploy::LoadBalancerInfo', request_name => 'loadBalancerInfo', traits => ['NameInRequest']); has PreviousRevision => (is => 'ro', isa => 'Paws::CodeDeploy::RevisionLocation', request_name => 'previousRevision', traits => ['NameInRequest']); has RelatedDeployments => (is => 'ro', isa => 'Paws::CodeDeploy::RelatedDeployments', request_name => 'relatedDeployments', traits => ['NameInRequest']); has Revision => (is => 'ro', isa => 'Paws::CodeDeploy::RevisionLocation', request_name => 'revision', traits => ['NameInRequest']); has RollbackInfo => (is => 'ro', isa => 'Paws::CodeDeploy::RollbackInfo', request_name => 'rollbackInfo', traits => ['NameInRequest']); has StartTime => (is => 'ro', isa => 'Str', request_name => 'startTime', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest']); has TargetInstances => (is => 'ro', isa => 'Paws::CodeDeploy::TargetInstances', request_name => 'targetInstances', traits => ['NameInRequest']); has UpdateOutdatedInstancesOnly => (is => 'ro', isa => 'Bool', request_name => 'updateOutdatedInstancesOnly', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeDeploy::DeploymentInfo =head1 USAGE This class represents one of two things: =head3 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 => { AdditionalDeploymentStatusInfo => $value, ..., UpdateOutdatedInstancesOnly => $value }); =head3 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->AdditionalDeploymentStatusInfo =head1 DESCRIPTION Information about a deployment. =head1 ATTRIBUTES =head2 AdditionalDeploymentStatusInfo => Str Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated. =head2 ApplicationName => Str The application name. =head2 AutoRollbackConfiguration => L Information about the automatic rollback configuration associated with the deployment. =head2 BlueGreenDeploymentConfiguration => L Information about blue/green deployment options for this deployment. =head2 CompleteTime => Str A timestamp that indicates when the deployment was complete. =head2 ComputePlatform => Str The destination platform type for the deployment (C, C, or C). =head2 CreateTime => Str A timestamp that indicates when the deployment was created. =head2 Creator => Str The means by which the deployment was created: =over =item * C: A user created the deployment. =item * C: Amazon EC2 Auto Scaling created the deployment. =item * C: A rollback process created the deployment. =item * C: An auto-update process created the deployment when it detected outdated EC2 instances. =back =head2 DeploymentConfigName => Str The deployment configuration name. =head2 DeploymentGroupName => Str The deployment group name. =head2 DeploymentId => Str The unique ID of a deployment. =head2 DeploymentOverview => L A summary of the deployment status of the instances in the deployment. =head2 DeploymentStatusMessages => ArrayRef[Str|Undef] Messages that contain information about the status of a deployment. =head2 DeploymentStyle => L Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer. =head2 Description => Str A comment about the deployment. =head2 ErrorInformation => L Information about any error associated with this deployment. =head2 ExternalId => Str The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment. =head2 FileExistsBehavior => Str Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment. =over =item * C: The deployment fails. This is also the default behavior if no option is specified. =item * C: The version of the file from the application revision currently being deployed replaces the version already on the instance. =item * C: The version of the file already on the instance is kept and used as part of the new deployment. =back =head2 IgnoreApplicationStopFailures => Bool If true, then if an C, C, or C deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if C fails, the deployment continues with DownloadBundle. If C fails, the deployment continues with C. If C fails, the deployment continues with C. If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted. During a deployment, the AWS CodeDeploy agent runs the scripts specified for C, C, and C in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail. If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use C to specify that the C, C, and C failures should be ignored. =head2 InstanceTerminationWaitTimeStarted => Bool Indicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts. =head2 LoadBalancerInfo => L Information about the load balancer used in the deployment. =head2 PreviousRevision => L Information about the application revision that was deployed to the deployment group before the most recent successful deployment. =head2 RelatedDeployments => L =head2 Revision => L Information about the location of stored application artifacts and the service from which to retrieve them. =head2 RollbackInfo => L Information about a deployment rollback. =head2 StartTime => Str A timestamp that indicates when the deployment was deployed to the deployment group. In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process. =head2 Status => Str The current state of the deployment as a whole. =head2 TargetInstances => L Information about the instances that belong to the replacement environment in a blue/green deployment. =head2 UpdateOutdatedInstancesOnly => Bool Indicates whether only instances that are not running the latest application revision are to be deployed to. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut