@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.
- package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListEventsCommand.js +2 -2
- package/dist-cjs/commands/ListInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +742 -918
- package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInsightCommand.js +3 -3
- package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
- package/dist-es/commands/DescribeInsightCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/GetCostEstimationCommand.js +3 -3
- package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -3
- package/dist-es/commands/ListEventsCommand.js +3 -3
- package/dist-es/commands/ListInsightsCommand.js +3 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
- package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationsCommand.js +3 -3
- package/dist-es/commands/PutFeedbackCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/SearchInsightsCommand.js +3 -3
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/StartCostEstimationCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +678 -854
- package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
- 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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
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
|
|
130
|
+
export declare const se_AddNotificationChannelCommand: (
|
|
131
131
|
input: AddNotificationChannelCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteInsightCommand: (
|
|
135
135
|
input: DeleteInsightCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeAccountHealthCommand: (
|
|
139
139
|
input: DescribeAccountHealthCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeAccountOverviewCommand: (
|
|
143
143
|
input: DescribeAccountOverviewCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DescribeAnomalyCommand: (
|
|
147
147
|
input: DescribeAnomalyCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeEventSourcesConfigCommand: (
|
|
151
151
|
input: DescribeEventSourcesConfigCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeFeedbackCommand: (
|
|
155
155
|
input: DescribeFeedbackCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DescribeInsightCommand: (
|
|
159
159
|
input: DescribeInsightCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DescribeOrganizationHealthCommand: (
|
|
163
163
|
input: DescribeOrganizationHealthCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DescribeOrganizationOverviewCommand: (
|
|
167
167
|
input: DescribeOrganizationOverviewCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_DescribeOrganizationResourceCollectionHealthCommand: (
|
|
171
171
|
input: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_DescribeResourceCollectionHealthCommand: (
|
|
175
175
|
input: DescribeResourceCollectionHealthCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_DescribeServiceIntegrationCommand: (
|
|
179
179
|
input: DescribeServiceIntegrationCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_GetCostEstimationCommand: (
|
|
183
183
|
input: GetCostEstimationCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_GetResourceCollectionCommand: (
|
|
187
187
|
input: GetResourceCollectionCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListAnomaliesForInsightCommand: (
|
|
191
191
|
input: ListAnomaliesForInsightCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListAnomalousLogGroupsCommand: (
|
|
195
195
|
input: ListAnomalousLogGroupsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_ListEventsCommand: (
|
|
199
199
|
input: ListEventsCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_ListInsightsCommand: (
|
|
203
203
|
input: ListInsightsCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_ListMonitoredResourcesCommand: (
|
|
207
207
|
input: ListMonitoredResourcesCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_ListNotificationChannelsCommand: (
|
|
211
211
|
input: ListNotificationChannelsCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_ListOrganizationInsightsCommand: (
|
|
215
215
|
input: ListOrganizationInsightsCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_ListRecommendationsCommand: (
|
|
219
219
|
input: ListRecommendationsCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_PutFeedbackCommand: (
|
|
223
223
|
input: PutFeedbackCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_RemoveNotificationChannelCommand: (
|
|
227
227
|
input: RemoveNotificationChannelCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const se_SearchInsightsCommand: (
|
|
231
231
|
input: SearchInsightsCommandInput,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const se_SearchOrganizationInsightsCommand: (
|
|
235
235
|
input: SearchOrganizationInsightsCommandInput,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const se_StartCostEstimationCommand: (
|
|
239
239
|
input: StartCostEstimationCommandInput,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const se_UpdateEventSourcesConfigCommand: (
|
|
243
243
|
input: UpdateEventSourcesConfigCommandInput,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const se_UpdateResourceCollectionCommand: (
|
|
247
247
|
input: UpdateResourceCollectionCommandInput,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const se_UpdateServiceIntegrationCommand: (
|
|
251
251
|
input: UpdateServiceIntegrationCommandInput,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_AddNotificationChannelCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<AddNotificationChannelCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DeleteInsightCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DeleteInsightCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_DescribeAccountHealthCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<DescribeAccountHealthCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_DescribeAccountOverviewCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<DescribeAccountOverviewCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_DescribeAnomalyCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<DescribeAnomalyCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_DescribeEventSourcesConfigCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_DescribeFeedbackCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<DescribeFeedbackCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_DescribeInsightCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<DescribeInsightCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_DescribeOrganizationHealthCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<DescribeOrganizationHealthCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_DescribeOrganizationOverviewCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<DescribeOrganizationOverviewCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_DescribeOrganizationResourceCollectionHealthCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_DescribeResourceCollectionHealthCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<DescribeResourceCollectionHealthCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_DescribeServiceIntegrationCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<DescribeServiceIntegrationCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_GetCostEstimationCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<GetCostEstimationCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_GetResourceCollectionCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<GetResourceCollectionCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_ListAnomaliesForInsightCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<ListAnomaliesForInsightCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_ListAnomalousLogGroupsCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<ListAnomalousLogGroupsCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_ListEventsCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<ListEventsCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_ListInsightsCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<ListInsightsCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_ListMonitoredResourcesCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<ListMonitoredResourcesCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_ListNotificationChannelsCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<ListNotificationChannelsCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_ListOrganizationInsightsCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<ListOrganizationInsightsCommandOutput>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const de_ListRecommendationsCommand: (
|
|
343
343
|
output: __HttpResponse,
|
|
344
344
|
context: __SerdeContext
|
|
345
345
|
) => Promise<ListRecommendationsCommandOutput>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const de_PutFeedbackCommand: (
|
|
347
347
|
output: __HttpResponse,
|
|
348
348
|
context: __SerdeContext
|
|
349
349
|
) => Promise<PutFeedbackCommandOutput>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const de_RemoveNotificationChannelCommand: (
|
|
351
351
|
output: __HttpResponse,
|
|
352
352
|
context: __SerdeContext
|
|
353
353
|
) => Promise<RemoveNotificationChannelCommandOutput>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const de_SearchInsightsCommand: (
|
|
355
355
|
output: __HttpResponse,
|
|
356
356
|
context: __SerdeContext
|
|
357
357
|
) => Promise<SearchInsightsCommandOutput>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const de_SearchOrganizationInsightsCommand: (
|
|
359
359
|
output: __HttpResponse,
|
|
360
360
|
context: __SerdeContext
|
|
361
361
|
) => Promise<SearchOrganizationInsightsCommandOutput>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const de_StartCostEstimationCommand: (
|
|
363
363
|
output: __HttpResponse,
|
|
364
364
|
context: __SerdeContext
|
|
365
365
|
) => Promise<StartCostEstimationCommandOutput>;
|
|
366
|
-
export declare const
|
|
366
|
+
export declare const de_UpdateEventSourcesConfigCommand: (
|
|
367
367
|
output: __HttpResponse,
|
|
368
368
|
context: __SerdeContext
|
|
369
369
|
) => Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
370
|
-
export declare const
|
|
370
|
+
export declare const de_UpdateResourceCollectionCommand: (
|
|
371
371
|
output: __HttpResponse,
|
|
372
372
|
context: __SerdeContext
|
|
373
373
|
) => Promise<UpdateResourceCollectionCommandOutput>;
|
|
374
|
-
export declare const
|
|
374
|
+
export declare const de_UpdateServiceIntegrationCommand: (
|
|
375
375
|
output: __HttpResponse,
|
|
376
376
|
context: __SerdeContext
|
|
377
377
|
) => Promise<UpdateServiceIntegrationCommandOutput>;
|