devops-guru-2020-12-01.paginators.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "pagination": {
  3. "DescribeOrganizationResourceCollectionHealth": {
  4. "input_token": "NextToken",
  5. "output_token": "NextToken",
  6. "result_key": [
  7. "CloudFormation",
  8. "Account",
  9. "Service",
  10. "Tags"
  11. ]
  12. },
  13. "DescribeResourceCollectionHealth": {
  14. "input_token": "NextToken",
  15. "output_token": "NextToken",
  16. "result_key": [
  17. "CloudFormation",
  18. "Service",
  19. "Tags"
  20. ]
  21. },
  22. "GetCostEstimation": {
  23. "input_token": "NextToken",
  24. "non_aggregate_keys": [
  25. "Status",
  26. "TotalCost",
  27. "TimeRange",
  28. "ResourceCollection"
  29. ],
  30. "output_token": "NextToken",
  31. "result_key": [
  32. "Costs"
  33. ]
  34. },
  35. "GetResourceCollection": {
  36. "input_token": "NextToken",
  37. "non_aggregate_keys": [
  38. "ResourceCollection"
  39. ],
  40. "output_token": "NextToken",
  41. "result_key": [
  42. "ResourceCollection.CloudFormation.StackNames",
  43. "ResourceCollection.Tags"
  44. ]
  45. },
  46. "ListAnomaliesForInsight": {
  47. "input_token": "NextToken",
  48. "limit_key": "MaxResults",
  49. "output_token": "NextToken",
  50. "result_key": [
  51. "ReactiveAnomalies",
  52. "ProactiveAnomalies"
  53. ]
  54. },
  55. "ListAnomalousLogGroups": {
  56. "input_token": "NextToken",
  57. "limit_key": "MaxResults",
  58. "output_token": "NextToken",
  59. "result_key": [
  60. "InsightId",
  61. "AnomalousLogGroups"
  62. ]
  63. },
  64. "ListEvents": {
  65. "input_token": "NextToken",
  66. "limit_key": "MaxResults",
  67. "output_token": "NextToken",
  68. "result_key": "Events"
  69. },
  70. "ListInsights": {
  71. "input_token": "NextToken",
  72. "limit_key": "MaxResults",
  73. "output_token": "NextToken",
  74. "result_key": [
  75. "ProactiveInsights",
  76. "ReactiveInsights"
  77. ]
  78. },
  79. "ListMonitoredResources": {
  80. "input_token": "NextToken",
  81. "limit_key": "MaxResults",
  82. "output_token": "NextToken",
  83. "result_key": [
  84. "MonitoredResourceIdentifiers"
  85. ]
  86. },
  87. "ListNotificationChannels": {
  88. "input_token": "NextToken",
  89. "output_token": "NextToken",
  90. "result_key": "Channels"
  91. },
  92. "ListOrganizationInsights": {
  93. "input_token": "NextToken",
  94. "limit_key": "MaxResults",
  95. "output_token": "NextToken",
  96. "result_key": [
  97. "ProactiveInsights",
  98. "ReactiveInsights"
  99. ]
  100. },
  101. "ListRecommendations": {
  102. "input_token": "NextToken",
  103. "output_token": "NextToken",
  104. "result_key": "Recommendations"
  105. },
  106. "SearchInsights": {
  107. "input_token": "NextToken",
  108. "limit_key": "MaxResults",
  109. "output_token": "NextToken",
  110. "result_key": [
  111. "ProactiveInsights",
  112. "ReactiveInsights"
  113. ]
  114. },
  115. "SearchOrganizationInsights": {
  116. "input_token": "NextToken",
  117. "limit_key": "MaxResults",
  118. "output_token": "NextToken",
  119. "result_key": [
  120. "ProactiveInsights",
  121. "ReactiveInsights"
  122. ]
  123. }
  124. }
  125. }