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

GetDeployment() public method

Gets information about a deployment.
/// 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 GetDeployment ( GetDeploymentRequest request ) : Amazon.CodeDeploy.Model.GetDeploymentResponse
request Amazon.CodeDeploy.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment service method.
return Amazon.CodeDeploy.Model.GetDeploymentResponse
        public GetDeploymentResponse GetDeployment(GetDeploymentRequest request)
        {
            var marshaller = new GetDeploymentRequestMarshaller();
            var unmarshaller = GetDeploymentResponseUnmarshaller.Instance;

            return Invoke<GetDeploymentRequest,GetDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient