123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "pagination": {
- "DescribeOrganizationResourceCollectionHealth": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "result_key": [
- "CloudFormation",
- "Account",
- "Service",
- "Tags"
- ]
- },
- "DescribeResourceCollectionHealth": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "result_key": [
- "CloudFormation",
- "Service",
- "Tags"
- ]
- },
- "GetCostEstimation": {
- "input_token": "NextToken",
- "non_aggregate_keys": [
- "Status",
- "TotalCost",
- "TimeRange",
- "ResourceCollection"
- ],
- "output_token": "NextToken",
- "result_key": [
- "Costs"
- ]
- },
- "GetResourceCollection": {
- "input_token": "NextToken",
- "non_aggregate_keys": [
- "ResourceCollection"
- ],
- "output_token": "NextToken",
- "result_key": [
- "ResourceCollection.CloudFormation.StackNames",
- "ResourceCollection.Tags"
- ]
- },
- "ListAnomaliesForInsight": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "ReactiveAnomalies",
- "ProactiveAnomalies"
- ]
- },
- "ListAnomalousLogGroups": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "InsightId",
- "AnomalousLogGroups"
- ]
- },
- "ListEvents": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": "Events"
- },
- "ListInsights": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "ProactiveInsights",
- "ReactiveInsights"
- ]
- },
- "ListMonitoredResources": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "MonitoredResourceIdentifiers"
- ]
- },
- "ListNotificationChannels": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "result_key": "Channels"
- },
- "ListOrganizationInsights": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "ProactiveInsights",
- "ReactiveInsights"
- ]
- },
- "ListRecommendations": {
- "input_token": "NextToken",
- "output_token": "NextToken",
- "result_key": "Recommendations"
- },
- "SearchInsights": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "ProactiveInsights",
- "ReactiveInsights"
- ]
- },
- "SearchOrganizationInsights": {
- "input_token": "NextToken",
- "limit_key": "MaxResults",
- "output_token": "NextToken",
- "result_key": [
- "ProactiveInsights",
- "ReactiveInsights"
- ]
- }
- }
- }
|