Amazon.APIGateway.AmazonAPIGatewayClient.DeleteDeployment C# (CSharp) Method

DeleteDeployment() public method

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
/// /// /// /// /// /// /// ///
public DeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request ) : DeleteDeploymentResponse
request Amazon.APIGateway.Model.DeleteDeploymentRequest Container for the necessary parameters to execute the DeleteDeployment service method.
return DeleteDeploymentResponse
        public DeleteDeploymentResponse DeleteDeployment(DeleteDeploymentRequest request)
        {
            var marshaller = new DeleteDeploymentRequestMarshaller();
            var unmarshaller = DeleteDeploymentResponseUnmarshaller.Instance;

            return Invoke<DeleteDeploymentRequest,DeleteDeploymentResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient