Skip to content

Commit f4bf5e9

Browse files
author
AWS
committed
RTBFabric Update: Add support for custom rate limits.
1 parent 90b3325 commit f4bf5e9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "RTBFabric",
4+
"contributor": "",
5+
"description": "Add support for custom rate limits."
6+
}

services/rtbfabric/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,10 @@
13461346
"EXCLUDE"
13471347
]
13481348
},
1349+
"Float":{
1350+
"type":"float",
1351+
"box":true
1352+
},
13491353
"FlowModuleName":{
13501354
"type":"string",
13511355
"max":255,
@@ -2164,6 +2168,10 @@
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>",
@@ -2261,6 +2269,16 @@
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":[

0 commit comments

Comments
 (0)