@aws-sdk/client-devops-guru 3.306.0 → 3.310.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/ListEventsCommand.js +2 -2
  19. package/dist-cjs/commands/ListInsightsCommand.js +2 -2
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
  24. package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  26. package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +742 -918
  33. package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
  34. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
  37. package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
  39. package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
  40. package/dist-es/commands/DescribeInsightCommand.js +3 -3
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
  46. package/dist-es/commands/GetCostEstimationCommand.js +3 -3
  47. package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -3
  50. package/dist-es/commands/ListEventsCommand.js +3 -3
  51. package/dist-es/commands/ListInsightsCommand.js +3 -3
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
  55. package/dist-es/commands/ListRecommendationsCommand.js +3 -3
  56. package/dist-es/commands/PutFeedbackCommand.js +3 -3
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  58. package/dist-es/commands/SearchInsightsCommand.js +3 -3
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
  60. package/dist-es/commands/StartCostEstimationCommand.js +3 -3
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +678 -854
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. package/package.json +35 -35
@@ -31,65 +31,251 @@ import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } fro
31
31
  import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "../commands/UpdateEventSourcesConfigCommand";
32
32
  import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "../commands/UpdateResourceCollectionCommand";
33
33
  import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "../commands/UpdateServiceIntegrationCommand";
34
- export declare const serializeAws_restJson1AddNotificationChannelCommand: (input: AddNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DeleteInsightCommand: (input: DeleteInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DescribeAccountHealthCommand: (input: DescribeAccountHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DescribeAccountOverviewCommand: (input: DescribeAccountOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DescribeAnomalyCommand: (input: DescribeAnomalyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DescribeEventSourcesConfigCommand: (input: DescribeEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DescribeFeedbackCommand: (input: DescribeFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DescribeOrganizationHealthCommand: (input: DescribeOrganizationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DescribeOrganizationOverviewCommand: (input: DescribeOrganizationOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (input: DescribeOrganizationResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DescribeResourceCollectionHealthCommand: (input: DescribeResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (input: DescribeServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetCostEstimationCommand: (input: GetCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetResourceCollectionCommand: (input: GetResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (input: ListAnomaliesForInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListAnomalousLogGroupsCommand: (input: ListAnomalousLogGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListMonitoredResourcesCommand: (input: ListMonitoredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListNotificationChannelsCommand: (input: ListNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (input: ListOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1SearchInsightsCommand: (input: SearchInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1SearchOrganizationInsightsCommand: (input: SearchOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1StartCostEstimationCommand: (input: StartCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateEventSourcesConfigCommand: (input: UpdateEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdateResourceCollectionCommand: (input: UpdateResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateServiceIntegrationCommand: (input: UpdateServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_restJson1AddNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelCommandOutput>;
66
- export declare const deserializeAws_restJson1DeleteInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightCommandOutput>;
67
- export declare const deserializeAws_restJson1DescribeAccountHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountHealthCommandOutput>;
68
- export declare const deserializeAws_restJson1DescribeAccountOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountOverviewCommandOutput>;
69
- export declare const deserializeAws_restJson1DescribeAnomalyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyCommandOutput>;
70
- export declare const deserializeAws_restJson1DescribeEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSourcesConfigCommandOutput>;
71
- export declare const deserializeAws_restJson1DescribeFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeedbackCommandOutput>;
72
- export declare const deserializeAws_restJson1DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>;
73
- export declare const deserializeAws_restJson1DescribeOrganizationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationHealthCommandOutput>;
74
- export declare const deserializeAws_restJson1DescribeOrganizationOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationOverviewCommandOutput>;
75
- export declare const deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
76
- export declare const deserializeAws_restJson1DescribeResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCollectionHealthCommandOutput>;
77
- export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceIntegrationCommandOutput>;
78
- export declare const deserializeAws_restJson1GetCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimationCommandOutput>;
79
- export declare const deserializeAws_restJson1GetResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCollectionCommandOutput>;
80
- export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomaliesForInsightCommandOutput>;
81
- export declare const deserializeAws_restJson1ListAnomalousLogGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomalousLogGroupsCommandOutput>;
82
- export declare const deserializeAws_restJson1ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListMonitoredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoredResourcesCommandOutput>;
85
- export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationChannelsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationInsightsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
88
- export declare const deserializeAws_restJson1PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
89
- export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
90
- export declare const deserializeAws_restJson1SearchInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchInsightsCommandOutput>;
91
- export declare const deserializeAws_restJson1SearchOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchOrganizationInsightsCommandOutput>;
92
- export declare const deserializeAws_restJson1StartCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCostEstimationCommandOutput>;
93
- export declare const deserializeAws_restJson1UpdateEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourcesConfigCommandOutput>;
94
- export declare const deserializeAws_restJson1UpdateResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCollectionCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdateServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceIntegrationCommandOutput>;
34
+ /**
35
+ * serializeAws_restJson1AddNotificationChannelCommand
36
+ */
37
+ export declare const se_AddNotificationChannelCommand: (input: AddNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1DeleteInsightCommand
40
+ */
41
+ export declare const se_DeleteInsightCommand: (input: DeleteInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1DescribeAccountHealthCommand
44
+ */
45
+ export declare const se_DescribeAccountHealthCommand: (input: DescribeAccountHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1DescribeAccountOverviewCommand
48
+ */
49
+ export declare const se_DescribeAccountOverviewCommand: (input: DescribeAccountOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1DescribeAnomalyCommand
52
+ */
53
+ export declare const se_DescribeAnomalyCommand: (input: DescribeAnomalyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1DescribeEventSourcesConfigCommand
56
+ */
57
+ export declare const se_DescribeEventSourcesConfigCommand: (input: DescribeEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1DescribeFeedbackCommand
60
+ */
61
+ export declare const se_DescribeFeedbackCommand: (input: DescribeFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DescribeInsightCommand
64
+ */
65
+ export declare const se_DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DescribeOrganizationHealthCommand
68
+ */
69
+ export declare const se_DescribeOrganizationHealthCommand: (input: DescribeOrganizationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DescribeOrganizationOverviewCommand
72
+ */
73
+ export declare const se_DescribeOrganizationOverviewCommand: (input: DescribeOrganizationOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand
76
+ */
77
+ export declare const se_DescribeOrganizationResourceCollectionHealthCommand: (input: DescribeOrganizationResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DescribeResourceCollectionHealthCommand
80
+ */
81
+ export declare const se_DescribeResourceCollectionHealthCommand: (input: DescribeResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DescribeServiceIntegrationCommand
84
+ */
85
+ export declare const se_DescribeServiceIntegrationCommand: (input: DescribeServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1GetCostEstimationCommand
88
+ */
89
+ export declare const se_GetCostEstimationCommand: (input: GetCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1GetResourceCollectionCommand
92
+ */
93
+ export declare const se_GetResourceCollectionCommand: (input: GetResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1ListAnomaliesForInsightCommand
96
+ */
97
+ export declare const se_ListAnomaliesForInsightCommand: (input: ListAnomaliesForInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1ListAnomalousLogGroupsCommand
100
+ */
101
+ export declare const se_ListAnomalousLogGroupsCommand: (input: ListAnomalousLogGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1ListEventsCommand
104
+ */
105
+ export declare const se_ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1ListInsightsCommand
108
+ */
109
+ export declare const se_ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1ListMonitoredResourcesCommand
112
+ */
113
+ export declare const se_ListMonitoredResourcesCommand: (input: ListMonitoredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1ListNotificationChannelsCommand
116
+ */
117
+ export declare const se_ListNotificationChannelsCommand: (input: ListNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ListOrganizationInsightsCommand
120
+ */
121
+ export declare const se_ListOrganizationInsightsCommand: (input: ListOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1ListRecommendationsCommand
124
+ */
125
+ export declare const se_ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1PutFeedbackCommand
128
+ */
129
+ export declare const se_PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1RemoveNotificationChannelCommand
132
+ */
133
+ export declare const se_RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1SearchInsightsCommand
136
+ */
137
+ export declare const se_SearchInsightsCommand: (input: SearchInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1SearchOrganizationInsightsCommand
140
+ */
141
+ export declare const se_SearchOrganizationInsightsCommand: (input: SearchOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1StartCostEstimationCommand
144
+ */
145
+ export declare const se_StartCostEstimationCommand: (input: StartCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1UpdateEventSourcesConfigCommand
148
+ */
149
+ export declare const se_UpdateEventSourcesConfigCommand: (input: UpdateEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1UpdateResourceCollectionCommand
152
+ */
153
+ export declare const se_UpdateResourceCollectionCommand: (input: UpdateResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1UpdateServiceIntegrationCommand
156
+ */
157
+ export declare const se_UpdateServiceIntegrationCommand: (input: UpdateServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * deserializeAws_restJson1AddNotificationChannelCommand
160
+ */
161
+ export declare const de_AddNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1DeleteInsightCommand
164
+ */
165
+ export declare const de_DeleteInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1DescribeAccountHealthCommand
168
+ */
169
+ export declare const de_DescribeAccountHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountHealthCommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1DescribeAccountOverviewCommand
172
+ */
173
+ export declare const de_DescribeAccountOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountOverviewCommandOutput>;
174
+ /**
175
+ * deserializeAws_restJson1DescribeAnomalyCommand
176
+ */
177
+ export declare const de_DescribeAnomalyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1DescribeEventSourcesConfigCommand
180
+ */
181
+ export declare const de_DescribeEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSourcesConfigCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1DescribeFeedbackCommand
184
+ */
185
+ export declare const de_DescribeFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeedbackCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1DescribeInsightCommand
188
+ */
189
+ export declare const de_DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1DescribeOrganizationHealthCommand
192
+ */
193
+ export declare const de_DescribeOrganizationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationHealthCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1DescribeOrganizationOverviewCommand
196
+ */
197
+ export declare const de_DescribeOrganizationOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationOverviewCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand
200
+ */
201
+ export declare const de_DescribeOrganizationResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1DescribeResourceCollectionHealthCommand
204
+ */
205
+ export declare const de_DescribeResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCollectionHealthCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1DescribeServiceIntegrationCommand
208
+ */
209
+ export declare const de_DescribeServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceIntegrationCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1GetCostEstimationCommand
212
+ */
213
+ export declare const de_GetCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimationCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1GetResourceCollectionCommand
216
+ */
217
+ export declare const de_GetResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCollectionCommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1ListAnomaliesForInsightCommand
220
+ */
221
+ export declare const de_ListAnomaliesForInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomaliesForInsightCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1ListAnomalousLogGroupsCommand
224
+ */
225
+ export declare const de_ListAnomalousLogGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomalousLogGroupsCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1ListEventsCommand
228
+ */
229
+ export declare const de_ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1ListInsightsCommand
232
+ */
233
+ export declare const de_ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1ListMonitoredResourcesCommand
236
+ */
237
+ export declare const de_ListMonitoredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoredResourcesCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1ListNotificationChannelsCommand
240
+ */
241
+ export declare const de_ListNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationChannelsCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1ListOrganizationInsightsCommand
244
+ */
245
+ export declare const de_ListOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationInsightsCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1ListRecommendationsCommand
248
+ */
249
+ export declare const de_ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1PutFeedbackCommand
252
+ */
253
+ export declare const de_PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1RemoveNotificationChannelCommand
256
+ */
257
+ export declare const de_RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1SearchInsightsCommand
260
+ */
261
+ export declare const de_SearchInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchInsightsCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1SearchOrganizationInsightsCommand
264
+ */
265
+ export declare const de_SearchOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchOrganizationInsightsCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1StartCostEstimationCommand
268
+ */
269
+ export declare const de_StartCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCostEstimationCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1UpdateEventSourcesConfigCommand
272
+ */
273
+ export declare const de_UpdateEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourcesConfigCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1UpdateResourceCollectionCommand
276
+ */
277
+ export declare const de_UpdateResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCollectionCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1UpdateServiceIntegrationCommand
280
+ */
281
+ export declare const de_UpdateServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceIntegrationCommandOutput>;
@@ -127,251 +127,251 @@ import {
127
127
  UpdateServiceIntegrationCommandInput,
128
128
  UpdateServiceIntegrationCommandOutput,
129
129
  } from "../commands/UpdateServiceIntegrationCommand";
130
- export declare const serializeAws_restJson1AddNotificationChannelCommand: (
130
+ export declare const se_AddNotificationChannelCommand: (
131
131
  input: AddNotificationChannelCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DeleteInsightCommand: (
134
+ export declare const se_DeleteInsightCommand: (
135
135
  input: DeleteInsightCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DescribeAccountHealthCommand: (
138
+ export declare const se_DescribeAccountHealthCommand: (
139
139
  input: DescribeAccountHealthCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DescribeAccountOverviewCommand: (
142
+ export declare const se_DescribeAccountOverviewCommand: (
143
143
  input: DescribeAccountOverviewCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DescribeAnomalyCommand: (
146
+ export declare const se_DescribeAnomalyCommand: (
147
147
  input: DescribeAnomalyCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DescribeEventSourcesConfigCommand: (
150
+ export declare const se_DescribeEventSourcesConfigCommand: (
151
151
  input: DescribeEventSourcesConfigCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DescribeFeedbackCommand: (
154
+ export declare const se_DescribeFeedbackCommand: (
155
155
  input: DescribeFeedbackCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DescribeInsightCommand: (
158
+ export declare const se_DescribeInsightCommand: (
159
159
  input: DescribeInsightCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DescribeOrganizationHealthCommand: (
162
+ export declare const se_DescribeOrganizationHealthCommand: (
163
163
  input: DescribeOrganizationHealthCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1DescribeOrganizationOverviewCommand: (
166
+ export declare const se_DescribeOrganizationOverviewCommand: (
167
167
  input: DescribeOrganizationOverviewCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (
170
+ export declare const se_DescribeOrganizationResourceCollectionHealthCommand: (
171
171
  input: DescribeOrganizationResourceCollectionHealthCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1DescribeResourceCollectionHealthCommand: (
174
+ export declare const se_DescribeResourceCollectionHealthCommand: (
175
175
  input: DescribeResourceCollectionHealthCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (
178
+ export declare const se_DescribeServiceIntegrationCommand: (
179
179
  input: DescribeServiceIntegrationCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1GetCostEstimationCommand: (
182
+ export declare const se_GetCostEstimationCommand: (
183
183
  input: GetCostEstimationCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1GetResourceCollectionCommand: (
186
+ export declare const se_GetResourceCollectionCommand: (
187
187
  input: GetResourceCollectionCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (
190
+ export declare const se_ListAnomaliesForInsightCommand: (
191
191
  input: ListAnomaliesForInsightCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListAnomalousLogGroupsCommand: (
194
+ export declare const se_ListAnomalousLogGroupsCommand: (
195
195
  input: ListAnomalousLogGroupsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListEventsCommand: (
198
+ export declare const se_ListEventsCommand: (
199
199
  input: ListEventsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListInsightsCommand: (
202
+ export declare const se_ListInsightsCommand: (
203
203
  input: ListInsightsCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListMonitoredResourcesCommand: (
206
+ export declare const se_ListMonitoredResourcesCommand: (
207
207
  input: ListMonitoredResourcesCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ListNotificationChannelsCommand: (
210
+ export declare const se_ListNotificationChannelsCommand: (
211
211
  input: ListNotificationChannelsCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (
214
+ export declare const se_ListOrganizationInsightsCommand: (
215
215
  input: ListOrganizationInsightsCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1ListRecommendationsCommand: (
218
+ export declare const se_ListRecommendationsCommand: (
219
219
  input: ListRecommendationsCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1PutFeedbackCommand: (
222
+ export declare const se_PutFeedbackCommand: (
223
223
  input: PutFeedbackCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (
226
+ export declare const se_RemoveNotificationChannelCommand: (
227
227
  input: RemoveNotificationChannelCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1SearchInsightsCommand: (
230
+ export declare const se_SearchInsightsCommand: (
231
231
  input: SearchInsightsCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1SearchOrganizationInsightsCommand: (
234
+ export declare const se_SearchOrganizationInsightsCommand: (
235
235
  input: SearchOrganizationInsightsCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1StartCostEstimationCommand: (
238
+ export declare const se_StartCostEstimationCommand: (
239
239
  input: StartCostEstimationCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateEventSourcesConfigCommand: (
242
+ export declare const se_UpdateEventSourcesConfigCommand: (
243
243
  input: UpdateEventSourcesConfigCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1UpdateResourceCollectionCommand: (
246
+ export declare const se_UpdateResourceCollectionCommand: (
247
247
  input: UpdateResourceCollectionCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1UpdateServiceIntegrationCommand: (
250
+ export declare const se_UpdateServiceIntegrationCommand: (
251
251
  input: UpdateServiceIntegrationCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const deserializeAws_restJson1AddNotificationChannelCommand: (
254
+ export declare const de_AddNotificationChannelCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<AddNotificationChannelCommandOutput>;
258
- export declare const deserializeAws_restJson1DeleteInsightCommand: (
258
+ export declare const de_DeleteInsightCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<DeleteInsightCommandOutput>;
262
- export declare const deserializeAws_restJson1DescribeAccountHealthCommand: (
262
+ export declare const de_DescribeAccountHealthCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<DescribeAccountHealthCommandOutput>;
266
- export declare const deserializeAws_restJson1DescribeAccountOverviewCommand: (
266
+ export declare const de_DescribeAccountOverviewCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<DescribeAccountOverviewCommandOutput>;
270
- export declare const deserializeAws_restJson1DescribeAnomalyCommand: (
270
+ export declare const de_DescribeAnomalyCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<DescribeAnomalyCommandOutput>;
274
- export declare const deserializeAws_restJson1DescribeEventSourcesConfigCommand: (
274
+ export declare const de_DescribeEventSourcesConfigCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<DescribeEventSourcesConfigCommandOutput>;
278
- export declare const deserializeAws_restJson1DescribeFeedbackCommand: (
278
+ export declare const de_DescribeFeedbackCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<DescribeFeedbackCommandOutput>;
282
- export declare const deserializeAws_restJson1DescribeInsightCommand: (
282
+ export declare const de_DescribeInsightCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<DescribeInsightCommandOutput>;
286
- export declare const deserializeAws_restJson1DescribeOrganizationHealthCommand: (
286
+ export declare const de_DescribeOrganizationHealthCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<DescribeOrganizationHealthCommandOutput>;
290
- export declare const deserializeAws_restJson1DescribeOrganizationOverviewCommand: (
290
+ export declare const de_DescribeOrganizationOverviewCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<DescribeOrganizationOverviewCommandOutput>;
294
- export declare const deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (
294
+ export declare const de_DescribeOrganizationResourceCollectionHealthCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
298
- export declare const deserializeAws_restJson1DescribeResourceCollectionHealthCommand: (
298
+ export declare const de_DescribeResourceCollectionHealthCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<DescribeResourceCollectionHealthCommandOutput>;
302
- export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand: (
302
+ export declare const de_DescribeServiceIntegrationCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<DescribeServiceIntegrationCommandOutput>;
306
- export declare const deserializeAws_restJson1GetCostEstimationCommand: (
306
+ export declare const de_GetCostEstimationCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<GetCostEstimationCommandOutput>;
310
- export declare const deserializeAws_restJson1GetResourceCollectionCommand: (
310
+ export declare const de_GetResourceCollectionCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<GetResourceCollectionCommandOutput>;
314
- export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (
314
+ export declare const de_ListAnomaliesForInsightCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListAnomaliesForInsightCommandOutput>;
318
- export declare const deserializeAws_restJson1ListAnomalousLogGroupsCommand: (
318
+ export declare const de_ListAnomalousLogGroupsCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListAnomalousLogGroupsCommandOutput>;
322
- export declare const deserializeAws_restJson1ListEventsCommand: (
322
+ export declare const de_ListEventsCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ListEventsCommandOutput>;
326
- export declare const deserializeAws_restJson1ListInsightsCommand: (
326
+ export declare const de_ListInsightsCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<ListInsightsCommandOutput>;
330
- export declare const deserializeAws_restJson1ListMonitoredResourcesCommand: (
330
+ export declare const de_ListMonitoredResourcesCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<ListMonitoredResourcesCommandOutput>;
334
- export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (
334
+ export declare const de_ListNotificationChannelsCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<ListNotificationChannelsCommandOutput>;
338
- export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (
338
+ export declare const de_ListOrganizationInsightsCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<ListOrganizationInsightsCommandOutput>;
342
- export declare const deserializeAws_restJson1ListRecommendationsCommand: (
342
+ export declare const de_ListRecommendationsCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<ListRecommendationsCommandOutput>;
346
- export declare const deserializeAws_restJson1PutFeedbackCommand: (
346
+ export declare const de_PutFeedbackCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<PutFeedbackCommandOutput>;
350
- export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (
350
+ export declare const de_RemoveNotificationChannelCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<RemoveNotificationChannelCommandOutput>;
354
- export declare const deserializeAws_restJson1SearchInsightsCommand: (
354
+ export declare const de_SearchInsightsCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<SearchInsightsCommandOutput>;
358
- export declare const deserializeAws_restJson1SearchOrganizationInsightsCommand: (
358
+ export declare const de_SearchOrganizationInsightsCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<SearchOrganizationInsightsCommandOutput>;
362
- export declare const deserializeAws_restJson1StartCostEstimationCommand: (
362
+ export declare const de_StartCostEstimationCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<StartCostEstimationCommandOutput>;
366
- export declare const deserializeAws_restJson1UpdateEventSourcesConfigCommand: (
366
+ export declare const de_UpdateEventSourcesConfigCommand: (
367
367
  output: __HttpResponse,
368
368
  context: __SerdeContext
369
369
  ) => Promise<UpdateEventSourcesConfigCommandOutput>;
370
- export declare const deserializeAws_restJson1UpdateResourceCollectionCommand: (
370
+ export declare const de_UpdateResourceCollectionCommand: (
371
371
  output: __HttpResponse,
372
372
  context: __SerdeContext
373
373
  ) => Promise<UpdateResourceCollectionCommandOutput>;
374
- export declare const deserializeAws_restJson1UpdateServiceIntegrationCommand: (
374
+ export declare const de_UpdateServiceIntegrationCommand: (
375
375
  output: __HttpResponse,
376
376
  context: __SerdeContext
377
377
  ) => Promise<UpdateServiceIntegrationCommandOutput>;