github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/devops-guru/2020-12-01/paginators-1.json (about) 1 { 2 "pagination": { 3 "DescribeResourceCollectionHealth": { 4 "input_token": "NextToken", 5 "output_token": "NextToken", 6 "result_key": [ 7 "CloudFormation", 8 "Service" 9 ] 10 }, 11 "GetCostEstimation": { 12 "input_token": "NextToken", 13 "non_aggregate_keys": [ 14 "Status", 15 "TotalCost", 16 "TimeRange", 17 "ResourceCollection" 18 ], 19 "output_token": "NextToken", 20 "result_key": [ 21 "Costs" 22 ] 23 }, 24 "GetResourceCollection": { 25 "input_token": "NextToken", 26 "non_aggregate_keys": [ 27 "ResourceCollection" 28 ], 29 "output_token": "NextToken", 30 "result_key": [ 31 "ResourceCollection.CloudFormation.StackNames" 32 ] 33 }, 34 "ListAnomaliesForInsight": { 35 "input_token": "NextToken", 36 "limit_key": "MaxResults", 37 "output_token": "NextToken", 38 "result_key": [ 39 "ReactiveAnomalies", 40 "ProactiveAnomalies" 41 ] 42 }, 43 "ListEvents": { 44 "input_token": "NextToken", 45 "limit_key": "MaxResults", 46 "output_token": "NextToken", 47 "result_key": "Events" 48 }, 49 "ListInsights": { 50 "input_token": "NextToken", 51 "limit_key": "MaxResults", 52 "output_token": "NextToken", 53 "result_key": [ 54 "ProactiveInsights", 55 "ReactiveInsights" 56 ] 57 }, 58 "ListNotificationChannels": { 59 "input_token": "NextToken", 60 "output_token": "NextToken", 61 "result_key": "Channels" 62 }, 63 "ListRecommendations": { 64 "input_token": "NextToken", 65 "output_token": "NextToken", 66 "result_key": "Recommendations" 67 }, 68 "SearchInsights": { 69 "input_token": "NextToken", 70 "limit_key": "MaxResults", 71 "output_token": "NextToken", 72 "result_key": [ 73 "ProactiveInsights", 74 "ReactiveInsights" 75 ] 76 } 77 } 78 }