Class: Aws::CodeDeploy::Types::DeploymentInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_deployment_status_infoString

Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The application name.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#auto_rollback_configurationTypes::AutoRollbackConfiguration

Information about the automatic rollback configuration associated with the deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#blue_green_deployment_configurationTypes::BlueGreenDeploymentConfiguration

Information about blue/green deployment options for this deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#complete_timeTime

A timestamp that indicates when the deployment was complete.

Returns:

  • (Time)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#compute_platformString

The destination platform type for the deployment (Lambda, Server, or ECS).

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

A timestamp that indicates when the deployment was created.

Returns:

  • (Time)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#creatorString

The means by which the deployment was created:

  • user: A user created the deployment.

  • autoscaling: Amazon EC2 Auto Scaling created the deployment.

  • codeDeployRollback: A rollback process created the deployment.

  • CodeDeployAutoUpdate: An auto-update process created the deployment when it detected outdated Amazon EC2 instances.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_config_nameString

The deployment configuration name.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_group_nameString

The deployment group name.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The unique ID of a deployment.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_overviewTypes::DeploymentOverview

A summary of the deployment status of the instances in the deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_status_messagesArray<String>

Messages that contain information about the status of a deployment.

Returns:

  • (Array<String>)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_styleTypes::DeploymentStyle

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.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A comment about the deployment.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#error_informationTypes::ErrorInformation

Information about any error associated with this deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#file_exists_behaviorString

Information about how CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.

  • DISALLOW: The deployment fails. This is also the default behavior if no option is specified.

  • OVERWRITE: The version of the file from the application revision currently being deployed replaces the version already on the instance.

  • RETAIN: The version of the file already on the instance is kept and used as part of the new deployment.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ignore_application_stop_failuresBoolean

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

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 CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic 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 ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

Returns:

  • (Boolean)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_termination_wait_time_startedBoolean

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.

Returns:

  • (Boolean)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_infoTypes::LoadBalancerInfo

Information about the load balancer used in the deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#override_alarm_configurationTypes::AlarmConfiguration

Information about alarms associated with a deployment or deployment group.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#previous_revisionTypes::RevisionLocation

Information about the application revision that was deployed to the deployment group before the most recent successful deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

Information about deployments related to the specified deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#revisionTypes::RevisionLocation

Information about the location of stored application artifacts and the service from which to retrieve them.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rollback_infoTypes::RollbackInfo

Information about a deployment rollback.

Returns:



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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.

Returns:

  • (Time)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the deployment as a whole.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_instancesTypes::TargetInstances

Information about the instances that belong to the replacement environment in a blue/green deployment.



1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#update_outdated_instances_onlyBoolean

Indicates whether only instances that are not running the latest application revision are to be deployed to.

Returns:

  • (Boolean)


1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1758

class DeploymentInfo < Struct.new(
  :application_name,
  :deployment_group_name,
  :deployment_config_name,
  :deployment_id,
  :previous_revision,
  :revision,
  :status,
  :error_information,
  :create_time,
  :start_time,
  :complete_time,
  :deployment_overview,
  :description,
  :creator,
  :ignore_application_stop_failures,
  :auto_rollback_configuration,
  :update_outdated_instances_only,
  :rollback_info,
  :deployment_style,
  :target_instances,
  :instance_termination_wait_time_started,
  :blue_green_deployment_configuration,
  :load_balancer_info,
  :additional_deployment_status_info,
  :file_exists_behavior,
  :deployment_status_messages,
  :compute_platform,
  :external_id,
  :related_deployments,
  :override_alarm_configuration)
  SENSITIVE = []
  include Aws::Structure
end