1{ 2 "pagination": { 3 "DescribeCustomKeyStores": { 4 "input_token": "Marker", 5 "limit_key": "Limit", 6 "output_token": "NextMarker", 7 "result_key": "CustomKeyStores" 8 }, 9 "ListAliases": { 10 "input_token": "Marker", 11 "limit_key": "Limit", 12 "output_token": "NextMarker", 13 "result_key": "Aliases" 14 }, 15 "ListGrants": { 16 "input_token": "Marker", 17 "limit_key": "Limit", 18 "output_token": "NextMarker", 19 "result_key": "Grants" 20 }, 21 "ListKeyPolicies": { 22 "input_token": "Marker", 23 "limit_key": "Limit", 24 "output_token": "NextMarker", 25 "result_key": "PolicyNames" 26 }, 27 "ListKeys": { 28 "input_token": "Marker", 29 "limit_key": "Limit", 30 "output_token": "NextMarker", 31 "result_key": "Keys" 32 }, 33 "ListResourceTags": { 34 "input_token": "Marker", 35 "limit_key": "Limit", 36 "output_token": "NextMarker", 37 "result_key": "Tags" 38 }, 39 "ListRetirableGrants": { 40 "input_token": "Marker", 41 "limit_key": "Limit", 42 "output_token": "NextMarker", 43 "result_key": "Grants" 44 } 45 } 46}