UNPKG

356 BJSONView Raw
1{
2 "pagination": {
3 "ListAccountRoles": {
4 "input_token": "nextToken",
5 "output_token": "nextToken",
6 "limit_key": "maxResults",
7 "result_key": "roleList"
8 },
9 "ListAccounts": {
10 "input_token": "nextToken",
11 "output_token": "nextToken",
12 "limit_key": "maxResults",
13 "result_key": "accountList"
14 }
15 }
16}