git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

lambda-2014-11-11.paginators.json (351B)


      1 {
      2   "pagination": {
      3     "ListEventSources": {
      4       "input_token": "Marker",
      5       "output_token": "NextMarker",
      6       "limit_key": "MaxItems",
      7       "result_key": "EventSources"
      8     },
      9     "ListFunctions": {
     10       "input_token": "Marker",
     11       "output_token": "NextMarker",
     12       "limit_key": "MaxItems",
     13       "result_key": "Functions"
     14     }
     15   }
     16 }