python-botocore/botocore/data/shield/2016-06-02/paginators-1.json

17 lines
361 B
JSON
Raw Normal View History

2018-01-15 17:34:17 +01:00
{
2018-07-11 08:25:50 +02:00
"pagination": {
"ListProtections": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Protections"
2019-02-27 08:30:11 +01:00
},
"ListAttacks": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "AttackSummaries"
2018-05-08 03:57:43 +02:00
}
2018-07-11 08:25:50 +02:00
}
2018-01-15 17:34:17 +01:00
}