Skip to main content

include/aws@services@api_gateway_ThrottleSettings.hrl

-record(throttle_settings, {
    burst_limit :: gleam@option:option(integer()),
    rate_limit :: gleam@option:option(aws@internal@codec@json_float:smithy_float())
}).