python-botocore/botocore/data/route53domains/2014-05-15/paginators-1.json
2022-01-12 14:38:07 -08:00

30 lines
696 B
JSON

{
"version": "1.0",
"pagination": {
"ListDomains": {
"limit_key": "MaxItems",
"input_token": "Marker",
"output_token": "NextPageMarker",
"result_key": "Domains"
},
"ListOperations": {
"limit_key": "MaxItems",
"input_token": "Marker",
"output_token": "NextPageMarker",
"result_key": "Operations"
},
"ViewBilling": {
"input_token": "Marker",
"limit_key": "MaxItems",
"output_token": "NextPageMarker",
"result_key": "BillingRecords"
},
"ListPrices": {
"input_token": "Marker",
"limit_key": "MaxItems",
"output_token": "NextPageMarker",
"result_key": "Prices"
}
}
}