@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
  /**
@@ -31,12 +36,6 @@ export interface AlarmHistoryItem {
31
36
  */
32
37
  HistoryData?: string;
33
38
  }
34
- export declare namespace AlarmHistoryItem {
35
- /**
36
- * @internal
37
- */
38
- const filterSensitiveLog: (obj: AlarmHistoryItem) => any;
39
- }
40
39
  /**
41
40
  * <p>Specifies one range of days or times to exclude from use for training an
42
41
  * anomaly detection model.</p>
@@ -53,12 +52,6 @@ export interface Range {
53
52
  */
54
53
  EndTime: Date | undefined;
55
54
  }
56
- export declare namespace Range {
57
- /**
58
- * @internal
59
- */
60
- const filterSensitiveLog: (obj: Range) => any;
61
- }
62
55
  /**
63
56
  * <p>The configuration specifies details about how the anomaly detection model is to be trained,
64
57
  * including time ranges to exclude from use for training the model and the time zone to
@@ -80,12 +73,6 @@ export interface AnomalyDetectorConfiguration {
80
73
  */
81
74
  MetricTimezone?: string;
82
75
  }
83
- export declare namespace AnomalyDetectorConfiguration {
84
- /**
85
- * @internal
86
- */
87
- const filterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
88
- }
89
76
  /**
90
77
  * <p>A dimension is a name/value pair that is part of the identity of a metric. Because dimensions are part of the unique
91
78
  * identifier for a metric, whenever you add a unique name/value pair to one of
@@ -106,12 +93,6 @@ export interface Dimension {
106
93
  */
107
94
  Value: string | undefined;
108
95
  }
109
- export declare namespace Dimension {
110
- /**
111
- * @internal
112
- */
113
- const filterSensitiveLog: (obj: Dimension) => any;
114
- }
115
96
  /**
116
97
  * <p>Represents a specific metric.</p>
117
98
  */
@@ -129,12 +110,6 @@ export interface Metric {
129
110
  */
130
111
  Dimensions?: Dimension[];
131
112
  }
132
- export declare namespace Metric {
133
- /**
134
- * @internal
135
- */
136
- const filterSensitiveLog: (obj: Metric) => any;
137
- }
138
113
  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";
139
114
  /**
140
115
  * <p>This structure defines the metric to be returned, along with the statistics, period, and units.</p>
@@ -176,12 +151,6 @@ export interface MetricStat {
176
151
  */
177
152
  Unit?: StandardUnit | string;
178
153
  }
179
- export declare namespace MetricStat {
180
- /**
181
- * @internal
182
- */
183
- const filterSensitiveLog: (obj: MetricStat) => any;
184
- }
185
154
  /**
186
155
  * <p>This structure is used in both <code>GetMetricData</code> and <code>PutMetricAlarm</code>. The supported
187
156
  * use of this structure is different for those two operations.</p>
@@ -272,12 +241,6 @@ export interface MetricDataQuery {
272
241
  */
273
242
  AccountId?: string;
274
243
  }
275
- export declare namespace MetricDataQuery {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: MetricDataQuery) => any;
280
- }
281
244
  /**
282
245
  * <p>Indicates the CloudWatch math expression that provides the time series the anomaly detector
283
246
  * uses as input.
@@ -300,12 +263,6 @@ export interface MetricMathAnomalyDetector {
300
263
  */
301
264
  MetricDataQueries?: MetricDataQuery[];
302
265
  }
303
- export declare namespace MetricMathAnomalyDetector {
304
- /**
305
- * @internal
306
- */
307
- const filterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
308
- }
309
266
  /**
310
267
  * <p>Designates the CloudWatch metric and statistic that provides the time series the anomaly detector
311
268
  * uses as input.</p>
@@ -328,12 +285,6 @@ export interface SingleMetricAnomalyDetector {
328
285
  */
329
286
  Stat?: string;
330
287
  }
331
- export declare namespace SingleMetricAnomalyDetector {
332
- /**
333
- * @internal
334
- */
335
- const filterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
336
- }
337
288
  export declare type AnomalyDetectorStateValue = "PENDING_TRAINING" | "TRAINED" | "TRAINED_INSUFFICIENT_DATA";
338
289
  /**
339
290
  * <p>An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression.
@@ -386,12 +337,6 @@ export interface AnomalyDetector {
386
337
  */
387
338
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
388
339
  }
389
- export declare namespace AnomalyDetector {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: AnomalyDetector) => any;
394
- }
395
340
  export declare enum AnomalyDetectorType {
396
341
  METRIC_MATH = "METRIC_MATH",
397
342
  SINGLE_METRIC = "SINGLE_METRIC"
@@ -418,12 +363,6 @@ export interface PartialFailure {
418
363
  */
419
364
  FailureDescription?: string;
420
365
  }
421
- export declare namespace PartialFailure {
422
- /**
423
- * @internal
424
- */
425
- const filterSensitiveLog: (obj: PartialFailure) => any;
426
- }
427
366
  export declare type ComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "GreaterThanUpperThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "LessThanOrEqualToThreshold" | "LessThanThreshold";
428
367
  export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
429
368
  /**
@@ -475,19 +414,108 @@ export interface CompositeAlarm {
475
414
  */
476
415
  StateReasonData?: string;
477
416
  /**
478
- * <p>The time stamp of the last update to the alarm state.</p>
417
+ * <p>Tracks the timestamp of any state update, even if <code>StateValue</code> doesn't change.</p>
479
418
  */
480
419
  StateUpdatedTimestamp?: Date;
481
420
  /**
482
421
  * <p>The state value for the alarm.</p>
483
422
  */
484
423
  StateValue?: StateValue | string;
485
- }
486
- export declare namespace CompositeAlarm {
487
424
  /**
488
- * @internal
425
+ * <p>
426
+ * The timestamp
427
+ * of the last change
428
+ * to the alarm's <code>StateValue</code>.
429
+ * </p>
430
+ */
431
+ StateTransitionedTimestamp?: Date;
432
+ /**
433
+ * <p>
434
+ * When the value is <code>ALARM</code>,
435
+ * it means
436
+ * that the actions are suppressed
437
+ * because the suppressor alarm is
438
+ * in <code>ALARM</code>
439
+ * When the value is <code>WaitPeriod</code>,
440
+ * it means that
441
+ * the actions are suppressed
442
+ * because the composite alarm is waiting
443
+ * for the suppressor alarm
444
+ * to go
445
+ * into
446
+ * into the <code>ALARM</code> state.
447
+ * The maximum waiting time is as specified
448
+ * in <code>ActionsSuppressorWaitPeriod</code>.
449
+ * After this time,
450
+ * the composite alarm performs its actions.
451
+ * When the value is <code>ExtensionPeriod</code>,
452
+ * it means
453
+ * that the actions are suppressed
454
+ * because the composite alarm is waiting
455
+ * after the suppressor alarm went out
456
+ * of the <code>ALARM</code> state.
457
+ * The maximum waiting time is as specified
458
+ * in <code>ActionsSuppressorExtensionPeriod</code>.
459
+ * After this time,
460
+ * the composite alarm performs its actions.
461
+ * </p>
462
+ */
463
+ ActionsSuppressedBy?: ActionsSuppressedBy | string;
464
+ /**
465
+ * <p>
466
+ * Captures the reason for action suppression.
467
+ * </p>
468
+ */
469
+ ActionsSuppressedReason?: string;
470
+ /**
471
+ * <p>
472
+ * Actions will be suppressed
473
+ * if the suppressor alarm is
474
+ * in the <code>ALARM</code> state.
475
+ * <code>ActionsSuppressor</code> can be an AlarmName or an Amazon Resource Name (ARN)
476
+ * from an existing alarm.
477
+ * </p>
478
+ */
479
+ ActionsSuppressor?: string;
480
+ /**
481
+ * <p>
482
+ * The maximum time
483
+ * in seconds
484
+ * that the composite alarm waits
485
+ * for the suppressor alarm
486
+ * to go
487
+ * into the <code>ALARM</code> state.
488
+ * After this time,
489
+ * the composite alarm performs its actions.
490
+ * </p>
491
+ * <important>
492
+ * <p>
493
+ * <code>WaitPeriod</code>
494
+ * is required only
495
+ * when <code>ActionsSuppressor</code> is specified.
496
+ * </p>
497
+ * </important>
498
+ */
499
+ ActionsSuppressorWaitPeriod?: number;
500
+ /**
501
+ * <p>
502
+ * The maximum time
503
+ * in seconds
504
+ * that the composite alarm waits
505
+ * after suppressor alarm goes out
506
+ * of the <code>ALARM</code> state.
507
+ * After this time,
508
+ * the composite alarm performs its actions.
509
+ * </p>
510
+ * <important>
511
+ * <p>
512
+ * <code>ExtensionPeriod</code>
513
+ * is required only
514
+ * when <code>ActionsSuppressor</code> is specified.
515
+ * </p>
516
+ * </important>
489
517
  */
490
- const filterSensitiveLog: (obj: CompositeAlarm) => any;
518
+ ActionsSuppressorExtensionPeriod?: number;
491
519
  }
492
520
  /**
493
521
  * <p>More than one process tried to modify a resource at the same time.</p>
@@ -523,12 +551,6 @@ export interface DashboardEntry {
523
551
  */
524
552
  Size?: number;
525
553
  }
526
- export declare namespace DashboardEntry {
527
- /**
528
- * @internal
529
- */
530
- const filterSensitiveLog: (obj: DashboardEntry) => any;
531
- }
532
554
  /**
533
555
  * <p>An error or warning for the operation.</p>
534
556
  */
@@ -542,12 +564,6 @@ export interface DashboardValidationMessage {
542
564
  */
543
565
  Message?: string;
544
566
  }
545
- export declare namespace DashboardValidationMessage {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: DashboardValidationMessage) => any;
550
- }
551
567
  /**
552
568
  * <p>Some part of the dashboard data is invalid.</p>
553
569
  */
@@ -609,24 +625,12 @@ export interface Datapoint {
609
625
  */
610
626
  ExtendedStatistics?: Record<string, number>;
611
627
  }
612
- export declare namespace Datapoint {
613
- /**
614
- * @internal
615
- */
616
- const filterSensitiveLog: (obj: Datapoint) => any;
617
- }
618
628
  export interface DeleteAlarmsInput {
619
629
  /**
620
630
  * <p>The alarms to be deleted.</p>
621
631
  */
622
632
  AlarmNames: string[] | undefined;
623
633
  }
624
- export declare namespace DeleteAlarmsInput {
625
- /**
626
- * @internal
627
- */
628
- const filterSensitiveLog: (obj: DeleteAlarmsInput) => any;
629
- }
630
634
  /**
631
635
  * <p>The named resource does not exist.</p>
632
636
  */
@@ -733,20 +737,8 @@ export interface DeleteAnomalyDetectorInput {
733
737
  */
734
738
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
735
739
  }
736
- export declare namespace DeleteAnomalyDetectorInput {
737
- /**
738
- * @internal
739
- */
740
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
741
- }
742
740
  export interface DeleteAnomalyDetectorOutput {
743
741
  }
744
- export declare namespace DeleteAnomalyDetectorOutput {
745
- /**
746
- * @internal
747
- */
748
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
749
- }
750
742
  /**
751
743
  * <p>Request processing has failed due to some unknown error, exception, or failure.</p>
752
744
  */
@@ -815,64 +807,28 @@ export interface DeleteDashboardsInput {
815
807
  */
816
808
  DashboardNames: string[] | undefined;
817
809
  }
818
- export declare namespace DeleteDashboardsInput {
819
- /**
820
- * @internal
821
- */
822
- const filterSensitiveLog: (obj: DeleteDashboardsInput) => any;
823
- }
824
810
  export interface DeleteDashboardsOutput {
825
811
  }
826
- export declare namespace DeleteDashboardsOutput {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
831
- }
832
812
  export interface DeleteInsightRulesInput {
833
813
  /**
834
814
  * <p>An array of the rule names to delete. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
835
815
  */
836
816
  RuleNames: string[] | undefined;
837
817
  }
838
- export declare namespace DeleteInsightRulesInput {
839
- /**
840
- * @internal
841
- */
842
- const filterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
843
- }
844
818
  export interface DeleteInsightRulesOutput {
845
819
  /**
846
820
  * <p>An array listing the rules that could not be deleted. You cannot delete built-in rules.</p>
847
821
  */
848
822
  Failures?: PartialFailure[];
849
823
  }
850
- export declare namespace DeleteInsightRulesOutput {
851
- /**
852
- * @internal
853
- */
854
- const filterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
855
- }
856
824
  export interface DeleteMetricStreamInput {
857
825
  /**
858
826
  * <p>The name of the metric stream to delete.</p>
859
827
  */
860
828
  Name: string | undefined;
861
829
  }
862
- export declare namespace DeleteMetricStreamInput {
863
- /**
864
- * @internal
865
- */
866
- const filterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
867
- }
868
830
  export interface DeleteMetricStreamOutput {
869
831
  }
870
- export declare namespace DeleteMetricStreamOutput {
871
- /**
872
- * @internal
873
- */
874
- const filterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
875
- }
876
832
  export declare enum ScanBy {
877
833
  TIMESTAMP_ASCENDING = "TimestampAscending",
878
834
  TIMESTAMP_DESCENDING = "TimestampDescending"
@@ -914,12 +870,6 @@ export interface DescribeAlarmHistoryInput {
914
870
  */
915
871
  ScanBy?: ScanBy | string;
916
872
  }
917
- export declare namespace DescribeAlarmHistoryInput {
918
- /**
919
- * @internal
920
- */
921
- const filterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
922
- }
923
873
  export interface DescribeAlarmHistoryOutput {
924
874
  /**
925
875
  * <p>The alarm histories, in JSON format.</p>
@@ -930,12 +880,6 @@ export interface DescribeAlarmHistoryOutput {
930
880
  */
931
881
  NextToken?: string;
932
882
  }
933
- export declare namespace DescribeAlarmHistoryOutput {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
938
- }
939
883
  /**
940
884
  * <p>The next token specified is invalid.</p>
941
885
  */
@@ -1021,12 +965,6 @@ export interface DescribeAlarmsInput {
1021
965
  */
1022
966
  NextToken?: string;
1023
967
  }
1024
- export declare namespace DescribeAlarmsInput {
1025
- /**
1026
- * @internal
1027
- */
1028
- const filterSensitiveLog: (obj: DescribeAlarmsInput) => any;
1029
- }
1030
968
  export declare type Statistic = "Average" | "Maximum" | "Minimum" | "SampleCount" | "Sum";
1031
969
  /**
1032
970
  * <p>The details about a metric alarm.</p>
@@ -1164,12 +1102,6 @@ export interface MetricAlarm {
1164
1102
  */
1165
1103
  ThresholdMetricId?: string;
1166
1104
  }
1167
- export declare namespace MetricAlarm {
1168
- /**
1169
- * @internal
1170
- */
1171
- const filterSensitiveLog: (obj: MetricAlarm) => any;
1172
- }
1173
1105
  export interface DescribeAlarmsOutput {
1174
1106
  /**
1175
1107
  * <p>The information about any composite alarms returned by the operation.</p>
@@ -1184,12 +1116,6 @@ export interface DescribeAlarmsOutput {
1184
1116
  */
1185
1117
  NextToken?: string;
1186
1118
  }
1187
- export declare namespace DescribeAlarmsOutput {
1188
- /**
1189
- * @internal
1190
- */
1191
- const filterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
1192
- }
1193
1119
  export interface DescribeAlarmsForMetricInput {
1194
1120
  /**
1195
1121
  * <p>The name of the metric.</p>
@@ -1223,24 +1149,12 @@ export interface DescribeAlarmsForMetricInput {
1223
1149
  */
1224
1150
  Unit?: StandardUnit | string;
1225
1151
  }
1226
- export declare namespace DescribeAlarmsForMetricInput {
1227
- /**
1228
- * @internal
1229
- */
1230
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
1231
- }
1232
1152
  export interface DescribeAlarmsForMetricOutput {
1233
1153
  /**
1234
1154
  * <p>The information for each alarm with the specified metric.</p>
1235
1155
  */
1236
1156
  MetricAlarms?: MetricAlarm[];
1237
1157
  }
1238
- export declare namespace DescribeAlarmsForMetricOutput {
1239
- /**
1240
- * @internal
1241
- */
1242
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
1243
- }
1244
1158
  export interface DescribeAnomalyDetectorsInput {
1245
1159
  /**
1246
1160
  * <p>Use the token returned by the previous operation to request the next page of results.</p>
@@ -1276,12 +1190,6 @@ export interface DescribeAnomalyDetectorsInput {
1276
1190
  */
1277
1191
  AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
1278
1192
  }
1279
- export declare namespace DescribeAnomalyDetectorsInput {
1280
- /**
1281
- * @internal
1282
- */
1283
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
1284
- }
1285
1193
  export interface DescribeAnomalyDetectorsOutput {
1286
1194
  /**
1287
1195
  * <p>The list of anomaly detection models returned by the operation.</p>
@@ -1293,12 +1201,6 @@ export interface DescribeAnomalyDetectorsOutput {
1293
1201
  */
1294
1202
  NextToken?: string;
1295
1203
  }
1296
- export declare namespace DescribeAnomalyDetectorsOutput {
1297
- /**
1298
- * @internal
1299
- */
1300
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
1301
- }
1302
1204
  export interface DescribeInsightRulesInput {
1303
1205
  /**
1304
1206
  * <p>Include this value, if it was returned by the previous operation, to get the next set of rules.</p>
@@ -1310,12 +1212,6 @@ export interface DescribeInsightRulesInput {
1310
1212
  */
1311
1213
  MaxResults?: number;
1312
1214
  }
1313
- export declare namespace DescribeInsightRulesInput {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
1318
- }
1319
1215
  /**
1320
1216
  * <p>This structure contains the definition
1321
1217
  * for a Contributor Insights rule.
@@ -1347,12 +1243,6 @@ export interface InsightRule {
1347
1243
  */
1348
1244
  Definition: string | undefined;
1349
1245
  }
1350
- export declare namespace InsightRule {
1351
- /**
1352
- * @internal
1353
- */
1354
- const filterSensitiveLog: (obj: InsightRule) => any;
1355
- }
1356
1246
  export interface DescribeInsightRulesOutput {
1357
1247
  /**
1358
1248
  * <p>If this parameter is present, it is a token that marks the start of the next batch of returned results. </p>
@@ -1363,12 +1253,6 @@ export interface DescribeInsightRulesOutput {
1363
1253
  */
1364
1254
  InsightRules?: InsightRule[];
1365
1255
  }
1366
- export declare namespace DescribeInsightRulesOutput {
1367
- /**
1368
- * @internal
1369
- */
1370
- const filterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
1371
- }
1372
1256
  /**
1373
1257
  * <p>Represents filters for a dimension.</p>
1374
1258
  */
@@ -1382,84 +1266,42 @@ export interface DimensionFilter {
1382
1266
  */
1383
1267
  Value?: string;
1384
1268
  }
1385
- export declare namespace DimensionFilter {
1386
- /**
1387
- * @internal
1388
- */
1389
- const filterSensitiveLog: (obj: DimensionFilter) => any;
1390
- }
1391
1269
  export interface DisableAlarmActionsInput {
1392
1270
  /**
1393
1271
  * <p>The names of the alarms.</p>
1394
1272
  */
1395
1273
  AlarmNames: string[] | undefined;
1396
1274
  }
1397
- export declare namespace DisableAlarmActionsInput {
1398
- /**
1399
- * @internal
1400
- */
1401
- const filterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
1402
- }
1403
1275
  export interface DisableInsightRulesInput {
1404
1276
  /**
1405
1277
  * <p>An array of the rule names to disable. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
1406
1278
  */
1407
1279
  RuleNames: string[] | undefined;
1408
1280
  }
1409
- export declare namespace DisableInsightRulesInput {
1410
- /**
1411
- * @internal
1412
- */
1413
- const filterSensitiveLog: (obj: DisableInsightRulesInput) => any;
1414
- }
1415
1281
  export interface DisableInsightRulesOutput {
1416
1282
  /**
1417
1283
  * <p>An array listing the rules that could not be disabled. You cannot disable built-in rules.</p>
1418
1284
  */
1419
1285
  Failures?: PartialFailure[];
1420
1286
  }
1421
- export declare namespace DisableInsightRulesOutput {
1422
- /**
1423
- * @internal
1424
- */
1425
- const filterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
1426
- }
1427
1287
  export interface EnableAlarmActionsInput {
1428
1288
  /**
1429
1289
  * <p>The names of the alarms.</p>
1430
1290
  */
1431
1291
  AlarmNames: string[] | undefined;
1432
1292
  }
1433
- export declare namespace EnableAlarmActionsInput {
1434
- /**
1435
- * @internal
1436
- */
1437
- const filterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
1438
- }
1439
1293
  export interface EnableInsightRulesInput {
1440
1294
  /**
1441
1295
  * <p>An array of the rule names to enable. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
1442
1296
  */
1443
1297
  RuleNames: string[] | undefined;
1444
1298
  }
1445
- export declare namespace EnableInsightRulesInput {
1446
- /**
1447
- * @internal
1448
- */
1449
- const filterSensitiveLog: (obj: EnableInsightRulesInput) => any;
1450
- }
1451
1299
  export interface EnableInsightRulesOutput {
1452
1300
  /**
1453
1301
  * <p>An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.</p>
1454
1302
  */
1455
1303
  Failures?: PartialFailure[];
1456
1304
  }
1457
- export declare namespace EnableInsightRulesOutput {
1458
- /**
1459
- * @internal
1460
- */
1461
- const filterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
1462
- }
1463
1305
  /**
1464
1306
  * <p>The operation exceeded one or more limits.</p>
1465
1307
  */
@@ -1478,12 +1320,6 @@ export interface GetDashboardInput {
1478
1320
  */
1479
1321
  DashboardName: string | undefined;
1480
1322
  }
1481
- export declare namespace GetDashboardInput {
1482
- /**
1483
- * @internal
1484
- */
1485
- const filterSensitiveLog: (obj: GetDashboardInput) => any;
1486
- }
1487
1323
  export interface GetDashboardOutput {
1488
1324
  /**
1489
1325
  * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
@@ -1500,12 +1336,6 @@ export interface GetDashboardOutput {
1500
1336
  */
1501
1337
  DashboardName?: string;
1502
1338
  }
1503
- export declare namespace GetDashboardOutput {
1504
- /**
1505
- * @internal
1506
- */
1507
- const filterSensitiveLog: (obj: GetDashboardOutput) => any;
1508
- }
1509
1339
  export interface GetInsightRuleReportInput {
1510
1340
  /**
1511
1341
  * <p>The name of the rule that you want to see data from.</p>
@@ -1575,12 +1405,6 @@ export interface GetInsightRuleReportInput {
1575
1405
  */
1576
1406
  OrderBy?: string;
1577
1407
  }
1578
- export declare namespace GetInsightRuleReportInput {
1579
- /**
1580
- * @internal
1581
- */
1582
- const filterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
1583
- }
1584
1408
  /**
1585
1409
  * <p>One data point related to one contributor.</p>
1586
1410
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a> and
@@ -1596,12 +1420,6 @@ export interface InsightRuleContributorDatapoint {
1596
1420
  */
1597
1421
  ApproximateValue: number | undefined;
1598
1422
  }
1599
- export declare namespace InsightRuleContributorDatapoint {
1600
- /**
1601
- * @internal
1602
- */
1603
- const filterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
1604
- }
1605
1423
  /**
1606
1424
  * <p>One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then
1607
1425
  * a unique contributor is a unique combination of values from all the keys in the rule.</p>
@@ -1622,12 +1440,6 @@ export interface InsightRuleContributor {
1622
1440
  */
1623
1441
  Datapoints: InsightRuleContributorDatapoint[] | undefined;
1624
1442
  }
1625
- export declare namespace InsightRuleContributor {
1626
- /**
1627
- * @internal
1628
- */
1629
- const filterSensitiveLog: (obj: InsightRuleContributor) => any;
1630
- }
1631
1443
  /**
1632
1444
  * <p>One data point from the metric time series returned in a Contributor Insights rule report.</p>
1633
1445
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
@@ -1675,12 +1487,6 @@ export interface InsightRuleMetricDatapoint {
1675
1487
  */
1676
1488
  Maximum?: number;
1677
1489
  }
1678
- export declare namespace InsightRuleMetricDatapoint {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
1683
- }
1684
1490
  export interface GetInsightRuleReportOutput {
1685
1491
  /**
1686
1492
  * <p>An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors.
@@ -1709,12 +1515,6 @@ export interface GetInsightRuleReportOutput {
1709
1515
  */
1710
1516
  MetricDatapoints?: InsightRuleMetricDatapoint[];
1711
1517
  }
1712
- export declare namespace GetInsightRuleReportOutput {
1713
- /**
1714
- * @internal
1715
- */
1716
- const filterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
1717
- }
1718
1518
  /**
1719
1519
  * <p>This structure includes the <code>Timezone</code> parameter, which you can use
1720
1520
  * to specify your time zone so that the labels that are associated with returned metrics display the
@@ -1734,12 +1534,6 @@ export interface LabelOptions {
1734
1534
  */
1735
1535
  Timezone?: string;
1736
1536
  }
1737
- export declare namespace LabelOptions {
1738
- /**
1739
- * @internal
1740
- */
1741
- const filterSensitiveLog: (obj: LabelOptions) => any;
1742
- }
1743
1537
  export interface GetMetricDataInput {
1744
1538
  /**
1745
1539
  * <p>The metric queries to be returned. A single <code>GetMetricData</code> call can include as many as 500 <code>MetricDataQuery</code>
@@ -1814,12 +1608,6 @@ export interface GetMetricDataInput {
1814
1608
  */
1815
1609
  LabelOptions?: LabelOptions;
1816
1610
  }
1817
- export declare namespace GetMetricDataInput {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: GetMetricDataInput) => any;
1822
- }
1823
1611
  /**
1824
1612
  * <p>A message returned by the <code>GetMetricData</code>API, including a code and a description.</p>
1825
1613
  * <p>If a cross-Region <code>GetMetricData</code> operation fails with a code of <code>Forbidden</code> and a
@@ -1837,12 +1625,6 @@ export interface MessageData {
1837
1625
  */
1838
1626
  Value?: string;
1839
1627
  }
1840
- export declare namespace MessageData {
1841
- /**
1842
- * @internal
1843
- */
1844
- const filterSensitiveLog: (obj: MessageData) => any;
1845
- }
1846
1628
  export declare enum StatusCode {
1847
1629
  COMPLETE = "Complete",
1848
1630
  INTERNAL_ERROR = "InternalError",
@@ -1887,12 +1669,6 @@ export interface MetricDataResult {
1887
1669
  */
1888
1670
  Messages?: MessageData[];
1889
1671
  }
1890
- export declare namespace MetricDataResult {
1891
- /**
1892
- * @internal
1893
- */
1894
- const filterSensitiveLog: (obj: MetricDataResult) => any;
1895
- }
1896
1672
  export interface GetMetricDataOutput {
1897
1673
  /**
1898
1674
  * <p>The metrics that are returned, including the metric name, namespace, and dimensions.</p>
@@ -1912,12 +1688,6 @@ export interface GetMetricDataOutput {
1912
1688
  */
1913
1689
  Messages?: MessageData[];
1914
1690
  }
1915
- export declare namespace GetMetricDataOutput {
1916
- /**
1917
- * @internal
1918
- */
1919
- const filterSensitiveLog: (obj: GetMetricDataOutput) => any;
1920
- }
1921
1691
  export interface GetMetricStatisticsInput {
1922
1692
  /**
1923
1693
  * <p>The namespace of the metric, with or without spaces.</p>
@@ -2012,12 +1782,6 @@ export interface GetMetricStatisticsInput {
2012
1782
  */
2013
1783
  Unit?: StandardUnit | string;
2014
1784
  }
2015
- export declare namespace GetMetricStatisticsInput {
2016
- /**
2017
- * @internal
2018
- */
2019
- const filterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
2020
- }
2021
1785
  export interface GetMetricStatisticsOutput {
2022
1786
  /**
2023
1787
  * <p>A label for the specified metric.</p>
@@ -2028,24 +1792,12 @@ export interface GetMetricStatisticsOutput {
2028
1792
  */
2029
1793
  Datapoints?: Datapoint[];
2030
1794
  }
2031
- export declare namespace GetMetricStatisticsOutput {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
2036
- }
2037
1795
  export interface GetMetricStreamInput {
2038
1796
  /**
2039
1797
  * <p>The name of the metric stream to retrieve information about.</p>
2040
1798
  */
2041
1799
  Name: string | undefined;
2042
1800
  }
2043
- export declare namespace GetMetricStreamInput {
2044
- /**
2045
- * @internal
2046
- */
2047
- const filterSensitiveLog: (obj: GetMetricStreamInput) => any;
2048
- }
2049
1801
  /**
2050
1802
  * <p>This structure contains the name of one of the metric namespaces that is listed in
2051
1803
  * a filter of a metric stream.</p>
@@ -2056,12 +1808,6 @@ export interface MetricStreamFilter {
2056
1808
  */
2057
1809
  Namespace?: string;
2058
1810
  }
2059
- export declare namespace MetricStreamFilter {
2060
- /**
2061
- * @internal
2062
- */
2063
- const filterSensitiveLog: (obj: MetricStreamFilter) => any;
2064
- }
2065
1811
  export declare enum MetricStreamOutputFormat {
2066
1812
  JSON = "json",
2067
1813
  OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
@@ -2080,12 +1826,6 @@ export interface MetricStreamStatisticsMetric {
2080
1826
  */
2081
1827
  MetricName: string | undefined;
2082
1828
  }
2083
- export declare namespace MetricStreamStatisticsMetric {
2084
- /**
2085
- * @internal
2086
- */
2087
- const filterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
2088
- }
2089
1829
  /**
2090
1830
  * <p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>,
2091
1831
  * and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. This structure contains information for
@@ -2118,12 +1858,6 @@ export interface MetricStreamStatisticsConfiguration {
2118
1858
  */
2119
1859
  AdditionalStatistics: string[] | undefined;
2120
1860
  }
2121
- export declare namespace MetricStreamStatisticsConfiguration {
2122
- /**
2123
- * @internal
2124
- */
2125
- const filterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
2126
- }
2127
1861
  export interface GetMetricStreamOutput {
2128
1862
  /**
2129
1863
  * <p>The ARN of the metric stream.</p>
@@ -2183,12 +1917,6 @@ export interface GetMetricStreamOutput {
2183
1917
  */
2184
1918
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
2185
1919
  }
2186
- export declare namespace GetMetricStreamOutput {
2187
- /**
2188
- * @internal
2189
- */
2190
- const filterSensitiveLog: (obj: GetMetricStreamOutput) => any;
2191
- }
2192
1920
  export interface GetMetricWidgetImageInput {
2193
1921
  /**
2194
1922
  * <p>A JSON string that defines the bitmap graph to be retrieved. The string includes the
@@ -2247,24 +1975,12 @@ export interface GetMetricWidgetImageInput {
2247
1975
  */
2248
1976
  OutputFormat?: string;
2249
1977
  }
2250
- export declare namespace GetMetricWidgetImageInput {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
2255
- }
2256
1978
  export interface GetMetricWidgetImageOutput {
2257
1979
  /**
2258
1980
  * <p>The image of the graph, in the output format specified. The output is base64-encoded.</p>
2259
1981
  */
2260
1982
  MetricWidgetImage?: Uint8Array;
2261
1983
  }
2262
- export declare namespace GetMetricWidgetImageOutput {
2263
- /**
2264
- * @internal
2265
- */
2266
- const filterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
2267
- }
2268
1984
  export interface ListDashboardsInput {
2269
1985
  /**
2270
1986
  * <p>If you specify this parameter, only
@@ -2279,12 +1995,6 @@ export interface ListDashboardsInput {
2279
1995
  */
2280
1996
  NextToken?: string;
2281
1997
  }
2282
- export declare namespace ListDashboardsInput {
2283
- /**
2284
- * @internal
2285
- */
2286
- const filterSensitiveLog: (obj: ListDashboardsInput) => any;
2287
- }
2288
1998
  export interface ListDashboardsOutput {
2289
1999
  /**
2290
2000
  * <p>The list of matching dashboards.</p>
@@ -2295,12 +2005,6 @@ export interface ListDashboardsOutput {
2295
2005
  */
2296
2006
  NextToken?: string;
2297
2007
  }
2298
- export declare namespace ListDashboardsOutput {
2299
- /**
2300
- * @internal
2301
- */
2302
- const filterSensitiveLog: (obj: ListDashboardsOutput) => any;
2303
- }
2304
2008
  export declare enum RecentlyActive {
2305
2009
  PT3H = "PT3H"
2306
2010
  }
@@ -2336,12 +2040,6 @@ export interface ListMetricsInput {
2336
2040
  */
2337
2041
  RecentlyActive?: RecentlyActive | string;
2338
2042
  }
2339
- export declare namespace ListMetricsInput {
2340
- /**
2341
- * @internal
2342
- */
2343
- const filterSensitiveLog: (obj: ListMetricsInput) => any;
2344
- }
2345
2043
  export interface ListMetricsOutput {
2346
2044
  /**
2347
2045
  * <p>The metrics that match your request. </p>
@@ -2352,12 +2050,6 @@ export interface ListMetricsOutput {
2352
2050
  */
2353
2051
  NextToken?: string;
2354
2052
  }
2355
- export declare namespace ListMetricsOutput {
2356
- /**
2357
- * @internal
2358
- */
2359
- const filterSensitiveLog: (obj: ListMetricsOutput) => any;
2360
- }
2361
2053
  export interface ListMetricStreamsInput {
2362
2054
  /**
2363
2055
  * <p>Include this value, if it was returned by the previous call, to get the next set of metric streams.</p>
@@ -2368,12 +2060,6 @@ export interface ListMetricStreamsInput {
2368
2060
  */
2369
2061
  MaxResults?: number;
2370
2062
  }
2371
- export declare namespace ListMetricStreamsInput {
2372
- /**
2373
- * @internal
2374
- */
2375
- const filterSensitiveLog: (obj: ListMetricStreamsInput) => any;
2376
- }
2377
2063
  /**
2378
2064
  * <p>This structure contains the configuration information about one metric stream.</p>
2379
2065
  */
@@ -2409,12 +2095,6 @@ export interface MetricStreamEntry {
2409
2095
  */
2410
2096
  OutputFormat?: MetricStreamOutputFormat | string;
2411
2097
  }
2412
- export declare namespace MetricStreamEntry {
2413
- /**
2414
- * @internal
2415
- */
2416
- const filterSensitiveLog: (obj: MetricStreamEntry) => any;
2417
- }
2418
2098
  export interface ListMetricStreamsOutput {
2419
2099
  /**
2420
2100
  * <p>The token that marks the start of the next batch of returned results. You can use this
@@ -2426,12 +2106,6 @@ export interface ListMetricStreamsOutput {
2426
2106
  */
2427
2107
  Entries?: MetricStreamEntry[];
2428
2108
  }
2429
- export declare namespace ListMetricStreamsOutput {
2430
- /**
2431
- * @internal
2432
- */
2433
- const filterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
2434
- }
2435
2109
  export interface ListTagsForResourceInput {
2436
2110
  /**
2437
2111
  * <p>The ARN of the CloudWatch resource that you want to view tags for.</p>
@@ -2449,12 +2123,6 @@ export interface ListTagsForResourceInput {
2449
2123
  */
2450
2124
  ResourceARN: string | undefined;
2451
2125
  }
2452
- export declare namespace ListTagsForResourceInput {
2453
- /**
2454
- * @internal
2455
- */
2456
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2457
- }
2458
2126
  /**
2459
2127
  * <p>A key-value pair associated with a CloudWatch resource.</p>
2460
2128
  */
@@ -2469,24 +2137,12 @@ export interface Tag {
2469
2137
  */
2470
2138
  Value: string | undefined;
2471
2139
  }
2472
- export declare namespace Tag {
2473
- /**
2474
- * @internal
2475
- */
2476
- const filterSensitiveLog: (obj: Tag) => any;
2477
- }
2478
2140
  export interface ListTagsForResourceOutput {
2479
2141
  /**
2480
2142
  * <p>The list of tag keys and values associated with the resource you specified.</p>
2481
2143
  */
2482
2144
  Tags?: Tag[];
2483
2145
  }
2484
- export declare namespace ListTagsForResourceOutput {
2485
- /**
2486
- * @internal
2487
- */
2488
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2489
- }
2490
2146
  export interface PutAnomalyDetectorInput {
2491
2147
  /**
2492
2148
  * @deprecated
@@ -2594,20 +2250,8 @@ export interface PutAnomalyDetectorInput {
2594
2250
  */
2595
2251
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
2596
2252
  }
2597
- export declare namespace PutAnomalyDetectorInput {
2598
- /**
2599
- * @internal
2600
- */
2601
- const filterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
2602
- }
2603
2253
  export interface PutAnomalyDetectorOutput {
2604
2254
  }
2605
- export declare namespace PutAnomalyDetectorOutput {
2606
- /**
2607
- * @internal
2608
- */
2609
- const filterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
2610
- }
2611
2255
  /**
2612
2256
  * <p>The quota for alarms for this customer has already been reached.</p>
2613
2257
  */
@@ -2736,12 +2380,55 @@ export interface PutCompositeAlarmInput {
2736
2380
  * certain tag values.</p>
2737
2381
  */
2738
2382
  Tags?: Tag[];
2739
- }
2740
- export declare namespace PutCompositeAlarmInput {
2741
2383
  /**
2742
- * @internal
2384
+ * <p>
2385
+ * Actions will be suppressed
2386
+ * if the suppressor alarm is
2387
+ * in the <code>ALARM</code> state.
2388
+ * <code>ActionsSuppressor</code> can be an AlarmName or an Amazon Resource Name (ARN)
2389
+ * from an existing alarm.
2390
+ * </p>
2743
2391
  */
2744
- const filterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
2392
+ ActionsSuppressor?: string;
2393
+ /**
2394
+ * <p>
2395
+ * The maximum time
2396
+ * in seconds
2397
+ * that the composite alarm waits
2398
+ * for the suppressor alarm
2399
+ * to go
2400
+ * into the <code>ALARM</code> state.
2401
+ * After this time,
2402
+ * the composite alarm performs its actions.
2403
+ * </p>
2404
+ * <important>
2405
+ * <p>
2406
+ * <code>WaitPeriod</code>
2407
+ * is required only
2408
+ * when <code>ActionsSuppressor</code> is specified.
2409
+ * </p>
2410
+ * </important>
2411
+ */
2412
+ ActionsSuppressorWaitPeriod?: number;
2413
+ /**
2414
+ * <p>
2415
+ * The maximum time
2416
+ * in seconds
2417
+ * that the composite alarm waits
2418
+ * after suppressor alarm goes out
2419
+ * of the <code>ALARM</code> state.
2420
+ * After this time,
2421
+ * the composite alarm performs its actions.
2422
+ * </p>
2423
+ * <important>
2424
+ * <p>
2425
+ * <code>ExtensionPeriod</code>
2426
+ * is required only
2427
+ * when <code>ActionsSuppressor</code> is specified.
2428
+ * </p>
2429
+ * </important>
2430
+ */
2431
+ ActionsSuppressorExtensionPeriod?: number;
2745
2432
  }
2746
2433
  export interface PutDashboardInput {
2747
2434
  /**
@@ -2758,12 +2445,6 @@ export interface PutDashboardInput {
2758
2445
  */
2759
2446
  DashboardBody: string | undefined;
2760
2447
  }
2761
- export declare namespace PutDashboardInput {
2762
- /**
2763
- * @internal
2764
- */
2765
- const filterSensitiveLog: (obj: PutDashboardInput) => any;
2766
- }
2767
2448
  export interface PutDashboardOutput {
2768
2449
  /**
2769
2450
  * <p>If the input for <code>PutDashboard</code> was correct and the dashboard was successfully created or modified, this result is empty.</p>
@@ -2774,12 +2455,6 @@ export interface PutDashboardOutput {
2774
2455
  */
2775
2456
  DashboardValidationMessages?: DashboardValidationMessage[];
2776
2457
  }
2777
- export declare namespace PutDashboardOutput {
2778
- /**
2779
- * @internal
2780
- */
2781
- const filterSensitiveLog: (obj: PutDashboardOutput) => any;
2782
- }
2783
2458
  export interface PutInsightRuleInput {
2784
2459
  /**
2785
2460
  * <p>A unique name for the rule.</p>
@@ -2810,20 +2485,8 @@ export interface PutInsightRuleInput {
2810
2485
  */
2811
2486
  Tags?: Tag[];
2812
2487
  }
2813
- export declare namespace PutInsightRuleInput {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: PutInsightRuleInput) => any;
2818
- }
2819
2488
  export interface PutInsightRuleOutput {
2820
2489
  }
2821
- export declare namespace PutInsightRuleOutput {
2822
- /**
2823
- * @internal
2824
- */
2825
- const filterSensitiveLog: (obj: PutInsightRuleOutput) => any;
2826
- }
2827
2490
  export interface PutMetricAlarmInput {
2828
2491
  /**
2829
2492
  * <p>The name for the alarm. This name must be unique within the Region.</p>
@@ -3060,12 +2723,6 @@ export interface PutMetricAlarmInput {
3060
2723
  */
3061
2724
  ThresholdMetricId?: string;
3062
2725
  }
3063
- export declare namespace PutMetricAlarmInput {
3064
- /**
3065
- * @internal
3066
- */
3067
- const filterSensitiveLog: (obj: PutMetricAlarmInput) => any;
3068
- }
3069
2726
  /**
3070
2727
  * <p>Represents a set of statistics that describes a specific metric. </p>
3071
2728
  */
@@ -3087,12 +2744,6 @@ export interface StatisticSet {
3087
2744
  */
3088
2745
  Maximum: number | undefined;
3089
2746
  }
3090
- export declare namespace StatisticSet {
3091
- /**
3092
- * @internal
3093
- */
3094
- const filterSensitiveLog: (obj: StatisticSet) => any;
3095
- }
3096
2747
  /**
3097
2748
  * <p>Encapsulates the information sent to either create a metric or add new values
3098
2749
  * to be aggregated into an existing metric.</p>
@@ -3156,12 +2807,6 @@ export interface MetricDatum {
3156
2807
  */
3157
2808
  StorageResolution?: number;
3158
2809
  }
3159
- export declare namespace MetricDatum {
3160
- /**
3161
- * @internal
3162
- */
3163
- const filterSensitiveLog: (obj: MetricDatum) => any;
3164
- }
3165
2810
  export interface PutMetricDataInput {
3166
2811
  /**
3167
2812
  * <p>The namespace for the metric data.</p>
@@ -3175,12 +2820,6 @@ export interface PutMetricDataInput {
3175
2820
  */
3176
2821
  MetricData: MetricDatum[] | undefined;
3177
2822
  }
3178
- export declare namespace PutMetricDataInput {
3179
- /**
3180
- * @internal
3181
- */
3182
- const filterSensitiveLog: (obj: PutMetricDataInput) => any;
3183
- }
3184
2823
  export interface PutMetricStreamInput {
3185
2824
  /**
3186
2825
  * <p>If you are creating a new metric stream, this is the name for the new stream. The name
@@ -3258,24 +2897,12 @@ export interface PutMetricStreamInput {
3258
2897
  */
3259
2898
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
3260
2899
  }
3261
- export declare namespace PutMetricStreamInput {
3262
- /**
3263
- * @internal
3264
- */
3265
- const filterSensitiveLog: (obj: PutMetricStreamInput) => any;
3266
- }
3267
2900
  export interface PutMetricStreamOutput {
3268
2901
  /**
3269
2902
  * <p>The ARN of the metric stream.</p>
3270
2903
  */
3271
2904
  Arn?: string;
3272
2905
  }
3273
- export declare namespace PutMetricStreamOutput {
3274
- /**
3275
- * @internal
3276
- */
3277
- const filterSensitiveLog: (obj: PutMetricStreamOutput) => any;
3278
- }
3279
2906
  /**
3280
2907
  * <p>Data was not syntactically valid JSON.</p>
3281
2908
  */
@@ -3307,12 +2934,6 @@ export interface SetAlarmStateInput {
3307
2934
  */
3308
2935
  StateReasonData?: string;
3309
2936
  }
3310
- export declare namespace SetAlarmStateInput {
3311
- /**
3312
- * @internal
3313
- */
3314
- const filterSensitiveLog: (obj: SetAlarmStateInput) => any;
3315
- }
3316
2937
  export interface StartMetricStreamsInput {
3317
2938
  /**
3318
2939
  * <p>The array of the names of metric streams to start streaming.</p>
@@ -3322,20 +2943,8 @@ export interface StartMetricStreamsInput {
3322
2943
  */
3323
2944
  Names: string[] | undefined;
3324
2945
  }
3325
- export declare namespace StartMetricStreamsInput {
3326
- /**
3327
- * @internal
3328
- */
3329
- const filterSensitiveLog: (obj: StartMetricStreamsInput) => any;
3330
- }
3331
2946
  export interface StartMetricStreamsOutput {
3332
2947
  }
3333
- export declare namespace StartMetricStreamsOutput {
3334
- /**
3335
- * @internal
3336
- */
3337
- const filterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
3338
- }
3339
2948
  export interface StopMetricStreamsInput {
3340
2949
  /**
3341
2950
  * <p>The array of the names of metric streams to stop streaming.</p>
@@ -3345,20 +2954,8 @@ export interface StopMetricStreamsInput {
3345
2954
  */
3346
2955
  Names: string[] | undefined;
3347
2956
  }
3348
- export declare namespace StopMetricStreamsInput {
3349
- /**
3350
- * @internal
3351
- */
3352
- const filterSensitiveLog: (obj: StopMetricStreamsInput) => any;
3353
- }
3354
2957
  export interface StopMetricStreamsOutput {
3355
2958
  }
3356
- export declare namespace StopMetricStreamsOutput {
3357
- /**
3358
- * @internal
3359
- */
3360
- const filterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
3361
- }
3362
2959
  export interface TagResourceInput {
3363
2960
  /**
3364
2961
  * <p>The ARN of the CloudWatch resource that you're adding tags to.</p>
@@ -3380,20 +2977,8 @@ export interface TagResourceInput {
3380
2977
  */
3381
2978
  Tags: Tag[] | undefined;
3382
2979
  }
3383
- export declare namespace TagResourceInput {
3384
- /**
3385
- * @internal
3386
- */
3387
- const filterSensitiveLog: (obj: TagResourceInput) => any;
3388
- }
3389
2980
  export interface TagResourceOutput {
3390
2981
  }
3391
- export declare namespace TagResourceOutput {
3392
- /**
3393
- * @internal
3394
- */
3395
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
3396
- }
3397
2982
  export interface UntagResourceInput {
3398
2983
  /**
3399
2984
  * <p>The ARN of the CloudWatch resource that you're removing tags from.</p>
@@ -3415,17 +3000,389 @@ export interface UntagResourceInput {
3415
3000
  */
3416
3001
  TagKeys: string[] | undefined;
3417
3002
  }
3418
- export declare namespace UntagResourceInput {
3419
- /**
3420
- * @internal
3421
- */
3422
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
3423
- }
3424
3003
  export interface UntagResourceOutput {
3425
3004
  }
3426
- export declare namespace UntagResourceOutput {
3427
- /**
3428
- * @internal
3429
- */
3430
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
3431
- }
3005
+ /**
3006
+ * @internal
3007
+ */
3008
+ export declare const AlarmHistoryItemFilterSensitiveLog: (obj: AlarmHistoryItem) => any;
3009
+ /**
3010
+ * @internal
3011
+ */
3012
+ export declare const RangeFilterSensitiveLog: (obj: Range) => any;
3013
+ /**
3014
+ * @internal
3015
+ */
3016
+ export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
3017
+ /**
3018
+ * @internal
3019
+ */
3020
+ export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
3021
+ /**
3022
+ * @internal
3023
+ */
3024
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
3025
+ /**
3026
+ * @internal
3027
+ */
3028
+ export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
3029
+ /**
3030
+ * @internal
3031
+ */
3032
+ export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
3033
+ /**
3034
+ * @internal
3035
+ */
3036
+ export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
3037
+ /**
3038
+ * @internal
3039
+ */
3040
+ export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
3041
+ /**
3042
+ * @internal
3043
+ */
3044
+ export declare const AnomalyDetectorFilterSensitiveLog: (obj: AnomalyDetector) => any;
3045
+ /**
3046
+ * @internal
3047
+ */
3048
+ export declare const PartialFailureFilterSensitiveLog: (obj: PartialFailure) => any;
3049
+ /**
3050
+ * @internal
3051
+ */
3052
+ export declare const CompositeAlarmFilterSensitiveLog: (obj: CompositeAlarm) => any;
3053
+ /**
3054
+ * @internal
3055
+ */
3056
+ export declare const DashboardEntryFilterSensitiveLog: (obj: DashboardEntry) => any;
3057
+ /**
3058
+ * @internal
3059
+ */
3060
+ export declare const DashboardValidationMessageFilterSensitiveLog: (obj: DashboardValidationMessage) => any;
3061
+ /**
3062
+ * @internal
3063
+ */
3064
+ export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
3065
+ /**
3066
+ * @internal
3067
+ */
3068
+ export declare const DeleteAlarmsInputFilterSensitiveLog: (obj: DeleteAlarmsInput) => any;
3069
+ /**
3070
+ * @internal
3071
+ */
3072
+ export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
3073
+ /**
3074
+ * @internal
3075
+ */
3076
+ export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
3077
+ /**
3078
+ * @internal
3079
+ */
3080
+ export declare const DeleteDashboardsInputFilterSensitiveLog: (obj: DeleteDashboardsInput) => any;
3081
+ /**
3082
+ * @internal
3083
+ */
3084
+ export declare const DeleteDashboardsOutputFilterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
3085
+ /**
3086
+ * @internal
3087
+ */
3088
+ export declare const DeleteInsightRulesInputFilterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
3089
+ /**
3090
+ * @internal
3091
+ */
3092
+ export declare const DeleteInsightRulesOutputFilterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
3093
+ /**
3094
+ * @internal
3095
+ */
3096
+ export declare const DeleteMetricStreamInputFilterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
3097
+ /**
3098
+ * @internal
3099
+ */
3100
+ export declare const DeleteMetricStreamOutputFilterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
3101
+ /**
3102
+ * @internal
3103
+ */
3104
+ export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
3105
+ /**
3106
+ * @internal
3107
+ */
3108
+ export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
3109
+ /**
3110
+ * @internal
3111
+ */
3112
+ export declare const DescribeAlarmsInputFilterSensitiveLog: (obj: DescribeAlarmsInput) => any;
3113
+ /**
3114
+ * @internal
3115
+ */
3116
+ export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
3117
+ /**
3118
+ * @internal
3119
+ */
3120
+ export declare const DescribeAlarmsOutputFilterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
3121
+ /**
3122
+ * @internal
3123
+ */
3124
+ export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
3125
+ /**
3126
+ * @internal
3127
+ */
3128
+ export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
3129
+ /**
3130
+ * @internal
3131
+ */
3132
+ export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
3133
+ /**
3134
+ * @internal
3135
+ */
3136
+ export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
3137
+ /**
3138
+ * @internal
3139
+ */
3140
+ export declare const DescribeInsightRulesInputFilterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
3141
+ /**
3142
+ * @internal
3143
+ */
3144
+ export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
3145
+ /**
3146
+ * @internal
3147
+ */
3148
+ export declare const DescribeInsightRulesOutputFilterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
3149
+ /**
3150
+ * @internal
3151
+ */
3152
+ export declare const DimensionFilterFilterSensitiveLog: (obj: DimensionFilter) => any;
3153
+ /**
3154
+ * @internal
3155
+ */
3156
+ export declare const DisableAlarmActionsInputFilterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
3157
+ /**
3158
+ * @internal
3159
+ */
3160
+ export declare const DisableInsightRulesInputFilterSensitiveLog: (obj: DisableInsightRulesInput) => any;
3161
+ /**
3162
+ * @internal
3163
+ */
3164
+ export declare const DisableInsightRulesOutputFilterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
3165
+ /**
3166
+ * @internal
3167
+ */
3168
+ export declare const EnableAlarmActionsInputFilterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
3169
+ /**
3170
+ * @internal
3171
+ */
3172
+ export declare const EnableInsightRulesInputFilterSensitiveLog: (obj: EnableInsightRulesInput) => any;
3173
+ /**
3174
+ * @internal
3175
+ */
3176
+ export declare const EnableInsightRulesOutputFilterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
3177
+ /**
3178
+ * @internal
3179
+ */
3180
+ export declare const GetDashboardInputFilterSensitiveLog: (obj: GetDashboardInput) => any;
3181
+ /**
3182
+ * @internal
3183
+ */
3184
+ export declare const GetDashboardOutputFilterSensitiveLog: (obj: GetDashboardOutput) => any;
3185
+ /**
3186
+ * @internal
3187
+ */
3188
+ export declare const GetInsightRuleReportInputFilterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
3189
+ /**
3190
+ * @internal
3191
+ */
3192
+ export declare const InsightRuleContributorDatapointFilterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
3193
+ /**
3194
+ * @internal
3195
+ */
3196
+ export declare const InsightRuleContributorFilterSensitiveLog: (obj: InsightRuleContributor) => any;
3197
+ /**
3198
+ * @internal
3199
+ */
3200
+ export declare const InsightRuleMetricDatapointFilterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
3201
+ /**
3202
+ * @internal
3203
+ */
3204
+ export declare const GetInsightRuleReportOutputFilterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
3205
+ /**
3206
+ * @internal
3207
+ */
3208
+ export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
3209
+ /**
3210
+ * @internal
3211
+ */
3212
+ export declare const GetMetricDataInputFilterSensitiveLog: (obj: GetMetricDataInput) => any;
3213
+ /**
3214
+ * @internal
3215
+ */
3216
+ export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
3217
+ /**
3218
+ * @internal
3219
+ */
3220
+ export declare const MetricDataResultFilterSensitiveLog: (obj: MetricDataResult) => any;
3221
+ /**
3222
+ * @internal
3223
+ */
3224
+ export declare const GetMetricDataOutputFilterSensitiveLog: (obj: GetMetricDataOutput) => any;
3225
+ /**
3226
+ * @internal
3227
+ */
3228
+ export declare const GetMetricStatisticsInputFilterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
3229
+ /**
3230
+ * @internal
3231
+ */
3232
+ export declare const GetMetricStatisticsOutputFilterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
3233
+ /**
3234
+ * @internal
3235
+ */
3236
+ export declare const GetMetricStreamInputFilterSensitiveLog: (obj: GetMetricStreamInput) => any;
3237
+ /**
3238
+ * @internal
3239
+ */
3240
+ export declare const MetricStreamFilterFilterSensitiveLog: (obj: MetricStreamFilter) => any;
3241
+ /**
3242
+ * @internal
3243
+ */
3244
+ export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
3245
+ /**
3246
+ * @internal
3247
+ */
3248
+ export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
3249
+ /**
3250
+ * @internal
3251
+ */
3252
+ export declare const GetMetricStreamOutputFilterSensitiveLog: (obj: GetMetricStreamOutput) => any;
3253
+ /**
3254
+ * @internal
3255
+ */
3256
+ export declare const GetMetricWidgetImageInputFilterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
3257
+ /**
3258
+ * @internal
3259
+ */
3260
+ export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
3261
+ /**
3262
+ * @internal
3263
+ */
3264
+ export declare const ListDashboardsInputFilterSensitiveLog: (obj: ListDashboardsInput) => any;
3265
+ /**
3266
+ * @internal
3267
+ */
3268
+ export declare const ListDashboardsOutputFilterSensitiveLog: (obj: ListDashboardsOutput) => any;
3269
+ /**
3270
+ * @internal
3271
+ */
3272
+ export declare const ListMetricsInputFilterSensitiveLog: (obj: ListMetricsInput) => any;
3273
+ /**
3274
+ * @internal
3275
+ */
3276
+ export declare const ListMetricsOutputFilterSensitiveLog: (obj: ListMetricsOutput) => any;
3277
+ /**
3278
+ * @internal
3279
+ */
3280
+ export declare const ListMetricStreamsInputFilterSensitiveLog: (obj: ListMetricStreamsInput) => any;
3281
+ /**
3282
+ * @internal
3283
+ */
3284
+ export declare const MetricStreamEntryFilterSensitiveLog: (obj: MetricStreamEntry) => any;
3285
+ /**
3286
+ * @internal
3287
+ */
3288
+ export declare const ListMetricStreamsOutputFilterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
3289
+ /**
3290
+ * @internal
3291
+ */
3292
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
3293
+ /**
3294
+ * @internal
3295
+ */
3296
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3297
+ /**
3298
+ * @internal
3299
+ */
3300
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
3301
+ /**
3302
+ * @internal
3303
+ */
3304
+ export declare const PutAnomalyDetectorInputFilterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
3305
+ /**
3306
+ * @internal
3307
+ */
3308
+ export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
3309
+ /**
3310
+ * @internal
3311
+ */
3312
+ export declare const PutCompositeAlarmInputFilterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
3313
+ /**
3314
+ * @internal
3315
+ */
3316
+ export declare const PutDashboardInputFilterSensitiveLog: (obj: PutDashboardInput) => any;
3317
+ /**
3318
+ * @internal
3319
+ */
3320
+ export declare const PutDashboardOutputFilterSensitiveLog: (obj: PutDashboardOutput) => any;
3321
+ /**
3322
+ * @internal
3323
+ */
3324
+ export declare const PutInsightRuleInputFilterSensitiveLog: (obj: PutInsightRuleInput) => any;
3325
+ /**
3326
+ * @internal
3327
+ */
3328
+ export declare const PutInsightRuleOutputFilterSensitiveLog: (obj: PutInsightRuleOutput) => any;
3329
+ /**
3330
+ * @internal
3331
+ */
3332
+ export declare const PutMetricAlarmInputFilterSensitiveLog: (obj: PutMetricAlarmInput) => any;
3333
+ /**
3334
+ * @internal
3335
+ */
3336
+ export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
3337
+ /**
3338
+ * @internal
3339
+ */
3340
+ export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
3341
+ /**
3342
+ * @internal
3343
+ */
3344
+ export declare const PutMetricDataInputFilterSensitiveLog: (obj: PutMetricDataInput) => any;
3345
+ /**
3346
+ * @internal
3347
+ */
3348
+ export declare const PutMetricStreamInputFilterSensitiveLog: (obj: PutMetricStreamInput) => any;
3349
+ /**
3350
+ * @internal
3351
+ */
3352
+ export declare const PutMetricStreamOutputFilterSensitiveLog: (obj: PutMetricStreamOutput) => any;
3353
+ /**
3354
+ * @internal
3355
+ */
3356
+ export declare const SetAlarmStateInputFilterSensitiveLog: (obj: SetAlarmStateInput) => any;
3357
+ /**
3358
+ * @internal
3359
+ */
3360
+ export declare const StartMetricStreamsInputFilterSensitiveLog: (obj: StartMetricStreamsInput) => any;
3361
+ /**
3362
+ * @internal
3363
+ */
3364
+ export declare const StartMetricStreamsOutputFilterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
3365
+ /**
3366
+ * @internal
3367
+ */
3368
+ export declare const StopMetricStreamsInputFilterSensitiveLog: (obj: StopMetricStreamsInput) => any;
3369
+ /**
3370
+ * @internal
3371
+ */
3372
+ export declare const StopMetricStreamsOutputFilterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
3373
+ /**
3374
+ * @internal
3375
+ */
3376
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
3377
+ /**
3378
+ * @internal
3379
+ */
3380
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
3381
+ /**
3382
+ * @internal
3383
+ */
3384
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
3385
+ /**
3386
+ * @internal
3387
+ */
3388
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;