mediapackage-vod-2018-11-07.paginators.json 550 B

12345678910111213141516171819202122
  1. {
  2. "pagination": {
  3. "ListAssets": {
  4. "input_token": "NextToken",
  5. "limit_key": "MaxResults",
  6. "output_token": "NextToken",
  7. "result_key": "Assets"
  8. },
  9. "ListPackagingConfigurations": {
  10. "input_token": "NextToken",
  11. "limit_key": "MaxResults",
  12. "output_token": "NextToken",
  13. "result_key": "PackagingConfigurations"
  14. },
  15. "ListPackagingGroups": {
  16. "input_token": "NextToken",
  17. "limit_key": "MaxResults",
  18. "output_token": "NextToken",
  19. "result_key": "PackagingGroups"
  20. }
  21. }
  22. }