@aws-sdk/client-cloudwatch 3.131.0 → 3.141.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 (81) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -1
  4. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -2
  13. package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -1
  14. package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
  15. package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -1
  16. package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -2
  17. package/dist-cjs/commands/GetDashboardCommand.js +2 -2
  18. package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -2
  19. package/dist-cjs/commands/GetMetricDataCommand.js +2 -2
  20. package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -2
  21. package/dist-cjs/commands/GetMetricStreamCommand.js +2 -2
  22. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -2
  23. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  24. package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -2
  25. package/dist-cjs/commands/ListMetricsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -2
  28. package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -1
  29. package/dist-cjs/commands/PutDashboardCommand.js +2 -2
  30. package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
  31. package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -1
  32. package/dist-cjs/commands/PutMetricDataCommand.js +1 -1
  33. package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
  34. package/dist-cjs/commands/SetAlarmStateCommand.js +1 -1
  35. package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -2
  36. package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -2
  37. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  39. package/dist-cjs/models/models_0.js +393 -579
  40. package/dist-cjs/protocols/Aws_query.js +33 -0
  41. package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
  42. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
  43. package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
  44. package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
  45. package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
  46. package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
  47. package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
  48. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
  49. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
  50. package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
  51. package/dist-es/commands/DisableAlarmActionsCommand.js +2 -2
  52. package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
  53. package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
  54. package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
  55. package/dist-es/commands/GetDashboardCommand.js +3 -3
  56. package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
  57. package/dist-es/commands/GetMetricDataCommand.js +3 -3
  58. package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
  59. package/dist-es/commands/GetMetricStreamCommand.js +3 -3
  60. package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
  61. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  62. package/dist-es/commands/ListMetricStreamsCommand.js +3 -3
  63. package/dist-es/commands/ListMetricsCommand.js +3 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  65. package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -3
  66. package/dist-es/commands/PutCompositeAlarmCommand.js +2 -2
  67. package/dist-es/commands/PutDashboardCommand.js +3 -3
  68. package/dist-es/commands/PutInsightRuleCommand.js +3 -3
  69. package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
  70. package/dist-es/commands/PutMetricDataCommand.js +2 -2
  71. package/dist-es/commands/PutMetricStreamCommand.js +3 -3
  72. package/dist-es/commands/SetAlarmStateCommand.js +2 -2
  73. package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
  74. package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
  75. package/dist-es/commands/TagResourceCommand.js +3 -3
  76. package/dist-es/commands/UntagResourceCommand.js +3 -3
  77. package/dist-es/models/models_0.js +102 -384
  78. package/dist-es/protocols/Aws_query.js +33 -0
  79. package/dist-types/models/models_0.d.ts +530 -573
  80. package/dist-types/ts3.4/models/models_0.d.ts +213 -382
  81. package/package.json +6 -6
@@ -1,5 +1,10 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
3
+ export declare enum ActionsSuppressedBy {
4
+ Alarm = "Alarm",
5
+ ExtensionPeriod = "ExtensionPeriod",
6
+ WaitPeriod = "WaitPeriod"
7
+ }
3
8
  export declare type AlarmType = "CompositeAlarm" | "MetricAlarm";
4
9
  export declare type HistoryItemType = "Action" | "ConfigurationUpdate" | "StateUpdate";
5
10
 
@@ -17,10 +22,6 @@ export interface AlarmHistoryItem {
17
22
 
18
23
  HistoryData?: string;
19
24
  }
20
- export declare namespace AlarmHistoryItem {
21
-
22
- const filterSensitiveLog: (obj: AlarmHistoryItem) => any;
23
- }
24
25
 
25
26
  export interface Range {
26
27
 
@@ -28,10 +29,6 @@ export interface Range {
28
29
 
29
30
  EndTime: Date | undefined;
30
31
  }
31
- export declare namespace Range {
32
-
33
- const filterSensitiveLog: (obj: Range) => any;
34
- }
35
32
 
36
33
  export interface AnomalyDetectorConfiguration {
37
34
 
@@ -39,10 +36,6 @@ export interface AnomalyDetectorConfiguration {
39
36
 
40
37
  MetricTimezone?: string;
41
38
  }
42
- export declare namespace AnomalyDetectorConfiguration {
43
-
44
- const filterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
45
- }
46
39
 
47
40
  export interface Dimension {
48
41
 
@@ -50,10 +43,6 @@ export interface Dimension {
50
43
 
51
44
  Value: string | undefined;
52
45
  }
53
- export declare namespace Dimension {
54
-
55
- const filterSensitiveLog: (obj: Dimension) => any;
56
- }
57
46
 
58
47
  export interface Metric {
59
48
 
@@ -63,10 +52,6 @@ export interface Metric {
63
52
 
64
53
  Dimensions?: Dimension[];
65
54
  }
66
- export declare namespace Metric {
67
-
68
- const filterSensitiveLog: (obj: Metric) => any;
69
- }
70
55
  export declare type StandardUnit = "Bits" | "Bits/Second" | "Bytes" | "Bytes/Second" | "Count" | "Count/Second" | "Gigabits" | "Gigabits/Second" | "Gigabytes" | "Gigabytes/Second" | "Kilobits" | "Kilobits/Second" | "Kilobytes" | "Kilobytes/Second" | "Megabits" | "Megabits/Second" | "Megabytes" | "Megabytes/Second" | "Microseconds" | "Milliseconds" | "None" | "Percent" | "Seconds" | "Terabits" | "Terabits/Second" | "Terabytes" | "Terabytes/Second";
71
56
 
72
57
  export interface MetricStat {
@@ -79,10 +64,6 @@ export interface MetricStat {
79
64
 
80
65
  Unit?: StandardUnit | string;
81
66
  }
82
- export declare namespace MetricStat {
83
-
84
- const filterSensitiveLog: (obj: MetricStat) => any;
85
- }
86
67
 
87
68
  export interface MetricDataQuery {
88
69
 
@@ -100,19 +81,11 @@ export interface MetricDataQuery {
100
81
 
101
82
  AccountId?: string;
102
83
  }
103
- export declare namespace MetricDataQuery {
104
-
105
- const filterSensitiveLog: (obj: MetricDataQuery) => any;
106
- }
107
84
 
108
85
  export interface MetricMathAnomalyDetector {
109
86
 
110
87
  MetricDataQueries?: MetricDataQuery[];
111
88
  }
112
- export declare namespace MetricMathAnomalyDetector {
113
-
114
- const filterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
115
- }
116
89
 
117
90
  export interface SingleMetricAnomalyDetector {
118
91
 
@@ -124,10 +97,6 @@ export interface SingleMetricAnomalyDetector {
124
97
 
125
98
  Stat?: string;
126
99
  }
127
- export declare namespace SingleMetricAnomalyDetector {
128
-
129
- const filterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
130
- }
131
100
  export declare type AnomalyDetectorStateValue = "PENDING_TRAINING" | "TRAINED" | "TRAINED_INSUFFICIENT_DATA";
132
101
 
133
102
  export interface AnomalyDetector {
@@ -148,10 +117,6 @@ export interface AnomalyDetector {
148
117
 
149
118
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
150
119
  }
151
- export declare namespace AnomalyDetector {
152
-
153
- const filterSensitiveLog: (obj: AnomalyDetector) => any;
154
- }
155
120
  export declare enum AnomalyDetectorType {
156
121
  METRIC_MATH = "METRIC_MATH",
157
122
  SINGLE_METRIC = "SINGLE_METRIC"
@@ -167,10 +132,6 @@ export interface PartialFailure {
167
132
 
168
133
  FailureDescription?: string;
169
134
  }
170
- export declare namespace PartialFailure {
171
-
172
- const filterSensitiveLog: (obj: PartialFailure) => any;
173
- }
174
135
  export declare type ComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "GreaterThanUpperThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "LessThanOrEqualToThreshold" | "LessThanThreshold";
175
136
  export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
176
137
 
@@ -201,10 +162,18 @@ export interface CompositeAlarm {
201
162
  StateUpdatedTimestamp?: Date;
202
163
 
203
164
  StateValue?: StateValue | string;
204
- }
205
- export declare namespace CompositeAlarm {
206
165
 
207
- const filterSensitiveLog: (obj: CompositeAlarm) => any;
166
+ StateTransitionedTimestamp?: Date;
167
+
168
+ ActionsSuppressedBy?: ActionsSuppressedBy | string;
169
+
170
+ ActionsSuppressedReason?: string;
171
+
172
+ ActionsSuppressor?: string;
173
+
174
+ ActionsSuppressorWaitPeriod?: number;
175
+
176
+ ActionsSuppressorExtensionPeriod?: number;
208
177
  }
209
178
 
210
179
  export declare class ConcurrentModificationException extends __BaseException {
@@ -225,10 +194,6 @@ export interface DashboardEntry {
225
194
 
226
195
  Size?: number;
227
196
  }
228
- export declare namespace DashboardEntry {
229
-
230
- const filterSensitiveLog: (obj: DashboardEntry) => any;
231
- }
232
197
 
233
198
  export interface DashboardValidationMessage {
234
199
 
@@ -236,10 +201,6 @@ export interface DashboardValidationMessage {
236
201
 
237
202
  Message?: string;
238
203
  }
239
- export declare namespace DashboardValidationMessage {
240
-
241
- const filterSensitiveLog: (obj: DashboardValidationMessage) => any;
242
- }
243
204
 
244
205
  export declare class DashboardInvalidInputError extends __BaseException {
245
206
  readonly name: "DashboardInvalidInputError";
@@ -274,18 +235,10 @@ export interface Datapoint {
274
235
 
275
236
  ExtendedStatistics?: Record<string, number>;
276
237
  }
277
- export declare namespace Datapoint {
278
-
279
- const filterSensitiveLog: (obj: Datapoint) => any;
280
- }
281
238
  export interface DeleteAlarmsInput {
282
239
 
283
240
  AlarmNames: string[] | undefined;
284
241
  }
285
- export declare namespace DeleteAlarmsInput {
286
-
287
- const filterSensitiveLog: (obj: DeleteAlarmsInput) => any;
288
- }
289
242
 
290
243
  export declare class ResourceNotFound extends __BaseException {
291
244
  readonly name: "ResourceNotFound";
@@ -307,16 +260,8 @@ export interface DeleteAnomalyDetectorInput {
307
260
 
308
261
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
309
262
  }
310
- export declare namespace DeleteAnomalyDetectorInput {
311
-
312
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
313
- }
314
263
  export interface DeleteAnomalyDetectorOutput {
315
264
  }
316
- export declare namespace DeleteAnomalyDetectorOutput {
317
-
318
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
319
- }
320
265
 
321
266
  export declare class InternalServiceFault extends __BaseException {
322
267
  readonly name: "InternalServiceFault";
@@ -361,46 +306,22 @@ export interface DeleteDashboardsInput {
361
306
 
362
307
  DashboardNames: string[] | undefined;
363
308
  }
364
- export declare namespace DeleteDashboardsInput {
365
-
366
- const filterSensitiveLog: (obj: DeleteDashboardsInput) => any;
367
- }
368
309
  export interface DeleteDashboardsOutput {
369
310
  }
370
- export declare namespace DeleteDashboardsOutput {
371
-
372
- const filterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
373
- }
374
311
  export interface DeleteInsightRulesInput {
375
312
 
376
313
  RuleNames: string[] | undefined;
377
314
  }
378
- export declare namespace DeleteInsightRulesInput {
379
-
380
- const filterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
381
- }
382
315
  export interface DeleteInsightRulesOutput {
383
316
 
384
317
  Failures?: PartialFailure[];
385
318
  }
386
- export declare namespace DeleteInsightRulesOutput {
387
-
388
- const filterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
389
- }
390
319
  export interface DeleteMetricStreamInput {
391
320
 
392
321
  Name: string | undefined;
393
322
  }
394
- export declare namespace DeleteMetricStreamInput {
395
-
396
- const filterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
397
- }
398
323
  export interface DeleteMetricStreamOutput {
399
324
  }
400
- export declare namespace DeleteMetricStreamOutput {
401
-
402
- const filterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
403
- }
404
325
  export declare enum ScanBy {
405
326
  TIMESTAMP_ASCENDING = "TimestampAscending",
406
327
  TIMESTAMP_DESCENDING = "TimestampDescending"
@@ -423,20 +344,12 @@ export interface DescribeAlarmHistoryInput {
423
344
 
424
345
  ScanBy?: ScanBy | string;
425
346
  }
426
- export declare namespace DescribeAlarmHistoryInput {
427
-
428
- const filterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
429
- }
430
347
  export interface DescribeAlarmHistoryOutput {
431
348
 
432
349
  AlarmHistoryItems?: AlarmHistoryItem[];
433
350
 
434
351
  NextToken?: string;
435
352
  }
436
- export declare namespace DescribeAlarmHistoryOutput {
437
-
438
- const filterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
439
- }
440
353
 
441
354
  export declare class InvalidNextToken extends __BaseException {
442
355
  readonly name: "InvalidNextToken";
@@ -464,10 +377,6 @@ export interface DescribeAlarmsInput {
464
377
 
465
378
  NextToken?: string;
466
379
  }
467
- export declare namespace DescribeAlarmsInput {
468
-
469
- const filterSensitiveLog: (obj: DescribeAlarmsInput) => any;
470
- }
471
380
  export declare type Statistic = "Average" | "Maximum" | "Minimum" | "SampleCount" | "Sum";
472
381
 
473
382
  export interface MetricAlarm {
@@ -526,10 +435,6 @@ export interface MetricAlarm {
526
435
 
527
436
  ThresholdMetricId?: string;
528
437
  }
529
- export declare namespace MetricAlarm {
530
-
531
- const filterSensitiveLog: (obj: MetricAlarm) => any;
532
- }
533
438
  export interface DescribeAlarmsOutput {
534
439
 
535
440
  CompositeAlarms?: CompositeAlarm[];
@@ -538,10 +443,6 @@ export interface DescribeAlarmsOutput {
538
443
 
539
444
  NextToken?: string;
540
445
  }
541
- export declare namespace DescribeAlarmsOutput {
542
-
543
- const filterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
544
- }
545
446
  export interface DescribeAlarmsForMetricInput {
546
447
 
547
448
  MetricName: string | undefined;
@@ -558,18 +459,10 @@ export interface DescribeAlarmsForMetricInput {
558
459
 
559
460
  Unit?: StandardUnit | string;
560
461
  }
561
- export declare namespace DescribeAlarmsForMetricInput {
562
-
563
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
564
- }
565
462
  export interface DescribeAlarmsForMetricOutput {
566
463
 
567
464
  MetricAlarms?: MetricAlarm[];
568
465
  }
569
- export declare namespace DescribeAlarmsForMetricOutput {
570
-
571
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
572
- }
573
466
  export interface DescribeAnomalyDetectorsInput {
574
467
 
575
468
  NextToken?: string;
@@ -584,30 +477,18 @@ export interface DescribeAnomalyDetectorsInput {
584
477
 
585
478
  AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
586
479
  }
587
- export declare namespace DescribeAnomalyDetectorsInput {
588
-
589
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
590
- }
591
480
  export interface DescribeAnomalyDetectorsOutput {
592
481
 
593
482
  AnomalyDetectors?: AnomalyDetector[];
594
483
 
595
484
  NextToken?: string;
596
485
  }
597
- export declare namespace DescribeAnomalyDetectorsOutput {
598
-
599
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
600
- }
601
486
  export interface DescribeInsightRulesInput {
602
487
 
603
488
  NextToken?: string;
604
489
 
605
490
  MaxResults?: number;
606
491
  }
607
- export declare namespace DescribeInsightRulesInput {
608
-
609
- const filterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
610
- }
611
492
 
612
493
  export interface InsightRule {
613
494
 
@@ -619,20 +500,12 @@ export interface InsightRule {
619
500
 
620
501
  Definition: string | undefined;
621
502
  }
622
- export declare namespace InsightRule {
623
-
624
- const filterSensitiveLog: (obj: InsightRule) => any;
625
- }
626
503
  export interface DescribeInsightRulesOutput {
627
504
 
628
505
  NextToken?: string;
629
506
 
630
507
  InsightRules?: InsightRule[];
631
508
  }
632
- export declare namespace DescribeInsightRulesOutput {
633
-
634
- const filterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
635
- }
636
509
 
637
510
  export interface DimensionFilter {
638
511
 
@@ -640,58 +513,30 @@ export interface DimensionFilter {
640
513
 
641
514
  Value?: string;
642
515
  }
643
- export declare namespace DimensionFilter {
644
-
645
- const filterSensitiveLog: (obj: DimensionFilter) => any;
646
- }
647
516
  export interface DisableAlarmActionsInput {
648
517
 
649
518
  AlarmNames: string[] | undefined;
650
519
  }
651
- export declare namespace DisableAlarmActionsInput {
652
-
653
- const filterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
654
- }
655
520
  export interface DisableInsightRulesInput {
656
521
 
657
522
  RuleNames: string[] | undefined;
658
523
  }
659
- export declare namespace DisableInsightRulesInput {
660
-
661
- const filterSensitiveLog: (obj: DisableInsightRulesInput) => any;
662
- }
663
524
  export interface DisableInsightRulesOutput {
664
525
 
665
526
  Failures?: PartialFailure[];
666
527
  }
667
- export declare namespace DisableInsightRulesOutput {
668
-
669
- const filterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
670
- }
671
528
  export interface EnableAlarmActionsInput {
672
529
 
673
530
  AlarmNames: string[] | undefined;
674
531
  }
675
- export declare namespace EnableAlarmActionsInput {
676
-
677
- const filterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
678
- }
679
532
  export interface EnableInsightRulesInput {
680
533
 
681
534
  RuleNames: string[] | undefined;
682
535
  }
683
- export declare namespace EnableInsightRulesInput {
684
-
685
- const filterSensitiveLog: (obj: EnableInsightRulesInput) => any;
686
- }
687
536
  export interface EnableInsightRulesOutput {
688
537
 
689
538
  Failures?: PartialFailure[];
690
539
  }
691
- export declare namespace EnableInsightRulesOutput {
692
-
693
- const filterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
694
- }
695
540
 
696
541
  export declare class LimitExceededException extends __BaseException {
697
542
  readonly name: "LimitExceededException";
@@ -704,10 +549,6 @@ export interface GetDashboardInput {
704
549
 
705
550
  DashboardName: string | undefined;
706
551
  }
707
- export declare namespace GetDashboardInput {
708
-
709
- const filterSensitiveLog: (obj: GetDashboardInput) => any;
710
- }
711
552
  export interface GetDashboardOutput {
712
553
 
713
554
  DashboardArn?: string;
@@ -716,10 +557,6 @@ export interface GetDashboardOutput {
716
557
 
717
558
  DashboardName?: string;
718
559
  }
719
- export declare namespace GetDashboardOutput {
720
-
721
- const filterSensitiveLog: (obj: GetDashboardOutput) => any;
722
- }
723
560
  export interface GetInsightRuleReportInput {
724
561
 
725
562
  RuleName: string | undefined;
@@ -736,10 +573,6 @@ export interface GetInsightRuleReportInput {
736
573
 
737
574
  OrderBy?: string;
738
575
  }
739
- export declare namespace GetInsightRuleReportInput {
740
-
741
- const filterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
742
- }
743
576
 
744
577
  export interface InsightRuleContributorDatapoint {
745
578
 
@@ -747,10 +580,6 @@ export interface InsightRuleContributorDatapoint {
747
580
 
748
581
  ApproximateValue: number | undefined;
749
582
  }
750
- export declare namespace InsightRuleContributorDatapoint {
751
-
752
- const filterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
753
- }
754
583
 
755
584
  export interface InsightRuleContributor {
756
585
 
@@ -760,10 +589,6 @@ export interface InsightRuleContributor {
760
589
 
761
590
  Datapoints: InsightRuleContributorDatapoint[] | undefined;
762
591
  }
763
- export declare namespace InsightRuleContributor {
764
-
765
- const filterSensitiveLog: (obj: InsightRuleContributor) => any;
766
- }
767
592
 
768
593
  export interface InsightRuleMetricDatapoint {
769
594
 
@@ -783,10 +608,6 @@ export interface InsightRuleMetricDatapoint {
783
608
 
784
609
  Maximum?: number;
785
610
  }
786
- export declare namespace InsightRuleMetricDatapoint {
787
-
788
- const filterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
789
- }
790
611
  export interface GetInsightRuleReportOutput {
791
612
 
792
613
  KeyLabels?: string[];
@@ -801,19 +622,11 @@ export interface GetInsightRuleReportOutput {
801
622
 
802
623
  MetricDatapoints?: InsightRuleMetricDatapoint[];
803
624
  }
804
- export declare namespace GetInsightRuleReportOutput {
805
-
806
- const filterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
807
- }
808
625
 
809
626
  export interface LabelOptions {
810
627
 
811
628
  Timezone?: string;
812
629
  }
813
- export declare namespace LabelOptions {
814
-
815
- const filterSensitiveLog: (obj: LabelOptions) => any;
816
- }
817
630
  export interface GetMetricDataInput {
818
631
 
819
632
  MetricDataQueries: MetricDataQuery[] | undefined;
@@ -830,10 +643,6 @@ export interface GetMetricDataInput {
830
643
 
831
644
  LabelOptions?: LabelOptions;
832
645
  }
833
- export declare namespace GetMetricDataInput {
834
-
835
- const filterSensitiveLog: (obj: GetMetricDataInput) => any;
836
- }
837
646
 
838
647
  export interface MessageData {
839
648
 
@@ -841,10 +650,6 @@ export interface MessageData {
841
650
 
842
651
  Value?: string;
843
652
  }
844
- export declare namespace MessageData {
845
-
846
- const filterSensitiveLog: (obj: MessageData) => any;
847
- }
848
653
  export declare enum StatusCode {
849
654
  COMPLETE = "Complete",
850
655
  INTERNAL_ERROR = "InternalError",
@@ -865,10 +670,6 @@ export interface MetricDataResult {
865
670
 
866
671
  Messages?: MessageData[];
867
672
  }
868
- export declare namespace MetricDataResult {
869
-
870
- const filterSensitiveLog: (obj: MetricDataResult) => any;
871
- }
872
673
  export interface GetMetricDataOutput {
873
674
 
874
675
  MetricDataResults?: MetricDataResult[];
@@ -877,10 +678,6 @@ export interface GetMetricDataOutput {
877
678
 
878
679
  Messages?: MessageData[];
879
680
  }
880
- export declare namespace GetMetricDataOutput {
881
-
882
- const filterSensitiveLog: (obj: GetMetricDataOutput) => any;
883
- }
884
681
  export interface GetMetricStatisticsInput {
885
682
 
886
683
  Namespace: string | undefined;
@@ -901,37 +698,21 @@ export interface GetMetricStatisticsInput {
901
698
 
902
699
  Unit?: StandardUnit | string;
903
700
  }
904
- export declare namespace GetMetricStatisticsInput {
905
-
906
- const filterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
907
- }
908
701
  export interface GetMetricStatisticsOutput {
909
702
 
910
703
  Label?: string;
911
704
 
912
705
  Datapoints?: Datapoint[];
913
706
  }
914
- export declare namespace GetMetricStatisticsOutput {
915
-
916
- const filterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
917
- }
918
707
  export interface GetMetricStreamInput {
919
708
 
920
709
  Name: string | undefined;
921
710
  }
922
- export declare namespace GetMetricStreamInput {
923
-
924
- const filterSensitiveLog: (obj: GetMetricStreamInput) => any;
925
- }
926
711
 
927
712
  export interface MetricStreamFilter {
928
713
 
929
714
  Namespace?: string;
930
715
  }
931
- export declare namespace MetricStreamFilter {
932
-
933
- const filterSensitiveLog: (obj: MetricStreamFilter) => any;
934
- }
935
716
  export declare enum MetricStreamOutputFormat {
936
717
  JSON = "json",
937
718
  OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
@@ -943,10 +724,6 @@ export interface MetricStreamStatisticsMetric {
943
724
 
944
725
  MetricName: string | undefined;
945
726
  }
946
- export declare namespace MetricStreamStatisticsMetric {
947
-
948
- const filterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
949
- }
950
727
 
951
728
  export interface MetricStreamStatisticsConfiguration {
952
729
 
@@ -954,10 +731,6 @@ export interface MetricStreamStatisticsConfiguration {
954
731
 
955
732
  AdditionalStatistics: string[] | undefined;
956
733
  }
957
- export declare namespace MetricStreamStatisticsConfiguration {
958
-
959
- const filterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
960
- }
961
734
  export interface GetMetricStreamOutput {
962
735
 
963
736
  Arn?: string;
@@ -982,48 +755,28 @@ export interface GetMetricStreamOutput {
982
755
 
983
756
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
984
757
  }
985
- export declare namespace GetMetricStreamOutput {
986
-
987
- const filterSensitiveLog: (obj: GetMetricStreamOutput) => any;
988
- }
989
758
  export interface GetMetricWidgetImageInput {
990
759
 
991
760
  MetricWidget: string | undefined;
992
761
 
993
762
  OutputFormat?: string;
994
763
  }
995
- export declare namespace GetMetricWidgetImageInput {
996
-
997
- const filterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
998
- }
999
764
  export interface GetMetricWidgetImageOutput {
1000
765
 
1001
766
  MetricWidgetImage?: Uint8Array;
1002
767
  }
1003
- export declare namespace GetMetricWidgetImageOutput {
1004
-
1005
- const filterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
1006
- }
1007
768
  export interface ListDashboardsInput {
1008
769
 
1009
770
  DashboardNamePrefix?: string;
1010
771
 
1011
772
  NextToken?: string;
1012
773
  }
1013
- export declare namespace ListDashboardsInput {
1014
-
1015
- const filterSensitiveLog: (obj: ListDashboardsInput) => any;
1016
- }
1017
774
  export interface ListDashboardsOutput {
1018
775
 
1019
776
  DashboardEntries?: DashboardEntry[];
1020
777
 
1021
778
  NextToken?: string;
1022
779
  }
1023
- export declare namespace ListDashboardsOutput {
1024
-
1025
- const filterSensitiveLog: (obj: ListDashboardsOutput) => any;
1026
- }
1027
780
  export declare enum RecentlyActive {
1028
781
  PT3H = "PT3H"
1029
782
  }
@@ -1039,30 +792,18 @@ export interface ListMetricsInput {
1039
792
 
1040
793
  RecentlyActive?: RecentlyActive | string;
1041
794
  }
1042
- export declare namespace ListMetricsInput {
1043
-
1044
- const filterSensitiveLog: (obj: ListMetricsInput) => any;
1045
- }
1046
795
  export interface ListMetricsOutput {
1047
796
 
1048
797
  Metrics?: Metric[];
1049
798
 
1050
799
  NextToken?: string;
1051
800
  }
1052
- export declare namespace ListMetricsOutput {
1053
-
1054
- const filterSensitiveLog: (obj: ListMetricsOutput) => any;
1055
- }
1056
801
  export interface ListMetricStreamsInput {
1057
802
 
1058
803
  NextToken?: string;
1059
804
 
1060
805
  MaxResults?: number;
1061
806
  }
1062
- export declare namespace ListMetricStreamsInput {
1063
-
1064
- const filterSensitiveLog: (obj: ListMetricStreamsInput) => any;
1065
- }
1066
807
 
1067
808
  export interface MetricStreamEntry {
1068
809
 
@@ -1080,28 +821,16 @@ export interface MetricStreamEntry {
1080
821
 
1081
822
  OutputFormat?: MetricStreamOutputFormat | string;
1082
823
  }
1083
- export declare namespace MetricStreamEntry {
1084
-
1085
- const filterSensitiveLog: (obj: MetricStreamEntry) => any;
1086
- }
1087
824
  export interface ListMetricStreamsOutput {
1088
825
 
1089
826
  NextToken?: string;
1090
827
 
1091
828
  Entries?: MetricStreamEntry[];
1092
829
  }
1093
- export declare namespace ListMetricStreamsOutput {
1094
-
1095
- const filterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
1096
- }
1097
830
  export interface ListTagsForResourceInput {
1098
831
 
1099
832
  ResourceARN: string | undefined;
1100
833
  }
1101
- export declare namespace ListTagsForResourceInput {
1102
-
1103
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1104
- }
1105
834
 
1106
835
  export interface Tag {
1107
836
 
@@ -1109,18 +838,10 @@ export interface Tag {
1109
838
 
1110
839
  Value: string | undefined;
1111
840
  }
1112
- export declare namespace Tag {
1113
-
1114
- const filterSensitiveLog: (obj: Tag) => any;
1115
- }
1116
841
  export interface ListTagsForResourceOutput {
1117
842
 
1118
843
  Tags?: Tag[];
1119
844
  }
1120
- export declare namespace ListTagsForResourceOutput {
1121
-
1122
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1123
- }
1124
845
  export interface PutAnomalyDetectorInput {
1125
846
 
1126
847
  Namespace?: string;
@@ -1137,16 +858,8 @@ export interface PutAnomalyDetectorInput {
1137
858
 
1138
859
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
1139
860
  }
1140
- export declare namespace PutAnomalyDetectorInput {
1141
-
1142
- const filterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
1143
- }
1144
861
  export interface PutAnomalyDetectorOutput {
1145
862
  }
1146
- export declare namespace PutAnomalyDetectorOutput {
1147
-
1148
- const filterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
1149
- }
1150
863
 
1151
864
  export declare class LimitExceededFault extends __BaseException {
1152
865
  readonly name: "LimitExceededFault";
@@ -1171,10 +884,12 @@ export interface PutCompositeAlarmInput {
1171
884
  OKActions?: string[];
1172
885
 
1173
886
  Tags?: Tag[];
1174
- }
1175
- export declare namespace PutCompositeAlarmInput {
1176
887
 
1177
- const filterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
888
+ ActionsSuppressor?: string;
889
+
890
+ ActionsSuppressorWaitPeriod?: number;
891
+
892
+ ActionsSuppressorExtensionPeriod?: number;
1178
893
  }
1179
894
  export interface PutDashboardInput {
1180
895
 
@@ -1182,18 +897,10 @@ export interface PutDashboardInput {
1182
897
 
1183
898
  DashboardBody: string | undefined;
1184
899
  }
1185
- export declare namespace PutDashboardInput {
1186
-
1187
- const filterSensitiveLog: (obj: PutDashboardInput) => any;
1188
- }
1189
900
  export interface PutDashboardOutput {
1190
901
 
1191
902
  DashboardValidationMessages?: DashboardValidationMessage[];
1192
903
  }
1193
- export declare namespace PutDashboardOutput {
1194
-
1195
- const filterSensitiveLog: (obj: PutDashboardOutput) => any;
1196
- }
1197
904
  export interface PutInsightRuleInput {
1198
905
 
1199
906
  RuleName: string | undefined;
@@ -1204,16 +911,8 @@ export interface PutInsightRuleInput {
1204
911
 
1205
912
  Tags?: Tag[];
1206
913
  }
1207
- export declare namespace PutInsightRuleInput {
1208
-
1209
- const filterSensitiveLog: (obj: PutInsightRuleInput) => any;
1210
- }
1211
914
  export interface PutInsightRuleOutput {
1212
915
  }
1213
- export declare namespace PutInsightRuleOutput {
1214
-
1215
- const filterSensitiveLog: (obj: PutInsightRuleOutput) => any;
1216
- }
1217
916
  export interface PutMetricAlarmInput {
1218
917
 
1219
918
  AlarmName: string | undefined;
@@ -1260,10 +959,6 @@ export interface PutMetricAlarmInput {
1260
959
 
1261
960
  ThresholdMetricId?: string;
1262
961
  }
1263
- export declare namespace PutMetricAlarmInput {
1264
-
1265
- const filterSensitiveLog: (obj: PutMetricAlarmInput) => any;
1266
- }
1267
962
 
1268
963
  export interface StatisticSet {
1269
964
 
@@ -1275,10 +970,6 @@ export interface StatisticSet {
1275
970
 
1276
971
  Maximum: number | undefined;
1277
972
  }
1278
- export declare namespace StatisticSet {
1279
-
1280
- const filterSensitiveLog: (obj: StatisticSet) => any;
1281
- }
1282
973
 
1283
974
  export interface MetricDatum {
1284
975
 
@@ -1300,20 +991,12 @@ export interface MetricDatum {
1300
991
 
1301
992
  StorageResolution?: number;
1302
993
  }
1303
- export declare namespace MetricDatum {
1304
-
1305
- const filterSensitiveLog: (obj: MetricDatum) => any;
1306
- }
1307
994
  export interface PutMetricDataInput {
1308
995
 
1309
996
  Namespace: string | undefined;
1310
997
 
1311
998
  MetricData: MetricDatum[] | undefined;
1312
999
  }
1313
- export declare namespace PutMetricDataInput {
1314
-
1315
- const filterSensitiveLog: (obj: PutMetricDataInput) => any;
1316
- }
1317
1000
  export interface PutMetricStreamInput {
1318
1001
 
1319
1002
  Name: string | undefined;
@@ -1332,18 +1015,10 @@ export interface PutMetricStreamInput {
1332
1015
 
1333
1016
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
1334
1017
  }
1335
- export declare namespace PutMetricStreamInput {
1336
-
1337
- const filterSensitiveLog: (obj: PutMetricStreamInput) => any;
1338
- }
1339
1018
  export interface PutMetricStreamOutput {
1340
1019
 
1341
1020
  Arn?: string;
1342
1021
  }
1343
- export declare namespace PutMetricStreamOutput {
1344
-
1345
- const filterSensitiveLog: (obj: PutMetricStreamOutput) => any;
1346
- }
1347
1022
 
1348
1023
  export declare class InvalidFormatFault extends __BaseException {
1349
1024
  readonly name: "InvalidFormatFault";
@@ -1361,67 +1036,223 @@ export interface SetAlarmStateInput {
1361
1036
 
1362
1037
  StateReasonData?: string;
1363
1038
  }
1364
- export declare namespace SetAlarmStateInput {
1365
-
1366
- const filterSensitiveLog: (obj: SetAlarmStateInput) => any;
1367
- }
1368
1039
  export interface StartMetricStreamsInput {
1369
1040
 
1370
1041
  Names: string[] | undefined;
1371
1042
  }
1372
- export declare namespace StartMetricStreamsInput {
1373
-
1374
- const filterSensitiveLog: (obj: StartMetricStreamsInput) => any;
1375
- }
1376
1043
  export interface StartMetricStreamsOutput {
1377
1044
  }
1378
- export declare namespace StartMetricStreamsOutput {
1379
-
1380
- const filterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
1381
- }
1382
1045
  export interface StopMetricStreamsInput {
1383
1046
 
1384
1047
  Names: string[] | undefined;
1385
1048
  }
1386
- export declare namespace StopMetricStreamsInput {
1387
-
1388
- const filterSensitiveLog: (obj: StopMetricStreamsInput) => any;
1389
- }
1390
1049
  export interface StopMetricStreamsOutput {
1391
1050
  }
1392
- export declare namespace StopMetricStreamsOutput {
1393
-
1394
- const filterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
1395
- }
1396
1051
  export interface TagResourceInput {
1397
1052
 
1398
1053
  ResourceARN: string | undefined;
1399
1054
 
1400
1055
  Tags: Tag[] | undefined;
1401
1056
  }
1402
- export declare namespace TagResourceInput {
1403
-
1404
- const filterSensitiveLog: (obj: TagResourceInput) => any;
1405
- }
1406
1057
  export interface TagResourceOutput {
1407
1058
  }
1408
- export declare namespace TagResourceOutput {
1409
-
1410
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
1411
- }
1412
1059
  export interface UntagResourceInput {
1413
1060
 
1414
1061
  ResourceARN: string | undefined;
1415
1062
 
1416
1063
  TagKeys: string[] | undefined;
1417
1064
  }
1418
- export declare namespace UntagResourceInput {
1419
-
1420
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
1421
- }
1422
1065
  export interface UntagResourceOutput {
1423
1066
  }
1424
- export declare namespace UntagResourceOutput {
1425
-
1426
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
1427
- }
1067
+
1068
+ export declare const AlarmHistoryItemFilterSensitiveLog: (obj: AlarmHistoryItem) => any;
1069
+
1070
+ export declare const RangeFilterSensitiveLog: (obj: Range) => any;
1071
+
1072
+ export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
1073
+
1074
+ export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
1075
+
1076
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
1077
+
1078
+ export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
1079
+
1080
+ export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
1081
+
1082
+ export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
1083
+
1084
+ export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
1085
+
1086
+ export declare const AnomalyDetectorFilterSensitiveLog: (obj: AnomalyDetector) => any;
1087
+
1088
+ export declare const PartialFailureFilterSensitiveLog: (obj: PartialFailure) => any;
1089
+
1090
+ export declare const CompositeAlarmFilterSensitiveLog: (obj: CompositeAlarm) => any;
1091
+
1092
+ export declare const DashboardEntryFilterSensitiveLog: (obj: DashboardEntry) => any;
1093
+
1094
+ export declare const DashboardValidationMessageFilterSensitiveLog: (obj: DashboardValidationMessage) => any;
1095
+
1096
+ export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
1097
+
1098
+ export declare const DeleteAlarmsInputFilterSensitiveLog: (obj: DeleteAlarmsInput) => any;
1099
+
1100
+ export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
1101
+
1102
+ export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
1103
+
1104
+ export declare const DeleteDashboardsInputFilterSensitiveLog: (obj: DeleteDashboardsInput) => any;
1105
+
1106
+ export declare const DeleteDashboardsOutputFilterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
1107
+
1108
+ export declare const DeleteInsightRulesInputFilterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
1109
+
1110
+ export declare const DeleteInsightRulesOutputFilterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
1111
+
1112
+ export declare const DeleteMetricStreamInputFilterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
1113
+
1114
+ export declare const DeleteMetricStreamOutputFilterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
1115
+
1116
+ export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
1117
+
1118
+ export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
1119
+
1120
+ export declare const DescribeAlarmsInputFilterSensitiveLog: (obj: DescribeAlarmsInput) => any;
1121
+
1122
+ export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
1123
+
1124
+ export declare const DescribeAlarmsOutputFilterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
1125
+
1126
+ export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
1127
+
1128
+ export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
1129
+
1130
+ export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
1131
+
1132
+ export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
1133
+
1134
+ export declare const DescribeInsightRulesInputFilterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
1135
+
1136
+ export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
1137
+
1138
+ export declare const DescribeInsightRulesOutputFilterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
1139
+
1140
+ export declare const DimensionFilterFilterSensitiveLog: (obj: DimensionFilter) => any;
1141
+
1142
+ export declare const DisableAlarmActionsInputFilterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
1143
+
1144
+ export declare const DisableInsightRulesInputFilterSensitiveLog: (obj: DisableInsightRulesInput) => any;
1145
+
1146
+ export declare const DisableInsightRulesOutputFilterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
1147
+
1148
+ export declare const EnableAlarmActionsInputFilterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
1149
+
1150
+ export declare const EnableInsightRulesInputFilterSensitiveLog: (obj: EnableInsightRulesInput) => any;
1151
+
1152
+ export declare const EnableInsightRulesOutputFilterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
1153
+
1154
+ export declare const GetDashboardInputFilterSensitiveLog: (obj: GetDashboardInput) => any;
1155
+
1156
+ export declare const GetDashboardOutputFilterSensitiveLog: (obj: GetDashboardOutput) => any;
1157
+
1158
+ export declare const GetInsightRuleReportInputFilterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
1159
+
1160
+ export declare const InsightRuleContributorDatapointFilterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
1161
+
1162
+ export declare const InsightRuleContributorFilterSensitiveLog: (obj: InsightRuleContributor) => any;
1163
+
1164
+ export declare const InsightRuleMetricDatapointFilterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
1165
+
1166
+ export declare const GetInsightRuleReportOutputFilterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
1167
+
1168
+ export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
1169
+
1170
+ export declare const GetMetricDataInputFilterSensitiveLog: (obj: GetMetricDataInput) => any;
1171
+
1172
+ export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
1173
+
1174
+ export declare const MetricDataResultFilterSensitiveLog: (obj: MetricDataResult) => any;
1175
+
1176
+ export declare const GetMetricDataOutputFilterSensitiveLog: (obj: GetMetricDataOutput) => any;
1177
+
1178
+ export declare const GetMetricStatisticsInputFilterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
1179
+
1180
+ export declare const GetMetricStatisticsOutputFilterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
1181
+
1182
+ export declare const GetMetricStreamInputFilterSensitiveLog: (obj: GetMetricStreamInput) => any;
1183
+
1184
+ export declare const MetricStreamFilterFilterSensitiveLog: (obj: MetricStreamFilter) => any;
1185
+
1186
+ export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
1187
+
1188
+ export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
1189
+
1190
+ export declare const GetMetricStreamOutputFilterSensitiveLog: (obj: GetMetricStreamOutput) => any;
1191
+
1192
+ export declare const GetMetricWidgetImageInputFilterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
1193
+
1194
+ export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
1195
+
1196
+ export declare const ListDashboardsInputFilterSensitiveLog: (obj: ListDashboardsInput) => any;
1197
+
1198
+ export declare const ListDashboardsOutputFilterSensitiveLog: (obj: ListDashboardsOutput) => any;
1199
+
1200
+ export declare const ListMetricsInputFilterSensitiveLog: (obj: ListMetricsInput) => any;
1201
+
1202
+ export declare const ListMetricsOutputFilterSensitiveLog: (obj: ListMetricsOutput) => any;
1203
+
1204
+ export declare const ListMetricStreamsInputFilterSensitiveLog: (obj: ListMetricStreamsInput) => any;
1205
+
1206
+ export declare const MetricStreamEntryFilterSensitiveLog: (obj: MetricStreamEntry) => any;
1207
+
1208
+ export declare const ListMetricStreamsOutputFilterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
1209
+
1210
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1211
+
1212
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1213
+
1214
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1215
+
1216
+ export declare const PutAnomalyDetectorInputFilterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
1217
+
1218
+ export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
1219
+
1220
+ export declare const PutCompositeAlarmInputFilterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
1221
+
1222
+ export declare const PutDashboardInputFilterSensitiveLog: (obj: PutDashboardInput) => any;
1223
+
1224
+ export declare const PutDashboardOutputFilterSensitiveLog: (obj: PutDashboardOutput) => any;
1225
+
1226
+ export declare const PutInsightRuleInputFilterSensitiveLog: (obj: PutInsightRuleInput) => any;
1227
+
1228
+ export declare const PutInsightRuleOutputFilterSensitiveLog: (obj: PutInsightRuleOutput) => any;
1229
+
1230
+ export declare const PutMetricAlarmInputFilterSensitiveLog: (obj: PutMetricAlarmInput) => any;
1231
+
1232
+ export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
1233
+
1234
+ export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
1235
+
1236
+ export declare const PutMetricDataInputFilterSensitiveLog: (obj: PutMetricDataInput) => any;
1237
+
1238
+ export declare const PutMetricStreamInputFilterSensitiveLog: (obj: PutMetricStreamInput) => any;
1239
+
1240
+ export declare const PutMetricStreamOutputFilterSensitiveLog: (obj: PutMetricStreamOutput) => any;
1241
+
1242
+ export declare const SetAlarmStateInputFilterSensitiveLog: (obj: SetAlarmStateInput) => any;
1243
+
1244
+ export declare const StartMetricStreamsInputFilterSensitiveLog: (obj: StartMetricStreamsInput) => any;
1245
+
1246
+ export declare const StartMetricStreamsOutputFilterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
1247
+
1248
+ export declare const StopMetricStreamsInputFilterSensitiveLog: (obj: StopMetricStreamsInput) => any;
1249
+
1250
+ export declare const StopMetricStreamsOutputFilterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
1251
+
1252
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1253
+
1254
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
1255
+
1256
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1257
+
1258
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;