Amazon.CodeDeploy.AmazonCodeDeployClient.StopDeployment C# (CSharp) Method

StopDeployment() public method

Attempts to stop an ongoing deployment.
/// The deployment is already complete. /// /// The deployment does not exist with the applicable IAM user or AWS account. /// /// At least one deployment ID must be specified. /// /// At least one of the deployment IDs was specified in an invalid format. ///
public StopDeployment ( StopDeploymentRequest request ) : StopDeploymentResponse
request Amazon.CodeDeploy.Model.StopDeploymentRequest Container for the necessary parameters to execute the StopDeployment service method.
return Amazon.CodeDeploy.Model.StopDeploymentResponse
        public StopDeploymentResponse StopDeployment(StopDeploymentRequest request)
        {
            var marshaller = new StopDeploymentRequestMarshaller();
            var unmarshaller = StopDeploymentResponseUnmarshaller.Instance;

            return Invoke<StopDeploymentRequest,StopDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient