Module rate_limiter_api

Module rate_limiter_api 

Source

Structs§

CreateRateLimiterParams
struct for passing parameters to the method create_rate_limiter
DeleteRateLimiterParams
struct for passing parameters to the method delete_rate_limiter
GetRateLimiterParams
struct for passing parameters to the method get_rate_limiter
ListRateLimitersParams
struct for passing parameters to the method list_rate_limiters
UpdateRateLimiterParams
struct for passing parameters to the method update_rate_limiter

Enums§

CreateRateLimiterError
struct for typed errors of method create_rate_limiter
DeleteRateLimiterError
struct for typed errors of method delete_rate_limiter
GetRateLimiterError
struct for typed errors of method get_rate_limiter
ListRateLimitersError
struct for typed errors of method list_rate_limiters
UpdateRateLimiterError
struct for typed errors of method update_rate_limiter

Functions§

create_rate_limiter
Create a rate limiter for a particular service and version.
delete_rate_limiter
Delete a rate limiter by its ID.
get_rate_limiter
Get a rate limiter by its ID.
list_rate_limiters
List all rate limiters for a particular service and version.
update_rate_limiter
Update a rate limiter by its ID.