Backend half
This commit is contained in:
Generated
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListFirewallPolicies": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "FirewallPolicies"
|
||||
},
|
||||
"ListFirewalls": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Firewalls"
|
||||
},
|
||||
"ListRuleGroups": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "RuleGroups"
|
||||
},
|
||||
"ListTLSInspectionConfigurations": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "TLSInspectionConfigurations"
|
||||
},
|
||||
"ListTagsForResource": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Tags"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user