@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
@@ -36,12 +36,6 @@ export interface AlarmHistoryItem {
36
36
  */
37
37
  HistoryData?: string;
38
38
  }
39
- export declare namespace AlarmHistoryItem {
40
- /**
41
- * @internal
42
- */
43
- const filterSensitiveLog: (obj: AlarmHistoryItem) => any;
44
- }
45
39
  /**
46
40
  * <p>Specifies one range of days or times to exclude from use for training an
47
41
  * anomaly detection model.</p>
@@ -58,12 +52,6 @@ export interface Range {
58
52
  */
59
53
  EndTime: Date | undefined;
60
54
  }
61
- export declare namespace Range {
62
- /**
63
- * @internal
64
- */
65
- const filterSensitiveLog: (obj: Range) => any;
66
- }
67
55
  /**
68
56
  * <p>The configuration specifies details about how the anomaly detection model is to be trained,
69
57
  * including time ranges to exclude from use for training the model and the time zone to
@@ -85,12 +73,6 @@ export interface AnomalyDetectorConfiguration {
85
73
  */
86
74
  MetricTimezone?: string;
87
75
  }
88
- export declare namespace AnomalyDetectorConfiguration {
89
- /**
90
- * @internal
91
- */
92
- const filterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
93
- }
94
76
  /**
95
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
96
78
  * identifier for a metric, whenever you add a unique name/value pair to one of
@@ -111,12 +93,6 @@ export interface Dimension {
111
93
  */
112
94
  Value: string | undefined;
113
95
  }
114
- export declare namespace Dimension {
115
- /**
116
- * @internal
117
- */
118
- const filterSensitiveLog: (obj: Dimension) => any;
119
- }
120
96
  /**
121
97
  * <p>Represents a specific metric.</p>
122
98
  */
@@ -134,12 +110,6 @@ export interface Metric {
134
110
  */
135
111
  Dimensions?: Dimension[];
136
112
  }
137
- export declare namespace Metric {
138
- /**
139
- * @internal
140
- */
141
- const filterSensitiveLog: (obj: Metric) => any;
142
- }
143
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";
144
114
  /**
145
115
  * <p>This structure defines the metric to be returned, along with the statistics, period, and units.</p>
@@ -181,12 +151,6 @@ export interface MetricStat {
181
151
  */
182
152
  Unit?: StandardUnit | string;
183
153
  }
184
- export declare namespace MetricStat {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: MetricStat) => any;
189
- }
190
154
  /**
191
155
  * <p>This structure is used in both <code>GetMetricData</code> and <code>PutMetricAlarm</code>. The supported
192
156
  * use of this structure is different for those two operations.</p>
@@ -277,12 +241,6 @@ export interface MetricDataQuery {
277
241
  */
278
242
  AccountId?: string;
279
243
  }
280
- export declare namespace MetricDataQuery {
281
- /**
282
- * @internal
283
- */
284
- const filterSensitiveLog: (obj: MetricDataQuery) => any;
285
- }
286
244
  /**
287
245
  * <p>Indicates the CloudWatch math expression that provides the time series the anomaly detector
288
246
  * uses as input.
@@ -305,12 +263,6 @@ export interface MetricMathAnomalyDetector {
305
263
  */
306
264
  MetricDataQueries?: MetricDataQuery[];
307
265
  }
308
- export declare namespace MetricMathAnomalyDetector {
309
- /**
310
- * @internal
311
- */
312
- const filterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
313
- }
314
266
  /**
315
267
  * <p>Designates the CloudWatch metric and statistic that provides the time series the anomaly detector
316
268
  * uses as input.</p>
@@ -333,12 +285,6 @@ export interface SingleMetricAnomalyDetector {
333
285
  */
334
286
  Stat?: string;
335
287
  }
336
- export declare namespace SingleMetricAnomalyDetector {
337
- /**
338
- * @internal
339
- */
340
- const filterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
341
- }
342
288
  export declare type AnomalyDetectorStateValue = "PENDING_TRAINING" | "TRAINED" | "TRAINED_INSUFFICIENT_DATA";
343
289
  /**
344
290
  * <p>An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression.
@@ -391,12 +337,6 @@ export interface AnomalyDetector {
391
337
  */
392
338
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
393
339
  }
394
- export declare namespace AnomalyDetector {
395
- /**
396
- * @internal
397
- */
398
- const filterSensitiveLog: (obj: AnomalyDetector) => any;
399
- }
400
340
  export declare enum AnomalyDetectorType {
401
341
  METRIC_MATH = "METRIC_MATH",
402
342
  SINGLE_METRIC = "SINGLE_METRIC"
@@ -423,12 +363,6 @@ export interface PartialFailure {
423
363
  */
424
364
  FailureDescription?: string;
425
365
  }
426
- export declare namespace PartialFailure {
427
- /**
428
- * @internal
429
- */
430
- const filterSensitiveLog: (obj: PartialFailure) => any;
431
- }
432
366
  export declare type ComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "GreaterThanUpperThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "LessThanOrEqualToThreshold" | "LessThanThreshold";
433
367
  export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
434
368
  /**
@@ -583,12 +517,6 @@ export interface CompositeAlarm {
583
517
  */
584
518
  ActionsSuppressorExtensionPeriod?: number;
585
519
  }
586
- export declare namespace CompositeAlarm {
587
- /**
588
- * @internal
589
- */
590
- const filterSensitiveLog: (obj: CompositeAlarm) => any;
591
- }
592
520
  /**
593
521
  * <p>More than one process tried to modify a resource at the same time.</p>
594
522
  */
@@ -623,12 +551,6 @@ export interface DashboardEntry {
623
551
  */
624
552
  Size?: number;
625
553
  }
626
- export declare namespace DashboardEntry {
627
- /**
628
- * @internal
629
- */
630
- const filterSensitiveLog: (obj: DashboardEntry) => any;
631
- }
632
554
  /**
633
555
  * <p>An error or warning for the operation.</p>
634
556
  */
@@ -642,12 +564,6 @@ export interface DashboardValidationMessage {
642
564
  */
643
565
  Message?: string;
644
566
  }
645
- export declare namespace DashboardValidationMessage {
646
- /**
647
- * @internal
648
- */
649
- const filterSensitiveLog: (obj: DashboardValidationMessage) => any;
650
- }
651
567
  /**
652
568
  * <p>Some part of the dashboard data is invalid.</p>
653
569
  */
@@ -709,24 +625,12 @@ export interface Datapoint {
709
625
  */
710
626
  ExtendedStatistics?: Record<string, number>;
711
627
  }
712
- export declare namespace Datapoint {
713
- /**
714
- * @internal
715
- */
716
- const filterSensitiveLog: (obj: Datapoint) => any;
717
- }
718
628
  export interface DeleteAlarmsInput {
719
629
  /**
720
630
  * <p>The alarms to be deleted.</p>
721
631
  */
722
632
  AlarmNames: string[] | undefined;
723
633
  }
724
- export declare namespace DeleteAlarmsInput {
725
- /**
726
- * @internal
727
- */
728
- const filterSensitiveLog: (obj: DeleteAlarmsInput) => any;
729
- }
730
634
  /**
731
635
  * <p>The named resource does not exist.</p>
732
636
  */
@@ -833,20 +737,8 @@ export interface DeleteAnomalyDetectorInput {
833
737
  */
834
738
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
835
739
  }
836
- export declare namespace DeleteAnomalyDetectorInput {
837
- /**
838
- * @internal
839
- */
840
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
841
- }
842
740
  export interface DeleteAnomalyDetectorOutput {
843
741
  }
844
- export declare namespace DeleteAnomalyDetectorOutput {
845
- /**
846
- * @internal
847
- */
848
- const filterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
849
- }
850
742
  /**
851
743
  * <p>Request processing has failed due to some unknown error, exception, or failure.</p>
852
744
  */
@@ -915,64 +807,28 @@ export interface DeleteDashboardsInput {
915
807
  */
916
808
  DashboardNames: string[] | undefined;
917
809
  }
918
- export declare namespace DeleteDashboardsInput {
919
- /**
920
- * @internal
921
- */
922
- const filterSensitiveLog: (obj: DeleteDashboardsInput) => any;
923
- }
924
810
  export interface DeleteDashboardsOutput {
925
811
  }
926
- export declare namespace DeleteDashboardsOutput {
927
- /**
928
- * @internal
929
- */
930
- const filterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
931
- }
932
812
  export interface DeleteInsightRulesInput {
933
813
  /**
934
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>
935
815
  */
936
816
  RuleNames: string[] | undefined;
937
817
  }
938
- export declare namespace DeleteInsightRulesInput {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
943
- }
944
818
  export interface DeleteInsightRulesOutput {
945
819
  /**
946
820
  * <p>An array listing the rules that could not be deleted. You cannot delete built-in rules.</p>
947
821
  */
948
822
  Failures?: PartialFailure[];
949
823
  }
950
- export declare namespace DeleteInsightRulesOutput {
951
- /**
952
- * @internal
953
- */
954
- const filterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
955
- }
956
824
  export interface DeleteMetricStreamInput {
957
825
  /**
958
826
  * <p>The name of the metric stream to delete.</p>
959
827
  */
960
828
  Name: string | undefined;
961
829
  }
962
- export declare namespace DeleteMetricStreamInput {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
967
- }
968
830
  export interface DeleteMetricStreamOutput {
969
831
  }
970
- export declare namespace DeleteMetricStreamOutput {
971
- /**
972
- * @internal
973
- */
974
- const filterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
975
- }
976
832
  export declare enum ScanBy {
977
833
  TIMESTAMP_ASCENDING = "TimestampAscending",
978
834
  TIMESTAMP_DESCENDING = "TimestampDescending"
@@ -1014,12 +870,6 @@ export interface DescribeAlarmHistoryInput {
1014
870
  */
1015
871
  ScanBy?: ScanBy | string;
1016
872
  }
1017
- export declare namespace DescribeAlarmHistoryInput {
1018
- /**
1019
- * @internal
1020
- */
1021
- const filterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
1022
- }
1023
873
  export interface DescribeAlarmHistoryOutput {
1024
874
  /**
1025
875
  * <p>The alarm histories, in JSON format.</p>
@@ -1030,12 +880,6 @@ export interface DescribeAlarmHistoryOutput {
1030
880
  */
1031
881
  NextToken?: string;
1032
882
  }
1033
- export declare namespace DescribeAlarmHistoryOutput {
1034
- /**
1035
- * @internal
1036
- */
1037
- const filterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
1038
- }
1039
883
  /**
1040
884
  * <p>The next token specified is invalid.</p>
1041
885
  */
@@ -1121,12 +965,6 @@ export interface DescribeAlarmsInput {
1121
965
  */
1122
966
  NextToken?: string;
1123
967
  }
1124
- export declare namespace DescribeAlarmsInput {
1125
- /**
1126
- * @internal
1127
- */
1128
- const filterSensitiveLog: (obj: DescribeAlarmsInput) => any;
1129
- }
1130
968
  export declare type Statistic = "Average" | "Maximum" | "Minimum" | "SampleCount" | "Sum";
1131
969
  /**
1132
970
  * <p>The details about a metric alarm.</p>
@@ -1264,12 +1102,6 @@ export interface MetricAlarm {
1264
1102
  */
1265
1103
  ThresholdMetricId?: string;
1266
1104
  }
1267
- export declare namespace MetricAlarm {
1268
- /**
1269
- * @internal
1270
- */
1271
- const filterSensitiveLog: (obj: MetricAlarm) => any;
1272
- }
1273
1105
  export interface DescribeAlarmsOutput {
1274
1106
  /**
1275
1107
  * <p>The information about any composite alarms returned by the operation.</p>
@@ -1284,12 +1116,6 @@ export interface DescribeAlarmsOutput {
1284
1116
  */
1285
1117
  NextToken?: string;
1286
1118
  }
1287
- export declare namespace DescribeAlarmsOutput {
1288
- /**
1289
- * @internal
1290
- */
1291
- const filterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
1292
- }
1293
1119
  export interface DescribeAlarmsForMetricInput {
1294
1120
  /**
1295
1121
  * <p>The name of the metric.</p>
@@ -1323,24 +1149,12 @@ export interface DescribeAlarmsForMetricInput {
1323
1149
  */
1324
1150
  Unit?: StandardUnit | string;
1325
1151
  }
1326
- export declare namespace DescribeAlarmsForMetricInput {
1327
- /**
1328
- * @internal
1329
- */
1330
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
1331
- }
1332
1152
  export interface DescribeAlarmsForMetricOutput {
1333
1153
  /**
1334
1154
  * <p>The information for each alarm with the specified metric.</p>
1335
1155
  */
1336
1156
  MetricAlarms?: MetricAlarm[];
1337
1157
  }
1338
- export declare namespace DescribeAlarmsForMetricOutput {
1339
- /**
1340
- * @internal
1341
- */
1342
- const filterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
1343
- }
1344
1158
  export interface DescribeAnomalyDetectorsInput {
1345
1159
  /**
1346
1160
  * <p>Use the token returned by the previous operation to request the next page of results.</p>
@@ -1376,12 +1190,6 @@ export interface DescribeAnomalyDetectorsInput {
1376
1190
  */
1377
1191
  AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
1378
1192
  }
1379
- export declare namespace DescribeAnomalyDetectorsInput {
1380
- /**
1381
- * @internal
1382
- */
1383
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
1384
- }
1385
1193
  export interface DescribeAnomalyDetectorsOutput {
1386
1194
  /**
1387
1195
  * <p>The list of anomaly detection models returned by the operation.</p>
@@ -1393,12 +1201,6 @@ export interface DescribeAnomalyDetectorsOutput {
1393
1201
  */
1394
1202
  NextToken?: string;
1395
1203
  }
1396
- export declare namespace DescribeAnomalyDetectorsOutput {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
1401
- }
1402
1204
  export interface DescribeInsightRulesInput {
1403
1205
  /**
1404
1206
  * <p>Include this value, if it was returned by the previous operation, to get the next set of rules.</p>
@@ -1410,12 +1212,6 @@ export interface DescribeInsightRulesInput {
1410
1212
  */
1411
1213
  MaxResults?: number;
1412
1214
  }
1413
- export declare namespace DescribeInsightRulesInput {
1414
- /**
1415
- * @internal
1416
- */
1417
- const filterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
1418
- }
1419
1215
  /**
1420
1216
  * <p>This structure contains the definition
1421
1217
  * for a Contributor Insights rule.
@@ -1447,12 +1243,6 @@ export interface InsightRule {
1447
1243
  */
1448
1244
  Definition: string | undefined;
1449
1245
  }
1450
- export declare namespace InsightRule {
1451
- /**
1452
- * @internal
1453
- */
1454
- const filterSensitiveLog: (obj: InsightRule) => any;
1455
- }
1456
1246
  export interface DescribeInsightRulesOutput {
1457
1247
  /**
1458
1248
  * <p>If this parameter is present, it is a token that marks the start of the next batch of returned results. </p>
@@ -1463,12 +1253,6 @@ export interface DescribeInsightRulesOutput {
1463
1253
  */
1464
1254
  InsightRules?: InsightRule[];
1465
1255
  }
1466
- export declare namespace DescribeInsightRulesOutput {
1467
- /**
1468
- * @internal
1469
- */
1470
- const filterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
1471
- }
1472
1256
  /**
1473
1257
  * <p>Represents filters for a dimension.</p>
1474
1258
  */
@@ -1482,84 +1266,42 @@ export interface DimensionFilter {
1482
1266
  */
1483
1267
  Value?: string;
1484
1268
  }
1485
- export declare namespace DimensionFilter {
1486
- /**
1487
- * @internal
1488
- */
1489
- const filterSensitiveLog: (obj: DimensionFilter) => any;
1490
- }
1491
1269
  export interface DisableAlarmActionsInput {
1492
1270
  /**
1493
1271
  * <p>The names of the alarms.</p>
1494
1272
  */
1495
1273
  AlarmNames: string[] | undefined;
1496
1274
  }
1497
- export declare namespace DisableAlarmActionsInput {
1498
- /**
1499
- * @internal
1500
- */
1501
- const filterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
1502
- }
1503
1275
  export interface DisableInsightRulesInput {
1504
1276
  /**
1505
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>
1506
1278
  */
1507
1279
  RuleNames: string[] | undefined;
1508
1280
  }
1509
- export declare namespace DisableInsightRulesInput {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: DisableInsightRulesInput) => any;
1514
- }
1515
1281
  export interface DisableInsightRulesOutput {
1516
1282
  /**
1517
1283
  * <p>An array listing the rules that could not be disabled. You cannot disable built-in rules.</p>
1518
1284
  */
1519
1285
  Failures?: PartialFailure[];
1520
1286
  }
1521
- export declare namespace DisableInsightRulesOutput {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
1526
- }
1527
1287
  export interface EnableAlarmActionsInput {
1528
1288
  /**
1529
1289
  * <p>The names of the alarms.</p>
1530
1290
  */
1531
1291
  AlarmNames: string[] | undefined;
1532
1292
  }
1533
- export declare namespace EnableAlarmActionsInput {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
1538
- }
1539
1293
  export interface EnableInsightRulesInput {
1540
1294
  /**
1541
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>
1542
1296
  */
1543
1297
  RuleNames: string[] | undefined;
1544
1298
  }
1545
- export declare namespace EnableInsightRulesInput {
1546
- /**
1547
- * @internal
1548
- */
1549
- const filterSensitiveLog: (obj: EnableInsightRulesInput) => any;
1550
- }
1551
1299
  export interface EnableInsightRulesOutput {
1552
1300
  /**
1553
1301
  * <p>An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.</p>
1554
1302
  */
1555
1303
  Failures?: PartialFailure[];
1556
1304
  }
1557
- export declare namespace EnableInsightRulesOutput {
1558
- /**
1559
- * @internal
1560
- */
1561
- const filterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
1562
- }
1563
1305
  /**
1564
1306
  * <p>The operation exceeded one or more limits.</p>
1565
1307
  */
@@ -1578,12 +1320,6 @@ export interface GetDashboardInput {
1578
1320
  */
1579
1321
  DashboardName: string | undefined;
1580
1322
  }
1581
- export declare namespace GetDashboardInput {
1582
- /**
1583
- * @internal
1584
- */
1585
- const filterSensitiveLog: (obj: GetDashboardInput) => any;
1586
- }
1587
1323
  export interface GetDashboardOutput {
1588
1324
  /**
1589
1325
  * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
@@ -1600,12 +1336,6 @@ export interface GetDashboardOutput {
1600
1336
  */
1601
1337
  DashboardName?: string;
1602
1338
  }
1603
- export declare namespace GetDashboardOutput {
1604
- /**
1605
- * @internal
1606
- */
1607
- const filterSensitiveLog: (obj: GetDashboardOutput) => any;
1608
- }
1609
1339
  export interface GetInsightRuleReportInput {
1610
1340
  /**
1611
1341
  * <p>The name of the rule that you want to see data from.</p>
@@ -1675,12 +1405,6 @@ export interface GetInsightRuleReportInput {
1675
1405
  */
1676
1406
  OrderBy?: string;
1677
1407
  }
1678
- export declare namespace GetInsightRuleReportInput {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
1683
- }
1684
1408
  /**
1685
1409
  * <p>One data point related to one contributor.</p>
1686
1410
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a> and
@@ -1696,12 +1420,6 @@ export interface InsightRuleContributorDatapoint {
1696
1420
  */
1697
1421
  ApproximateValue: number | undefined;
1698
1422
  }
1699
- export declare namespace InsightRuleContributorDatapoint {
1700
- /**
1701
- * @internal
1702
- */
1703
- const filterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
1704
- }
1705
1423
  /**
1706
1424
  * <p>One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then
1707
1425
  * a unique contributor is a unique combination of values from all the keys in the rule.</p>
@@ -1722,12 +1440,6 @@ export interface InsightRuleContributor {
1722
1440
  */
1723
1441
  Datapoints: InsightRuleContributorDatapoint[] | undefined;
1724
1442
  }
1725
- export declare namespace InsightRuleContributor {
1726
- /**
1727
- * @internal
1728
- */
1729
- const filterSensitiveLog: (obj: InsightRuleContributor) => any;
1730
- }
1731
1443
  /**
1732
1444
  * <p>One data point from the metric time series returned in a Contributor Insights rule report.</p>
1733
1445
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
@@ -1775,12 +1487,6 @@ export interface InsightRuleMetricDatapoint {
1775
1487
  */
1776
1488
  Maximum?: number;
1777
1489
  }
1778
- export declare namespace InsightRuleMetricDatapoint {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
1783
- }
1784
1490
  export interface GetInsightRuleReportOutput {
1785
1491
  /**
1786
1492
  * <p>An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors.
@@ -1809,12 +1515,6 @@ export interface GetInsightRuleReportOutput {
1809
1515
  */
1810
1516
  MetricDatapoints?: InsightRuleMetricDatapoint[];
1811
1517
  }
1812
- export declare namespace GetInsightRuleReportOutput {
1813
- /**
1814
- * @internal
1815
- */
1816
- const filterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
1817
- }
1818
1518
  /**
1819
1519
  * <p>This structure includes the <code>Timezone</code> parameter, which you can use
1820
1520
  * to specify your time zone so that the labels that are associated with returned metrics display the
@@ -1834,12 +1534,6 @@ export interface LabelOptions {
1834
1534
  */
1835
1535
  Timezone?: string;
1836
1536
  }
1837
- export declare namespace LabelOptions {
1838
- /**
1839
- * @internal
1840
- */
1841
- const filterSensitiveLog: (obj: LabelOptions) => any;
1842
- }
1843
1537
  export interface GetMetricDataInput {
1844
1538
  /**
1845
1539
  * <p>The metric queries to be returned. A single <code>GetMetricData</code> call can include as many as 500 <code>MetricDataQuery</code>
@@ -1914,12 +1608,6 @@ export interface GetMetricDataInput {
1914
1608
  */
1915
1609
  LabelOptions?: LabelOptions;
1916
1610
  }
1917
- export declare namespace GetMetricDataInput {
1918
- /**
1919
- * @internal
1920
- */
1921
- const filterSensitiveLog: (obj: GetMetricDataInput) => any;
1922
- }
1923
1611
  /**
1924
1612
  * <p>A message returned by the <code>GetMetricData</code>API, including a code and a description.</p>
1925
1613
  * <p>If a cross-Region <code>GetMetricData</code> operation fails with a code of <code>Forbidden</code> and a
@@ -1937,12 +1625,6 @@ export interface MessageData {
1937
1625
  */
1938
1626
  Value?: string;
1939
1627
  }
1940
- export declare namespace MessageData {
1941
- /**
1942
- * @internal
1943
- */
1944
- const filterSensitiveLog: (obj: MessageData) => any;
1945
- }
1946
1628
  export declare enum StatusCode {
1947
1629
  COMPLETE = "Complete",
1948
1630
  INTERNAL_ERROR = "InternalError",
@@ -1987,12 +1669,6 @@ export interface MetricDataResult {
1987
1669
  */
1988
1670
  Messages?: MessageData[];
1989
1671
  }
1990
- export declare namespace MetricDataResult {
1991
- /**
1992
- * @internal
1993
- */
1994
- const filterSensitiveLog: (obj: MetricDataResult) => any;
1995
- }
1996
1672
  export interface GetMetricDataOutput {
1997
1673
  /**
1998
1674
  * <p>The metrics that are returned, including the metric name, namespace, and dimensions.</p>
@@ -2012,12 +1688,6 @@ export interface GetMetricDataOutput {
2012
1688
  */
2013
1689
  Messages?: MessageData[];
2014
1690
  }
2015
- export declare namespace GetMetricDataOutput {
2016
- /**
2017
- * @internal
2018
- */
2019
- const filterSensitiveLog: (obj: GetMetricDataOutput) => any;
2020
- }
2021
1691
  export interface GetMetricStatisticsInput {
2022
1692
  /**
2023
1693
  * <p>The namespace of the metric, with or without spaces.</p>
@@ -2112,12 +1782,6 @@ export interface GetMetricStatisticsInput {
2112
1782
  */
2113
1783
  Unit?: StandardUnit | string;
2114
1784
  }
2115
- export declare namespace GetMetricStatisticsInput {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
2120
- }
2121
1785
  export interface GetMetricStatisticsOutput {
2122
1786
  /**
2123
1787
  * <p>A label for the specified metric.</p>
@@ -2128,24 +1792,12 @@ export interface GetMetricStatisticsOutput {
2128
1792
  */
2129
1793
  Datapoints?: Datapoint[];
2130
1794
  }
2131
- export declare namespace GetMetricStatisticsOutput {
2132
- /**
2133
- * @internal
2134
- */
2135
- const filterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
2136
- }
2137
1795
  export interface GetMetricStreamInput {
2138
1796
  /**
2139
1797
  * <p>The name of the metric stream to retrieve information about.</p>
2140
1798
  */
2141
1799
  Name: string | undefined;
2142
1800
  }
2143
- export declare namespace GetMetricStreamInput {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: GetMetricStreamInput) => any;
2148
- }
2149
1801
  /**
2150
1802
  * <p>This structure contains the name of one of the metric namespaces that is listed in
2151
1803
  * a filter of a metric stream.</p>
@@ -2156,12 +1808,6 @@ export interface MetricStreamFilter {
2156
1808
  */
2157
1809
  Namespace?: string;
2158
1810
  }
2159
- export declare namespace MetricStreamFilter {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: MetricStreamFilter) => any;
2164
- }
2165
1811
  export declare enum MetricStreamOutputFormat {
2166
1812
  JSON = "json",
2167
1813
  OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
@@ -2180,12 +1826,6 @@ export interface MetricStreamStatisticsMetric {
2180
1826
  */
2181
1827
  MetricName: string | undefined;
2182
1828
  }
2183
- export declare namespace MetricStreamStatisticsMetric {
2184
- /**
2185
- * @internal
2186
- */
2187
- const filterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
2188
- }
2189
1829
  /**
2190
1830
  * <p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>,
2191
1831
  * and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. This structure contains information for
@@ -2218,12 +1858,6 @@ export interface MetricStreamStatisticsConfiguration {
2218
1858
  */
2219
1859
  AdditionalStatistics: string[] | undefined;
2220
1860
  }
2221
- export declare namespace MetricStreamStatisticsConfiguration {
2222
- /**
2223
- * @internal
2224
- */
2225
- const filterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
2226
- }
2227
1861
  export interface GetMetricStreamOutput {
2228
1862
  /**
2229
1863
  * <p>The ARN of the metric stream.</p>
@@ -2283,12 +1917,6 @@ export interface GetMetricStreamOutput {
2283
1917
  */
2284
1918
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
2285
1919
  }
2286
- export declare namespace GetMetricStreamOutput {
2287
- /**
2288
- * @internal
2289
- */
2290
- const filterSensitiveLog: (obj: GetMetricStreamOutput) => any;
2291
- }
2292
1920
  export interface GetMetricWidgetImageInput {
2293
1921
  /**
2294
1922
  * <p>A JSON string that defines the bitmap graph to be retrieved. The string includes the
@@ -2347,24 +1975,12 @@ export interface GetMetricWidgetImageInput {
2347
1975
  */
2348
1976
  OutputFormat?: string;
2349
1977
  }
2350
- export declare namespace GetMetricWidgetImageInput {
2351
- /**
2352
- * @internal
2353
- */
2354
- const filterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
2355
- }
2356
1978
  export interface GetMetricWidgetImageOutput {
2357
1979
  /**
2358
1980
  * <p>The image of the graph, in the output format specified. The output is base64-encoded.</p>
2359
1981
  */
2360
1982
  MetricWidgetImage?: Uint8Array;
2361
1983
  }
2362
- export declare namespace GetMetricWidgetImageOutput {
2363
- /**
2364
- * @internal
2365
- */
2366
- const filterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
2367
- }
2368
1984
  export interface ListDashboardsInput {
2369
1985
  /**
2370
1986
  * <p>If you specify this parameter, only
@@ -2379,12 +1995,6 @@ export interface ListDashboardsInput {
2379
1995
  */
2380
1996
  NextToken?: string;
2381
1997
  }
2382
- export declare namespace ListDashboardsInput {
2383
- /**
2384
- * @internal
2385
- */
2386
- const filterSensitiveLog: (obj: ListDashboardsInput) => any;
2387
- }
2388
1998
  export interface ListDashboardsOutput {
2389
1999
  /**
2390
2000
  * <p>The list of matching dashboards.</p>
@@ -2395,12 +2005,6 @@ export interface ListDashboardsOutput {
2395
2005
  */
2396
2006
  NextToken?: string;
2397
2007
  }
2398
- export declare namespace ListDashboardsOutput {
2399
- /**
2400
- * @internal
2401
- */
2402
- const filterSensitiveLog: (obj: ListDashboardsOutput) => any;
2403
- }
2404
2008
  export declare enum RecentlyActive {
2405
2009
  PT3H = "PT3H"
2406
2010
  }
@@ -2436,12 +2040,6 @@ export interface ListMetricsInput {
2436
2040
  */
2437
2041
  RecentlyActive?: RecentlyActive | string;
2438
2042
  }
2439
- export declare namespace ListMetricsInput {
2440
- /**
2441
- * @internal
2442
- */
2443
- const filterSensitiveLog: (obj: ListMetricsInput) => any;
2444
- }
2445
2043
  export interface ListMetricsOutput {
2446
2044
  /**
2447
2045
  * <p>The metrics that match your request. </p>
@@ -2452,12 +2050,6 @@ export interface ListMetricsOutput {
2452
2050
  */
2453
2051
  NextToken?: string;
2454
2052
  }
2455
- export declare namespace ListMetricsOutput {
2456
- /**
2457
- * @internal
2458
- */
2459
- const filterSensitiveLog: (obj: ListMetricsOutput) => any;
2460
- }
2461
2053
  export interface ListMetricStreamsInput {
2462
2054
  /**
2463
2055
  * <p>Include this value, if it was returned by the previous call, to get the next set of metric streams.</p>
@@ -2468,12 +2060,6 @@ export interface ListMetricStreamsInput {
2468
2060
  */
2469
2061
  MaxResults?: number;
2470
2062
  }
2471
- export declare namespace ListMetricStreamsInput {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: ListMetricStreamsInput) => any;
2476
- }
2477
2063
  /**
2478
2064
  * <p>This structure contains the configuration information about one metric stream.</p>
2479
2065
  */
@@ -2509,12 +2095,6 @@ export interface MetricStreamEntry {
2509
2095
  */
2510
2096
  OutputFormat?: MetricStreamOutputFormat | string;
2511
2097
  }
2512
- export declare namespace MetricStreamEntry {
2513
- /**
2514
- * @internal
2515
- */
2516
- const filterSensitiveLog: (obj: MetricStreamEntry) => any;
2517
- }
2518
2098
  export interface ListMetricStreamsOutput {
2519
2099
  /**
2520
2100
  * <p>The token that marks the start of the next batch of returned results. You can use this
@@ -2526,12 +2106,6 @@ export interface ListMetricStreamsOutput {
2526
2106
  */
2527
2107
  Entries?: MetricStreamEntry[];
2528
2108
  }
2529
- export declare namespace ListMetricStreamsOutput {
2530
- /**
2531
- * @internal
2532
- */
2533
- const filterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
2534
- }
2535
2109
  export interface ListTagsForResourceInput {
2536
2110
  /**
2537
2111
  * <p>The ARN of the CloudWatch resource that you want to view tags for.</p>
@@ -2549,12 +2123,6 @@ export interface ListTagsForResourceInput {
2549
2123
  */
2550
2124
  ResourceARN: string | undefined;
2551
2125
  }
2552
- export declare namespace ListTagsForResourceInput {
2553
- /**
2554
- * @internal
2555
- */
2556
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2557
- }
2558
2126
  /**
2559
2127
  * <p>A key-value pair associated with a CloudWatch resource.</p>
2560
2128
  */
@@ -2569,24 +2137,12 @@ export interface Tag {
2569
2137
  */
2570
2138
  Value: string | undefined;
2571
2139
  }
2572
- export declare namespace Tag {
2573
- /**
2574
- * @internal
2575
- */
2576
- const filterSensitiveLog: (obj: Tag) => any;
2577
- }
2578
2140
  export interface ListTagsForResourceOutput {
2579
2141
  /**
2580
2142
  * <p>The list of tag keys and values associated with the resource you specified.</p>
2581
2143
  */
2582
2144
  Tags?: Tag[];
2583
2145
  }
2584
- export declare namespace ListTagsForResourceOutput {
2585
- /**
2586
- * @internal
2587
- */
2588
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2589
- }
2590
2146
  export interface PutAnomalyDetectorInput {
2591
2147
  /**
2592
2148
  * @deprecated
@@ -2694,20 +2250,8 @@ export interface PutAnomalyDetectorInput {
2694
2250
  */
2695
2251
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
2696
2252
  }
2697
- export declare namespace PutAnomalyDetectorInput {
2698
- /**
2699
- * @internal
2700
- */
2701
- const filterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
2702
- }
2703
2253
  export interface PutAnomalyDetectorOutput {
2704
2254
  }
2705
- export declare namespace PutAnomalyDetectorOutput {
2706
- /**
2707
- * @internal
2708
- */
2709
- const filterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
2710
- }
2711
2255
  /**
2712
2256
  * <p>The quota for alarms for this customer has already been reached.</p>
2713
2257
  */
@@ -2886,12 +2430,6 @@ export interface PutCompositeAlarmInput {
2886
2430
  */
2887
2431
  ActionsSuppressorExtensionPeriod?: number;
2888
2432
  }
2889
- export declare namespace PutCompositeAlarmInput {
2890
- /**
2891
- * @internal
2892
- */
2893
- const filterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
2894
- }
2895
2433
  export interface PutDashboardInput {
2896
2434
  /**
2897
2435
  * <p>The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing
@@ -2907,12 +2445,6 @@ export interface PutDashboardInput {
2907
2445
  */
2908
2446
  DashboardBody: string | undefined;
2909
2447
  }
2910
- export declare namespace PutDashboardInput {
2911
- /**
2912
- * @internal
2913
- */
2914
- const filterSensitiveLog: (obj: PutDashboardInput) => any;
2915
- }
2916
2448
  export interface PutDashboardOutput {
2917
2449
  /**
2918
2450
  * <p>If the input for <code>PutDashboard</code> was correct and the dashboard was successfully created or modified, this result is empty.</p>
@@ -2923,12 +2455,6 @@ export interface PutDashboardOutput {
2923
2455
  */
2924
2456
  DashboardValidationMessages?: DashboardValidationMessage[];
2925
2457
  }
2926
- export declare namespace PutDashboardOutput {
2927
- /**
2928
- * @internal
2929
- */
2930
- const filterSensitiveLog: (obj: PutDashboardOutput) => any;
2931
- }
2932
2458
  export interface PutInsightRuleInput {
2933
2459
  /**
2934
2460
  * <p>A unique name for the rule.</p>
@@ -2959,20 +2485,8 @@ export interface PutInsightRuleInput {
2959
2485
  */
2960
2486
  Tags?: Tag[];
2961
2487
  }
2962
- export declare namespace PutInsightRuleInput {
2963
- /**
2964
- * @internal
2965
- */
2966
- const filterSensitiveLog: (obj: PutInsightRuleInput) => any;
2967
- }
2968
2488
  export interface PutInsightRuleOutput {
2969
2489
  }
2970
- export declare namespace PutInsightRuleOutput {
2971
- /**
2972
- * @internal
2973
- */
2974
- const filterSensitiveLog: (obj: PutInsightRuleOutput) => any;
2975
- }
2976
2490
  export interface PutMetricAlarmInput {
2977
2491
  /**
2978
2492
  * <p>The name for the alarm. This name must be unique within the Region.</p>
@@ -3209,12 +2723,6 @@ export interface PutMetricAlarmInput {
3209
2723
  */
3210
2724
  ThresholdMetricId?: string;
3211
2725
  }
3212
- export declare namespace PutMetricAlarmInput {
3213
- /**
3214
- * @internal
3215
- */
3216
- const filterSensitiveLog: (obj: PutMetricAlarmInput) => any;
3217
- }
3218
2726
  /**
3219
2727
  * <p>Represents a set of statistics that describes a specific metric. </p>
3220
2728
  */
@@ -3236,12 +2744,6 @@ export interface StatisticSet {
3236
2744
  */
3237
2745
  Maximum: number | undefined;
3238
2746
  }
3239
- export declare namespace StatisticSet {
3240
- /**
3241
- * @internal
3242
- */
3243
- const filterSensitiveLog: (obj: StatisticSet) => any;
3244
- }
3245
2747
  /**
3246
2748
  * <p>Encapsulates the information sent to either create a metric or add new values
3247
2749
  * to be aggregated into an existing metric.</p>
@@ -3305,12 +2807,6 @@ export interface MetricDatum {
3305
2807
  */
3306
2808
  StorageResolution?: number;
3307
2809
  }
3308
- export declare namespace MetricDatum {
3309
- /**
3310
- * @internal
3311
- */
3312
- const filterSensitiveLog: (obj: MetricDatum) => any;
3313
- }
3314
2810
  export interface PutMetricDataInput {
3315
2811
  /**
3316
2812
  * <p>The namespace for the metric data.</p>
@@ -3324,12 +2820,6 @@ export interface PutMetricDataInput {
3324
2820
  */
3325
2821
  MetricData: MetricDatum[] | undefined;
3326
2822
  }
3327
- export declare namespace PutMetricDataInput {
3328
- /**
3329
- * @internal
3330
- */
3331
- const filterSensitiveLog: (obj: PutMetricDataInput) => any;
3332
- }
3333
2823
  export interface PutMetricStreamInput {
3334
2824
  /**
3335
2825
  * <p>If you are creating a new metric stream, this is the name for the new stream. The name
@@ -3407,24 +2897,12 @@ export interface PutMetricStreamInput {
3407
2897
  */
3408
2898
  StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
3409
2899
  }
3410
- export declare namespace PutMetricStreamInput {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: PutMetricStreamInput) => any;
3415
- }
3416
2900
  export interface PutMetricStreamOutput {
3417
2901
  /**
3418
2902
  * <p>The ARN of the metric stream.</p>
3419
2903
  */
3420
2904
  Arn?: string;
3421
2905
  }
3422
- export declare namespace PutMetricStreamOutput {
3423
- /**
3424
- * @internal
3425
- */
3426
- const filterSensitiveLog: (obj: PutMetricStreamOutput) => any;
3427
- }
3428
2906
  /**
3429
2907
  * <p>Data was not syntactically valid JSON.</p>
3430
2908
  */
@@ -3456,12 +2934,6 @@ export interface SetAlarmStateInput {
3456
2934
  */
3457
2935
  StateReasonData?: string;
3458
2936
  }
3459
- export declare namespace SetAlarmStateInput {
3460
- /**
3461
- * @internal
3462
- */
3463
- const filterSensitiveLog: (obj: SetAlarmStateInput) => any;
3464
- }
3465
2937
  export interface StartMetricStreamsInput {
3466
2938
  /**
3467
2939
  * <p>The array of the names of metric streams to start streaming.</p>
@@ -3471,20 +2943,8 @@ export interface StartMetricStreamsInput {
3471
2943
  */
3472
2944
  Names: string[] | undefined;
3473
2945
  }
3474
- export declare namespace StartMetricStreamsInput {
3475
- /**
3476
- * @internal
3477
- */
3478
- const filterSensitiveLog: (obj: StartMetricStreamsInput) => any;
3479
- }
3480
2946
  export interface StartMetricStreamsOutput {
3481
2947
  }
3482
- export declare namespace StartMetricStreamsOutput {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
3487
- }
3488
2948
  export interface StopMetricStreamsInput {
3489
2949
  /**
3490
2950
  * <p>The array of the names of metric streams to stop streaming.</p>
@@ -3494,20 +2954,8 @@ export interface StopMetricStreamsInput {
3494
2954
  */
3495
2955
  Names: string[] | undefined;
3496
2956
  }
3497
- export declare namespace StopMetricStreamsInput {
3498
- /**
3499
- * @internal
3500
- */
3501
- const filterSensitiveLog: (obj: StopMetricStreamsInput) => any;
3502
- }
3503
2957
  export interface StopMetricStreamsOutput {
3504
2958
  }
3505
- export declare namespace StopMetricStreamsOutput {
3506
- /**
3507
- * @internal
3508
- */
3509
- const filterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
3510
- }
3511
2959
  export interface TagResourceInput {
3512
2960
  /**
3513
2961
  * <p>The ARN of the CloudWatch resource that you're adding tags to.</p>
@@ -3529,20 +2977,8 @@ export interface TagResourceInput {
3529
2977
  */
3530
2978
  Tags: Tag[] | undefined;
3531
2979
  }
3532
- export declare namespace TagResourceInput {
3533
- /**
3534
- * @internal
3535
- */
3536
- const filterSensitiveLog: (obj: TagResourceInput) => any;
3537
- }
3538
2980
  export interface TagResourceOutput {
3539
2981
  }
3540
- export declare namespace TagResourceOutput {
3541
- /**
3542
- * @internal
3543
- */
3544
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
3545
- }
3546
2982
  export interface UntagResourceInput {
3547
2983
  /**
3548
2984
  * <p>The ARN of the CloudWatch resource that you're removing tags from.</p>
@@ -3564,17 +3000,389 @@ export interface UntagResourceInput {
3564
3000
  */
3565
3001
  TagKeys: string[] | undefined;
3566
3002
  }
3567
- export declare namespace UntagResourceInput {
3568
- /**
3569
- * @internal
3570
- */
3571
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
3572
- }
3573
3003
  export interface UntagResourceOutput {
3574
3004
  }
3575
- export declare namespace UntagResourceOutput {
3576
- /**
3577
- * @internal
3578
- */
3579
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
3580
- }
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;