pub async fn fail_deployment(
configuration: &Configuration,
deployment_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<DeploymentUpdateResponse, Error<FailDeploymentError>>