pub async fn restart_allocation(
configuration: &Configuration,
alloc_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
allocation_restart_request: Option<AllocationRestartRequest>,
) -> Result<(), Error<RestartAllocationError>>