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