pub async fn get_client_allocation_stats(
configuration: &Configuration,
alloc_id: &str,
namespace: Option<&str>,
region: Option<&str>,
index: Option<i64>,
wait: Option<&str>,
) -> Result<AllocResourceUsage, Error<GetClientAllocationStatsError>>