pub async fn update_pool(
    configuration: &Configuration,
    region: &str,
    pool_id: &str,
    update_pool_request: UpdatePoolRequest
) -> Result<ScalewayPeriodK8sPeriodV1PeriodPool, Error<UpdatePoolError>>
Expand description

This method allows to update some attributes of a specific pool such as the size, the autoscaling enablement, the tags, …