github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/shield/2016-06-02/paginators-1.json (about)

     1  {
     2    "pagination": {
     3      "ListAttacks": {
     4        "input_token": "NextToken",
     5        "limit_key": "MaxResults",
     6        "output_token": "NextToken",
     7        "result_key": "AttackSummaries"
     8      },
     9      "ListProtectionGroups": {
    10        "input_token": "NextToken",
    11        "limit_key": "MaxResults",
    12        "output_token": "NextToken"
    13      },
    14      "ListProtections": {
    15        "input_token": "NextToken",
    16        "limit_key": "MaxResults",
    17        "output_token": "NextToken",
    18        "result_key": "Protections"
    19      },
    20      "ListResourcesInProtectionGroup": {
    21        "input_token": "NextToken",
    22        "limit_key": "MaxResults",
    23        "output_token": "NextToken"
    24      }
    25    }
    26  }