@aws-sdk/client-devops-guru 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/DevOpsGuru.d.ts +110 -124
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -22
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -71,10 +71,7 @@ import {
|
|
|
71
71
|
ListAnomalousLogGroupsCommandInput,
|
|
72
72
|
ListAnomalousLogGroupsCommandOutput,
|
|
73
73
|
} from "./commands/ListAnomalousLogGroupsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListEventsCommandInput,
|
|
76
|
-
ListEventsCommandOutput,
|
|
77
|
-
} from "./commands/ListEventsCommand";
|
|
74
|
+
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
78
75
|
import {
|
|
79
76
|
ListInsightsCommandInput,
|
|
80
77
|
ListInsightsCommandOutput,
|
|
@@ -95,10 +92,7 @@ import {
|
|
|
95
92
|
ListRecommendationsCommandInput,
|
|
96
93
|
ListRecommendationsCommandOutput,
|
|
97
94
|
} from "./commands/ListRecommendationsCommand";
|
|
98
|
-
import {
|
|
99
|
-
PutFeedbackCommandInput,
|
|
100
|
-
PutFeedbackCommandOutput,
|
|
101
|
-
} from "./commands/PutFeedbackCommand";
|
|
95
|
+
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
102
96
|
import {
|
|
103
97
|
RemoveNotificationChannelCommandInput,
|
|
104
98
|
RemoveNotificationChannelCommandOutput,
|
|
@@ -131,522 +125,514 @@ import { DevOpsGuruClient } from "./DevOpsGuruClient";
|
|
|
131
125
|
export interface DevOpsGuru {
|
|
132
126
|
addNotificationChannel(
|
|
133
127
|
args: AddNotificationChannelCommandInput,
|
|
134
|
-
options?: __HttpHandlerOptions
|
|
128
|
+
options?: __HttpHandlerOptions,
|
|
135
129
|
): Promise<AddNotificationChannelCommandOutput>;
|
|
136
130
|
addNotificationChannel(
|
|
137
131
|
args: AddNotificationChannelCommandInput,
|
|
138
|
-
cb: (err: any, data?: AddNotificationChannelCommandOutput) => void
|
|
132
|
+
cb: (err: any, data?: AddNotificationChannelCommandOutput) => void,
|
|
139
133
|
): void;
|
|
140
134
|
addNotificationChannel(
|
|
141
135
|
args: AddNotificationChannelCommandInput,
|
|
142
136
|
options: __HttpHandlerOptions,
|
|
143
|
-
cb: (err: any, data?: AddNotificationChannelCommandOutput) => void
|
|
137
|
+
cb: (err: any, data?: AddNotificationChannelCommandOutput) => void,
|
|
144
138
|
): void;
|
|
145
139
|
deleteInsight(
|
|
146
140
|
args: DeleteInsightCommandInput,
|
|
147
|
-
options?: __HttpHandlerOptions
|
|
141
|
+
options?: __HttpHandlerOptions,
|
|
148
142
|
): Promise<DeleteInsightCommandOutput>;
|
|
149
143
|
deleteInsight(
|
|
150
144
|
args: DeleteInsightCommandInput,
|
|
151
|
-
cb: (err: any, data?: DeleteInsightCommandOutput) => void
|
|
145
|
+
cb: (err: any, data?: DeleteInsightCommandOutput) => void,
|
|
152
146
|
): void;
|
|
153
147
|
deleteInsight(
|
|
154
148
|
args: DeleteInsightCommandInput,
|
|
155
149
|
options: __HttpHandlerOptions,
|
|
156
|
-
cb: (err: any, data?: DeleteInsightCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: DeleteInsightCommandOutput) => void,
|
|
157
151
|
): void;
|
|
158
152
|
describeAccountHealth(): Promise<DescribeAccountHealthCommandOutput>;
|
|
159
153
|
describeAccountHealth(
|
|
160
154
|
args: DescribeAccountHealthCommandInput,
|
|
161
|
-
options?: __HttpHandlerOptions
|
|
155
|
+
options?: __HttpHandlerOptions,
|
|
162
156
|
): Promise<DescribeAccountHealthCommandOutput>;
|
|
163
157
|
describeAccountHealth(
|
|
164
158
|
args: DescribeAccountHealthCommandInput,
|
|
165
|
-
cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void
|
|
159
|
+
cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void,
|
|
166
160
|
): void;
|
|
167
161
|
describeAccountHealth(
|
|
168
162
|
args: DescribeAccountHealthCommandInput,
|
|
169
163
|
options: __HttpHandlerOptions,
|
|
170
|
-
cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void
|
|
164
|
+
cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void,
|
|
171
165
|
): void;
|
|
172
166
|
describeAccountOverview(
|
|
173
167
|
args: DescribeAccountOverviewCommandInput,
|
|
174
|
-
options?: __HttpHandlerOptions
|
|
168
|
+
options?: __HttpHandlerOptions,
|
|
175
169
|
): Promise<DescribeAccountOverviewCommandOutput>;
|
|
176
170
|
describeAccountOverview(
|
|
177
171
|
args: DescribeAccountOverviewCommandInput,
|
|
178
|
-
cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void
|
|
172
|
+
cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void,
|
|
179
173
|
): void;
|
|
180
174
|
describeAccountOverview(
|
|
181
175
|
args: DescribeAccountOverviewCommandInput,
|
|
182
176
|
options: __HttpHandlerOptions,
|
|
183
|
-
cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void
|
|
177
|
+
cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void,
|
|
184
178
|
): void;
|
|
185
179
|
describeAnomaly(
|
|
186
180
|
args: DescribeAnomalyCommandInput,
|
|
187
|
-
options?: __HttpHandlerOptions
|
|
181
|
+
options?: __HttpHandlerOptions,
|
|
188
182
|
): Promise<DescribeAnomalyCommandOutput>;
|
|
189
183
|
describeAnomaly(
|
|
190
184
|
args: DescribeAnomalyCommandInput,
|
|
191
|
-
cb: (err: any, data?: DescribeAnomalyCommandOutput) => void
|
|
185
|
+
cb: (err: any, data?: DescribeAnomalyCommandOutput) => void,
|
|
192
186
|
): void;
|
|
193
187
|
describeAnomaly(
|
|
194
188
|
args: DescribeAnomalyCommandInput,
|
|
195
189
|
options: __HttpHandlerOptions,
|
|
196
|
-
cb: (err: any, data?: DescribeAnomalyCommandOutput) => void
|
|
190
|
+
cb: (err: any, data?: DescribeAnomalyCommandOutput) => void,
|
|
197
191
|
): void;
|
|
198
192
|
describeEventSourcesConfig(): Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
199
193
|
describeEventSourcesConfig(
|
|
200
194
|
args: DescribeEventSourcesConfigCommandInput,
|
|
201
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
202
196
|
): Promise<DescribeEventSourcesConfigCommandOutput>;
|
|
203
197
|
describeEventSourcesConfig(
|
|
204
198
|
args: DescribeEventSourcesConfigCommandInput,
|
|
205
|
-
cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void,
|
|
206
200
|
): void;
|
|
207
201
|
describeEventSourcesConfig(
|
|
208
202
|
args: DescribeEventSourcesConfigCommandInput,
|
|
209
203
|
options: __HttpHandlerOptions,
|
|
210
|
-
cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: DescribeEventSourcesConfigCommandOutput) => void,
|
|
211
205
|
): void;
|
|
212
206
|
describeFeedback(): Promise<DescribeFeedbackCommandOutput>;
|
|
213
207
|
describeFeedback(
|
|
214
208
|
args: DescribeFeedbackCommandInput,
|
|
215
|
-
options?: __HttpHandlerOptions
|
|
209
|
+
options?: __HttpHandlerOptions,
|
|
216
210
|
): Promise<DescribeFeedbackCommandOutput>;
|
|
217
211
|
describeFeedback(
|
|
218
212
|
args: DescribeFeedbackCommandInput,
|
|
219
|
-
cb: (err: any, data?: DescribeFeedbackCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: DescribeFeedbackCommandOutput) => void,
|
|
220
214
|
): void;
|
|
221
215
|
describeFeedback(
|
|
222
216
|
args: DescribeFeedbackCommandInput,
|
|
223
217
|
options: __HttpHandlerOptions,
|
|
224
|
-
cb: (err: any, data?: DescribeFeedbackCommandOutput) => void
|
|
218
|
+
cb: (err: any, data?: DescribeFeedbackCommandOutput) => void,
|
|
225
219
|
): void;
|
|
226
220
|
describeInsight(
|
|
227
221
|
args: DescribeInsightCommandInput,
|
|
228
|
-
options?: __HttpHandlerOptions
|
|
222
|
+
options?: __HttpHandlerOptions,
|
|
229
223
|
): Promise<DescribeInsightCommandOutput>;
|
|
230
224
|
describeInsight(
|
|
231
225
|
args: DescribeInsightCommandInput,
|
|
232
|
-
cb: (err: any, data?: DescribeInsightCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: DescribeInsightCommandOutput) => void,
|
|
233
227
|
): void;
|
|
234
228
|
describeInsight(
|
|
235
229
|
args: DescribeInsightCommandInput,
|
|
236
230
|
options: __HttpHandlerOptions,
|
|
237
|
-
cb: (err: any, data?: DescribeInsightCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: DescribeInsightCommandOutput) => void,
|
|
238
232
|
): void;
|
|
239
233
|
describeOrganizationHealth(): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
240
234
|
describeOrganizationHealth(
|
|
241
235
|
args: DescribeOrganizationHealthCommandInput,
|
|
242
|
-
options?: __HttpHandlerOptions
|
|
236
|
+
options?: __HttpHandlerOptions,
|
|
243
237
|
): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
244
238
|
describeOrganizationHealth(
|
|
245
239
|
args: DescribeOrganizationHealthCommandInput,
|
|
246
|
-
cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void,
|
|
247
241
|
): void;
|
|
248
242
|
describeOrganizationHealth(
|
|
249
243
|
args: DescribeOrganizationHealthCommandInput,
|
|
250
244
|
options: __HttpHandlerOptions,
|
|
251
|
-
cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void,
|
|
252
246
|
): void;
|
|
253
247
|
describeOrganizationOverview(
|
|
254
248
|
args: DescribeOrganizationOverviewCommandInput,
|
|
255
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
256
250
|
): Promise<DescribeOrganizationOverviewCommandOutput>;
|
|
257
251
|
describeOrganizationOverview(
|
|
258
252
|
args: DescribeOrganizationOverviewCommandInput,
|
|
259
|
-
cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void,
|
|
260
254
|
): void;
|
|
261
255
|
describeOrganizationOverview(
|
|
262
256
|
args: DescribeOrganizationOverviewCommandInput,
|
|
263
257
|
options: __HttpHandlerOptions,
|
|
264
|
-
cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void,
|
|
265
259
|
): void;
|
|
266
260
|
describeOrganizationResourceCollectionHealth(
|
|
267
261
|
args: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
268
|
-
options?: __HttpHandlerOptions
|
|
262
|
+
options?: __HttpHandlerOptions,
|
|
269
263
|
): Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
270
264
|
describeOrganizationResourceCollectionHealth(
|
|
271
265
|
args: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
272
|
-
cb: (
|
|
273
|
-
err: any,
|
|
274
|
-
data?: DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
275
|
-
) => void
|
|
266
|
+
cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void,
|
|
276
267
|
): void;
|
|
277
268
|
describeOrganizationResourceCollectionHealth(
|
|
278
269
|
args: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
279
270
|
options: __HttpHandlerOptions,
|
|
280
|
-
cb: (
|
|
281
|
-
err: any,
|
|
282
|
-
data?: DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
283
|
-
) => void
|
|
271
|
+
cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void,
|
|
284
272
|
): void;
|
|
285
273
|
describeResourceCollectionHealth(
|
|
286
274
|
args: DescribeResourceCollectionHealthCommandInput,
|
|
287
|
-
options?: __HttpHandlerOptions
|
|
275
|
+
options?: __HttpHandlerOptions,
|
|
288
276
|
): Promise<DescribeResourceCollectionHealthCommandOutput>;
|
|
289
277
|
describeResourceCollectionHealth(
|
|
290
278
|
args: DescribeResourceCollectionHealthCommandInput,
|
|
291
|
-
cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void,
|
|
292
280
|
): void;
|
|
293
281
|
describeResourceCollectionHealth(
|
|
294
282
|
args: DescribeResourceCollectionHealthCommandInput,
|
|
295
283
|
options: __HttpHandlerOptions,
|
|
296
|
-
cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void,
|
|
297
285
|
): void;
|
|
298
286
|
describeServiceIntegration(): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
299
287
|
describeServiceIntegration(
|
|
300
288
|
args: DescribeServiceIntegrationCommandInput,
|
|
301
|
-
options?: __HttpHandlerOptions
|
|
289
|
+
options?: __HttpHandlerOptions,
|
|
302
290
|
): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
303
291
|
describeServiceIntegration(
|
|
304
292
|
args: DescribeServiceIntegrationCommandInput,
|
|
305
|
-
cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void,
|
|
306
294
|
): void;
|
|
307
295
|
describeServiceIntegration(
|
|
308
296
|
args: DescribeServiceIntegrationCommandInput,
|
|
309
297
|
options: __HttpHandlerOptions,
|
|
310
|
-
cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void
|
|
298
|
+
cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void,
|
|
311
299
|
): void;
|
|
312
300
|
getCostEstimation(): Promise<GetCostEstimationCommandOutput>;
|
|
313
301
|
getCostEstimation(
|
|
314
302
|
args: GetCostEstimationCommandInput,
|
|
315
|
-
options?: __HttpHandlerOptions
|
|
303
|
+
options?: __HttpHandlerOptions,
|
|
316
304
|
): Promise<GetCostEstimationCommandOutput>;
|
|
317
305
|
getCostEstimation(
|
|
318
306
|
args: GetCostEstimationCommandInput,
|
|
319
|
-
cb: (err: any, data?: GetCostEstimationCommandOutput) => void
|
|
307
|
+
cb: (err: any, data?: GetCostEstimationCommandOutput) => void,
|
|
320
308
|
): void;
|
|
321
309
|
getCostEstimation(
|
|
322
310
|
args: GetCostEstimationCommandInput,
|
|
323
311
|
options: __HttpHandlerOptions,
|
|
324
|
-
cb: (err: any, data?: GetCostEstimationCommandOutput) => void
|
|
312
|
+
cb: (err: any, data?: GetCostEstimationCommandOutput) => void,
|
|
325
313
|
): void;
|
|
326
314
|
getResourceCollection(
|
|
327
315
|
args: GetResourceCollectionCommandInput,
|
|
328
|
-
options?: __HttpHandlerOptions
|
|
316
|
+
options?: __HttpHandlerOptions,
|
|
329
317
|
): Promise<GetResourceCollectionCommandOutput>;
|
|
330
318
|
getResourceCollection(
|
|
331
319
|
args: GetResourceCollectionCommandInput,
|
|
332
|
-
cb: (err: any, data?: GetResourceCollectionCommandOutput) => void
|
|
320
|
+
cb: (err: any, data?: GetResourceCollectionCommandOutput) => void,
|
|
333
321
|
): void;
|
|
334
322
|
getResourceCollection(
|
|
335
323
|
args: GetResourceCollectionCommandInput,
|
|
336
324
|
options: __HttpHandlerOptions,
|
|
337
|
-
cb: (err: any, data?: GetResourceCollectionCommandOutput) => void
|
|
325
|
+
cb: (err: any, data?: GetResourceCollectionCommandOutput) => void,
|
|
338
326
|
): void;
|
|
339
327
|
listAnomaliesForInsight(
|
|
340
328
|
args: ListAnomaliesForInsightCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
329
|
+
options?: __HttpHandlerOptions,
|
|
342
330
|
): Promise<ListAnomaliesForInsightCommandOutput>;
|
|
343
331
|
listAnomaliesForInsight(
|
|
344
332
|
args: ListAnomaliesForInsightCommandInput,
|
|
345
|
-
cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void
|
|
333
|
+
cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void,
|
|
346
334
|
): void;
|
|
347
335
|
listAnomaliesForInsight(
|
|
348
336
|
args: ListAnomaliesForInsightCommandInput,
|
|
349
337
|
options: __HttpHandlerOptions,
|
|
350
|
-
cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void
|
|
338
|
+
cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void,
|
|
351
339
|
): void;
|
|
352
340
|
listAnomalousLogGroups(
|
|
353
341
|
args: ListAnomalousLogGroupsCommandInput,
|
|
354
|
-
options?: __HttpHandlerOptions
|
|
342
|
+
options?: __HttpHandlerOptions,
|
|
355
343
|
): Promise<ListAnomalousLogGroupsCommandOutput>;
|
|
356
344
|
listAnomalousLogGroups(
|
|
357
345
|
args: ListAnomalousLogGroupsCommandInput,
|
|
358
|
-
cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void
|
|
346
|
+
cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void,
|
|
359
347
|
): void;
|
|
360
348
|
listAnomalousLogGroups(
|
|
361
349
|
args: ListAnomalousLogGroupsCommandInput,
|
|
362
350
|
options: __HttpHandlerOptions,
|
|
363
|
-
cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void,
|
|
364
352
|
): void;
|
|
365
353
|
listEvents(
|
|
366
354
|
args: ListEventsCommandInput,
|
|
367
|
-
options?: __HttpHandlerOptions
|
|
355
|
+
options?: __HttpHandlerOptions,
|
|
368
356
|
): Promise<ListEventsCommandOutput>;
|
|
369
357
|
listEvents(
|
|
370
358
|
args: ListEventsCommandInput,
|
|
371
|
-
cb: (err: any, data?: ListEventsCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: ListEventsCommandOutput) => void,
|
|
372
360
|
): void;
|
|
373
361
|
listEvents(
|
|
374
362
|
args: ListEventsCommandInput,
|
|
375
363
|
options: __HttpHandlerOptions,
|
|
376
|
-
cb: (err: any, data?: ListEventsCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: ListEventsCommandOutput) => void,
|
|
377
365
|
): void;
|
|
378
366
|
listInsights(
|
|
379
367
|
args: ListInsightsCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
381
369
|
): Promise<ListInsightsCommandOutput>;
|
|
382
370
|
listInsights(
|
|
383
371
|
args: ListInsightsCommandInput,
|
|
384
|
-
cb: (err: any, data?: ListInsightsCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: ListInsightsCommandOutput) => void,
|
|
385
373
|
): void;
|
|
386
374
|
listInsights(
|
|
387
375
|
args: ListInsightsCommandInput,
|
|
388
376
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: ListInsightsCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: ListInsightsCommandOutput) => void,
|
|
390
378
|
): void;
|
|
391
379
|
listMonitoredResources(): Promise<ListMonitoredResourcesCommandOutput>;
|
|
392
380
|
listMonitoredResources(
|
|
393
381
|
args: ListMonitoredResourcesCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
382
|
+
options?: __HttpHandlerOptions,
|
|
395
383
|
): Promise<ListMonitoredResourcesCommandOutput>;
|
|
396
384
|
listMonitoredResources(
|
|
397
385
|
args: ListMonitoredResourcesCommandInput,
|
|
398
|
-
cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void,
|
|
399
387
|
): void;
|
|
400
388
|
listMonitoredResources(
|
|
401
389
|
args: ListMonitoredResourcesCommandInput,
|
|
402
390
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void,
|
|
404
392
|
): void;
|
|
405
393
|
listNotificationChannels(): Promise<ListNotificationChannelsCommandOutput>;
|
|
406
394
|
listNotificationChannels(
|
|
407
395
|
args: ListNotificationChannelsCommandInput,
|
|
408
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
409
397
|
): Promise<ListNotificationChannelsCommandOutput>;
|
|
410
398
|
listNotificationChannels(
|
|
411
399
|
args: ListNotificationChannelsCommandInput,
|
|
412
|
-
cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void,
|
|
413
401
|
): void;
|
|
414
402
|
listNotificationChannels(
|
|
415
403
|
args: ListNotificationChannelsCommandInput,
|
|
416
404
|
options: __HttpHandlerOptions,
|
|
417
|
-
cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void,
|
|
418
406
|
): void;
|
|
419
407
|
listOrganizationInsights(
|
|
420
408
|
args: ListOrganizationInsightsCommandInput,
|
|
421
|
-
options?: __HttpHandlerOptions
|
|
409
|
+
options?: __HttpHandlerOptions,
|
|
422
410
|
): Promise<ListOrganizationInsightsCommandOutput>;
|
|
423
411
|
listOrganizationInsights(
|
|
424
412
|
args: ListOrganizationInsightsCommandInput,
|
|
425
|
-
cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void,
|
|
426
414
|
): void;
|
|
427
415
|
listOrganizationInsights(
|
|
428
416
|
args: ListOrganizationInsightsCommandInput,
|
|
429
417
|
options: __HttpHandlerOptions,
|
|
430
|
-
cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void,
|
|
431
419
|
): void;
|
|
432
420
|
listRecommendations(
|
|
433
421
|
args: ListRecommendationsCommandInput,
|
|
434
|
-
options?: __HttpHandlerOptions
|
|
422
|
+
options?: __HttpHandlerOptions,
|
|
435
423
|
): Promise<ListRecommendationsCommandOutput>;
|
|
436
424
|
listRecommendations(
|
|
437
425
|
args: ListRecommendationsCommandInput,
|
|
438
|
-
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: ListRecommendationsCommandOutput) => void,
|
|
439
427
|
): void;
|
|
440
428
|
listRecommendations(
|
|
441
429
|
args: ListRecommendationsCommandInput,
|
|
442
430
|
options: __HttpHandlerOptions,
|
|
443
|
-
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: ListRecommendationsCommandOutput) => void,
|
|
444
432
|
): void;
|
|
445
433
|
putFeedback(): Promise<PutFeedbackCommandOutput>;
|
|
446
434
|
putFeedback(
|
|
447
435
|
args: PutFeedbackCommandInput,
|
|
448
|
-
options?: __HttpHandlerOptions
|
|
436
|
+
options?: __HttpHandlerOptions,
|
|
449
437
|
): Promise<PutFeedbackCommandOutput>;
|
|
450
438
|
putFeedback(
|
|
451
439
|
args: PutFeedbackCommandInput,
|
|
452
|
-
cb: (err: any, data?: PutFeedbackCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: PutFeedbackCommandOutput) => void,
|
|
453
441
|
): void;
|
|
454
442
|
putFeedback(
|
|
455
443
|
args: PutFeedbackCommandInput,
|
|
456
444
|
options: __HttpHandlerOptions,
|
|
457
|
-
cb: (err: any, data?: PutFeedbackCommandOutput) => void
|
|
445
|
+
cb: (err: any, data?: PutFeedbackCommandOutput) => void,
|
|
458
446
|
): void;
|
|
459
447
|
removeNotificationChannel(
|
|
460
448
|
args: RemoveNotificationChannelCommandInput,
|
|
461
|
-
options?: __HttpHandlerOptions
|
|
449
|
+
options?: __HttpHandlerOptions,
|
|
462
450
|
): Promise<RemoveNotificationChannelCommandOutput>;
|
|
463
451
|
removeNotificationChannel(
|
|
464
452
|
args: RemoveNotificationChannelCommandInput,
|
|
465
|
-
cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void,
|
|
466
454
|
): void;
|
|
467
455
|
removeNotificationChannel(
|
|
468
456
|
args: RemoveNotificationChannelCommandInput,
|
|
469
457
|
options: __HttpHandlerOptions,
|
|
470
|
-
cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void
|
|
458
|
+
cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void,
|
|
471
459
|
): void;
|
|
472
460
|
searchInsights(
|
|
473
461
|
args: SearchInsightsCommandInput,
|
|
474
|
-
options?: __HttpHandlerOptions
|
|
462
|
+
options?: __HttpHandlerOptions,
|
|
475
463
|
): Promise<SearchInsightsCommandOutput>;
|
|
476
464
|
searchInsights(
|
|
477
465
|
args: SearchInsightsCommandInput,
|
|
478
|
-
cb: (err: any, data?: SearchInsightsCommandOutput) => void
|
|
466
|
+
cb: (err: any, data?: SearchInsightsCommandOutput) => void,
|
|
479
467
|
): void;
|
|
480
468
|
searchInsights(
|
|
481
469
|
args: SearchInsightsCommandInput,
|
|
482
470
|
options: __HttpHandlerOptions,
|
|
483
|
-
cb: (err: any, data?: SearchInsightsCommandOutput) => void
|
|
471
|
+
cb: (err: any, data?: SearchInsightsCommandOutput) => void,
|
|
484
472
|
): void;
|
|
485
473
|
searchOrganizationInsights(
|
|
486
474
|
args: SearchOrganizationInsightsCommandInput,
|
|
487
|
-
options?: __HttpHandlerOptions
|
|
475
|
+
options?: __HttpHandlerOptions,
|
|
488
476
|
): Promise<SearchOrganizationInsightsCommandOutput>;
|
|
489
477
|
searchOrganizationInsights(
|
|
490
478
|
args: SearchOrganizationInsightsCommandInput,
|
|
491
|
-
cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void
|
|
479
|
+
cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void,
|
|
492
480
|
): void;
|
|
493
481
|
searchOrganizationInsights(
|
|
494
482
|
args: SearchOrganizationInsightsCommandInput,
|
|
495
483
|
options: __HttpHandlerOptions,
|
|
496
|
-
cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void
|
|
484
|
+
cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void,
|
|
497
485
|
): void;
|
|
498
486
|
startCostEstimation(
|
|
499
487
|
args: StartCostEstimationCommandInput,
|
|
500
|
-
options?: __HttpHandlerOptions
|
|
488
|
+
options?: __HttpHandlerOptions,
|
|
501
489
|
): Promise<StartCostEstimationCommandOutput>;
|
|
502
490
|
startCostEstimation(
|
|
503
491
|
args: StartCostEstimationCommandInput,
|
|
504
|
-
cb: (err: any, data?: StartCostEstimationCommandOutput) => void
|
|
492
|
+
cb: (err: any, data?: StartCostEstimationCommandOutput) => void,
|
|
505
493
|
): void;
|
|
506
494
|
startCostEstimation(
|
|
507
495
|
args: StartCostEstimationCommandInput,
|
|
508
496
|
options: __HttpHandlerOptions,
|
|
509
|
-
cb: (err: any, data?: StartCostEstimationCommandOutput) => void
|
|
497
|
+
cb: (err: any, data?: StartCostEstimationCommandOutput) => void,
|
|
510
498
|
): void;
|
|
511
499
|
updateEventSourcesConfig(): Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
512
500
|
updateEventSourcesConfig(
|
|
513
501
|
args: UpdateEventSourcesConfigCommandInput,
|
|
514
|
-
options?: __HttpHandlerOptions
|
|
502
|
+
options?: __HttpHandlerOptions,
|
|
515
503
|
): Promise<UpdateEventSourcesConfigCommandOutput>;
|
|
516
504
|
updateEventSourcesConfig(
|
|
517
505
|
args: UpdateEventSourcesConfigCommandInput,
|
|
518
|
-
cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void
|
|
506
|
+
cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void,
|
|
519
507
|
): void;
|
|
520
508
|
updateEventSourcesConfig(
|
|
521
509
|
args: UpdateEventSourcesConfigCommandInput,
|
|
522
510
|
options: __HttpHandlerOptions,
|
|
523
|
-
cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void
|
|
511
|
+
cb: (err: any, data?: UpdateEventSourcesConfigCommandOutput) => void,
|
|
524
512
|
): void;
|
|
525
513
|
updateResourceCollection(
|
|
526
514
|
args: UpdateResourceCollectionCommandInput,
|
|
527
|
-
options?: __HttpHandlerOptions
|
|
515
|
+
options?: __HttpHandlerOptions,
|
|
528
516
|
): Promise<UpdateResourceCollectionCommandOutput>;
|
|
529
517
|
updateResourceCollection(
|
|
530
518
|
args: UpdateResourceCollectionCommandInput,
|
|
531
|
-
cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void,
|
|
532
520
|
): void;
|
|
533
521
|
updateResourceCollection(
|
|
534
522
|
args: UpdateResourceCollectionCommandInput,
|
|
535
523
|
options: __HttpHandlerOptions,
|
|
536
|
-
cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void
|
|
524
|
+
cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void,
|
|
537
525
|
): void;
|
|
538
526
|
updateServiceIntegration(
|
|
539
527
|
args: UpdateServiceIntegrationCommandInput,
|
|
540
|
-
options?: __HttpHandlerOptions
|
|
528
|
+
options?: __HttpHandlerOptions,
|
|
541
529
|
): Promise<UpdateServiceIntegrationCommandOutput>;
|
|
542
530
|
updateServiceIntegration(
|
|
543
531
|
args: UpdateServiceIntegrationCommandInput,
|
|
544
|
-
cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void
|
|
532
|
+
cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void,
|
|
545
533
|
): void;
|
|
546
534
|
updateServiceIntegration(
|
|
547
535
|
args: UpdateServiceIntegrationCommandInput,
|
|
548
536
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void
|
|
537
|
+
cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void,
|
|
550
538
|
): void;
|
|
551
539
|
paginateDescribeOrganizationResourceCollectionHealth(
|
|
552
540
|
args: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
553
541
|
paginationConfig?: Pick<
|
|
554
542
|
PaginationConfiguration,
|
|
555
543
|
Exclude<keyof PaginationConfiguration, "client">
|
|
556
|
-
|
|
544
|
+
>,
|
|
557
545
|
): Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
558
546
|
paginateDescribeResourceCollectionHealth(
|
|
559
547
|
args: DescribeResourceCollectionHealthCommandInput,
|
|
560
548
|
paginationConfig?: Pick<
|
|
561
549
|
PaginationConfiguration,
|
|
562
550
|
Exclude<keyof PaginationConfiguration, "client">
|
|
563
|
-
|
|
551
|
+
>,
|
|
564
552
|
): Paginator<DescribeResourceCollectionHealthCommandOutput>;
|
|
565
553
|
paginateGetCostEstimation(
|
|
566
554
|
args?: GetCostEstimationCommandInput,
|
|
567
555
|
paginationConfig?: Pick<
|
|
568
556
|
PaginationConfiguration,
|
|
569
557
|
Exclude<keyof PaginationConfiguration, "client">
|
|
570
|
-
|
|
558
|
+
>,
|
|
571
559
|
): Paginator<GetCostEstimationCommandOutput>;
|
|
572
560
|
paginateGetResourceCollection(
|
|
573
561
|
args: GetResourceCollectionCommandInput,
|
|
574
562
|
paginationConfig?: Pick<
|
|
575
563
|
PaginationConfiguration,
|
|
576
564
|
Exclude<keyof PaginationConfiguration, "client">
|
|
577
|
-
|
|
565
|
+
>,
|
|
578
566
|
): Paginator<GetResourceCollectionCommandOutput>;
|
|
579
567
|
paginateListAnomaliesForInsight(
|
|
580
568
|
args: ListAnomaliesForInsightCommandInput,
|
|
581
569
|
paginationConfig?: Pick<
|
|
582
570
|
PaginationConfiguration,
|
|
583
571
|
Exclude<keyof PaginationConfiguration, "client">
|
|
584
|
-
|
|
572
|
+
>,
|
|
585
573
|
): Paginator<ListAnomaliesForInsightCommandOutput>;
|
|
586
574
|
paginateListAnomalousLogGroups(
|
|
587
575
|
args: ListAnomalousLogGroupsCommandInput,
|
|
588
576
|
paginationConfig?: Pick<
|
|
589
577
|
PaginationConfiguration,
|
|
590
578
|
Exclude<keyof PaginationConfiguration, "client">
|
|
591
|
-
|
|
579
|
+
>,
|
|
592
580
|
): Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
593
581
|
paginateListEvents(
|
|
594
582
|
args: ListEventsCommandInput,
|
|
595
583
|
paginationConfig?: Pick<
|
|
596
584
|
PaginationConfiguration,
|
|
597
585
|
Exclude<keyof PaginationConfiguration, "client">
|
|
598
|
-
|
|
586
|
+
>,
|
|
599
587
|
): Paginator<ListEventsCommandOutput>;
|
|
600
588
|
paginateListInsights(
|
|
601
589
|
args: ListInsightsCommandInput,
|
|
602
590
|
paginationConfig?: Pick<
|
|
603
591
|
PaginationConfiguration,
|
|
604
592
|
Exclude<keyof PaginationConfiguration, "client">
|
|
605
|
-
|
|
593
|
+
>,
|
|
606
594
|
): Paginator<ListInsightsCommandOutput>;
|
|
607
595
|
paginateListMonitoredResources(
|
|
608
596
|
args?: ListMonitoredResourcesCommandInput,
|
|
609
597
|
paginationConfig?: Pick<
|
|
610
598
|
PaginationConfiguration,
|
|
611
599
|
Exclude<keyof PaginationConfiguration, "client">
|
|
612
|
-
|
|
600
|
+
>,
|
|
613
601
|
): Paginator<ListMonitoredResourcesCommandOutput>;
|
|
614
602
|
paginateListNotificationChannels(
|
|
615
603
|
args?: ListNotificationChannelsCommandInput,
|
|
616
604
|
paginationConfig?: Pick<
|
|
617
605
|
PaginationConfiguration,
|
|
618
606
|
Exclude<keyof PaginationConfiguration, "client">
|
|
619
|
-
|
|
607
|
+
>,
|
|
620
608
|
): Paginator<ListNotificationChannelsCommandOutput>;
|
|
621
609
|
paginateListOrganizationInsights(
|
|
622
610
|
args: ListOrganizationInsightsCommandInput,
|
|
623
611
|
paginationConfig?: Pick<
|
|
624
612
|
PaginationConfiguration,
|
|
625
613
|
Exclude<keyof PaginationConfiguration, "client">
|
|
626
|
-
|
|
614
|
+
>,
|
|
627
615
|
): Paginator<ListOrganizationInsightsCommandOutput>;
|
|
628
616
|
paginateListRecommendations(
|
|
629
617
|
args: ListRecommendationsCommandInput,
|
|
630
618
|
paginationConfig?: Pick<
|
|
631
619
|
PaginationConfiguration,
|
|
632
620
|
Exclude<keyof PaginationConfiguration, "client">
|
|
633
|
-
|
|
621
|
+
>,
|
|
634
622
|
): Paginator<ListRecommendationsCommandOutput>;
|
|
635
623
|
paginateSearchInsights(
|
|
636
624
|
args: SearchInsightsCommandInput,
|
|
637
625
|
paginationConfig?: Pick<
|
|
638
626
|
PaginationConfiguration,
|
|
639
627
|
Exclude<keyof PaginationConfiguration, "client">
|
|
640
|
-
|
|
628
|
+
>,
|
|
641
629
|
): Paginator<SearchInsightsCommandOutput>;
|
|
642
630
|
paginateSearchOrganizationInsights(
|
|
643
631
|
args: SearchOrganizationInsightsCommandInput,
|
|
644
632
|
paginationConfig?: Pick<
|
|
645
633
|
PaginationConfiguration,
|
|
646
634
|
Exclude<keyof PaginationConfiguration, "client">
|
|
647
|
-
|
|
635
|
+
>,
|
|
648
636
|
): Paginator<SearchOrganizationInsightsCommandOutput>;
|
|
649
637
|
}
|
|
650
|
-
export declare class DevOpsGuru
|
|
651
|
-
extends DevOpsGuruClient
|
|
652
|
-
implements DevOpsGuru {}
|
|
638
|
+
export declare class DevOpsGuru extends DevOpsGuruClient implements DevOpsGuru {}
|