@aws-sdk/client-cloudwatch 3.135.0 → 3.142.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 +387 -579
  40. package/dist-cjs/protocols/Aws_query.js +385 -592
  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 +96 -384
  78. package/dist-es/protocols/Aws_query.js +486 -593
  79. package/dist-types/models/models_0.d.ts +384 -576
  80. package/dist-types/ts3.4/models/models_0.d.ts +192 -384
  81. package/package.json +6 -6
@@ -22,10 +22,6 @@ export interface AlarmHistoryItem {
22
22
 
23
23
  HistoryData?: string;
24
24
  }
25
- export declare namespace AlarmHistoryItem {
26
-
27
- const filterSensitiveLog: (obj: AlarmHistoryItem) => any;
28
- }
29
25
 
30
26
  export interface Range {
31
27
 
@@ -33,10 +29,6 @@ export interface Range {
33
29
 
34
30
  EndTime: Date | undefined;
35
31
  }
36
- export declare namespace Range {
37
-
38
- const filterSensitiveLog: (obj: Range) => any;
39
- }
40
32
 
41
33
  export interface AnomalyDetectorConfiguration {
42
34
 
@@ -44,10 +36,6 @@ export interface AnomalyDetectorConfiguration {
44
36
 
45
37
  MetricTimezone?: string;
46
38
  }
47
- export declare namespace AnomalyDetectorConfiguration {
48
-
49
- const filterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
50
- }
51
39
 
52
40
  export interface Dimension {
53
41
 
@@ -55,10 +43,6 @@ export interface Dimension {
55
43
 
56
44
  Value: string | undefined;
57
45
  }
58
- export declare namespace Dimension {
59
-
60
- const filterSensitiveLog: (obj: Dimension) => any;
61
- }
62
46
 
63
47
  export interface Metric {
64
48
 
@@ -68,10 +52,6 @@ export interface Metric {
68
52
 
69
53
  Dimensions?: Dimension[];
70
54
  }
71
- export declare namespace Metric {
72
-
73
- const filterSensitiveLog: (obj: Metric) => any;
74
- }
75
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";
76
56
 
77
57
  export interface MetricStat {
@@ -84,10 +64,6 @@ export interface MetricStat {
84
64
 
85
65
  Unit?: StandardUnit | string;
86
66
  }
87
- export declare namespace MetricStat {
88
-
89
- const filterSensitiveLog: (obj: MetricStat) => any;
90
- }
91
67
 
92
68
  export interface MetricDataQuery {
93
69
 
@@ -105,19 +81,11 @@ export interface MetricDataQuery {
105
81
 
106
82
  AccountId?: string;
107
83
  }
108
- export declare namespace MetricDataQuery {
109
-
110
- const filterSensitiveLog: (obj: MetricDataQuery) => any;
111
- }
112
84
 
113
85
  export interface MetricMathAnomalyDetector {
114
86
 
115
87
  MetricDataQueries?: MetricDataQuery[];
116
88
  }
117
- export declare namespace MetricMathAnomalyDetector {
118
-
119
- const filterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
120
- }
121
89
 
122
90
  export interface SingleMetricAnomalyDetector {
123
91
 
@@ -129,10 +97,6 @@ export interface SingleMetricAnomalyDetector {
129
97
 
130
98
  Stat?: string;
131
99
  }
132
- export declare namespace SingleMetricAnomalyDetector {
133
-
134
- const filterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
135
- }
136
100
  export declare type AnomalyDetectorStateValue = "PENDING_TRAINING" | "TRAINED" | "TRAINED_INSUFFICIENT_DATA";
137
101
 
138
102
  export interface AnomalyDetector {
@@ -153,10 +117,6 @@ export interface AnomalyDetector {
153
117
 
154
118
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
155
119
  }
156
- export declare namespace AnomalyDetector {
157
-
158
- const filterSensitiveLog: (obj: AnomalyDetector) => any;
159
- }
160
120
  export declare enum AnomalyDetectorType {
161
121
  METRIC_MATH = "METRIC_MATH",
162
122
  SINGLE_METRIC = "SINGLE_METRIC"
@@ -172,10 +132,6 @@ export interface PartialFailure {
172
132
 
173
133
  FailureDescription?: string;
174
134
  }
175
- export declare namespace PartialFailure {
176
-
177
- const filterSensitiveLog: (obj: PartialFailure) => any;
178
- }
179
135
  export declare type ComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "GreaterThanUpperThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "LessThanOrEqualToThreshold" | "LessThanThreshold";
180
136
  export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
181
137
 
@@ -219,10 +175,6 @@ export interface CompositeAlarm {
219
175
 
220
176
  ActionsSuppressorExtensionPeriod?: number;
221
177
  }
222
- export declare namespace CompositeAlarm {
223
-
224
- const filterSensitiveLog: (obj: CompositeAlarm) => any;
225
- }
226
178
 
227
179
  export declare class ConcurrentModificationException extends __BaseException {
228
180
  readonly name: "ConcurrentModificationException";
@@ -242,10 +194,6 @@ export interface DashboardEntry {
242
194
 
243
195
  Size?: number;
244
196
  }
245
- export declare namespace DashboardEntry {
246
-
247
- const filterSensitiveLog: (obj: DashboardEntry) => any;
248
- }
249
197
 
250
198
  export interface DashboardValidationMessage {
251
199
 
@@ -253,10 +201,6 @@ export interface DashboardValidationMessage {
253
201
 
254
202
  Message?: string;
255
203
  }
256
- export declare namespace DashboardValidationMessage {
257
-
258
- const filterSensitiveLog: (obj: DashboardValidationMessage) => any;
259
- }
260
204
 
261
205
  export declare class DashboardInvalidInputError extends __BaseException {
262
206
  readonly name: "DashboardInvalidInputError";
@@ -291,18 +235,10 @@ export interface Datapoint {
291
235
 
292
236
  ExtendedStatistics?: Record<string, number>;
293
237
  }
294
- export declare namespace Datapoint {
295
-
296
- const filterSensitiveLog: (obj: Datapoint) => any;
297
- }
298
238
  export interface DeleteAlarmsInput {
299
239
 
300
240
  AlarmNames: string[] | undefined;
301
241
  }
302
- export declare namespace DeleteAlarmsInput {
303
-
304
- const filterSensitiveLog: (obj: DeleteAlarmsInput) => any;
305
- }
306
242
 
307
243
  export declare class ResourceNotFound extends __BaseException {
308
244
  readonly name: "ResourceNotFound";
@@ -324,16 +260,8 @@ export interface DeleteAnomalyDetectorInput {
324
260
 
325
261
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
326
262
  }
327
- export declare namespace DeleteAnomalyDetectorInput {
328
-
329
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
330
- }
331
263
  export interface DeleteAnomalyDetectorOutput {
332
264
  }
333
- export declare namespace DeleteAnomalyDetectorOutput {
334
-
335
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
336
- }
337
265
 
338
266
  export declare class InternalServiceFault extends __BaseException {
339
267
  readonly name: "InternalServiceFault";
@@ -378,46 +306,22 @@ export interface DeleteDashboardsInput {
378
306
 
379
307
  DashboardNames: string[] | undefined;
380
308
  }
381
- export declare namespace DeleteDashboardsInput {
382
-
383
- const filterSensitiveLog: (obj: DeleteDashboardsInput) => any;
384
- }
385
309
  export interface DeleteDashboardsOutput {
386
310
  }
387
- export declare namespace DeleteDashboardsOutput {
388
-
389
- const filterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
390
- }
391
311
  export interface DeleteInsightRulesInput {
392
312
 
393
313
  RuleNames: string[] | undefined;
394
314
  }
395
- export declare namespace DeleteInsightRulesInput {
396
-
397
- const filterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
398
- }
399
315
  export interface DeleteInsightRulesOutput {
400
316
 
401
317
  Failures?: PartialFailure[];
402
318
  }
403
- export declare namespace DeleteInsightRulesOutput {
404
-
405
- const filterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
406
- }
407
319
  export interface DeleteMetricStreamInput {
408
320
 
409
321
  Name: string | undefined;
410
322
  }
411
- export declare namespace DeleteMetricStreamInput {
412
-
413
- const filterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
414
- }
415
323
  export interface DeleteMetricStreamOutput {
416
324
  }
417
- export declare namespace DeleteMetricStreamOutput {
418
-
419
- const filterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
420
- }
421
325
  export declare enum ScanBy {
422
326
  TIMESTAMP_ASCENDING = "TimestampAscending",
423
327
  TIMESTAMP_DESCENDING = "TimestampDescending"
@@ -440,20 +344,12 @@ export interface DescribeAlarmHistoryInput {
440
344
 
441
345
  ScanBy?: ScanBy | string;
442
346
  }
443
- export declare namespace DescribeAlarmHistoryInput {
444
-
445
- const filterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
446
- }
447
347
  export interface DescribeAlarmHistoryOutput {
448
348
 
449
349
  AlarmHistoryItems?: AlarmHistoryItem[];
450
350
 
451
351
  NextToken?: string;
452
352
  }
453
- export declare namespace DescribeAlarmHistoryOutput {
454
-
455
- const filterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
456
- }
457
353
 
458
354
  export declare class InvalidNextToken extends __BaseException {
459
355
  readonly name: "InvalidNextToken";
@@ -481,10 +377,6 @@ export interface DescribeAlarmsInput {
481
377
 
482
378
  NextToken?: string;
483
379
  }
484
- export declare namespace DescribeAlarmsInput {
485
-
486
- const filterSensitiveLog: (obj: DescribeAlarmsInput) => any;
487
- }
488
380
  export declare type Statistic = "Average" | "Maximum" | "Minimum" | "SampleCount" | "Sum";
489
381
 
490
382
  export interface MetricAlarm {
@@ -543,10 +435,6 @@ export interface MetricAlarm {
543
435
 
544
436
  ThresholdMetricId?: string;
545
437
  }
546
- export declare namespace MetricAlarm {
547
-
548
- const filterSensitiveLog: (obj: MetricAlarm) => any;
549
- }
550
438
  export interface DescribeAlarmsOutput {
551
439
 
552
440
  CompositeAlarms?: CompositeAlarm[];
@@ -555,10 +443,6 @@ export interface DescribeAlarmsOutput {
555
443
 
556
444
  NextToken?: string;
557
445
  }
558
- export declare namespace DescribeAlarmsOutput {
559
-
560
- const filterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
561
- }
562
446
  export interface DescribeAlarmsForMetricInput {
563
447
 
564
448
  MetricName: string | undefined;
@@ -575,18 +459,10 @@ export interface DescribeAlarmsForMetricInput {
575
459
 
576
460
  Unit?: StandardUnit | string;
577
461
  }
578
- export declare namespace DescribeAlarmsForMetricInput {
579
-
580
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
581
- }
582
462
  export interface DescribeAlarmsForMetricOutput {
583
463
 
584
464
  MetricAlarms?: MetricAlarm[];
585
465
  }
586
- export declare namespace DescribeAlarmsForMetricOutput {
587
-
588
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
589
- }
590
466
  export interface DescribeAnomalyDetectorsInput {
591
467
 
592
468
  NextToken?: string;
@@ -601,30 +477,18 @@ export interface DescribeAnomalyDetectorsInput {
601
477
 
602
478
  AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
603
479
  }
604
- export declare namespace DescribeAnomalyDetectorsInput {
605
-
606
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
607
- }
608
480
  export interface DescribeAnomalyDetectorsOutput {
609
481
 
610
482
  AnomalyDetectors?: AnomalyDetector[];
611
483
 
612
484
  NextToken?: string;
613
485
  }
614
- export declare namespace DescribeAnomalyDetectorsOutput {
615
-
616
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
617
- }
618
486
  export interface DescribeInsightRulesInput {
619
487
 
620
488
  NextToken?: string;
621
489
 
622
490
  MaxResults?: number;
623
491
  }
624
- export declare namespace DescribeInsightRulesInput {
625
-
626
- const filterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
627
- }
628
492
 
629
493
  export interface InsightRule {
630
494
 
@@ -636,20 +500,12 @@ export interface InsightRule {
636
500
 
637
501
  Definition: string | undefined;
638
502
  }
639
- export declare namespace InsightRule {
640
-
641
- const filterSensitiveLog: (obj: InsightRule) => any;
642
- }
643
503
  export interface DescribeInsightRulesOutput {
644
504
 
645
505
  NextToken?: string;
646
506
 
647
507
  InsightRules?: InsightRule[];
648
508
  }
649
- export declare namespace DescribeInsightRulesOutput {
650
-
651
- const filterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
652
- }
653
509
 
654
510
  export interface DimensionFilter {
655
511
 
@@ -657,58 +513,30 @@ export interface DimensionFilter {
657
513
 
658
514
  Value?: string;
659
515
  }
660
- export declare namespace DimensionFilter {
661
-
662
- const filterSensitiveLog: (obj: DimensionFilter) => any;
663
- }
664
516
  export interface DisableAlarmActionsInput {
665
517
 
666
518
  AlarmNames: string[] | undefined;
667
519
  }
668
- export declare namespace DisableAlarmActionsInput {
669
-
670
- const filterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
671
- }
672
520
  export interface DisableInsightRulesInput {
673
521
 
674
522
  RuleNames: string[] | undefined;
675
523
  }
676
- export declare namespace DisableInsightRulesInput {
677
-
678
- const filterSensitiveLog: (obj: DisableInsightRulesInput) => any;
679
- }
680
524
  export interface DisableInsightRulesOutput {
681
525
 
682
526
  Failures?: PartialFailure[];
683
527
  }
684
- export declare namespace DisableInsightRulesOutput {
685
-
686
- const filterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
687
- }
688
528
  export interface EnableAlarmActionsInput {
689
529
 
690
530
  AlarmNames: string[] | undefined;
691
531
  }
692
- export declare namespace EnableAlarmActionsInput {
693
-
694
- const filterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
695
- }
696
532
  export interface EnableInsightRulesInput {
697
533
 
698
534
  RuleNames: string[] | undefined;
699
535
  }
700
- export declare namespace EnableInsightRulesInput {
701
-
702
- const filterSensitiveLog: (obj: EnableInsightRulesInput) => any;
703
- }
704
536
  export interface EnableInsightRulesOutput {
705
537
 
706
538
  Failures?: PartialFailure[];
707
539
  }
708
- export declare namespace EnableInsightRulesOutput {
709
-
710
- const filterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
711
- }
712
540
 
713
541
  export declare class LimitExceededException extends __BaseException {
714
542
  readonly name: "LimitExceededException";
@@ -721,10 +549,6 @@ export interface GetDashboardInput {
721
549
 
722
550
  DashboardName: string | undefined;
723
551
  }
724
- export declare namespace GetDashboardInput {
725
-
726
- const filterSensitiveLog: (obj: GetDashboardInput) => any;
727
- }
728
552
  export interface GetDashboardOutput {
729
553
 
730
554
  DashboardArn?: string;
@@ -733,10 +557,6 @@ export interface GetDashboardOutput {
733
557
 
734
558
  DashboardName?: string;
735
559
  }
736
- export declare namespace GetDashboardOutput {
737
-
738
- const filterSensitiveLog: (obj: GetDashboardOutput) => any;
739
- }
740
560
  export interface GetInsightRuleReportInput {
741
561
 
742
562
  RuleName: string | undefined;
@@ -753,10 +573,6 @@ export interface GetInsightRuleReportInput {
753
573
 
754
574
  OrderBy?: string;
755
575
  }
756
- export declare namespace GetInsightRuleReportInput {
757
-
758
- const filterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
759
- }
760
576
 
761
577
  export interface InsightRuleContributorDatapoint {
762
578
 
@@ -764,10 +580,6 @@ export interface InsightRuleContributorDatapoint {
764
580
 
765
581
  ApproximateValue: number | undefined;
766
582
  }
767
- export declare namespace InsightRuleContributorDatapoint {
768
-
769
- const filterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
770
- }
771
583
 
772
584
  export interface InsightRuleContributor {
773
585
 
@@ -777,10 +589,6 @@ export interface InsightRuleContributor {
777
589
 
778
590
  Datapoints: InsightRuleContributorDatapoint[] | undefined;
779
591
  }
780
- export declare namespace InsightRuleContributor {
781
-
782
- const filterSensitiveLog: (obj: InsightRuleContributor) => any;
783
- }
784
592
 
785
593
  export interface InsightRuleMetricDatapoint {
786
594
 
@@ -800,10 +608,6 @@ export interface InsightRuleMetricDatapoint {
800
608
 
801
609
  Maximum?: number;
802
610
  }
803
- export declare namespace InsightRuleMetricDatapoint {
804
-
805
- const filterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
806
- }
807
611
  export interface GetInsightRuleReportOutput {
808
612
 
809
613
  KeyLabels?: string[];
@@ -818,19 +622,11 @@ export interface GetInsightRuleReportOutput {
818
622
 
819
623
  MetricDatapoints?: InsightRuleMetricDatapoint[];
820
624
  }
821
- export declare namespace GetInsightRuleReportOutput {
822
-
823
- const filterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
824
- }
825
625
 
826
626
  export interface LabelOptions {
827
627
 
828
628
  Timezone?: string;
829
629
  }
830
- export declare namespace LabelOptions {
831
-
832
- const filterSensitiveLog: (obj: LabelOptions) => any;
833
- }
834
630
  export interface GetMetricDataInput {
835
631
 
836
632
  MetricDataQueries: MetricDataQuery[] | undefined;
@@ -847,10 +643,6 @@ export interface GetMetricDataInput {
847
643
 
848
644
  LabelOptions?: LabelOptions;
849
645
  }
850
- export declare namespace GetMetricDataInput {
851
-
852
- const filterSensitiveLog: (obj: GetMetricDataInput) => any;
853
- }
854
646
 
855
647
  export interface MessageData {
856
648
 
@@ -858,10 +650,6 @@ export interface MessageData {
858
650
 
859
651
  Value?: string;
860
652
  }
861
- export declare namespace MessageData {
862
-
863
- const filterSensitiveLog: (obj: MessageData) => any;
864
- }
865
653
  export declare enum StatusCode {
866
654
  COMPLETE = "Complete",
867
655
  INTERNAL_ERROR = "InternalError",
@@ -882,10 +670,6 @@ export interface MetricDataResult {
882
670
 
883
671
  Messages?: MessageData[];
884
672
  }
885
- export declare namespace MetricDataResult {
886
-
887
- const filterSensitiveLog: (obj: MetricDataResult) => any;
888
- }
889
673
  export interface GetMetricDataOutput {
890
674
 
891
675
  MetricDataResults?: MetricDataResult[];
@@ -894,10 +678,6 @@ export interface GetMetricDataOutput {
894
678
 
895
679
  Messages?: MessageData[];
896
680
  }
897
- export declare namespace GetMetricDataOutput {
898
-
899
- const filterSensitiveLog: (obj: GetMetricDataOutput) => any;
900
- }
901
681
  export interface GetMetricStatisticsInput {
902
682
 
903
683
  Namespace: string | undefined;
@@ -918,37 +698,21 @@ export interface GetMetricStatisticsInput {
918
698
 
919
699
  Unit?: StandardUnit | string;
920
700
  }
921
- export declare namespace GetMetricStatisticsInput {
922
-
923
- const filterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
924
- }
925
701
  export interface GetMetricStatisticsOutput {
926
702
 
927
703
  Label?: string;
928
704
 
929
705
  Datapoints?: Datapoint[];
930
706
  }
931
- export declare namespace GetMetricStatisticsOutput {
932
-
933
- const filterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
934
- }
935
707
  export interface GetMetricStreamInput {
936
708
 
937
709
  Name: string | undefined;
938
710
  }
939
- export declare namespace GetMetricStreamInput {
940
-
941
- const filterSensitiveLog: (obj: GetMetricStreamInput) => any;
942
- }
943
711
 
944
712
  export interface MetricStreamFilter {
945
713
 
946
714
  Namespace?: string;
947
715
  }
948
- export declare namespace MetricStreamFilter {
949
-
950
- const filterSensitiveLog: (obj: MetricStreamFilter) => any;
951
- }
952
716
  export declare enum MetricStreamOutputFormat {
953
717
  JSON = "json",
954
718
  OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
@@ -960,10 +724,6 @@ export interface MetricStreamStatisticsMetric {
960
724
 
961
725
  MetricName: string | undefined;
962
726
  }
963
- export declare namespace MetricStreamStatisticsMetric {
964
-
965
- const filterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
966
- }
967
727
 
968
728
  export interface MetricStreamStatisticsConfiguration {
969
729
 
@@ -971,10 +731,6 @@ export interface MetricStreamStatisticsConfiguration {
971
731
 
972
732
  AdditionalStatistics: string[] | undefined;
973
733
  }
974
- export declare namespace MetricStreamStatisticsConfiguration {
975
-
976
- const filterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
977
- }
978
734
  export interface GetMetricStreamOutput {
979
735
 
980
736
  Arn?: string;
@@ -999,48 +755,28 @@ export interface GetMetricStreamOutput {
999
755
 
1000
756
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
1001
757
  }
1002
- export declare namespace GetMetricStreamOutput {
1003
-
1004
- const filterSensitiveLog: (obj: GetMetricStreamOutput) => any;
1005
- }
1006
758
  export interface GetMetricWidgetImageInput {
1007
759
 
1008
760
  MetricWidget: string | undefined;
1009
761
 
1010
762
  OutputFormat?: string;
1011
763
  }
1012
- export declare namespace GetMetricWidgetImageInput {
1013
-
1014
- const filterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
1015
- }
1016
764
  export interface GetMetricWidgetImageOutput {
1017
765
 
1018
766
  MetricWidgetImage?: Uint8Array;
1019
767
  }
1020
- export declare namespace GetMetricWidgetImageOutput {
1021
-
1022
- const filterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
1023
- }
1024
768
  export interface ListDashboardsInput {
1025
769
 
1026
770
  DashboardNamePrefix?: string;
1027
771
 
1028
772
  NextToken?: string;
1029
773
  }
1030
- export declare namespace ListDashboardsInput {
1031
-
1032
- const filterSensitiveLog: (obj: ListDashboardsInput) => any;
1033
- }
1034
774
  export interface ListDashboardsOutput {
1035
775
 
1036
776
  DashboardEntries?: DashboardEntry[];
1037
777
 
1038
778
  NextToken?: string;
1039
779
  }
1040
- export declare namespace ListDashboardsOutput {
1041
-
1042
- const filterSensitiveLog: (obj: ListDashboardsOutput) => any;
1043
- }
1044
780
  export declare enum RecentlyActive {
1045
781
  PT3H = "PT3H"
1046
782
  }
@@ -1056,30 +792,18 @@ export interface ListMetricsInput {
1056
792
 
1057
793
  RecentlyActive?: RecentlyActive | string;
1058
794
  }
1059
- export declare namespace ListMetricsInput {
1060
-
1061
- const filterSensitiveLog: (obj: ListMetricsInput) => any;
1062
- }
1063
795
  export interface ListMetricsOutput {
1064
796
 
1065
797
  Metrics?: Metric[];
1066
798
 
1067
799
  NextToken?: string;
1068
800
  }
1069
- export declare namespace ListMetricsOutput {
1070
-
1071
- const filterSensitiveLog: (obj: ListMetricsOutput) => any;
1072
- }
1073
801
  export interface ListMetricStreamsInput {
1074
802
 
1075
803
  NextToken?: string;
1076
804
 
1077
805
  MaxResults?: number;
1078
806
  }
1079
- export declare namespace ListMetricStreamsInput {
1080
-
1081
- const filterSensitiveLog: (obj: ListMetricStreamsInput) => any;
1082
- }
1083
807
 
1084
808
  export interface MetricStreamEntry {
1085
809
 
@@ -1097,28 +821,16 @@ export interface MetricStreamEntry {
1097
821
 
1098
822
  OutputFormat?: MetricStreamOutputFormat | string;
1099
823
  }
1100
- export declare namespace MetricStreamEntry {
1101
-
1102
- const filterSensitiveLog: (obj: MetricStreamEntry) => any;
1103
- }
1104
824
  export interface ListMetricStreamsOutput {
1105
825
 
1106
826
  NextToken?: string;
1107
827
 
1108
828
  Entries?: MetricStreamEntry[];
1109
829
  }
1110
- export declare namespace ListMetricStreamsOutput {
1111
-
1112
- const filterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
1113
- }
1114
830
  export interface ListTagsForResourceInput {
1115
831
 
1116
832
  ResourceARN: string | undefined;
1117
833
  }
1118
- export declare namespace ListTagsForResourceInput {
1119
-
1120
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1121
- }
1122
834
 
1123
835
  export interface Tag {
1124
836
 
@@ -1126,18 +838,10 @@ export interface Tag {
1126
838
 
1127
839
  Value: string | undefined;
1128
840
  }
1129
- export declare namespace Tag {
1130
-
1131
- const filterSensitiveLog: (obj: Tag) => any;
1132
- }
1133
841
  export interface ListTagsForResourceOutput {
1134
842
 
1135
843
  Tags?: Tag[];
1136
844
  }
1137
- export declare namespace ListTagsForResourceOutput {
1138
-
1139
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1140
- }
1141
845
  export interface PutAnomalyDetectorInput {
1142
846
 
1143
847
  Namespace?: string;
@@ -1154,16 +858,8 @@ export interface PutAnomalyDetectorInput {
1154
858
 
1155
859
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
1156
860
  }
1157
- export declare namespace PutAnomalyDetectorInput {
1158
-
1159
- const filterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
1160
- }
1161
861
  export interface PutAnomalyDetectorOutput {
1162
862
  }
1163
- export declare namespace PutAnomalyDetectorOutput {
1164
-
1165
- const filterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
1166
- }
1167
863
 
1168
864
  export declare class LimitExceededFault extends __BaseException {
1169
865
  readonly name: "LimitExceededFault";
@@ -1195,28 +891,16 @@ export interface PutCompositeAlarmInput {
1195
891
 
1196
892
  ActionsSuppressorExtensionPeriod?: number;
1197
893
  }
1198
- export declare namespace PutCompositeAlarmInput {
1199
-
1200
- const filterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
1201
- }
1202
894
  export interface PutDashboardInput {
1203
895
 
1204
896
  DashboardName: string | undefined;
1205
897
 
1206
898
  DashboardBody: string | undefined;
1207
899
  }
1208
- export declare namespace PutDashboardInput {
1209
-
1210
- const filterSensitiveLog: (obj: PutDashboardInput) => any;
1211
- }
1212
900
  export interface PutDashboardOutput {
1213
901
 
1214
902
  DashboardValidationMessages?: DashboardValidationMessage[];
1215
903
  }
1216
- export declare namespace PutDashboardOutput {
1217
-
1218
- const filterSensitiveLog: (obj: PutDashboardOutput) => any;
1219
- }
1220
904
  export interface PutInsightRuleInput {
1221
905
 
1222
906
  RuleName: string | undefined;
@@ -1227,16 +911,8 @@ export interface PutInsightRuleInput {
1227
911
 
1228
912
  Tags?: Tag[];
1229
913
  }
1230
- export declare namespace PutInsightRuleInput {
1231
-
1232
- const filterSensitiveLog: (obj: PutInsightRuleInput) => any;
1233
- }
1234
914
  export interface PutInsightRuleOutput {
1235
915
  }
1236
- export declare namespace PutInsightRuleOutput {
1237
-
1238
- const filterSensitiveLog: (obj: PutInsightRuleOutput) => any;
1239
- }
1240
916
  export interface PutMetricAlarmInput {
1241
917
 
1242
918
  AlarmName: string | undefined;
@@ -1283,10 +959,6 @@ export interface PutMetricAlarmInput {
1283
959
 
1284
960
  ThresholdMetricId?: string;
1285
961
  }
1286
- export declare namespace PutMetricAlarmInput {
1287
-
1288
- const filterSensitiveLog: (obj: PutMetricAlarmInput) => any;
1289
- }
1290
962
 
1291
963
  export interface StatisticSet {
1292
964
 
@@ -1298,10 +970,6 @@ export interface StatisticSet {
1298
970
 
1299
971
  Maximum: number | undefined;
1300
972
  }
1301
- export declare namespace StatisticSet {
1302
-
1303
- const filterSensitiveLog: (obj: StatisticSet) => any;
1304
- }
1305
973
 
1306
974
  export interface MetricDatum {
1307
975
 
@@ -1323,20 +991,12 @@ export interface MetricDatum {
1323
991
 
1324
992
  StorageResolution?: number;
1325
993
  }
1326
- export declare namespace MetricDatum {
1327
-
1328
- const filterSensitiveLog: (obj: MetricDatum) => any;
1329
- }
1330
994
  export interface PutMetricDataInput {
1331
995
 
1332
996
  Namespace: string | undefined;
1333
997
 
1334
998
  MetricData: MetricDatum[] | undefined;
1335
999
  }
1336
- export declare namespace PutMetricDataInput {
1337
-
1338
- const filterSensitiveLog: (obj: PutMetricDataInput) => any;
1339
- }
1340
1000
  export interface PutMetricStreamInput {
1341
1001
 
1342
1002
  Name: string | undefined;
@@ -1355,18 +1015,10 @@ export interface PutMetricStreamInput {
1355
1015
 
1356
1016
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
1357
1017
  }
1358
- export declare namespace PutMetricStreamInput {
1359
-
1360
- const filterSensitiveLog: (obj: PutMetricStreamInput) => any;
1361
- }
1362
1018
  export interface PutMetricStreamOutput {
1363
1019
 
1364
1020
  Arn?: string;
1365
1021
  }
1366
- export declare namespace PutMetricStreamOutput {
1367
-
1368
- const filterSensitiveLog: (obj: PutMetricStreamOutput) => any;
1369
- }
1370
1022
 
1371
1023
  export declare class InvalidFormatFault extends __BaseException {
1372
1024
  readonly name: "InvalidFormatFault";
@@ -1384,67 +1036,223 @@ export interface SetAlarmStateInput {
1384
1036
 
1385
1037
  StateReasonData?: string;
1386
1038
  }
1387
- export declare namespace SetAlarmStateInput {
1388
-
1389
- const filterSensitiveLog: (obj: SetAlarmStateInput) => any;
1390
- }
1391
1039
  export interface StartMetricStreamsInput {
1392
1040
 
1393
1041
  Names: string[] | undefined;
1394
1042
  }
1395
- export declare namespace StartMetricStreamsInput {
1396
-
1397
- const filterSensitiveLog: (obj: StartMetricStreamsInput) => any;
1398
- }
1399
1043
  export interface StartMetricStreamsOutput {
1400
1044
  }
1401
- export declare namespace StartMetricStreamsOutput {
1402
-
1403
- const filterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
1404
- }
1405
1045
  export interface StopMetricStreamsInput {
1406
1046
 
1407
1047
  Names: string[] | undefined;
1408
1048
  }
1409
- export declare namespace StopMetricStreamsInput {
1410
-
1411
- const filterSensitiveLog: (obj: StopMetricStreamsInput) => any;
1412
- }
1413
1049
  export interface StopMetricStreamsOutput {
1414
1050
  }
1415
- export declare namespace StopMetricStreamsOutput {
1416
-
1417
- const filterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
1418
- }
1419
1051
  export interface TagResourceInput {
1420
1052
 
1421
1053
  ResourceARN: string | undefined;
1422
1054
 
1423
1055
  Tags: Tag[] | undefined;
1424
1056
  }
1425
- export declare namespace TagResourceInput {
1426
-
1427
- const filterSensitiveLog: (obj: TagResourceInput) => any;
1428
- }
1429
1057
  export interface TagResourceOutput {
1430
1058
  }
1431
- export declare namespace TagResourceOutput {
1432
-
1433
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
1434
- }
1435
1059
  export interface UntagResourceInput {
1436
1060
 
1437
1061
  ResourceARN: string | undefined;
1438
1062
 
1439
1063
  TagKeys: string[] | undefined;
1440
1064
  }
1441
- export declare namespace UntagResourceInput {
1442
-
1443
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
1444
- }
1445
1065
  export interface UntagResourceOutput {
1446
1066
  }
1447
- export declare namespace UntagResourceOutput {
1448
-
1449
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
1450
- }
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;