pub async fn create_rate_limiter(
    configuration: &mut Configuration,
    params: CreateRateLimiterParams
) -> Result<RateLimiterResponse, Error<CreateRateLimiterError>>
Expand description

Create a rate limiter for a particular service and version.