python-botocore/botocore/data/route53/2013-04-01/paginators-1.json

34 lines
811 B
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"pagination": {
"ListHealthChecks": {
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "IsTruncated",
"limit_key": "MaxItems",
"result_key": "HealthChecks"
},
"ListHostedZones": {
"input_token": "Marker",
"output_token": "NextMarker",
"more_results": "IsTruncated",
"limit_key": "MaxItems",
"result_key": "HostedZones"
},
"ListResourceRecordSets": {
"more_results": "IsTruncated",
"limit_key": "MaxItems",
"result_key": "ResourceRecordSets",
"input_token": [
"StartRecordName",
"StartRecordType",
"StartRecordIdentifier"
],
"output_token": [
"NextRecordName",
"NextRecordType",
"NextRecordIdentifier"
]
}
}
}