@aws-sdk/client-cloudwatch 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudWatch.d.ts +0 -38
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +0 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -441
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  48. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +0 -2
  49. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +0 -2
  50. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloudwatch
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-cloudwatch
@@ -152,7 +152,6 @@ import {
152
152
  UntagResourceCommandInput,
153
153
  UntagResourceCommandOutput,
154
154
  } from "./commands/UntagResourceCommand";
155
-
156
155
  export declare class CloudWatch extends CloudWatchClient {
157
156
  deleteAlarms(
158
157
  args: DeleteAlarmsCommandInput,
@@ -167,7 +166,6 @@ export declare class CloudWatch extends CloudWatchClient {
167
166
  options: __HttpHandlerOptions,
168
167
  cb: (err: any, data?: DeleteAlarmsCommandOutput) => void
169
168
  ): void;
170
-
171
169
  deleteAnomalyDetector(
172
170
  args: DeleteAnomalyDetectorCommandInput,
173
171
  options?: __HttpHandlerOptions
@@ -181,7 +179,6 @@ export declare class CloudWatch extends CloudWatchClient {
181
179
  options: __HttpHandlerOptions,
182
180
  cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
183
181
  ): void;
184
-
185
182
  deleteDashboards(
186
183
  args: DeleteDashboardsCommandInput,
187
184
  options?: __HttpHandlerOptions
@@ -195,7 +192,6 @@ export declare class CloudWatch extends CloudWatchClient {
195
192
  options: __HttpHandlerOptions,
196
193
  cb: (err: any, data?: DeleteDashboardsCommandOutput) => void
197
194
  ): void;
198
-
199
195
  deleteInsightRules(
200
196
  args: DeleteInsightRulesCommandInput,
201
197
  options?: __HttpHandlerOptions
@@ -209,7 +205,6 @@ export declare class CloudWatch extends CloudWatchClient {
209
205
  options: __HttpHandlerOptions,
210
206
  cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void
211
207
  ): void;
212
-
213
208
  deleteMetricStream(
214
209
  args: DeleteMetricStreamCommandInput,
215
210
  options?: __HttpHandlerOptions
@@ -223,7 +218,6 @@ export declare class CloudWatch extends CloudWatchClient {
223
218
  options: __HttpHandlerOptions,
224
219
  cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void
225
220
  ): void;
226
-
227
221
  describeAlarmHistory(
228
222
  args: DescribeAlarmHistoryCommandInput,
229
223
  options?: __HttpHandlerOptions
@@ -237,7 +231,6 @@ export declare class CloudWatch extends CloudWatchClient {
237
231
  options: __HttpHandlerOptions,
238
232
  cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void
239
233
  ): void;
240
-
241
234
  describeAlarms(
242
235
  args: DescribeAlarmsCommandInput,
243
236
  options?: __HttpHandlerOptions
@@ -251,7 +244,6 @@ export declare class CloudWatch extends CloudWatchClient {
251
244
  options: __HttpHandlerOptions,
252
245
  cb: (err: any, data?: DescribeAlarmsCommandOutput) => void
253
246
  ): void;
254
-
255
247
  describeAlarmsForMetric(
256
248
  args: DescribeAlarmsForMetricCommandInput,
257
249
  options?: __HttpHandlerOptions
@@ -265,7 +257,6 @@ export declare class CloudWatch extends CloudWatchClient {
265
257
  options: __HttpHandlerOptions,
266
258
  cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void
267
259
  ): void;
268
-
269
260
  describeAnomalyDetectors(
270
261
  args: DescribeAnomalyDetectorsCommandInput,
271
262
  options?: __HttpHandlerOptions
@@ -279,7 +270,6 @@ export declare class CloudWatch extends CloudWatchClient {
279
270
  options: __HttpHandlerOptions,
280
271
  cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void
281
272
  ): void;
282
-
283
273
  describeInsightRules(
284
274
  args: DescribeInsightRulesCommandInput,
285
275
  options?: __HttpHandlerOptions
@@ -293,7 +283,6 @@ export declare class CloudWatch extends CloudWatchClient {
293
283
  options: __HttpHandlerOptions,
294
284
  cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void
295
285
  ): void;
296
-
297
286
  disableAlarmActions(
298
287
  args: DisableAlarmActionsCommandInput,
299
288
  options?: __HttpHandlerOptions
@@ -307,7 +296,6 @@ export declare class CloudWatch extends CloudWatchClient {
307
296
  options: __HttpHandlerOptions,
308
297
  cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void
309
298
  ): void;
310
-
311
299
  disableInsightRules(
312
300
  args: DisableInsightRulesCommandInput,
313
301
  options?: __HttpHandlerOptions
@@ -321,7 +309,6 @@ export declare class CloudWatch extends CloudWatchClient {
321
309
  options: __HttpHandlerOptions,
322
310
  cb: (err: any, data?: DisableInsightRulesCommandOutput) => void
323
311
  ): void;
324
-
325
312
  enableAlarmActions(
326
313
  args: EnableAlarmActionsCommandInput,
327
314
  options?: __HttpHandlerOptions
@@ -335,7 +322,6 @@ export declare class CloudWatch extends CloudWatchClient {
335
322
  options: __HttpHandlerOptions,
336
323
  cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void
337
324
  ): void;
338
-
339
325
  enableInsightRules(
340
326
  args: EnableInsightRulesCommandInput,
341
327
  options?: __HttpHandlerOptions
@@ -349,7 +335,6 @@ export declare class CloudWatch extends CloudWatchClient {
349
335
  options: __HttpHandlerOptions,
350
336
  cb: (err: any, data?: EnableInsightRulesCommandOutput) => void
351
337
  ): void;
352
-
353
338
  getDashboard(
354
339
  args: GetDashboardCommandInput,
355
340
  options?: __HttpHandlerOptions
@@ -363,7 +348,6 @@ export declare class CloudWatch extends CloudWatchClient {
363
348
  options: __HttpHandlerOptions,
364
349
  cb: (err: any, data?: GetDashboardCommandOutput) => void
365
350
  ): void;
366
-
367
351
  getInsightRuleReport(
368
352
  args: GetInsightRuleReportCommandInput,
369
353
  options?: __HttpHandlerOptions
@@ -377,7 +361,6 @@ export declare class CloudWatch extends CloudWatchClient {
377
361
  options: __HttpHandlerOptions,
378
362
  cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void
379
363
  ): void;
380
-
381
364
  getMetricData(
382
365
  args: GetMetricDataCommandInput,
383
366
  options?: __HttpHandlerOptions
@@ -391,7 +374,6 @@ export declare class CloudWatch extends CloudWatchClient {
391
374
  options: __HttpHandlerOptions,
392
375
  cb: (err: any, data?: GetMetricDataCommandOutput) => void
393
376
  ): void;
394
-
395
377
  getMetricStatistics(
396
378
  args: GetMetricStatisticsCommandInput,
397
379
  options?: __HttpHandlerOptions
@@ -405,7 +387,6 @@ export declare class CloudWatch extends CloudWatchClient {
405
387
  options: __HttpHandlerOptions,
406
388
  cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void
407
389
  ): void;
408
-
409
390
  getMetricStream(
410
391
  args: GetMetricStreamCommandInput,
411
392
  options?: __HttpHandlerOptions
@@ -419,7 +400,6 @@ export declare class CloudWatch extends CloudWatchClient {
419
400
  options: __HttpHandlerOptions,
420
401
  cb: (err: any, data?: GetMetricStreamCommandOutput) => void
421
402
  ): void;
422
-
423
403
  getMetricWidgetImage(
424
404
  args: GetMetricWidgetImageCommandInput,
425
405
  options?: __HttpHandlerOptions
@@ -433,7 +413,6 @@ export declare class CloudWatch extends CloudWatchClient {
433
413
  options: __HttpHandlerOptions,
434
414
  cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void
435
415
  ): void;
436
-
437
416
  listDashboards(
438
417
  args: ListDashboardsCommandInput,
439
418
  options?: __HttpHandlerOptions
@@ -447,7 +426,6 @@ export declare class CloudWatch extends CloudWatchClient {
447
426
  options: __HttpHandlerOptions,
448
427
  cb: (err: any, data?: ListDashboardsCommandOutput) => void
449
428
  ): void;
450
-
451
429
  listManagedInsightRules(
452
430
  args: ListManagedInsightRulesCommandInput,
453
431
  options?: __HttpHandlerOptions
@@ -461,7 +439,6 @@ export declare class CloudWatch extends CloudWatchClient {
461
439
  options: __HttpHandlerOptions,
462
440
  cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void
463
441
  ): void;
464
-
465
442
  listMetrics(
466
443
  args: ListMetricsCommandInput,
467
444
  options?: __HttpHandlerOptions
@@ -475,7 +452,6 @@ export declare class CloudWatch extends CloudWatchClient {
475
452
  options: __HttpHandlerOptions,
476
453
  cb: (err: any, data?: ListMetricsCommandOutput) => void
477
454
  ): void;
478
-
479
455
  listMetricStreams(
480
456
  args: ListMetricStreamsCommandInput,
481
457
  options?: __HttpHandlerOptions
@@ -489,7 +465,6 @@ export declare class CloudWatch extends CloudWatchClient {
489
465
  options: __HttpHandlerOptions,
490
466
  cb: (err: any, data?: ListMetricStreamsCommandOutput) => void
491
467
  ): void;
492
-
493
468
  listTagsForResource(
494
469
  args: ListTagsForResourceCommandInput,
495
470
  options?: __HttpHandlerOptions
@@ -503,7 +478,6 @@ export declare class CloudWatch extends CloudWatchClient {
503
478
  options: __HttpHandlerOptions,
504
479
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
505
480
  ): void;
506
-
507
481
  putAnomalyDetector(
508
482
  args: PutAnomalyDetectorCommandInput,
509
483
  options?: __HttpHandlerOptions
@@ -517,7 +491,6 @@ export declare class CloudWatch extends CloudWatchClient {
517
491
  options: __HttpHandlerOptions,
518
492
  cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
519
493
  ): void;
520
-
521
494
  putCompositeAlarm(
522
495
  args: PutCompositeAlarmCommandInput,
523
496
  options?: __HttpHandlerOptions
@@ -531,7 +504,6 @@ export declare class CloudWatch extends CloudWatchClient {
531
504
  options: __HttpHandlerOptions,
532
505
  cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void
533
506
  ): void;
534
-
535
507
  putDashboard(
536
508
  args: PutDashboardCommandInput,
537
509
  options?: __HttpHandlerOptions
@@ -545,7 +517,6 @@ export declare class CloudWatch extends CloudWatchClient {
545
517
  options: __HttpHandlerOptions,
546
518
  cb: (err: any, data?: PutDashboardCommandOutput) => void
547
519
  ): void;
548
-
549
520
  putInsightRule(
550
521
  args: PutInsightRuleCommandInput,
551
522
  options?: __HttpHandlerOptions
@@ -559,7 +530,6 @@ export declare class CloudWatch extends CloudWatchClient {
559
530
  options: __HttpHandlerOptions,
560
531
  cb: (err: any, data?: PutInsightRuleCommandOutput) => void
561
532
  ): void;
562
-
563
533
  putManagedInsightRules(
564
534
  args: PutManagedInsightRulesCommandInput,
565
535
  options?: __HttpHandlerOptions
@@ -573,7 +543,6 @@ export declare class CloudWatch extends CloudWatchClient {
573
543
  options: __HttpHandlerOptions,
574
544
  cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void
575
545
  ): void;
576
-
577
546
  putMetricAlarm(
578
547
  args: PutMetricAlarmCommandInput,
579
548
  options?: __HttpHandlerOptions
@@ -587,7 +556,6 @@ export declare class CloudWatch extends CloudWatchClient {
587
556
  options: __HttpHandlerOptions,
588
557
  cb: (err: any, data?: PutMetricAlarmCommandOutput) => void
589
558
  ): void;
590
-
591
559
  putMetricData(
592
560
  args: PutMetricDataCommandInput,
593
561
  options?: __HttpHandlerOptions
@@ -601,7 +569,6 @@ export declare class CloudWatch extends CloudWatchClient {
601
569
  options: __HttpHandlerOptions,
602
570
  cb: (err: any, data?: PutMetricDataCommandOutput) => void
603
571
  ): void;
604
-
605
572
  putMetricStream(
606
573
  args: PutMetricStreamCommandInput,
607
574
  options?: __HttpHandlerOptions
@@ -615,7 +582,6 @@ export declare class CloudWatch extends CloudWatchClient {
615
582
  options: __HttpHandlerOptions,
616
583
  cb: (err: any, data?: PutMetricStreamCommandOutput) => void
617
584
  ): void;
618
-
619
585
  setAlarmState(
620
586
  args: SetAlarmStateCommandInput,
621
587
  options?: __HttpHandlerOptions
@@ -629,7 +595,6 @@ export declare class CloudWatch extends CloudWatchClient {
629
595
  options: __HttpHandlerOptions,
630
596
  cb: (err: any, data?: SetAlarmStateCommandOutput) => void
631
597
  ): void;
632
-
633
598
  startMetricStreams(
634
599
  args: StartMetricStreamsCommandInput,
635
600
  options?: __HttpHandlerOptions
@@ -643,7 +608,6 @@ export declare class CloudWatch extends CloudWatchClient {
643
608
  options: __HttpHandlerOptions,
644
609
  cb: (err: any, data?: StartMetricStreamsCommandOutput) => void
645
610
  ): void;
646
-
647
611
  stopMetricStreams(
648
612
  args: StopMetricStreamsCommandInput,
649
613
  options?: __HttpHandlerOptions
@@ -657,7 +621,6 @@ export declare class CloudWatch extends CloudWatchClient {
657
621
  options: __HttpHandlerOptions,
658
622
  cb: (err: any, data?: StopMetricStreamsCommandOutput) => void
659
623
  ): void;
660
-
661
624
  tagResource(
662
625
  args: TagResourceCommandInput,
663
626
  options?: __HttpHandlerOptions
@@ -671,7 +634,6 @@ export declare class CloudWatch extends CloudWatchClient {
671
634
  options: __HttpHandlerOptions,
672
635
  cb: (err: any, data?: TagResourceCommandOutput) => void
673
636
  ): void;
674
-
675
637
  untagResource(
676
638
  args: UntagResourceCommandInput,
677
639
  options?: __HttpHandlerOptions
@@ -275,47 +275,26 @@ export declare type ServiceOutputTypes =
275
275
  export interface ClientDefaults
276
276
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
277
277
  requestHandler?: __HttpHandler;
278
-
279
278
  sha256?: __HashConstructor;
280
-
281
279
  urlParser?: __UrlParser;
282
-
283
280
  bodyLengthChecker?: __BodyLengthCalculator;
284
-
285
281
  streamCollector?: __StreamCollector;
286
-
287
282
  base64Decoder?: __Decoder;
288
-
289
283
  base64Encoder?: __Encoder;
290
-
291
284
  utf8Decoder?: __Decoder;
292
-
293
285
  utf8Encoder?: __Encoder;
294
-
295
286
  runtime?: string;
296
-
297
287
  disableHostPrefix?: boolean;
298
-
299
288
  maxAttempts?: number | __Provider<number>;
300
-
301
289
  retryMode?: string | __Provider<string>;
302
-
303
290
  logger?: __Logger;
304
-
305
291
  useDualstackEndpoint?: boolean | __Provider<boolean>;
306
-
307
292
  useFipsEndpoint?: boolean | __Provider<boolean>;
308
-
309
293
  serviceId?: string;
310
-
311
294
  region?: string | __Provider<string>;
312
-
313
295
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
314
-
315
296
  regionInfoProvider?: RegionInfoProvider;
316
-
317
297
  defaultUserAgentProvider?: Provider<__UserAgent>;
318
-
319
298
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
320
299
  }
321
300
  declare type CloudWatchClientConfigType = Partial<
@@ -328,7 +307,6 @@ declare type CloudWatchClientConfigType = Partial<
328
307
  HostHeaderInputConfig &
329
308
  AwsAuthInputConfig &
330
309
  UserAgentInputConfig;
331
-
332
310
  export interface CloudWatchClientConfig extends CloudWatchClientConfigType {}
333
311
  declare type CloudWatchClientResolvedConfigType =
334
312
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -339,10 +317,8 @@ declare type CloudWatchClientResolvedConfigType =
339
317
  HostHeaderResolvedConfig &
340
318
  AwsAuthResolvedConfig &
341
319
  UserAgentResolvedConfig;
342
-
343
320
  export interface CloudWatchClientResolvedConfig
344
321
  extends CloudWatchClientResolvedConfigType {}
345
-
346
322
  export declare class CloudWatchClient extends __Client<
347
323
  __HttpHandlerOptions,
348
324
  ServiceInputTypes,
@@ -351,7 +327,6 @@ export declare class CloudWatchClient extends __Client<
351
327
  > {
352
328
  readonly config: CloudWatchClientResolvedConfig;
353
329
  constructor(configuration: CloudWatchClientConfig);
354
-
355
330
  destroy(): void;
356
331
  }
357
332
  export {};
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteAlarmsInput } from "../models/models_0";
14
14
  export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {}
15
15
  export interface DeleteAlarmsCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteAlarmsCommand extends $Command<
18
17
  DeleteAlarmsCommandInput,
19
18
  DeleteAlarmsCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteAlarmsCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteAlarmsCommandInput;
23
22
  constructor(input: DeleteAlarmsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteAnomalyDetectorCommandInput
19
19
  export interface DeleteAnomalyDetectorCommandOutput
20
20
  extends DeleteAnomalyDetectorOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteAnomalyDetectorCommand extends $Command<
24
23
  DeleteAnomalyDetectorCommandInput,
25
24
  DeleteAnomalyDetectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteAnomalyDetectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteAnomalyDetectorCommandInput;
29
28
  constructor(input: DeleteAnomalyDetectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteDashboardsCommandInput extends DeleteDashboardsInput {}
18
18
  export interface DeleteDashboardsCommandOutput
19
19
  extends DeleteDashboardsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteDashboardsCommand extends $Command<
23
22
  DeleteDashboardsCommandInput,
24
23
  DeleteDashboardsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteDashboardsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteDashboardsCommandInput;
28
27
  constructor(input: DeleteDashboardsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteInsightRulesCommandInput
19
19
  export interface DeleteInsightRulesCommandOutput
20
20
  extends DeleteInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteInsightRulesCommand extends $Command<
24
23
  DeleteInsightRulesCommandInput,
25
24
  DeleteInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteInsightRulesCommandInput;
29
28
  constructor(input: DeleteInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteMetricStreamCommandInput
19
19
  export interface DeleteMetricStreamCommandOutput
20
20
  extends DeleteMetricStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteMetricStreamCommand extends $Command<
24
23
  DeleteMetricStreamCommandInput,
25
24
  DeleteMetricStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteMetricStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteMetricStreamCommandInput;
29
28
  constructor(input: DeleteMetricStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAlarmHistoryCommandInput
19
19
  export interface DescribeAlarmHistoryCommandOutput
20
20
  extends DescribeAlarmHistoryOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAlarmHistoryCommand extends $Command<
24
23
  DescribeAlarmHistoryCommandInput,
25
24
  DescribeAlarmHistoryCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAlarmHistoryCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAlarmHistoryCommandInput;
29
28
  constructor(input: DescribeAlarmHistoryCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
15
15
  export interface DescribeAlarmsCommandOutput
16
16
  extends DescribeAlarmsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeAlarmsCommand extends $Command<
20
19
  DescribeAlarmsCommandInput,
21
20
  DescribeAlarmsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeAlarmsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeAlarmsCommandInput;
25
24
  constructor(input: DescribeAlarmsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAlarmsForMetricCommandInput
19
19
  export interface DescribeAlarmsForMetricCommandOutput
20
20
  extends DescribeAlarmsForMetricOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAlarmsForMetricCommand extends $Command<
24
23
  DescribeAlarmsForMetricCommandInput,
25
24
  DescribeAlarmsForMetricCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAlarmsForMetricCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAlarmsForMetricCommandInput;
29
28
  constructor(input: DescribeAlarmsForMetricCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAnomalyDetectorsCommandInput
19
19
  export interface DescribeAnomalyDetectorsCommandOutput
20
20
  extends DescribeAnomalyDetectorsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAnomalyDetectorsCommand extends $Command<
24
23
  DescribeAnomalyDetectorsCommandInput,
25
24
  DescribeAnomalyDetectorsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAnomalyDetectorsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAnomalyDetectorsCommandInput;
29
28
  constructor(input: DescribeAnomalyDetectorsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeInsightRulesCommandInput
19
19
  export interface DescribeInsightRulesCommandOutput
20
20
  extends DescribeInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeInsightRulesCommand extends $Command<
24
23
  DescribeInsightRulesCommandInput,
25
24
  DescribeInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeInsightRulesCommandInput;
29
28
  constructor(input: DescribeInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DisableAlarmActionsInput } from "../models/models_0";
14
14
  export interface DisableAlarmActionsCommandInput
15
15
  extends DisableAlarmActionsInput {}
16
16
  export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DisableAlarmActionsCommand extends $Command<
19
18
  DisableAlarmActionsCommandInput,
20
19
  DisableAlarmActionsCommandOutput,
@@ -22,7 +21,6 @@ export declare class DisableAlarmActionsCommand extends $Command<
22
21
  > {
23
22
  readonly input: DisableAlarmActionsCommandInput;
24
23
  constructor(input: DisableAlarmActionsCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisableInsightRulesCommandInput
19
19
  export interface DisableInsightRulesCommandOutput
20
20
  extends DisableInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisableInsightRulesCommand extends $Command<
24
23
  DisableInsightRulesCommandInput,
25
24
  DisableInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisableInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisableInsightRulesCommandInput;
29
28
  constructor(input: DisableInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -14,7 +14,6 @@ import { EnableAlarmActionsInput } from "../models/models_0";
14
14
  export interface EnableAlarmActionsCommandInput
15
15
  extends EnableAlarmActionsInput {}
16
16
  export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class EnableAlarmActionsCommand extends $Command<
19
18
  EnableAlarmActionsCommandInput,
20
19
  EnableAlarmActionsCommandOutput,
@@ -22,7 +21,6 @@ export declare class EnableAlarmActionsCommand extends $Command<
22
21
  > {
23
22
  readonly input: EnableAlarmActionsCommandInput;
24
23
  constructor(input: EnableAlarmActionsCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface EnableInsightRulesCommandInput
19
19
  export interface EnableInsightRulesCommandOutput
20
20
  extends EnableInsightRulesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class EnableInsightRulesCommand extends $Command<
24
23
  EnableInsightRulesCommandInput,
25
24
  EnableInsightRulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class EnableInsightRulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: EnableInsightRulesCommandInput;
29
28
  constructor(input: EnableInsightRulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDashboardCommandInput extends GetDashboardInput {}
15
15
  export interface GetDashboardCommandOutput
16
16
  extends GetDashboardOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDashboardCommand extends $Command<
20
19
  GetDashboardCommandInput,
21
20
  GetDashboardCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDashboardCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDashboardCommandInput;
25
24
  constructor(input: GetDashboardCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetInsightRuleReportCommandInput
19
19
  export interface GetInsightRuleReportCommandOutput
20
20
  extends GetInsightRuleReportOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetInsightRuleReportCommand extends $Command<
24
23
  GetInsightRuleReportCommandInput,
25
24
  GetInsightRuleReportCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetInsightRuleReportCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetInsightRuleReportCommandInput;
29
28
  constructor(input: GetInsightRuleReportCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetMetricDataCommandInput extends GetMetricDataInput {}
15
15
  export interface GetMetricDataCommandOutput
16
16
  extends GetMetricDataOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetMetricDataCommand extends $Command<
20
19
  GetMetricDataCommandInput,
21
20
  GetMetricDataCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetMetricDataCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetMetricDataCommandInput;
25
24
  constructor(input: GetMetricDataCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CloudWatchClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetMetricStatisticsCommandInput
19
19
  export interface GetMetricStatisticsCommandOutput
20
20
  extends GetMetricStatisticsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetMetricStatisticsCommand extends $Command<
24
23
  GetMetricStatisticsCommandInput,
25
24
  GetMetricStatisticsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetMetricStatisticsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetMetricStatisticsCommandInput;
29
28
  constructor(input: GetMetricStatisticsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CloudWatchClientResolvedConfig,