github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json (about)

     1  {
     2    "pagination": {
     3      "ListApplications": {
     4        "input_token": "nextToken",
     5        "output_token": "nextToken",
     6        "limit_key": "maxResults",
     7        "result_key": "applications"
     8      },
     9      "ListAssociatedAttributeGroups": {
    10        "input_token": "nextToken",
    11        "output_token": "nextToken",
    12        "limit_key": "maxResults",
    13        "result_key": "attributeGroups"
    14      },
    15      "ListAssociatedResources": {
    16        "input_token": "nextToken",
    17        "output_token": "nextToken",
    18        "limit_key": "maxResults",
    19        "result_key": "resources"
    20      },
    21      "ListAttributeGroups": {
    22        "input_token": "nextToken",
    23        "output_token": "nextToken",
    24        "limit_key": "maxResults",
    25        "result_key": "attributeGroups"
    26      }
    27    }
    28  }