@aws-sdk/client-cloudwatch 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/CloudWatch.d.ts +169 -183
- package/dist-types/ts3.4/CloudWatchClient.d.ts +10 -34
- 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 +8 -14
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- 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 +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +12 -45
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -28
- 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/waiters/waitForAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +3 -5
- package/package.json +40 -40
|
@@ -86,10 +86,7 @@ import {
|
|
|
86
86
|
GetDashboardCommandInput,
|
|
87
87
|
GetDashboardCommandOutput,
|
|
88
88
|
} from "./commands/GetDashboardCommand";
|
|
89
|
-
import {
|
|
90
|
-
GetDatasetCommandInput,
|
|
91
|
-
GetDatasetCommandOutput,
|
|
92
|
-
} from "./commands/GetDatasetCommand";
|
|
89
|
+
import { GetDatasetCommandInput, GetDatasetCommandOutput } from "./commands/GetDatasetCommand";
|
|
93
90
|
import {
|
|
94
91
|
GetInsightRuleReportCommandInput,
|
|
95
92
|
GetInsightRuleReportCommandOutput,
|
|
@@ -126,10 +123,7 @@ import {
|
|
|
126
123
|
ListManagedInsightRulesCommandInput,
|
|
127
124
|
ListManagedInsightRulesCommandOutput,
|
|
128
125
|
} from "./commands/ListManagedInsightRulesCommand";
|
|
129
|
-
import {
|
|
130
|
-
ListMetricsCommandInput,
|
|
131
|
-
ListMetricsCommandOutput,
|
|
132
|
-
} from "./commands/ListMetricsCommand";
|
|
126
|
+
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "./commands/ListMetricsCommand";
|
|
133
127
|
import {
|
|
134
128
|
ListMetricStreamsCommandInput,
|
|
135
129
|
ListMetricStreamsCommandOutput,
|
|
@@ -158,10 +152,7 @@ import {
|
|
|
158
152
|
PutInsightRuleCommandInput,
|
|
159
153
|
PutInsightRuleCommandOutput,
|
|
160
154
|
} from "./commands/PutInsightRuleCommand";
|
|
161
|
-
import {
|
|
162
|
-
PutLogAlarmCommandInput,
|
|
163
|
-
PutLogAlarmCommandOutput,
|
|
164
|
-
} from "./commands/PutLogAlarmCommand";
|
|
155
|
+
import { PutLogAlarmCommandInput, PutLogAlarmCommandOutput } from "./commands/PutLogAlarmCommand";
|
|
165
156
|
import {
|
|
166
157
|
PutManagedInsightRulesCommandInput,
|
|
167
158
|
PutManagedInsightRulesCommandOutput,
|
|
@@ -198,10 +189,7 @@ import {
|
|
|
198
189
|
StopOTelEnrichmentCommandInput,
|
|
199
190
|
StopOTelEnrichmentCommandOutput,
|
|
200
191
|
} from "./commands/StopOTelEnrichmentCommand";
|
|
201
|
-
import {
|
|
202
|
-
TagResourceCommandInput,
|
|
203
|
-
TagResourceCommandOutput,
|
|
204
|
-
} from "./commands/TagResourceCommand";
|
|
192
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
205
193
|
import {
|
|
206
194
|
UntagResourceCommandInput,
|
|
207
195
|
UntagResourceCommandOutput,
|
|
@@ -209,736 +197,736 @@ import {
|
|
|
209
197
|
export interface CloudWatch {
|
|
210
198
|
associateDatasetKmsKey(
|
|
211
199
|
args: AssociateDatasetKmsKeyCommandInput,
|
|
212
|
-
options?: __HttpHandlerOptions
|
|
200
|
+
options?: __HttpHandlerOptions,
|
|
213
201
|
): Promise<AssociateDatasetKmsKeyCommandOutput>;
|
|
214
202
|
associateDatasetKmsKey(
|
|
215
203
|
args: AssociateDatasetKmsKeyCommandInput,
|
|
216
|
-
cb: (err: any, data?: AssociateDatasetKmsKeyCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: AssociateDatasetKmsKeyCommandOutput) => void,
|
|
217
205
|
): void;
|
|
218
206
|
associateDatasetKmsKey(
|
|
219
207
|
args: AssociateDatasetKmsKeyCommandInput,
|
|
220
208
|
options: __HttpHandlerOptions,
|
|
221
|
-
cb: (err: any, data?: AssociateDatasetKmsKeyCommandOutput) => void
|
|
209
|
+
cb: (err: any, data?: AssociateDatasetKmsKeyCommandOutput) => void,
|
|
222
210
|
): void;
|
|
223
211
|
deleteAlarmMuteRule(
|
|
224
212
|
args: DeleteAlarmMuteRuleCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
213
|
+
options?: __HttpHandlerOptions,
|
|
226
214
|
): Promise<DeleteAlarmMuteRuleCommandOutput>;
|
|
227
215
|
deleteAlarmMuteRule(
|
|
228
216
|
args: DeleteAlarmMuteRuleCommandInput,
|
|
229
|
-
cb: (err: any, data?: DeleteAlarmMuteRuleCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: DeleteAlarmMuteRuleCommandOutput) => void,
|
|
230
218
|
): void;
|
|
231
219
|
deleteAlarmMuteRule(
|
|
232
220
|
args: DeleteAlarmMuteRuleCommandInput,
|
|
233
221
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: DeleteAlarmMuteRuleCommandOutput) => void
|
|
222
|
+
cb: (err: any, data?: DeleteAlarmMuteRuleCommandOutput) => void,
|
|
235
223
|
): void;
|
|
236
224
|
deleteAlarms(
|
|
237
225
|
args: DeleteAlarmsCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
226
|
+
options?: __HttpHandlerOptions,
|
|
239
227
|
): Promise<DeleteAlarmsCommandOutput>;
|
|
240
228
|
deleteAlarms(
|
|
241
229
|
args: DeleteAlarmsCommandInput,
|
|
242
|
-
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void,
|
|
243
231
|
): void;
|
|
244
232
|
deleteAlarms(
|
|
245
233
|
args: DeleteAlarmsCommandInput,
|
|
246
234
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void,
|
|
248
236
|
): void;
|
|
249
237
|
deleteAnomalyDetector(): Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
250
238
|
deleteAnomalyDetector(
|
|
251
239
|
args: DeleteAnomalyDetectorCommandInput,
|
|
252
|
-
options?: __HttpHandlerOptions
|
|
240
|
+
options?: __HttpHandlerOptions,
|
|
253
241
|
): Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
254
242
|
deleteAnomalyDetector(
|
|
255
243
|
args: DeleteAnomalyDetectorCommandInput,
|
|
256
|
-
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void,
|
|
257
245
|
): void;
|
|
258
246
|
deleteAnomalyDetector(
|
|
259
247
|
args: DeleteAnomalyDetectorCommandInput,
|
|
260
248
|
options: __HttpHandlerOptions,
|
|
261
|
-
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
249
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void,
|
|
262
250
|
): void;
|
|
263
251
|
deleteDashboards(
|
|
264
252
|
args: DeleteDashboardsCommandInput,
|
|
265
|
-
options?: __HttpHandlerOptions
|
|
253
|
+
options?: __HttpHandlerOptions,
|
|
266
254
|
): Promise<DeleteDashboardsCommandOutput>;
|
|
267
255
|
deleteDashboards(
|
|
268
256
|
args: DeleteDashboardsCommandInput,
|
|
269
|
-
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void
|
|
257
|
+
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void,
|
|
270
258
|
): void;
|
|
271
259
|
deleteDashboards(
|
|
272
260
|
args: DeleteDashboardsCommandInput,
|
|
273
261
|
options: __HttpHandlerOptions,
|
|
274
|
-
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void
|
|
262
|
+
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void,
|
|
275
263
|
): void;
|
|
276
264
|
deleteInsightRules(
|
|
277
265
|
args: DeleteInsightRulesCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
266
|
+
options?: __HttpHandlerOptions,
|
|
279
267
|
): Promise<DeleteInsightRulesCommandOutput>;
|
|
280
268
|
deleteInsightRules(
|
|
281
269
|
args: DeleteInsightRulesCommandInput,
|
|
282
|
-
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void
|
|
270
|
+
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void,
|
|
283
271
|
): void;
|
|
284
272
|
deleteInsightRules(
|
|
285
273
|
args: DeleteInsightRulesCommandInput,
|
|
286
274
|
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void,
|
|
288
276
|
): void;
|
|
289
277
|
deleteMetricStream(
|
|
290
278
|
args: DeleteMetricStreamCommandInput,
|
|
291
|
-
options?: __HttpHandlerOptions
|
|
279
|
+
options?: __HttpHandlerOptions,
|
|
292
280
|
): Promise<DeleteMetricStreamCommandOutput>;
|
|
293
281
|
deleteMetricStream(
|
|
294
282
|
args: DeleteMetricStreamCommandInput,
|
|
295
|
-
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void
|
|
283
|
+
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void,
|
|
296
284
|
): void;
|
|
297
285
|
deleteMetricStream(
|
|
298
286
|
args: DeleteMetricStreamCommandInput,
|
|
299
287
|
options: __HttpHandlerOptions,
|
|
300
|
-
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void
|
|
288
|
+
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void,
|
|
301
289
|
): void;
|
|
302
290
|
describeAlarmContributors(
|
|
303
291
|
args: DescribeAlarmContributorsCommandInput,
|
|
304
|
-
options?: __HttpHandlerOptions
|
|
292
|
+
options?: __HttpHandlerOptions,
|
|
305
293
|
): Promise<DescribeAlarmContributorsCommandOutput>;
|
|
306
294
|
describeAlarmContributors(
|
|
307
295
|
args: DescribeAlarmContributorsCommandInput,
|
|
308
|
-
cb: (err: any, data?: DescribeAlarmContributorsCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DescribeAlarmContributorsCommandOutput) => void,
|
|
309
297
|
): void;
|
|
310
298
|
describeAlarmContributors(
|
|
311
299
|
args: DescribeAlarmContributorsCommandInput,
|
|
312
300
|
options: __HttpHandlerOptions,
|
|
313
|
-
cb: (err: any, data?: DescribeAlarmContributorsCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: DescribeAlarmContributorsCommandOutput) => void,
|
|
314
302
|
): void;
|
|
315
303
|
describeAlarmHistory(): Promise<DescribeAlarmHistoryCommandOutput>;
|
|
316
304
|
describeAlarmHistory(
|
|
317
305
|
args: DescribeAlarmHistoryCommandInput,
|
|
318
|
-
options?: __HttpHandlerOptions
|
|
306
|
+
options?: __HttpHandlerOptions,
|
|
319
307
|
): Promise<DescribeAlarmHistoryCommandOutput>;
|
|
320
308
|
describeAlarmHistory(
|
|
321
309
|
args: DescribeAlarmHistoryCommandInput,
|
|
322
|
-
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void,
|
|
323
311
|
): void;
|
|
324
312
|
describeAlarmHistory(
|
|
325
313
|
args: DescribeAlarmHistoryCommandInput,
|
|
326
314
|
options: __HttpHandlerOptions,
|
|
327
|
-
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void,
|
|
328
316
|
): void;
|
|
329
317
|
describeAlarms(): Promise<DescribeAlarmsCommandOutput>;
|
|
330
318
|
describeAlarms(
|
|
331
319
|
args: DescribeAlarmsCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
320
|
+
options?: __HttpHandlerOptions,
|
|
333
321
|
): Promise<DescribeAlarmsCommandOutput>;
|
|
334
322
|
describeAlarms(
|
|
335
323
|
args: DescribeAlarmsCommandInput,
|
|
336
|
-
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void
|
|
324
|
+
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void,
|
|
337
325
|
): void;
|
|
338
326
|
describeAlarms(
|
|
339
327
|
args: DescribeAlarmsCommandInput,
|
|
340
328
|
options: __HttpHandlerOptions,
|
|
341
|
-
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void
|
|
329
|
+
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void,
|
|
342
330
|
): void;
|
|
343
331
|
describeAlarmsForMetric(
|
|
344
332
|
args: DescribeAlarmsForMetricCommandInput,
|
|
345
|
-
options?: __HttpHandlerOptions
|
|
333
|
+
options?: __HttpHandlerOptions,
|
|
346
334
|
): Promise<DescribeAlarmsForMetricCommandOutput>;
|
|
347
335
|
describeAlarmsForMetric(
|
|
348
336
|
args: DescribeAlarmsForMetricCommandInput,
|
|
349
|
-
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void
|
|
337
|
+
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void,
|
|
350
338
|
): void;
|
|
351
339
|
describeAlarmsForMetric(
|
|
352
340
|
args: DescribeAlarmsForMetricCommandInput,
|
|
353
341
|
options: __HttpHandlerOptions,
|
|
354
|
-
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void
|
|
342
|
+
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void,
|
|
355
343
|
): void;
|
|
356
344
|
describeAnomalyDetectors(): Promise<DescribeAnomalyDetectorsCommandOutput>;
|
|
357
345
|
describeAnomalyDetectors(
|
|
358
346
|
args: DescribeAnomalyDetectorsCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
347
|
+
options?: __HttpHandlerOptions,
|
|
360
348
|
): Promise<DescribeAnomalyDetectorsCommandOutput>;
|
|
361
349
|
describeAnomalyDetectors(
|
|
362
350
|
args: DescribeAnomalyDetectorsCommandInput,
|
|
363
|
-
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void
|
|
351
|
+
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void,
|
|
364
352
|
): void;
|
|
365
353
|
describeAnomalyDetectors(
|
|
366
354
|
args: DescribeAnomalyDetectorsCommandInput,
|
|
367
355
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void
|
|
356
|
+
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void,
|
|
369
357
|
): void;
|
|
370
358
|
describeInsightRules(): Promise<DescribeInsightRulesCommandOutput>;
|
|
371
359
|
describeInsightRules(
|
|
372
360
|
args: DescribeInsightRulesCommandInput,
|
|
373
|
-
options?: __HttpHandlerOptions
|
|
361
|
+
options?: __HttpHandlerOptions,
|
|
374
362
|
): Promise<DescribeInsightRulesCommandOutput>;
|
|
375
363
|
describeInsightRules(
|
|
376
364
|
args: DescribeInsightRulesCommandInput,
|
|
377
|
-
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void,
|
|
378
366
|
): void;
|
|
379
367
|
describeInsightRules(
|
|
380
368
|
args: DescribeInsightRulesCommandInput,
|
|
381
369
|
options: __HttpHandlerOptions,
|
|
382
|
-
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void,
|
|
383
371
|
): void;
|
|
384
372
|
disableAlarmActions(
|
|
385
373
|
args: DisableAlarmActionsCommandInput,
|
|
386
|
-
options?: __HttpHandlerOptions
|
|
374
|
+
options?: __HttpHandlerOptions,
|
|
387
375
|
): Promise<DisableAlarmActionsCommandOutput>;
|
|
388
376
|
disableAlarmActions(
|
|
389
377
|
args: DisableAlarmActionsCommandInput,
|
|
390
|
-
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void,
|
|
391
379
|
): void;
|
|
392
380
|
disableAlarmActions(
|
|
393
381
|
args: DisableAlarmActionsCommandInput,
|
|
394
382
|
options: __HttpHandlerOptions,
|
|
395
|
-
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void,
|
|
396
384
|
): void;
|
|
397
385
|
disableInsightRules(
|
|
398
386
|
args: DisableInsightRulesCommandInput,
|
|
399
|
-
options?: __HttpHandlerOptions
|
|
387
|
+
options?: __HttpHandlerOptions,
|
|
400
388
|
): Promise<DisableInsightRulesCommandOutput>;
|
|
401
389
|
disableInsightRules(
|
|
402
390
|
args: DisableInsightRulesCommandInput,
|
|
403
|
-
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void,
|
|
404
392
|
): void;
|
|
405
393
|
disableInsightRules(
|
|
406
394
|
args: DisableInsightRulesCommandInput,
|
|
407
395
|
options: __HttpHandlerOptions,
|
|
408
|
-
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void,
|
|
409
397
|
): void;
|
|
410
398
|
disassociateDatasetKmsKey(
|
|
411
399
|
args: DisassociateDatasetKmsKeyCommandInput,
|
|
412
|
-
options?: __HttpHandlerOptions
|
|
400
|
+
options?: __HttpHandlerOptions,
|
|
413
401
|
): Promise<DisassociateDatasetKmsKeyCommandOutput>;
|
|
414
402
|
disassociateDatasetKmsKey(
|
|
415
403
|
args: DisassociateDatasetKmsKeyCommandInput,
|
|
416
|
-
cb: (err: any, data?: DisassociateDatasetKmsKeyCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: DisassociateDatasetKmsKeyCommandOutput) => void,
|
|
417
405
|
): void;
|
|
418
406
|
disassociateDatasetKmsKey(
|
|
419
407
|
args: DisassociateDatasetKmsKeyCommandInput,
|
|
420
408
|
options: __HttpHandlerOptions,
|
|
421
|
-
cb: (err: any, data?: DisassociateDatasetKmsKeyCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: DisassociateDatasetKmsKeyCommandOutput) => void,
|
|
422
410
|
): void;
|
|
423
411
|
enableAlarmActions(
|
|
424
412
|
args: EnableAlarmActionsCommandInput,
|
|
425
|
-
options?: __HttpHandlerOptions
|
|
413
|
+
options?: __HttpHandlerOptions,
|
|
426
414
|
): Promise<EnableAlarmActionsCommandOutput>;
|
|
427
415
|
enableAlarmActions(
|
|
428
416
|
args: EnableAlarmActionsCommandInput,
|
|
429
|
-
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void,
|
|
430
418
|
): void;
|
|
431
419
|
enableAlarmActions(
|
|
432
420
|
args: EnableAlarmActionsCommandInput,
|
|
433
421
|
options: __HttpHandlerOptions,
|
|
434
|
-
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void
|
|
422
|
+
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void,
|
|
435
423
|
): void;
|
|
436
424
|
enableInsightRules(
|
|
437
425
|
args: EnableInsightRulesCommandInput,
|
|
438
|
-
options?: __HttpHandlerOptions
|
|
426
|
+
options?: __HttpHandlerOptions,
|
|
439
427
|
): Promise<EnableInsightRulesCommandOutput>;
|
|
440
428
|
enableInsightRules(
|
|
441
429
|
args: EnableInsightRulesCommandInput,
|
|
442
|
-
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void,
|
|
443
431
|
): void;
|
|
444
432
|
enableInsightRules(
|
|
445
433
|
args: EnableInsightRulesCommandInput,
|
|
446
434
|
options: __HttpHandlerOptions,
|
|
447
|
-
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void,
|
|
448
436
|
): void;
|
|
449
437
|
getAlarmMuteRule(
|
|
450
438
|
args: GetAlarmMuteRuleCommandInput,
|
|
451
|
-
options?: __HttpHandlerOptions
|
|
439
|
+
options?: __HttpHandlerOptions,
|
|
452
440
|
): Promise<GetAlarmMuteRuleCommandOutput>;
|
|
453
441
|
getAlarmMuteRule(
|
|
454
442
|
args: GetAlarmMuteRuleCommandInput,
|
|
455
|
-
cb: (err: any, data?: GetAlarmMuteRuleCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: GetAlarmMuteRuleCommandOutput) => void,
|
|
456
444
|
): void;
|
|
457
445
|
getAlarmMuteRule(
|
|
458
446
|
args: GetAlarmMuteRuleCommandInput,
|
|
459
447
|
options: __HttpHandlerOptions,
|
|
460
|
-
cb: (err: any, data?: GetAlarmMuteRuleCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: GetAlarmMuteRuleCommandOutput) => void,
|
|
461
449
|
): void;
|
|
462
450
|
getDashboard(
|
|
463
451
|
args: GetDashboardCommandInput,
|
|
464
|
-
options?: __HttpHandlerOptions
|
|
452
|
+
options?: __HttpHandlerOptions,
|
|
465
453
|
): Promise<GetDashboardCommandOutput>;
|
|
466
454
|
getDashboard(
|
|
467
455
|
args: GetDashboardCommandInput,
|
|
468
|
-
cb: (err: any, data?: GetDashboardCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: GetDashboardCommandOutput) => void,
|
|
469
457
|
): void;
|
|
470
458
|
getDashboard(
|
|
471
459
|
args: GetDashboardCommandInput,
|
|
472
460
|
options: __HttpHandlerOptions,
|
|
473
|
-
cb: (err: any, data?: GetDashboardCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: GetDashboardCommandOutput) => void,
|
|
474
462
|
): void;
|
|
475
463
|
getDataset(
|
|
476
464
|
args: GetDatasetCommandInput,
|
|
477
|
-
options?: __HttpHandlerOptions
|
|
465
|
+
options?: __HttpHandlerOptions,
|
|
478
466
|
): Promise<GetDatasetCommandOutput>;
|
|
479
467
|
getDataset(
|
|
480
468
|
args: GetDatasetCommandInput,
|
|
481
|
-
cb: (err: any, data?: GetDatasetCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: GetDatasetCommandOutput) => void,
|
|
482
470
|
): void;
|
|
483
471
|
getDataset(
|
|
484
472
|
args: GetDatasetCommandInput,
|
|
485
473
|
options: __HttpHandlerOptions,
|
|
486
|
-
cb: (err: any, data?: GetDatasetCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: GetDatasetCommandOutput) => void,
|
|
487
475
|
): void;
|
|
488
476
|
getInsightRuleReport(
|
|
489
477
|
args: GetInsightRuleReportCommandInput,
|
|
490
|
-
options?: __HttpHandlerOptions
|
|
478
|
+
options?: __HttpHandlerOptions,
|
|
491
479
|
): Promise<GetInsightRuleReportCommandOutput>;
|
|
492
480
|
getInsightRuleReport(
|
|
493
481
|
args: GetInsightRuleReportCommandInput,
|
|
494
|
-
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void,
|
|
495
483
|
): void;
|
|
496
484
|
getInsightRuleReport(
|
|
497
485
|
args: GetInsightRuleReportCommandInput,
|
|
498
486
|
options: __HttpHandlerOptions,
|
|
499
|
-
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void
|
|
487
|
+
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void,
|
|
500
488
|
): void;
|
|
501
489
|
getMetricData(
|
|
502
490
|
args: GetMetricDataCommandInput,
|
|
503
|
-
options?: __HttpHandlerOptions
|
|
491
|
+
options?: __HttpHandlerOptions,
|
|
504
492
|
): Promise<GetMetricDataCommandOutput>;
|
|
505
493
|
getMetricData(
|
|
506
494
|
args: GetMetricDataCommandInput,
|
|
507
|
-
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void,
|
|
508
496
|
): void;
|
|
509
497
|
getMetricData(
|
|
510
498
|
args: GetMetricDataCommandInput,
|
|
511
499
|
options: __HttpHandlerOptions,
|
|
512
|
-
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void,
|
|
513
501
|
): void;
|
|
514
502
|
getMetricStatistics(
|
|
515
503
|
args: GetMetricStatisticsCommandInput,
|
|
516
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
517
505
|
): Promise<GetMetricStatisticsCommandOutput>;
|
|
518
506
|
getMetricStatistics(
|
|
519
507
|
args: GetMetricStatisticsCommandInput,
|
|
520
|
-
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void,
|
|
521
509
|
): void;
|
|
522
510
|
getMetricStatistics(
|
|
523
511
|
args: GetMetricStatisticsCommandInput,
|
|
524
512
|
options: __HttpHandlerOptions,
|
|
525
|
-
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void,
|
|
526
514
|
): void;
|
|
527
515
|
getMetricStream(
|
|
528
516
|
args: GetMetricStreamCommandInput,
|
|
529
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
530
518
|
): Promise<GetMetricStreamCommandOutput>;
|
|
531
519
|
getMetricStream(
|
|
532
520
|
args: GetMetricStreamCommandInput,
|
|
533
|
-
cb: (err: any, data?: GetMetricStreamCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: GetMetricStreamCommandOutput) => void,
|
|
534
522
|
): void;
|
|
535
523
|
getMetricStream(
|
|
536
524
|
args: GetMetricStreamCommandInput,
|
|
537
525
|
options: __HttpHandlerOptions,
|
|
538
|
-
cb: (err: any, data?: GetMetricStreamCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: GetMetricStreamCommandOutput) => void,
|
|
539
527
|
): void;
|
|
540
528
|
getMetricWidgetImage(
|
|
541
529
|
args: GetMetricWidgetImageCommandInput,
|
|
542
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
543
531
|
): Promise<GetMetricWidgetImageCommandOutput>;
|
|
544
532
|
getMetricWidgetImage(
|
|
545
533
|
args: GetMetricWidgetImageCommandInput,
|
|
546
|
-
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void,
|
|
547
535
|
): void;
|
|
548
536
|
getMetricWidgetImage(
|
|
549
537
|
args: GetMetricWidgetImageCommandInput,
|
|
550
538
|
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void,
|
|
552
540
|
): void;
|
|
553
541
|
getOTelEnrichment(): Promise<GetOTelEnrichmentCommandOutput>;
|
|
554
542
|
getOTelEnrichment(
|
|
555
543
|
args: GetOTelEnrichmentCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
544
|
+
options?: __HttpHandlerOptions,
|
|
557
545
|
): Promise<GetOTelEnrichmentCommandOutput>;
|
|
558
546
|
getOTelEnrichment(
|
|
559
547
|
args: GetOTelEnrichmentCommandInput,
|
|
560
|
-
cb: (err: any, data?: GetOTelEnrichmentCommandOutput) => void
|
|
548
|
+
cb: (err: any, data?: GetOTelEnrichmentCommandOutput) => void,
|
|
561
549
|
): void;
|
|
562
550
|
getOTelEnrichment(
|
|
563
551
|
args: GetOTelEnrichmentCommandInput,
|
|
564
552
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: GetOTelEnrichmentCommandOutput) => void
|
|
553
|
+
cb: (err: any, data?: GetOTelEnrichmentCommandOutput) => void,
|
|
566
554
|
): void;
|
|
567
555
|
listAlarmMuteRules(): Promise<ListAlarmMuteRulesCommandOutput>;
|
|
568
556
|
listAlarmMuteRules(
|
|
569
557
|
args: ListAlarmMuteRulesCommandInput,
|
|
570
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
571
559
|
): Promise<ListAlarmMuteRulesCommandOutput>;
|
|
572
560
|
listAlarmMuteRules(
|
|
573
561
|
args: ListAlarmMuteRulesCommandInput,
|
|
574
|
-
cb: (err: any, data?: ListAlarmMuteRulesCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: ListAlarmMuteRulesCommandOutput) => void,
|
|
575
563
|
): void;
|
|
576
564
|
listAlarmMuteRules(
|
|
577
565
|
args: ListAlarmMuteRulesCommandInput,
|
|
578
566
|
options: __HttpHandlerOptions,
|
|
579
|
-
cb: (err: any, data?: ListAlarmMuteRulesCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: ListAlarmMuteRulesCommandOutput) => void,
|
|
580
568
|
): void;
|
|
581
569
|
listDashboards(): Promise<ListDashboardsCommandOutput>;
|
|
582
570
|
listDashboards(
|
|
583
571
|
args: ListDashboardsCommandInput,
|
|
584
|
-
options?: __HttpHandlerOptions
|
|
572
|
+
options?: __HttpHandlerOptions,
|
|
585
573
|
): Promise<ListDashboardsCommandOutput>;
|
|
586
574
|
listDashboards(
|
|
587
575
|
args: ListDashboardsCommandInput,
|
|
588
|
-
cb: (err: any, data?: ListDashboardsCommandOutput) => void
|
|
576
|
+
cb: (err: any, data?: ListDashboardsCommandOutput) => void,
|
|
589
577
|
): void;
|
|
590
578
|
listDashboards(
|
|
591
579
|
args: ListDashboardsCommandInput,
|
|
592
580
|
options: __HttpHandlerOptions,
|
|
593
|
-
cb: (err: any, data?: ListDashboardsCommandOutput) => void
|
|
581
|
+
cb: (err: any, data?: ListDashboardsCommandOutput) => void,
|
|
594
582
|
): void;
|
|
595
583
|
listManagedInsightRules(
|
|
596
584
|
args: ListManagedInsightRulesCommandInput,
|
|
597
|
-
options?: __HttpHandlerOptions
|
|
585
|
+
options?: __HttpHandlerOptions,
|
|
598
586
|
): Promise<ListManagedInsightRulesCommandOutput>;
|
|
599
587
|
listManagedInsightRules(
|
|
600
588
|
args: ListManagedInsightRulesCommandInput,
|
|
601
|
-
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void
|
|
589
|
+
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void,
|
|
602
590
|
): void;
|
|
603
591
|
listManagedInsightRules(
|
|
604
592
|
args: ListManagedInsightRulesCommandInput,
|
|
605
593
|
options: __HttpHandlerOptions,
|
|
606
|
-
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void
|
|
594
|
+
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void,
|
|
607
595
|
): void;
|
|
608
596
|
listMetrics(): Promise<ListMetricsCommandOutput>;
|
|
609
597
|
listMetrics(
|
|
610
598
|
args: ListMetricsCommandInput,
|
|
611
|
-
options?: __HttpHandlerOptions
|
|
599
|
+
options?: __HttpHandlerOptions,
|
|
612
600
|
): Promise<ListMetricsCommandOutput>;
|
|
613
601
|
listMetrics(
|
|
614
602
|
args: ListMetricsCommandInput,
|
|
615
|
-
cb: (err: any, data?: ListMetricsCommandOutput) => void
|
|
603
|
+
cb: (err: any, data?: ListMetricsCommandOutput) => void,
|
|
616
604
|
): void;
|
|
617
605
|
listMetrics(
|
|
618
606
|
args: ListMetricsCommandInput,
|
|
619
607
|
options: __HttpHandlerOptions,
|
|
620
|
-
cb: (err: any, data?: ListMetricsCommandOutput) => void
|
|
608
|
+
cb: (err: any, data?: ListMetricsCommandOutput) => void,
|
|
621
609
|
): void;
|
|
622
610
|
listMetricStreams(): Promise<ListMetricStreamsCommandOutput>;
|
|
623
611
|
listMetricStreams(
|
|
624
612
|
args: ListMetricStreamsCommandInput,
|
|
625
|
-
options?: __HttpHandlerOptions
|
|
613
|
+
options?: __HttpHandlerOptions,
|
|
626
614
|
): Promise<ListMetricStreamsCommandOutput>;
|
|
627
615
|
listMetricStreams(
|
|
628
616
|
args: ListMetricStreamsCommandInput,
|
|
629
|
-
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void
|
|
617
|
+
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void,
|
|
630
618
|
): void;
|
|
631
619
|
listMetricStreams(
|
|
632
620
|
args: ListMetricStreamsCommandInput,
|
|
633
621
|
options: __HttpHandlerOptions,
|
|
634
|
-
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void
|
|
622
|
+
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void,
|
|
635
623
|
): void;
|
|
636
624
|
listTagsForResource(
|
|
637
625
|
args: ListTagsForResourceCommandInput,
|
|
638
|
-
options?: __HttpHandlerOptions
|
|
626
|
+
options?: __HttpHandlerOptions,
|
|
639
627
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
640
628
|
listTagsForResource(
|
|
641
629
|
args: ListTagsForResourceCommandInput,
|
|
642
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
630
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
643
631
|
): void;
|
|
644
632
|
listTagsForResource(
|
|
645
633
|
args: ListTagsForResourceCommandInput,
|
|
646
634
|
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
635
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
648
636
|
): void;
|
|
649
637
|
putAlarmMuteRule(
|
|
650
638
|
args: PutAlarmMuteRuleCommandInput,
|
|
651
|
-
options?: __HttpHandlerOptions
|
|
639
|
+
options?: __HttpHandlerOptions,
|
|
652
640
|
): Promise<PutAlarmMuteRuleCommandOutput>;
|
|
653
641
|
putAlarmMuteRule(
|
|
654
642
|
args: PutAlarmMuteRuleCommandInput,
|
|
655
|
-
cb: (err: any, data?: PutAlarmMuteRuleCommandOutput) => void
|
|
643
|
+
cb: (err: any, data?: PutAlarmMuteRuleCommandOutput) => void,
|
|
656
644
|
): void;
|
|
657
645
|
putAlarmMuteRule(
|
|
658
646
|
args: PutAlarmMuteRuleCommandInput,
|
|
659
647
|
options: __HttpHandlerOptions,
|
|
660
|
-
cb: (err: any, data?: PutAlarmMuteRuleCommandOutput) => void
|
|
648
|
+
cb: (err: any, data?: PutAlarmMuteRuleCommandOutput) => void,
|
|
661
649
|
): void;
|
|
662
650
|
putAnomalyDetector(): Promise<PutAnomalyDetectorCommandOutput>;
|
|
663
651
|
putAnomalyDetector(
|
|
664
652
|
args: PutAnomalyDetectorCommandInput,
|
|
665
|
-
options?: __HttpHandlerOptions
|
|
653
|
+
options?: __HttpHandlerOptions,
|
|
666
654
|
): Promise<PutAnomalyDetectorCommandOutput>;
|
|
667
655
|
putAnomalyDetector(
|
|
668
656
|
args: PutAnomalyDetectorCommandInput,
|
|
669
|
-
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
657
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void,
|
|
670
658
|
): void;
|
|
671
659
|
putAnomalyDetector(
|
|
672
660
|
args: PutAnomalyDetectorCommandInput,
|
|
673
661
|
options: __HttpHandlerOptions,
|
|
674
|
-
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
662
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void,
|
|
675
663
|
): void;
|
|
676
664
|
putCompositeAlarm(
|
|
677
665
|
args: PutCompositeAlarmCommandInput,
|
|
678
|
-
options?: __HttpHandlerOptions
|
|
666
|
+
options?: __HttpHandlerOptions,
|
|
679
667
|
): Promise<PutCompositeAlarmCommandOutput>;
|
|
680
668
|
putCompositeAlarm(
|
|
681
669
|
args: PutCompositeAlarmCommandInput,
|
|
682
|
-
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void
|
|
670
|
+
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void,
|
|
683
671
|
): void;
|
|
684
672
|
putCompositeAlarm(
|
|
685
673
|
args: PutCompositeAlarmCommandInput,
|
|
686
674
|
options: __HttpHandlerOptions,
|
|
687
|
-
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void
|
|
675
|
+
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void,
|
|
688
676
|
): void;
|
|
689
677
|
putDashboard(
|
|
690
678
|
args: PutDashboardCommandInput,
|
|
691
|
-
options?: __HttpHandlerOptions
|
|
679
|
+
options?: __HttpHandlerOptions,
|
|
692
680
|
): Promise<PutDashboardCommandOutput>;
|
|
693
681
|
putDashboard(
|
|
694
682
|
args: PutDashboardCommandInput,
|
|
695
|
-
cb: (err: any, data?: PutDashboardCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: PutDashboardCommandOutput) => void,
|
|
696
684
|
): void;
|
|
697
685
|
putDashboard(
|
|
698
686
|
args: PutDashboardCommandInput,
|
|
699
687
|
options: __HttpHandlerOptions,
|
|
700
|
-
cb: (err: any, data?: PutDashboardCommandOutput) => void
|
|
688
|
+
cb: (err: any, data?: PutDashboardCommandOutput) => void,
|
|
701
689
|
): void;
|
|
702
690
|
putInsightRule(
|
|
703
691
|
args: PutInsightRuleCommandInput,
|
|
704
|
-
options?: __HttpHandlerOptions
|
|
692
|
+
options?: __HttpHandlerOptions,
|
|
705
693
|
): Promise<PutInsightRuleCommandOutput>;
|
|
706
694
|
putInsightRule(
|
|
707
695
|
args: PutInsightRuleCommandInput,
|
|
708
|
-
cb: (err: any, data?: PutInsightRuleCommandOutput) => void
|
|
696
|
+
cb: (err: any, data?: PutInsightRuleCommandOutput) => void,
|
|
709
697
|
): void;
|
|
710
698
|
putInsightRule(
|
|
711
699
|
args: PutInsightRuleCommandInput,
|
|
712
700
|
options: __HttpHandlerOptions,
|
|
713
|
-
cb: (err: any, data?: PutInsightRuleCommandOutput) => void
|
|
701
|
+
cb: (err: any, data?: PutInsightRuleCommandOutput) => void,
|
|
714
702
|
): void;
|
|
715
703
|
putLogAlarm(
|
|
716
704
|
args: PutLogAlarmCommandInput,
|
|
717
|
-
options?: __HttpHandlerOptions
|
|
705
|
+
options?: __HttpHandlerOptions,
|
|
718
706
|
): Promise<PutLogAlarmCommandOutput>;
|
|
719
707
|
putLogAlarm(
|
|
720
708
|
args: PutLogAlarmCommandInput,
|
|
721
|
-
cb: (err: any, data?: PutLogAlarmCommandOutput) => void
|
|
709
|
+
cb: (err: any, data?: PutLogAlarmCommandOutput) => void,
|
|
722
710
|
): void;
|
|
723
711
|
putLogAlarm(
|
|
724
712
|
args: PutLogAlarmCommandInput,
|
|
725
713
|
options: __HttpHandlerOptions,
|
|
726
|
-
cb: (err: any, data?: PutLogAlarmCommandOutput) => void
|
|
714
|
+
cb: (err: any, data?: PutLogAlarmCommandOutput) => void,
|
|
727
715
|
): void;
|
|
728
716
|
putManagedInsightRules(
|
|
729
717
|
args: PutManagedInsightRulesCommandInput,
|
|
730
|
-
options?: __HttpHandlerOptions
|
|
718
|
+
options?: __HttpHandlerOptions,
|
|
731
719
|
): Promise<PutManagedInsightRulesCommandOutput>;
|
|
732
720
|
putManagedInsightRules(
|
|
733
721
|
args: PutManagedInsightRulesCommandInput,
|
|
734
|
-
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void
|
|
722
|
+
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void,
|
|
735
723
|
): void;
|
|
736
724
|
putManagedInsightRules(
|
|
737
725
|
args: PutManagedInsightRulesCommandInput,
|
|
738
726
|
options: __HttpHandlerOptions,
|
|
739
|
-
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void
|
|
727
|
+
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void,
|
|
740
728
|
): void;
|
|
741
729
|
putMetricAlarm(
|
|
742
730
|
args: PutMetricAlarmCommandInput,
|
|
743
|
-
options?: __HttpHandlerOptions
|
|
731
|
+
options?: __HttpHandlerOptions,
|
|
744
732
|
): Promise<PutMetricAlarmCommandOutput>;
|
|
745
733
|
putMetricAlarm(
|
|
746
734
|
args: PutMetricAlarmCommandInput,
|
|
747
|
-
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void
|
|
735
|
+
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void,
|
|
748
736
|
): void;
|
|
749
737
|
putMetricAlarm(
|
|
750
738
|
args: PutMetricAlarmCommandInput,
|
|
751
739
|
options: __HttpHandlerOptions,
|
|
752
|
-
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void
|
|
740
|
+
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void,
|
|
753
741
|
): void;
|
|
754
742
|
putMetricData(
|
|
755
743
|
args: PutMetricDataCommandInput,
|
|
756
|
-
options?: __HttpHandlerOptions
|
|
744
|
+
options?: __HttpHandlerOptions,
|
|
757
745
|
): Promise<PutMetricDataCommandOutput>;
|
|
758
746
|
putMetricData(
|
|
759
747
|
args: PutMetricDataCommandInput,
|
|
760
|
-
cb: (err: any, data?: PutMetricDataCommandOutput) => void
|
|
748
|
+
cb: (err: any, data?: PutMetricDataCommandOutput) => void,
|
|
761
749
|
): void;
|
|
762
750
|
putMetricData(
|
|
763
751
|
args: PutMetricDataCommandInput,
|
|
764
752
|
options: __HttpHandlerOptions,
|
|
765
|
-
cb: (err: any, data?: PutMetricDataCommandOutput) => void
|
|
753
|
+
cb: (err: any, data?: PutMetricDataCommandOutput) => void,
|
|
766
754
|
): void;
|
|
767
755
|
putMetricStream(
|
|
768
756
|
args: PutMetricStreamCommandInput,
|
|
769
|
-
options?: __HttpHandlerOptions
|
|
757
|
+
options?: __HttpHandlerOptions,
|
|
770
758
|
): Promise<PutMetricStreamCommandOutput>;
|
|
771
759
|
putMetricStream(
|
|
772
760
|
args: PutMetricStreamCommandInput,
|
|
773
|
-
cb: (err: any, data?: PutMetricStreamCommandOutput) => void
|
|
761
|
+
cb: (err: any, data?: PutMetricStreamCommandOutput) => void,
|
|
774
762
|
): void;
|
|
775
763
|
putMetricStream(
|
|
776
764
|
args: PutMetricStreamCommandInput,
|
|
777
765
|
options: __HttpHandlerOptions,
|
|
778
|
-
cb: (err: any, data?: PutMetricStreamCommandOutput) => void
|
|
766
|
+
cb: (err: any, data?: PutMetricStreamCommandOutput) => void,
|
|
779
767
|
): void;
|
|
780
768
|
setAlarmState(
|
|
781
769
|
args: SetAlarmStateCommandInput,
|
|
782
|
-
options?: __HttpHandlerOptions
|
|
770
|
+
options?: __HttpHandlerOptions,
|
|
783
771
|
): Promise<SetAlarmStateCommandOutput>;
|
|
784
772
|
setAlarmState(
|
|
785
773
|
args: SetAlarmStateCommandInput,
|
|
786
|
-
cb: (err: any, data?: SetAlarmStateCommandOutput) => void
|
|
774
|
+
cb: (err: any, data?: SetAlarmStateCommandOutput) => void,
|
|
787
775
|
): void;
|
|
788
776
|
setAlarmState(
|
|
789
777
|
args: SetAlarmStateCommandInput,
|
|
790
778
|
options: __HttpHandlerOptions,
|
|
791
|
-
cb: (err: any, data?: SetAlarmStateCommandOutput) => void
|
|
779
|
+
cb: (err: any, data?: SetAlarmStateCommandOutput) => void,
|
|
792
780
|
): void;
|
|
793
781
|
startMetricStreams(
|
|
794
782
|
args: StartMetricStreamsCommandInput,
|
|
795
|
-
options?: __HttpHandlerOptions
|
|
783
|
+
options?: __HttpHandlerOptions,
|
|
796
784
|
): Promise<StartMetricStreamsCommandOutput>;
|
|
797
785
|
startMetricStreams(
|
|
798
786
|
args: StartMetricStreamsCommandInput,
|
|
799
|
-
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void
|
|
787
|
+
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void,
|
|
800
788
|
): void;
|
|
801
789
|
startMetricStreams(
|
|
802
790
|
args: StartMetricStreamsCommandInput,
|
|
803
791
|
options: __HttpHandlerOptions,
|
|
804
|
-
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void
|
|
792
|
+
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void,
|
|
805
793
|
): void;
|
|
806
794
|
startOTelEnrichment(): Promise<StartOTelEnrichmentCommandOutput>;
|
|
807
795
|
startOTelEnrichment(
|
|
808
796
|
args: StartOTelEnrichmentCommandInput,
|
|
809
|
-
options?: __HttpHandlerOptions
|
|
797
|
+
options?: __HttpHandlerOptions,
|
|
810
798
|
): Promise<StartOTelEnrichmentCommandOutput>;
|
|
811
799
|
startOTelEnrichment(
|
|
812
800
|
args: StartOTelEnrichmentCommandInput,
|
|
813
|
-
cb: (err: any, data?: StartOTelEnrichmentCommandOutput) => void
|
|
801
|
+
cb: (err: any, data?: StartOTelEnrichmentCommandOutput) => void,
|
|
814
802
|
): void;
|
|
815
803
|
startOTelEnrichment(
|
|
816
804
|
args: StartOTelEnrichmentCommandInput,
|
|
817
805
|
options: __HttpHandlerOptions,
|
|
818
|
-
cb: (err: any, data?: StartOTelEnrichmentCommandOutput) => void
|
|
806
|
+
cb: (err: any, data?: StartOTelEnrichmentCommandOutput) => void,
|
|
819
807
|
): void;
|
|
820
808
|
stopMetricStreams(
|
|
821
809
|
args: StopMetricStreamsCommandInput,
|
|
822
|
-
options?: __HttpHandlerOptions
|
|
810
|
+
options?: __HttpHandlerOptions,
|
|
823
811
|
): Promise<StopMetricStreamsCommandOutput>;
|
|
824
812
|
stopMetricStreams(
|
|
825
813
|
args: StopMetricStreamsCommandInput,
|
|
826
|
-
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void
|
|
814
|
+
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void,
|
|
827
815
|
): void;
|
|
828
816
|
stopMetricStreams(
|
|
829
817
|
args: StopMetricStreamsCommandInput,
|
|
830
818
|
options: __HttpHandlerOptions,
|
|
831
|
-
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void
|
|
819
|
+
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void,
|
|
832
820
|
): void;
|
|
833
821
|
stopOTelEnrichment(): Promise<StopOTelEnrichmentCommandOutput>;
|
|
834
822
|
stopOTelEnrichment(
|
|
835
823
|
args: StopOTelEnrichmentCommandInput,
|
|
836
|
-
options?: __HttpHandlerOptions
|
|
824
|
+
options?: __HttpHandlerOptions,
|
|
837
825
|
): Promise<StopOTelEnrichmentCommandOutput>;
|
|
838
826
|
stopOTelEnrichment(
|
|
839
827
|
args: StopOTelEnrichmentCommandInput,
|
|
840
|
-
cb: (err: any, data?: StopOTelEnrichmentCommandOutput) => void
|
|
828
|
+
cb: (err: any, data?: StopOTelEnrichmentCommandOutput) => void,
|
|
841
829
|
): void;
|
|
842
830
|
stopOTelEnrichment(
|
|
843
831
|
args: StopOTelEnrichmentCommandInput,
|
|
844
832
|
options: __HttpHandlerOptions,
|
|
845
|
-
cb: (err: any, data?: StopOTelEnrichmentCommandOutput) => void
|
|
833
|
+
cb: (err: any, data?: StopOTelEnrichmentCommandOutput) => void,
|
|
846
834
|
): void;
|
|
847
835
|
tagResource(
|
|
848
836
|
args: TagResourceCommandInput,
|
|
849
|
-
options?: __HttpHandlerOptions
|
|
837
|
+
options?: __HttpHandlerOptions,
|
|
850
838
|
): Promise<TagResourceCommandOutput>;
|
|
851
839
|
tagResource(
|
|
852
840
|
args: TagResourceCommandInput,
|
|
853
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
841
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
854
842
|
): void;
|
|
855
843
|
tagResource(
|
|
856
844
|
args: TagResourceCommandInput,
|
|
857
845
|
options: __HttpHandlerOptions,
|
|
858
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
846
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
859
847
|
): void;
|
|
860
848
|
untagResource(
|
|
861
849
|
args: UntagResourceCommandInput,
|
|
862
|
-
options?: __HttpHandlerOptions
|
|
850
|
+
options?: __HttpHandlerOptions,
|
|
863
851
|
): Promise<UntagResourceCommandOutput>;
|
|
864
852
|
untagResource(
|
|
865
853
|
args: UntagResourceCommandInput,
|
|
866
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
854
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
867
855
|
): void;
|
|
868
856
|
untagResource(
|
|
869
857
|
args: UntagResourceCommandInput,
|
|
870
858
|
options: __HttpHandlerOptions,
|
|
871
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
859
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
872
860
|
): void;
|
|
873
861
|
paginateDescribeAlarmHistory(
|
|
874
862
|
args?: DescribeAlarmHistoryCommandInput,
|
|
875
863
|
paginationConfig?: Pick<
|
|
876
864
|
PaginationConfiguration,
|
|
877
865
|
Exclude<keyof PaginationConfiguration, "client">
|
|
878
|
-
|
|
866
|
+
>,
|
|
879
867
|
): Paginator<DescribeAlarmHistoryCommandOutput>;
|
|
880
868
|
paginateDescribeAlarms(
|
|
881
869
|
args?: DescribeAlarmsCommandInput,
|
|
882
870
|
paginationConfig?: Pick<
|
|
883
871
|
PaginationConfiguration,
|
|
884
872
|
Exclude<keyof PaginationConfiguration, "client">
|
|
885
|
-
|
|
873
|
+
>,
|
|
886
874
|
): Paginator<DescribeAlarmsCommandOutput>;
|
|
887
875
|
paginateDescribeAnomalyDetectors(
|
|
888
876
|
args?: DescribeAnomalyDetectorsCommandInput,
|
|
889
877
|
paginationConfig?: Pick<
|
|
890
878
|
PaginationConfiguration,
|
|
891
879
|
Exclude<keyof PaginationConfiguration, "client">
|
|
892
|
-
|
|
880
|
+
>,
|
|
893
881
|
): Paginator<DescribeAnomalyDetectorsCommandOutput>;
|
|
894
882
|
paginateDescribeInsightRules(
|
|
895
883
|
args?: DescribeInsightRulesCommandInput,
|
|
896
884
|
paginationConfig?: Pick<
|
|
897
885
|
PaginationConfiguration,
|
|
898
886
|
Exclude<keyof PaginationConfiguration, "client">
|
|
899
|
-
|
|
887
|
+
>,
|
|
900
888
|
): Paginator<DescribeInsightRulesCommandOutput>;
|
|
901
889
|
paginateGetMetricData(
|
|
902
890
|
args: GetMetricDataCommandInput,
|
|
903
891
|
paginationConfig?: Pick<
|
|
904
892
|
PaginationConfiguration,
|
|
905
893
|
Exclude<keyof PaginationConfiguration, "client">
|
|
906
|
-
|
|
894
|
+
>,
|
|
907
895
|
): Paginator<GetMetricDataCommandOutput>;
|
|
908
896
|
paginateListAlarmMuteRules(
|
|
909
897
|
args?: ListAlarmMuteRulesCommandInput,
|
|
910
898
|
paginationConfig?: Pick<
|
|
911
899
|
PaginationConfiguration,
|
|
912
900
|
Exclude<keyof PaginationConfiguration, "client">
|
|
913
|
-
|
|
901
|
+
>,
|
|
914
902
|
): Paginator<ListAlarmMuteRulesCommandOutput>;
|
|
915
903
|
paginateListDashboards(
|
|
916
904
|
args?: ListDashboardsCommandInput,
|
|
917
905
|
paginationConfig?: Pick<
|
|
918
906
|
PaginationConfiguration,
|
|
919
907
|
Exclude<keyof PaginationConfiguration, "client">
|
|
920
|
-
|
|
908
|
+
>,
|
|
921
909
|
): Paginator<ListDashboardsCommandOutput>;
|
|
922
910
|
paginateListManagedInsightRules(
|
|
923
911
|
args: ListManagedInsightRulesCommandInput,
|
|
924
912
|
paginationConfig?: Pick<
|
|
925
913
|
PaginationConfiguration,
|
|
926
914
|
Exclude<keyof PaginationConfiguration, "client">
|
|
927
|
-
|
|
915
|
+
>,
|
|
928
916
|
): Paginator<ListManagedInsightRulesCommandOutput>;
|
|
929
917
|
paginateListMetrics(
|
|
930
918
|
args?: ListMetricsCommandInput,
|
|
931
919
|
paginationConfig?: Pick<
|
|
932
920
|
PaginationConfiguration,
|
|
933
921
|
Exclude<keyof PaginationConfiguration, "client">
|
|
934
|
-
|
|
922
|
+
>,
|
|
935
923
|
): Paginator<ListMetricsCommandOutput>;
|
|
936
924
|
paginateListMetricStreams(
|
|
937
925
|
args?: ListMetricStreamsCommandInput,
|
|
938
926
|
paginationConfig?: Pick<
|
|
939
927
|
PaginationConfiguration,
|
|
940
928
|
Exclude<keyof PaginationConfiguration, "client">
|
|
941
|
-
|
|
929
|
+
>,
|
|
942
930
|
): Paginator<ListMetricStreamsCommandOutput>;
|
|
943
931
|
waitUntilAlarmExists(
|
|
944
932
|
args: DescribeAlarmsCommandInput,
|
|
@@ -947,7 +935,7 @@ export interface CloudWatch {
|
|
|
947
935
|
| Pick<
|
|
948
936
|
WaiterConfiguration<CloudWatch>,
|
|
949
937
|
Exclude<keyof WaiterConfiguration<CloudWatch>, "client">
|
|
950
|
-
|
|
938
|
+
>,
|
|
951
939
|
): Promise<WaiterResult<DescribeAlarmsCommandOutput>>;
|
|
952
940
|
waitUntilCompositeAlarmExists(
|
|
953
941
|
args: DescribeAlarmsCommandInput,
|
|
@@ -956,7 +944,7 @@ export interface CloudWatch {
|
|
|
956
944
|
| Pick<
|
|
957
945
|
WaiterConfiguration<CloudWatch>,
|
|
958
946
|
Exclude<keyof WaiterConfiguration<CloudWatch>, "client">
|
|
959
|
-
|
|
947
|
+
>,
|
|
960
948
|
): Promise<WaiterResult<DescribeAlarmsCommandOutput>>;
|
|
961
949
|
waitUntilLogAlarmExists(
|
|
962
950
|
args: DescribeAlarmsCommandInput,
|
|
@@ -965,7 +953,7 @@ export interface CloudWatch {
|
|
|
965
953
|
| Pick<
|
|
966
954
|
WaiterConfiguration<CloudWatch>,
|
|
967
955
|
Exclude<keyof WaiterConfiguration<CloudWatch>, "client">
|
|
968
|
-
|
|
956
|
+
>,
|
|
969
957
|
): Promise<WaiterResult<DescribeAlarmsCommandOutput>>;
|
|
970
958
|
waitUntilAlarmMuteRuleExists(
|
|
971
959
|
args: GetAlarmMuteRuleCommandInput,
|
|
@@ -974,9 +962,7 @@ export interface CloudWatch {
|
|
|
974
962
|
| Pick<
|
|
975
963
|
WaiterConfiguration<CloudWatch>,
|
|
976
964
|
Exclude<keyof WaiterConfiguration<CloudWatch>, "client">
|
|
977
|
-
|
|
965
|
+
>,
|
|
978
966
|
): Promise<WaiterResult<GetAlarmMuteRuleCommandOutput>>;
|
|
979
967
|
}
|
|
980
|
-
export declare class CloudWatch
|
|
981
|
-
extends CloudWatchClient
|
|
982
|
-
implements CloudWatch {}
|
|
968
|
+
export declare class CloudWatch extends CloudWatchClient implements CloudWatch {}
|