github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/route53/2013-04-01/paginators-1.json (about)

     1  {
     2    "pagination": {
     3      "ListHealthChecks": {
     4        "input_token": "Marker",
     5        "limit_key": "MaxItems",
     6        "more_results": "IsTruncated",
     7        "output_token": "NextMarker",
     8        "result_key": "HealthChecks"
     9      },
    10      "ListHostedZones": {
    11        "input_token": "Marker",
    12        "limit_key": "MaxItems",
    13        "more_results": "IsTruncated",
    14        "output_token": "NextMarker",
    15        "result_key": "HostedZones"
    16      },
    17      "ListQueryLoggingConfigs": {
    18        "input_token": "NextToken",
    19        "limit_key": "MaxResults",
    20        "output_token": "NextToken",
    21        "result_key": "QueryLoggingConfigs"
    22      },
    23      "ListResourceRecordSets": {
    24        "input_token": [
    25          "StartRecordName",
    26          "StartRecordType",
    27          "StartRecordIdentifier"
    28        ],
    29        "limit_key": "MaxItems",
    30        "more_results": "IsTruncated",
    31        "output_token": [
    32          "NextRecordName",
    33          "NextRecordType",
    34          "NextRecordIdentifier"
    35        ],
    36        "result_key": "ResourceRecordSets"
    37      }
    38    }
    39  }