File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
services/rtbfabric/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " RTBFabric" ,
4+ "contributor" : " " ,
5+ "description" : " Add support for custom rate limits."
6+ }
Original file line number Diff line number Diff line change 13461346 " EXCLUDE"
13471347 ]
13481348 },
1349+ "Float" :{
1350+ "type" :" float" ,
1351+ "box" :true
1352+ },
13491353 "FlowModuleName" :{
13501354 "type" :" string" ,
13511355 "max" :255 ,
21642168 "openRtbAttribute" :{
21652169 "shape" :" OpenRtbAttributeModuleParameters" ,
21662170 "documentation" :" <p>Describes the parameters of an open RTB attribute module.</p>"
2171+ },
2172+ "rateLimiter" :{
2173+ "shape" :" RateLimiterModuleParameters" ,
2174+ "documentation" :" <p>Describes the parameters of a rate limit.</p>"
21672175 }
21682176 },
21692177 "documentation" :" <p>Describes the parameters of a module.</p>" ,
22612269 " HTTPS"
22622270 ]
22632271 },
2272+ "RateLimiterModuleParameters" :{
2273+ "type" :" structure" ,
2274+ "members" :{
2275+ "tps" :{
2276+ "shape" :" Float" ,
2277+ "documentation" :" <p>The transactions per second rate limit.</p>"
2278+ }
2279+ },
2280+ "documentation" :" <p>Describes the parameters of a rate limit.</p>"
2281+ },
22642282 "RejectLinkRequest" :{
22652283 "type" :" structure" ,
22662284 "required" :[
You can’t perform that action at this time.
0 commit comments