pub async fn get_deployment_history(
    deployment_space: &DeploymentSpace,
    binary_type: &BinaryType,
    channel: &PrimaryChannel,
    http_client: &Client
) -> Result<DeployHistory, Error>
Expand description

Retrieves the deployment history for the specified parameters.