

# DeploymentOverview
<a name="API_DeploymentOverview"></a>

Information about the deployment status of the instances in the deployment.

## Contents
<a name="API_DeploymentOverview_Contents"></a>

 ** Failed **   <a name="CodeDeploy-Type-DeploymentOverview-Failed"></a>
The number of instances in the deployment in a failed state.  
Type: Long  
Required: No

 ** InProgress **   <a name="CodeDeploy-Type-DeploymentOverview-InProgress"></a>
The number of instances in which the deployment is in progress.  
Type: Long  
Required: No

 ** Pending **   <a name="CodeDeploy-Type-DeploymentOverview-Pending"></a>
The number of instances in the deployment in a pending state.  
Type: Long  
Required: No

 ** Ready **   <a name="CodeDeploy-Type-DeploymentOverview-Ready"></a>
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.  
Type: Long  
Required: No

 ** Skipped **   <a name="CodeDeploy-Type-DeploymentOverview-Skipped"></a>
The number of instances in the deployment in a skipped state.  
Type: Long  
Required: No

 ** Succeeded **   <a name="CodeDeploy-Type-DeploymentOverview-Succeeded"></a>
The number of instances in the deployment to which revisions have been successfully deployed.  
Type: Long  
Required: No

## See Also
<a name="API_DeploymentOverview_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/codedeploy-2014-10-06/DeploymentOverview) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/codedeploy-2014-10-06/DeploymentOverview) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/codedeploy-2014-10-06/DeploymentOverview) 