@aws-sdk/client-cloudwatch 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudWatch.d.ts +650 -195
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +332 -111
  4. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +31 -17
  17. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +30 -17
  35. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +30 -17
  38. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +7 -7
  45. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +7 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +1029 -1321
  48. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  59. package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +11 -7
  66. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +11 -7
  67. package/package.json +35 -35
@@ -1,1321 +1,1029 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
3
- export declare enum ActionsSuppressedBy {
4
- Alarm = "Alarm",
5
- ExtensionPeriod = "ExtensionPeriod",
6
- WaitPeriod = "WaitPeriod"
7
- }
8
- export declare type AlarmType = "CompositeAlarm" | "MetricAlarm";
9
- export declare type HistoryItemType = "Action" | "ConfigurationUpdate" | "StateUpdate";
10
-
11
- export interface AlarmHistoryItem {
12
-
13
- AlarmName?: string;
14
-
15
- AlarmType?: AlarmType | string;
16
-
17
- Timestamp?: Date;
18
-
19
- HistoryItemType?: HistoryItemType | string;
20
-
21
- HistorySummary?: string;
22
-
23
- HistoryData?: string;
24
- }
25
-
26
- export interface Range {
27
-
28
- StartTime: Date | undefined;
29
-
30
- EndTime: Date | undefined;
31
- }
32
-
33
- export interface AnomalyDetectorConfiguration {
34
-
35
- ExcludedTimeRanges?: Range[];
36
-
37
- MetricTimezone?: string;
38
- }
39
-
40
- export interface Dimension {
41
-
42
- Name: string | undefined;
43
-
44
- Value: string | undefined;
45
- }
46
-
47
- export interface Metric {
48
-
49
- Namespace?: string;
50
-
51
- MetricName?: string;
52
-
53
- Dimensions?: Dimension[];
54
- }
55
- export declare type StandardUnit = "Bits" | "Bits/Second" | "Bytes" | "Bytes/Second" | "Count" | "Count/Second" | "Gigabits" | "Gigabits/Second" | "Gigabytes" | "Gigabytes/Second" | "Kilobits" | "Kilobits/Second" | "Kilobytes" | "Kilobytes/Second" | "Megabits" | "Megabits/Second" | "Megabytes" | "Megabytes/Second" | "Microseconds" | "Milliseconds" | "None" | "Percent" | "Seconds" | "Terabits" | "Terabits/Second" | "Terabytes" | "Terabytes/Second";
56
-
57
- export interface MetricStat {
58
-
59
- Metric: Metric | undefined;
60
-
61
- Period: number | undefined;
62
-
63
- Stat: string | undefined;
64
-
65
- Unit?: StandardUnit | string;
66
- }
67
-
68
- export interface MetricDataQuery {
69
-
70
- Id: string | undefined;
71
-
72
- MetricStat?: MetricStat;
73
-
74
- Expression?: string;
75
-
76
- Label?: string;
77
-
78
- ReturnData?: boolean;
79
-
80
- Period?: number;
81
-
82
- AccountId?: string;
83
- }
84
-
85
- export interface MetricMathAnomalyDetector {
86
-
87
- MetricDataQueries?: MetricDataQuery[];
88
- }
89
-
90
- export interface SingleMetricAnomalyDetector {
91
-
92
- Namespace?: string;
93
-
94
- MetricName?: string;
95
-
96
- Dimensions?: Dimension[];
97
-
98
- Stat?: string;
99
- }
100
- export declare type AnomalyDetectorStateValue = "PENDING_TRAINING" | "TRAINED" | "TRAINED_INSUFFICIENT_DATA";
101
-
102
- export interface AnomalyDetector {
103
-
104
- Namespace?: string;
105
-
106
- MetricName?: string;
107
-
108
- Dimensions?: Dimension[];
109
-
110
- Stat?: string;
111
-
112
- Configuration?: AnomalyDetectorConfiguration;
113
-
114
- StateValue?: AnomalyDetectorStateValue | string;
115
-
116
- SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
117
-
118
- MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
119
- }
120
- export declare enum AnomalyDetectorType {
121
- METRIC_MATH = "METRIC_MATH",
122
- SINGLE_METRIC = "SINGLE_METRIC"
123
- }
124
-
125
- export interface PartialFailure {
126
-
127
- FailureResource?: string;
128
-
129
- ExceptionType?: string;
130
-
131
- FailureCode?: string;
132
-
133
- FailureDescription?: string;
134
- }
135
- export declare type ComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "GreaterThanUpperThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "LessThanOrEqualToThreshold" | "LessThanThreshold";
136
- export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
137
-
138
- export interface CompositeAlarm {
139
-
140
- ActionsEnabled?: boolean;
141
-
142
- AlarmActions?: string[];
143
-
144
- AlarmArn?: string;
145
-
146
- AlarmConfigurationUpdatedTimestamp?: Date;
147
-
148
- AlarmDescription?: string;
149
-
150
- AlarmName?: string;
151
-
152
- AlarmRule?: string;
153
-
154
- InsufficientDataActions?: string[];
155
-
156
- OKActions?: string[];
157
-
158
- StateReason?: string;
159
-
160
- StateReasonData?: string;
161
-
162
- StateUpdatedTimestamp?: Date;
163
-
164
- StateValue?: StateValue | string;
165
-
166
- StateTransitionedTimestamp?: Date;
167
-
168
- ActionsSuppressedBy?: ActionsSuppressedBy | string;
169
-
170
- ActionsSuppressedReason?: string;
171
-
172
- ActionsSuppressor?: string;
173
-
174
- ActionsSuppressorWaitPeriod?: number;
175
-
176
- ActionsSuppressorExtensionPeriod?: number;
177
- }
178
-
179
- export declare class ConcurrentModificationException extends __BaseException {
180
- readonly name: "ConcurrentModificationException";
181
- readonly $fault: "client";
182
- Message?: string;
183
-
184
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
185
- }
186
-
187
- export interface DashboardEntry {
188
-
189
- DashboardName?: string;
190
-
191
- DashboardArn?: string;
192
-
193
- LastModified?: Date;
194
-
195
- Size?: number;
196
- }
197
-
198
- export interface DashboardValidationMessage {
199
-
200
- DataPath?: string;
201
-
202
- Message?: string;
203
- }
204
-
205
- export declare class DashboardInvalidInputError extends __BaseException {
206
- readonly name: "DashboardInvalidInputError";
207
- readonly $fault: "client";
208
- dashboardValidationMessages?: DashboardValidationMessage[];
209
-
210
- constructor(opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>);
211
- }
212
-
213
- export declare class DashboardNotFoundError extends __BaseException {
214
- readonly name: "DashboardNotFoundError";
215
- readonly $fault: "client";
216
-
217
- constructor(opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>);
218
- }
219
-
220
- export interface Datapoint {
221
-
222
- Timestamp?: Date;
223
-
224
- SampleCount?: number;
225
-
226
- Average?: number;
227
-
228
- Sum?: number;
229
-
230
- Minimum?: number;
231
-
232
- Maximum?: number;
233
-
234
- Unit?: StandardUnit | string;
235
-
236
- ExtendedStatistics?: Record<string, number>;
237
- }
238
- export interface DeleteAlarmsInput {
239
-
240
- AlarmNames: string[] | undefined;
241
- }
242
-
243
- export declare class ResourceNotFound extends __BaseException {
244
- readonly name: "ResourceNotFound";
245
- readonly $fault: "client";
246
-
247
- constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
248
- }
249
- export interface DeleteAnomalyDetectorInput {
250
-
251
- Namespace?: string;
252
-
253
- MetricName?: string;
254
-
255
- Dimensions?: Dimension[];
256
-
257
- Stat?: string;
258
-
259
- SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
260
-
261
- MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
262
- }
263
- export interface DeleteAnomalyDetectorOutput {
264
- }
265
-
266
- export declare class InternalServiceFault extends __BaseException {
267
- readonly name: "InternalServiceFault";
268
- readonly $fault: "server";
269
-
270
- Message?: string;
271
-
272
- constructor(opts: __ExceptionOptionType<InternalServiceFault, __BaseException>);
273
- }
274
-
275
- export declare class InvalidParameterCombinationException extends __BaseException {
276
- readonly name: "InvalidParameterCombinationException";
277
- readonly $fault: "client";
278
-
279
- constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
280
- }
281
-
282
- export declare class InvalidParameterValueException extends __BaseException {
283
- readonly name: "InvalidParameterValueException";
284
- readonly $fault: "client";
285
-
286
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
287
- }
288
-
289
- export declare class MissingRequiredParameterException extends __BaseException {
290
- readonly name: "MissingRequiredParameterException";
291
- readonly $fault: "client";
292
-
293
- constructor(opts: __ExceptionOptionType<MissingRequiredParameterException, __BaseException>);
294
- }
295
-
296
- export declare class ResourceNotFoundException extends __BaseException {
297
- readonly name: "ResourceNotFoundException";
298
- readonly $fault: "client";
299
- ResourceType?: string;
300
- ResourceId?: string;
301
- Message?: string;
302
-
303
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
304
- }
305
- export interface DeleteDashboardsInput {
306
-
307
- DashboardNames: string[] | undefined;
308
- }
309
- export interface DeleteDashboardsOutput {
310
- }
311
- export interface DeleteInsightRulesInput {
312
-
313
- RuleNames: string[] | undefined;
314
- }
315
- export interface DeleteInsightRulesOutput {
316
-
317
- Failures?: PartialFailure[];
318
- }
319
- export interface DeleteMetricStreamInput {
320
-
321
- Name: string | undefined;
322
- }
323
- export interface DeleteMetricStreamOutput {
324
- }
325
- export declare enum ScanBy {
326
- TIMESTAMP_ASCENDING = "TimestampAscending",
327
- TIMESTAMP_DESCENDING = "TimestampDescending"
328
- }
329
- export interface DescribeAlarmHistoryInput {
330
-
331
- AlarmName?: string;
332
-
333
- AlarmTypes?: (AlarmType | string)[];
334
-
335
- HistoryItemType?: HistoryItemType | string;
336
-
337
- StartDate?: Date;
338
-
339
- EndDate?: Date;
340
-
341
- MaxRecords?: number;
342
-
343
- NextToken?: string;
344
-
345
- ScanBy?: ScanBy | string;
346
- }
347
- export interface DescribeAlarmHistoryOutput {
348
-
349
- AlarmHistoryItems?: AlarmHistoryItem[];
350
-
351
- NextToken?: string;
352
- }
353
-
354
- export declare class InvalidNextToken extends __BaseException {
355
- readonly name: "InvalidNextToken";
356
- readonly $fault: "client";
357
-
358
- constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
359
- }
360
- export interface DescribeAlarmsInput {
361
-
362
- AlarmNames?: string[];
363
-
364
- AlarmNamePrefix?: string;
365
-
366
- AlarmTypes?: (AlarmType | string)[];
367
-
368
- ChildrenOfAlarmName?: string;
369
-
370
- ParentsOfAlarmName?: string;
371
-
372
- StateValue?: StateValue | string;
373
-
374
- ActionPrefix?: string;
375
-
376
- MaxRecords?: number;
377
-
378
- NextToken?: string;
379
- }
380
- export declare type Statistic = "Average" | "Maximum" | "Minimum" | "SampleCount" | "Sum";
381
-
382
- export interface MetricAlarm {
383
-
384
- AlarmName?: string;
385
-
386
- AlarmArn?: string;
387
-
388
- AlarmDescription?: string;
389
-
390
- AlarmConfigurationUpdatedTimestamp?: Date;
391
-
392
- ActionsEnabled?: boolean;
393
-
394
- OKActions?: string[];
395
-
396
- AlarmActions?: string[];
397
-
398
- InsufficientDataActions?: string[];
399
-
400
- StateValue?: StateValue | string;
401
-
402
- StateReason?: string;
403
-
404
- StateReasonData?: string;
405
-
406
- StateUpdatedTimestamp?: Date;
407
-
408
- MetricName?: string;
409
-
410
- Namespace?: string;
411
-
412
- Statistic?: Statistic | string;
413
-
414
- ExtendedStatistic?: string;
415
-
416
- Dimensions?: Dimension[];
417
-
418
- Period?: number;
419
-
420
- Unit?: StandardUnit | string;
421
-
422
- EvaluationPeriods?: number;
423
-
424
- DatapointsToAlarm?: number;
425
-
426
- Threshold?: number;
427
-
428
- ComparisonOperator?: ComparisonOperator | string;
429
-
430
- TreatMissingData?: string;
431
-
432
- EvaluateLowSampleCountPercentile?: string;
433
-
434
- Metrics?: MetricDataQuery[];
435
-
436
- ThresholdMetricId?: string;
437
- }
438
- export interface DescribeAlarmsOutput {
439
-
440
- CompositeAlarms?: CompositeAlarm[];
441
-
442
- MetricAlarms?: MetricAlarm[];
443
-
444
- NextToken?: string;
445
- }
446
- export interface DescribeAlarmsForMetricInput {
447
-
448
- MetricName: string | undefined;
449
-
450
- Namespace: string | undefined;
451
-
452
- Statistic?: Statistic | string;
453
-
454
- ExtendedStatistic?: string;
455
-
456
- Dimensions?: Dimension[];
457
-
458
- Period?: number;
459
-
460
- Unit?: StandardUnit | string;
461
- }
462
- export interface DescribeAlarmsForMetricOutput {
463
-
464
- MetricAlarms?: MetricAlarm[];
465
- }
466
- export interface DescribeAnomalyDetectorsInput {
467
-
468
- NextToken?: string;
469
-
470
- MaxResults?: number;
471
-
472
- Namespace?: string;
473
-
474
- MetricName?: string;
475
-
476
- Dimensions?: Dimension[];
477
-
478
- AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
479
- }
480
- export interface DescribeAnomalyDetectorsOutput {
481
-
482
- AnomalyDetectors?: AnomalyDetector[];
483
-
484
- NextToken?: string;
485
- }
486
- export interface DescribeInsightRulesInput {
487
-
488
- NextToken?: string;
489
-
490
- MaxResults?: number;
491
- }
492
-
493
- export interface InsightRule {
494
-
495
- Name: string | undefined;
496
-
497
- State: string | undefined;
498
-
499
- Schema: string | undefined;
500
-
501
- Definition: string | undefined;
502
-
503
- ManagedRule?: boolean;
504
- }
505
- export interface DescribeInsightRulesOutput {
506
-
507
- NextToken?: string;
508
-
509
- InsightRules?: InsightRule[];
510
- }
511
-
512
- export interface DimensionFilter {
513
-
514
- Name: string | undefined;
515
-
516
- Value?: string;
517
- }
518
- export interface DisableAlarmActionsInput {
519
-
520
- AlarmNames: string[] | undefined;
521
- }
522
- export interface DisableInsightRulesInput {
523
-
524
- RuleNames: string[] | undefined;
525
- }
526
- export interface DisableInsightRulesOutput {
527
-
528
- Failures?: PartialFailure[];
529
- }
530
- export interface EnableAlarmActionsInput {
531
-
532
- AlarmNames: string[] | undefined;
533
- }
534
- export interface EnableInsightRulesInput {
535
-
536
- RuleNames: string[] | undefined;
537
- }
538
- export interface EnableInsightRulesOutput {
539
-
540
- Failures?: PartialFailure[];
541
- }
542
-
543
- export declare class LimitExceededException extends __BaseException {
544
- readonly name: "LimitExceededException";
545
- readonly $fault: "client";
546
- Message?: string;
547
-
548
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
549
- }
550
- export interface GetDashboardInput {
551
-
552
- DashboardName: string | undefined;
553
- }
554
- export interface GetDashboardOutput {
555
-
556
- DashboardArn?: string;
557
-
558
- DashboardBody?: string;
559
-
560
- DashboardName?: string;
561
- }
562
- export interface GetInsightRuleReportInput {
563
-
564
- RuleName: string | undefined;
565
-
566
- StartTime: Date | undefined;
567
-
568
- EndTime: Date | undefined;
569
-
570
- Period: number | undefined;
571
-
572
- MaxContributorCount?: number;
573
-
574
- Metrics?: string[];
575
-
576
- OrderBy?: string;
577
- }
578
-
579
- export interface InsightRuleContributorDatapoint {
580
-
581
- Timestamp: Date | undefined;
582
-
583
- ApproximateValue: number | undefined;
584
- }
585
-
586
- export interface InsightRuleContributor {
587
-
588
- Keys: string[] | undefined;
589
-
590
- ApproximateAggregateValue: number | undefined;
591
-
592
- Datapoints: InsightRuleContributorDatapoint[] | undefined;
593
- }
594
-
595
- export interface InsightRuleMetricDatapoint {
596
-
597
- Timestamp: Date | undefined;
598
-
599
- UniqueContributors?: number;
600
-
601
- MaxContributorValue?: number;
602
-
603
- SampleCount?: number;
604
-
605
- Average?: number;
606
-
607
- Sum?: number;
608
-
609
- Minimum?: number;
610
-
611
- Maximum?: number;
612
- }
613
- export interface GetInsightRuleReportOutput {
614
-
615
- KeyLabels?: string[];
616
-
617
- AggregationStatistic?: string;
618
-
619
- AggregateValue?: number;
620
-
621
- ApproximateUniqueCount?: number;
622
-
623
- Contributors?: InsightRuleContributor[];
624
-
625
- MetricDatapoints?: InsightRuleMetricDatapoint[];
626
- }
627
-
628
- export interface LabelOptions {
629
-
630
- Timezone?: string;
631
- }
632
- export interface GetMetricDataInput {
633
-
634
- MetricDataQueries: MetricDataQuery[] | undefined;
635
-
636
- StartTime: Date | undefined;
637
-
638
- EndTime: Date | undefined;
639
-
640
- NextToken?: string;
641
-
642
- ScanBy?: ScanBy | string;
643
-
644
- MaxDatapoints?: number;
645
-
646
- LabelOptions?: LabelOptions;
647
- }
648
-
649
- export interface MessageData {
650
-
651
- Code?: string;
652
-
653
- Value?: string;
654
- }
655
- export declare enum StatusCode {
656
- COMPLETE = "Complete",
657
- INTERNAL_ERROR = "InternalError",
658
- PARTIAL_DATA = "PartialData"
659
- }
660
-
661
- export interface MetricDataResult {
662
-
663
- Id?: string;
664
-
665
- Label?: string;
666
-
667
- Timestamps?: Date[];
668
-
669
- Values?: number[];
670
-
671
- StatusCode?: StatusCode | string;
672
-
673
- Messages?: MessageData[];
674
- }
675
- export interface GetMetricDataOutput {
676
-
677
- MetricDataResults?: MetricDataResult[];
678
-
679
- NextToken?: string;
680
-
681
- Messages?: MessageData[];
682
- }
683
- export interface GetMetricStatisticsInput {
684
-
685
- Namespace: string | undefined;
686
-
687
- MetricName: string | undefined;
688
-
689
- Dimensions?: Dimension[];
690
-
691
- StartTime: Date | undefined;
692
-
693
- EndTime: Date | undefined;
694
-
695
- Period: number | undefined;
696
-
697
- Statistics?: (Statistic | string)[];
698
-
699
- ExtendedStatistics?: string[];
700
-
701
- Unit?: StandardUnit | string;
702
- }
703
- export interface GetMetricStatisticsOutput {
704
-
705
- Label?: string;
706
-
707
- Datapoints?: Datapoint[];
708
- }
709
- export interface GetMetricStreamInput {
710
-
711
- Name: string | undefined;
712
- }
713
-
714
- export interface MetricStreamFilter {
715
-
716
- Namespace?: string;
717
- }
718
- export declare enum MetricStreamOutputFormat {
719
- JSON = "json",
720
- OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
721
- }
722
-
723
- export interface MetricStreamStatisticsMetric {
724
-
725
- Namespace: string | undefined;
726
-
727
- MetricName: string | undefined;
728
- }
729
-
730
- export interface MetricStreamStatisticsConfiguration {
731
-
732
- IncludeMetrics: MetricStreamStatisticsMetric[] | undefined;
733
-
734
- AdditionalStatistics: string[] | undefined;
735
- }
736
- export interface GetMetricStreamOutput {
737
-
738
- Arn?: string;
739
-
740
- Name?: string;
741
-
742
- IncludeFilters?: MetricStreamFilter[];
743
-
744
- ExcludeFilters?: MetricStreamFilter[];
745
-
746
- FirehoseArn?: string;
747
-
748
- RoleArn?: string;
749
-
750
- State?: string;
751
-
752
- CreationDate?: Date;
753
-
754
- LastUpdateDate?: Date;
755
-
756
- OutputFormat?: MetricStreamOutputFormat | string;
757
-
758
- StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
759
- }
760
- export interface GetMetricWidgetImageInput {
761
-
762
- MetricWidget: string | undefined;
763
-
764
- OutputFormat?: string;
765
- }
766
- export interface GetMetricWidgetImageOutput {
767
-
768
- MetricWidgetImage?: Uint8Array;
769
- }
770
- export interface ListDashboardsInput {
771
-
772
- DashboardNamePrefix?: string;
773
-
774
- NextToken?: string;
775
- }
776
- export interface ListDashboardsOutput {
777
-
778
- DashboardEntries?: DashboardEntry[];
779
-
780
- NextToken?: string;
781
- }
782
- export interface ListManagedInsightRulesInput {
783
-
784
- ResourceARN: string | undefined;
785
-
786
- NextToken?: string;
787
-
788
- MaxResults?: number;
789
- }
790
-
791
- export interface ManagedRuleState {
792
-
793
- RuleName: string | undefined;
794
-
795
- State: string | undefined;
796
- }
797
-
798
- export interface ManagedRuleDescription {
799
-
800
- TemplateName?: string;
801
-
802
- ResourceARN?: string;
803
-
804
- RuleState?: ManagedRuleState;
805
- }
806
- export interface ListManagedInsightRulesOutput {
807
-
808
- ManagedRules?: ManagedRuleDescription[];
809
-
810
- NextToken?: string;
811
- }
812
- export declare enum RecentlyActive {
813
- PT3H = "PT3H"
814
- }
815
- export interface ListMetricsInput {
816
-
817
- Namespace?: string;
818
-
819
- MetricName?: string;
820
-
821
- Dimensions?: DimensionFilter[];
822
-
823
- NextToken?: string;
824
-
825
- RecentlyActive?: RecentlyActive | string;
826
- }
827
- export interface ListMetricsOutput {
828
-
829
- Metrics?: Metric[];
830
-
831
- NextToken?: string;
832
- }
833
- export interface ListMetricStreamsInput {
834
-
835
- NextToken?: string;
836
-
837
- MaxResults?: number;
838
- }
839
-
840
- export interface MetricStreamEntry {
841
-
842
- Arn?: string;
843
-
844
- CreationDate?: Date;
845
-
846
- LastUpdateDate?: Date;
847
-
848
- Name?: string;
849
-
850
- FirehoseArn?: string;
851
-
852
- State?: string;
853
-
854
- OutputFormat?: MetricStreamOutputFormat | string;
855
- }
856
- export interface ListMetricStreamsOutput {
857
-
858
- NextToken?: string;
859
-
860
- Entries?: MetricStreamEntry[];
861
- }
862
- export interface ListTagsForResourceInput {
863
-
864
- ResourceARN: string | undefined;
865
- }
866
-
867
- export interface Tag {
868
-
869
- Key: string | undefined;
870
-
871
- Value: string | undefined;
872
- }
873
- export interface ListTagsForResourceOutput {
874
-
875
- Tags?: Tag[];
876
- }
877
- export interface PutAnomalyDetectorInput {
878
-
879
- Namespace?: string;
880
-
881
- MetricName?: string;
882
-
883
- Dimensions?: Dimension[];
884
-
885
- Stat?: string;
886
-
887
- Configuration?: AnomalyDetectorConfiguration;
888
-
889
- SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
890
-
891
- MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
892
- }
893
- export interface PutAnomalyDetectorOutput {
894
- }
895
-
896
- export declare class LimitExceededFault extends __BaseException {
897
- readonly name: "LimitExceededFault";
898
- readonly $fault: "client";
899
-
900
- constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
901
- }
902
- export interface PutCompositeAlarmInput {
903
-
904
- ActionsEnabled?: boolean;
905
-
906
- AlarmActions?: string[];
907
-
908
- AlarmDescription?: string;
909
-
910
- AlarmName: string | undefined;
911
-
912
- AlarmRule: string | undefined;
913
-
914
- InsufficientDataActions?: string[];
915
-
916
- OKActions?: string[];
917
-
918
- Tags?: Tag[];
919
-
920
- ActionsSuppressor?: string;
921
-
922
- ActionsSuppressorWaitPeriod?: number;
923
-
924
- ActionsSuppressorExtensionPeriod?: number;
925
- }
926
- export interface PutDashboardInput {
927
-
928
- DashboardName: string | undefined;
929
-
930
- DashboardBody: string | undefined;
931
- }
932
- export interface PutDashboardOutput {
933
-
934
- DashboardValidationMessages?: DashboardValidationMessage[];
935
- }
936
- export interface PutInsightRuleInput {
937
-
938
- RuleName: string | undefined;
939
-
940
- RuleState?: string;
941
-
942
- RuleDefinition: string | undefined;
943
-
944
- Tags?: Tag[];
945
- }
946
- export interface PutInsightRuleOutput {
947
- }
948
-
949
- export interface ManagedRule {
950
-
951
- TemplateName: string | undefined;
952
-
953
- ResourceARN: string | undefined;
954
-
955
- Tags?: Tag[];
956
- }
957
- export interface PutManagedInsightRulesInput {
958
-
959
- ManagedRules: ManagedRule[] | undefined;
960
- }
961
- export interface PutManagedInsightRulesOutput {
962
-
963
- Failures?: PartialFailure[];
964
- }
965
- export interface PutMetricAlarmInput {
966
-
967
- AlarmName: string | undefined;
968
-
969
- AlarmDescription?: string;
970
-
971
- ActionsEnabled?: boolean;
972
-
973
- OKActions?: string[];
974
-
975
- AlarmActions?: string[];
976
-
977
- InsufficientDataActions?: string[];
978
-
979
- MetricName?: string;
980
-
981
- Namespace?: string;
982
-
983
- Statistic?: Statistic | string;
984
-
985
- ExtendedStatistic?: string;
986
-
987
- Dimensions?: Dimension[];
988
-
989
- Period?: number;
990
-
991
- Unit?: StandardUnit | string;
992
-
993
- EvaluationPeriods: number | undefined;
994
-
995
- DatapointsToAlarm?: number;
996
-
997
- Threshold?: number;
998
-
999
- ComparisonOperator: ComparisonOperator | string | undefined;
1000
-
1001
- TreatMissingData?: string;
1002
-
1003
- EvaluateLowSampleCountPercentile?: string;
1004
-
1005
- Metrics?: MetricDataQuery[];
1006
-
1007
- Tags?: Tag[];
1008
-
1009
- ThresholdMetricId?: string;
1010
- }
1011
-
1012
- export interface StatisticSet {
1013
-
1014
- SampleCount: number | undefined;
1015
-
1016
- Sum: number | undefined;
1017
-
1018
- Minimum: number | undefined;
1019
-
1020
- Maximum: number | undefined;
1021
- }
1022
-
1023
- export interface MetricDatum {
1024
-
1025
- MetricName: string | undefined;
1026
-
1027
- Dimensions?: Dimension[];
1028
-
1029
- Timestamp?: Date;
1030
-
1031
- Value?: number;
1032
-
1033
- StatisticValues?: StatisticSet;
1034
-
1035
- Values?: number[];
1036
-
1037
- Counts?: number[];
1038
-
1039
- Unit?: StandardUnit | string;
1040
-
1041
- StorageResolution?: number;
1042
- }
1043
- export interface PutMetricDataInput {
1044
-
1045
- Namespace: string | undefined;
1046
-
1047
- MetricData: MetricDatum[] | undefined;
1048
- }
1049
- export interface PutMetricStreamInput {
1050
-
1051
- Name: string | undefined;
1052
-
1053
- IncludeFilters?: MetricStreamFilter[];
1054
-
1055
- ExcludeFilters?: MetricStreamFilter[];
1056
-
1057
- FirehoseArn: string | undefined;
1058
-
1059
- RoleArn: string | undefined;
1060
-
1061
- OutputFormat: MetricStreamOutputFormat | string | undefined;
1062
-
1063
- Tags?: Tag[];
1064
-
1065
- StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
1066
- }
1067
- export interface PutMetricStreamOutput {
1068
-
1069
- Arn?: string;
1070
- }
1071
-
1072
- export declare class InvalidFormatFault extends __BaseException {
1073
- readonly name: "InvalidFormatFault";
1074
- readonly $fault: "client";
1075
-
1076
- constructor(opts: __ExceptionOptionType<InvalidFormatFault, __BaseException>);
1077
- }
1078
- export interface SetAlarmStateInput {
1079
-
1080
- AlarmName: string | undefined;
1081
-
1082
- StateValue: StateValue | string | undefined;
1083
-
1084
- StateReason: string | undefined;
1085
-
1086
- StateReasonData?: string;
1087
- }
1088
- export interface StartMetricStreamsInput {
1089
-
1090
- Names: string[] | undefined;
1091
- }
1092
- export interface StartMetricStreamsOutput {
1093
- }
1094
- export interface StopMetricStreamsInput {
1095
-
1096
- Names: string[] | undefined;
1097
- }
1098
- export interface StopMetricStreamsOutput {
1099
- }
1100
- export interface TagResourceInput {
1101
-
1102
- ResourceARN: string | undefined;
1103
-
1104
- Tags: Tag[] | undefined;
1105
- }
1106
- export interface TagResourceOutput {
1107
- }
1108
- export interface UntagResourceInput {
1109
-
1110
- ResourceARN: string | undefined;
1111
-
1112
- TagKeys: string[] | undefined;
1113
- }
1114
- export interface UntagResourceOutput {
1115
- }
1116
-
1117
- export declare const AlarmHistoryItemFilterSensitiveLog: (obj: AlarmHistoryItem) => any;
1118
-
1119
- export declare const RangeFilterSensitiveLog: (obj: Range) => any;
1120
-
1121
- export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
1122
-
1123
- export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
1124
-
1125
- export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
1126
-
1127
- export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
1128
-
1129
- export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
1130
-
1131
- export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
1132
-
1133
- export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
1134
-
1135
- export declare const AnomalyDetectorFilterSensitiveLog: (obj: AnomalyDetector) => any;
1136
-
1137
- export declare const PartialFailureFilterSensitiveLog: (obj: PartialFailure) => any;
1138
-
1139
- export declare const CompositeAlarmFilterSensitiveLog: (obj: CompositeAlarm) => any;
1140
-
1141
- export declare const DashboardEntryFilterSensitiveLog: (obj: DashboardEntry) => any;
1142
-
1143
- export declare const DashboardValidationMessageFilterSensitiveLog: (obj: DashboardValidationMessage) => any;
1144
-
1145
- export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
1146
-
1147
- export declare const DeleteAlarmsInputFilterSensitiveLog: (obj: DeleteAlarmsInput) => any;
1148
-
1149
- export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
1150
-
1151
- export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
1152
-
1153
- export declare const DeleteDashboardsInputFilterSensitiveLog: (obj: DeleteDashboardsInput) => any;
1154
-
1155
- export declare const DeleteDashboardsOutputFilterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
1156
-
1157
- export declare const DeleteInsightRulesInputFilterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
1158
-
1159
- export declare const DeleteInsightRulesOutputFilterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
1160
-
1161
- export declare const DeleteMetricStreamInputFilterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
1162
-
1163
- export declare const DeleteMetricStreamOutputFilterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
1164
-
1165
- export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
1166
-
1167
- export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
1168
-
1169
- export declare const DescribeAlarmsInputFilterSensitiveLog: (obj: DescribeAlarmsInput) => any;
1170
-
1171
- export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
1172
-
1173
- export declare const DescribeAlarmsOutputFilterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
1174
-
1175
- export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
1176
-
1177
- export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
1178
-
1179
- export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
1180
-
1181
- export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
1182
-
1183
- export declare const DescribeInsightRulesInputFilterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
1184
-
1185
- export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
1186
-
1187
- export declare const DescribeInsightRulesOutputFilterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
1188
-
1189
- export declare const DimensionFilterFilterSensitiveLog: (obj: DimensionFilter) => any;
1190
-
1191
- export declare const DisableAlarmActionsInputFilterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
1192
-
1193
- export declare const DisableInsightRulesInputFilterSensitiveLog: (obj: DisableInsightRulesInput) => any;
1194
-
1195
- export declare const DisableInsightRulesOutputFilterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
1196
-
1197
- export declare const EnableAlarmActionsInputFilterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
1198
-
1199
- export declare const EnableInsightRulesInputFilterSensitiveLog: (obj: EnableInsightRulesInput) => any;
1200
-
1201
- export declare const EnableInsightRulesOutputFilterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
1202
-
1203
- export declare const GetDashboardInputFilterSensitiveLog: (obj: GetDashboardInput) => any;
1204
-
1205
- export declare const GetDashboardOutputFilterSensitiveLog: (obj: GetDashboardOutput) => any;
1206
-
1207
- export declare const GetInsightRuleReportInputFilterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
1208
-
1209
- export declare const InsightRuleContributorDatapointFilterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
1210
-
1211
- export declare const InsightRuleContributorFilterSensitiveLog: (obj: InsightRuleContributor) => any;
1212
-
1213
- export declare const InsightRuleMetricDatapointFilterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
1214
-
1215
- export declare const GetInsightRuleReportOutputFilterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
1216
-
1217
- export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
1218
-
1219
- export declare const GetMetricDataInputFilterSensitiveLog: (obj: GetMetricDataInput) => any;
1220
-
1221
- export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
1222
-
1223
- export declare const MetricDataResultFilterSensitiveLog: (obj: MetricDataResult) => any;
1224
-
1225
- export declare const GetMetricDataOutputFilterSensitiveLog: (obj: GetMetricDataOutput) => any;
1226
-
1227
- export declare const GetMetricStatisticsInputFilterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
1228
-
1229
- export declare const GetMetricStatisticsOutputFilterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
1230
-
1231
- export declare const GetMetricStreamInputFilterSensitiveLog: (obj: GetMetricStreamInput) => any;
1232
-
1233
- export declare const MetricStreamFilterFilterSensitiveLog: (obj: MetricStreamFilter) => any;
1234
-
1235
- export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
1236
-
1237
- export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
1238
-
1239
- export declare const GetMetricStreamOutputFilterSensitiveLog: (obj: GetMetricStreamOutput) => any;
1240
-
1241
- export declare const GetMetricWidgetImageInputFilterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
1242
-
1243
- export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
1244
-
1245
- export declare const ListDashboardsInputFilterSensitiveLog: (obj: ListDashboardsInput) => any;
1246
-
1247
- export declare const ListDashboardsOutputFilterSensitiveLog: (obj: ListDashboardsOutput) => any;
1248
-
1249
- export declare const ListManagedInsightRulesInputFilterSensitiveLog: (obj: ListManagedInsightRulesInput) => any;
1250
-
1251
- export declare const ManagedRuleStateFilterSensitiveLog: (obj: ManagedRuleState) => any;
1252
-
1253
- export declare const ManagedRuleDescriptionFilterSensitiveLog: (obj: ManagedRuleDescription) => any;
1254
-
1255
- export declare const ListManagedInsightRulesOutputFilterSensitiveLog: (obj: ListManagedInsightRulesOutput) => any;
1256
-
1257
- export declare const ListMetricsInputFilterSensitiveLog: (obj: ListMetricsInput) => any;
1258
-
1259
- export declare const ListMetricsOutputFilterSensitiveLog: (obj: ListMetricsOutput) => any;
1260
-
1261
- export declare const ListMetricStreamsInputFilterSensitiveLog: (obj: ListMetricStreamsInput) => any;
1262
-
1263
- export declare const MetricStreamEntryFilterSensitiveLog: (obj: MetricStreamEntry) => any;
1264
-
1265
- export declare const ListMetricStreamsOutputFilterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
1266
-
1267
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1268
-
1269
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1270
-
1271
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
1272
-
1273
- export declare const PutAnomalyDetectorInputFilterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
1274
-
1275
- export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
1276
-
1277
- export declare const PutCompositeAlarmInputFilterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
1278
-
1279
- export declare const PutDashboardInputFilterSensitiveLog: (obj: PutDashboardInput) => any;
1280
-
1281
- export declare const PutDashboardOutputFilterSensitiveLog: (obj: PutDashboardOutput) => any;
1282
-
1283
- export declare const PutInsightRuleInputFilterSensitiveLog: (obj: PutInsightRuleInput) => any;
1284
-
1285
- export declare const PutInsightRuleOutputFilterSensitiveLog: (obj: PutInsightRuleOutput) => any;
1286
-
1287
- export declare const ManagedRuleFilterSensitiveLog: (obj: ManagedRule) => any;
1288
-
1289
- export declare const PutManagedInsightRulesInputFilterSensitiveLog: (obj: PutManagedInsightRulesInput) => any;
1290
-
1291
- export declare const PutManagedInsightRulesOutputFilterSensitiveLog: (obj: PutManagedInsightRulesOutput) => any;
1292
-
1293
- export declare const PutMetricAlarmInputFilterSensitiveLog: (obj: PutMetricAlarmInput) => any;
1294
-
1295
- export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
1296
-
1297
- export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
1298
-
1299
- export declare const PutMetricDataInputFilterSensitiveLog: (obj: PutMetricDataInput) => any;
1300
-
1301
- export declare const PutMetricStreamInputFilterSensitiveLog: (obj: PutMetricStreamInput) => any;
1302
-
1303
- export declare const PutMetricStreamOutputFilterSensitiveLog: (obj: PutMetricStreamOutput) => any;
1304
-
1305
- export declare const SetAlarmStateInputFilterSensitiveLog: (obj: SetAlarmStateInput) => any;
1306
-
1307
- export declare const StartMetricStreamsInputFilterSensitiveLog: (obj: StartMetricStreamsInput) => any;
1308
-
1309
- export declare const StartMetricStreamsOutputFilterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
1310
-
1311
- export declare const StopMetricStreamsInputFilterSensitiveLog: (obj: StopMetricStreamsInput) => any;
1312
-
1313
- export declare const StopMetricStreamsOutputFilterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
1314
-
1315
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
1316
-
1317
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
1318
-
1319
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
1320
-
1321
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
3
+ export declare enum ActionsSuppressedBy {
4
+ Alarm = "Alarm",
5
+ ExtensionPeriod = "ExtensionPeriod",
6
+ WaitPeriod = "WaitPeriod",
7
+ }
8
+ export declare type AlarmType = "CompositeAlarm" | "MetricAlarm";
9
+ export declare type HistoryItemType =
10
+ | "Action"
11
+ | "ConfigurationUpdate"
12
+ | "StateUpdate";
13
+ export interface AlarmHistoryItem {
14
+ AlarmName?: string;
15
+ AlarmType?: AlarmType | string;
16
+ Timestamp?: Date;
17
+ HistoryItemType?: HistoryItemType | string;
18
+ HistorySummary?: string;
19
+ HistoryData?: string;
20
+ }
21
+ export interface Range {
22
+ StartTime: Date | undefined;
23
+ EndTime: Date | undefined;
24
+ }
25
+ export interface AnomalyDetectorConfiguration {
26
+ ExcludedTimeRanges?: Range[];
27
+ MetricTimezone?: string;
28
+ }
29
+ export interface Dimension {
30
+ Name: string | undefined;
31
+ Value: string | undefined;
32
+ }
33
+ export interface Metric {
34
+ Namespace?: string;
35
+ MetricName?: string;
36
+ Dimensions?: Dimension[];
37
+ }
38
+ export declare type StandardUnit =
39
+ | "Bits"
40
+ | "Bits/Second"
41
+ | "Bytes"
42
+ | "Bytes/Second"
43
+ | "Count"
44
+ | "Count/Second"
45
+ | "Gigabits"
46
+ | "Gigabits/Second"
47
+ | "Gigabytes"
48
+ | "Gigabytes/Second"
49
+ | "Kilobits"
50
+ | "Kilobits/Second"
51
+ | "Kilobytes"
52
+ | "Kilobytes/Second"
53
+ | "Megabits"
54
+ | "Megabits/Second"
55
+ | "Megabytes"
56
+ | "Megabytes/Second"
57
+ | "Microseconds"
58
+ | "Milliseconds"
59
+ | "None"
60
+ | "Percent"
61
+ | "Seconds"
62
+ | "Terabits"
63
+ | "Terabits/Second"
64
+ | "Terabytes"
65
+ | "Terabytes/Second";
66
+ export interface MetricStat {
67
+ Metric: Metric | undefined;
68
+ Period: number | undefined;
69
+ Stat: string | undefined;
70
+ Unit?: StandardUnit | string;
71
+ }
72
+ export interface MetricDataQuery {
73
+ Id: string | undefined;
74
+ MetricStat?: MetricStat;
75
+ Expression?: string;
76
+ Label?: string;
77
+ ReturnData?: boolean;
78
+ Period?: number;
79
+ AccountId?: string;
80
+ }
81
+ export interface MetricMathAnomalyDetector {
82
+ MetricDataQueries?: MetricDataQuery[];
83
+ }
84
+ export interface SingleMetricAnomalyDetector {
85
+ Namespace?: string;
86
+ MetricName?: string;
87
+ Dimensions?: Dimension[];
88
+ Stat?: string;
89
+ }
90
+ export declare type AnomalyDetectorStateValue =
91
+ | "PENDING_TRAINING"
92
+ | "TRAINED"
93
+ | "TRAINED_INSUFFICIENT_DATA";
94
+ export interface AnomalyDetector {
95
+ Namespace?: string;
96
+ MetricName?: string;
97
+ Dimensions?: Dimension[];
98
+ Stat?: string;
99
+ Configuration?: AnomalyDetectorConfiguration;
100
+ StateValue?: AnomalyDetectorStateValue | string;
101
+ SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
102
+ MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
103
+ }
104
+ export declare enum AnomalyDetectorType {
105
+ METRIC_MATH = "METRIC_MATH",
106
+ SINGLE_METRIC = "SINGLE_METRIC",
107
+ }
108
+ export interface PartialFailure {
109
+ FailureResource?: string;
110
+ ExceptionType?: string;
111
+ FailureCode?: string;
112
+ FailureDescription?: string;
113
+ }
114
+ export declare type ComparisonOperator =
115
+ | "GreaterThanOrEqualToThreshold"
116
+ | "GreaterThanThreshold"
117
+ | "GreaterThanUpperThreshold"
118
+ | "LessThanLowerOrGreaterThanUpperThreshold"
119
+ | "LessThanLowerThreshold"
120
+ | "LessThanOrEqualToThreshold"
121
+ | "LessThanThreshold";
122
+ export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
123
+ export interface CompositeAlarm {
124
+ ActionsEnabled?: boolean;
125
+ AlarmActions?: string[];
126
+ AlarmArn?: string;
127
+ AlarmConfigurationUpdatedTimestamp?: Date;
128
+ AlarmDescription?: string;
129
+ AlarmName?: string;
130
+ AlarmRule?: string;
131
+ InsufficientDataActions?: string[];
132
+ OKActions?: string[];
133
+ StateReason?: string;
134
+ StateReasonData?: string;
135
+ StateUpdatedTimestamp?: Date;
136
+ StateValue?: StateValue | string;
137
+ StateTransitionedTimestamp?: Date;
138
+ ActionsSuppressedBy?: ActionsSuppressedBy | string;
139
+ ActionsSuppressedReason?: string;
140
+ ActionsSuppressor?: string;
141
+ ActionsSuppressorWaitPeriod?: number;
142
+ ActionsSuppressorExtensionPeriod?: number;
143
+ }
144
+ export declare class ConcurrentModificationException extends __BaseException {
145
+ readonly name: "ConcurrentModificationException";
146
+ readonly $fault: "client";
147
+ Message?: string;
148
+ constructor(
149
+ opts: __ExceptionOptionType<
150
+ ConcurrentModificationException,
151
+ __BaseException
152
+ >
153
+ );
154
+ }
155
+ export interface DashboardEntry {
156
+ DashboardName?: string;
157
+ DashboardArn?: string;
158
+ LastModified?: Date;
159
+ Size?: number;
160
+ }
161
+ export interface DashboardValidationMessage {
162
+ DataPath?: string;
163
+ Message?: string;
164
+ }
165
+ export declare class DashboardInvalidInputError extends __BaseException {
166
+ readonly name: "DashboardInvalidInputError";
167
+ readonly $fault: "client";
168
+ dashboardValidationMessages?: DashboardValidationMessage[];
169
+ constructor(
170
+ opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>
171
+ );
172
+ }
173
+ export declare class DashboardNotFoundError extends __BaseException {
174
+ readonly name: "DashboardNotFoundError";
175
+ readonly $fault: "client";
176
+ constructor(
177
+ opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>
178
+ );
179
+ }
180
+ export interface Datapoint {
181
+ Timestamp?: Date;
182
+ SampleCount?: number;
183
+ Average?: number;
184
+ Sum?: number;
185
+ Minimum?: number;
186
+ Maximum?: number;
187
+ Unit?: StandardUnit | string;
188
+ ExtendedStatistics?: Record<string, number>;
189
+ }
190
+ export interface DeleteAlarmsInput {
191
+ AlarmNames: string[] | undefined;
192
+ }
193
+ export declare class ResourceNotFound extends __BaseException {
194
+ readonly name: "ResourceNotFound";
195
+ readonly $fault: "client";
196
+ constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
197
+ }
198
+ export interface DeleteAnomalyDetectorInput {
199
+ Namespace?: string;
200
+ MetricName?: string;
201
+ Dimensions?: Dimension[];
202
+ Stat?: string;
203
+ SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
204
+ MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
205
+ }
206
+ export interface DeleteAnomalyDetectorOutput {}
207
+ export declare class InternalServiceFault extends __BaseException {
208
+ readonly name: "InternalServiceFault";
209
+ readonly $fault: "server";
210
+ Message?: string;
211
+ constructor(
212
+ opts: __ExceptionOptionType<InternalServiceFault, __BaseException>
213
+ );
214
+ }
215
+ export declare class InvalidParameterCombinationException extends __BaseException {
216
+ readonly name: "InvalidParameterCombinationException";
217
+ readonly $fault: "client";
218
+ constructor(
219
+ opts: __ExceptionOptionType<
220
+ InvalidParameterCombinationException,
221
+ __BaseException
222
+ >
223
+ );
224
+ }
225
+ export declare class InvalidParameterValueException extends __BaseException {
226
+ readonly name: "InvalidParameterValueException";
227
+ readonly $fault: "client";
228
+ constructor(
229
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
230
+ );
231
+ }
232
+ export declare class MissingRequiredParameterException extends __BaseException {
233
+ readonly name: "MissingRequiredParameterException";
234
+ readonly $fault: "client";
235
+ constructor(
236
+ opts: __ExceptionOptionType<
237
+ MissingRequiredParameterException,
238
+ __BaseException
239
+ >
240
+ );
241
+ }
242
+ export declare class ResourceNotFoundException extends __BaseException {
243
+ readonly name: "ResourceNotFoundException";
244
+ readonly $fault: "client";
245
+ ResourceType?: string;
246
+ ResourceId?: string;
247
+ Message?: string;
248
+ constructor(
249
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
250
+ );
251
+ }
252
+ export interface DeleteDashboardsInput {
253
+ DashboardNames: string[] | undefined;
254
+ }
255
+ export interface DeleteDashboardsOutput {}
256
+ export interface DeleteInsightRulesInput {
257
+ RuleNames: string[] | undefined;
258
+ }
259
+ export interface DeleteInsightRulesOutput {
260
+ Failures?: PartialFailure[];
261
+ }
262
+ export interface DeleteMetricStreamInput {
263
+ Name: string | undefined;
264
+ }
265
+ export interface DeleteMetricStreamOutput {}
266
+ export declare enum ScanBy {
267
+ TIMESTAMP_ASCENDING = "TimestampAscending",
268
+ TIMESTAMP_DESCENDING = "TimestampDescending",
269
+ }
270
+ export interface DescribeAlarmHistoryInput {
271
+ AlarmName?: string;
272
+ AlarmTypes?: (AlarmType | string)[];
273
+ HistoryItemType?: HistoryItemType | string;
274
+ StartDate?: Date;
275
+ EndDate?: Date;
276
+ MaxRecords?: number;
277
+ NextToken?: string;
278
+ ScanBy?: ScanBy | string;
279
+ }
280
+ export interface DescribeAlarmHistoryOutput {
281
+ AlarmHistoryItems?: AlarmHistoryItem[];
282
+ NextToken?: string;
283
+ }
284
+ export declare class InvalidNextToken extends __BaseException {
285
+ readonly name: "InvalidNextToken";
286
+ readonly $fault: "client";
287
+ constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
288
+ }
289
+ export interface DescribeAlarmsInput {
290
+ AlarmNames?: string[];
291
+ AlarmNamePrefix?: string;
292
+ AlarmTypes?: (AlarmType | string)[];
293
+ ChildrenOfAlarmName?: string;
294
+ ParentsOfAlarmName?: string;
295
+ StateValue?: StateValue | string;
296
+ ActionPrefix?: string;
297
+ MaxRecords?: number;
298
+ NextToken?: string;
299
+ }
300
+ export declare type Statistic =
301
+ | "Average"
302
+ | "Maximum"
303
+ | "Minimum"
304
+ | "SampleCount"
305
+ | "Sum";
306
+ export interface MetricAlarm {
307
+ AlarmName?: string;
308
+ AlarmArn?: string;
309
+ AlarmDescription?: string;
310
+ AlarmConfigurationUpdatedTimestamp?: Date;
311
+ ActionsEnabled?: boolean;
312
+ OKActions?: string[];
313
+ AlarmActions?: string[];
314
+ InsufficientDataActions?: string[];
315
+ StateValue?: StateValue | string;
316
+ StateReason?: string;
317
+ StateReasonData?: string;
318
+ StateUpdatedTimestamp?: Date;
319
+ MetricName?: string;
320
+ Namespace?: string;
321
+ Statistic?: Statistic | string;
322
+ ExtendedStatistic?: string;
323
+ Dimensions?: Dimension[];
324
+ Period?: number;
325
+ Unit?: StandardUnit | string;
326
+ EvaluationPeriods?: number;
327
+ DatapointsToAlarm?: number;
328
+ Threshold?: number;
329
+ ComparisonOperator?: ComparisonOperator | string;
330
+ TreatMissingData?: string;
331
+ EvaluateLowSampleCountPercentile?: string;
332
+ Metrics?: MetricDataQuery[];
333
+ ThresholdMetricId?: string;
334
+ }
335
+ export interface DescribeAlarmsOutput {
336
+ CompositeAlarms?: CompositeAlarm[];
337
+ MetricAlarms?: MetricAlarm[];
338
+ NextToken?: string;
339
+ }
340
+ export interface DescribeAlarmsForMetricInput {
341
+ MetricName: string | undefined;
342
+ Namespace: string | undefined;
343
+ Statistic?: Statistic | string;
344
+ ExtendedStatistic?: string;
345
+ Dimensions?: Dimension[];
346
+ Period?: number;
347
+ Unit?: StandardUnit | string;
348
+ }
349
+ export interface DescribeAlarmsForMetricOutput {
350
+ MetricAlarms?: MetricAlarm[];
351
+ }
352
+ export interface DescribeAnomalyDetectorsInput {
353
+ NextToken?: string;
354
+ MaxResults?: number;
355
+ Namespace?: string;
356
+ MetricName?: string;
357
+ Dimensions?: Dimension[];
358
+ AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
359
+ }
360
+ export interface DescribeAnomalyDetectorsOutput {
361
+ AnomalyDetectors?: AnomalyDetector[];
362
+ NextToken?: string;
363
+ }
364
+ export interface DescribeInsightRulesInput {
365
+ NextToken?: string;
366
+ MaxResults?: number;
367
+ }
368
+ export interface InsightRule {
369
+ Name: string | undefined;
370
+ State: string | undefined;
371
+ Schema: string | undefined;
372
+ Definition: string | undefined;
373
+ ManagedRule?: boolean;
374
+ }
375
+ export interface DescribeInsightRulesOutput {
376
+ NextToken?: string;
377
+ InsightRules?: InsightRule[];
378
+ }
379
+ export interface DimensionFilter {
380
+ Name: string | undefined;
381
+ Value?: string;
382
+ }
383
+ export interface DisableAlarmActionsInput {
384
+ AlarmNames: string[] | undefined;
385
+ }
386
+ export interface DisableInsightRulesInput {
387
+ RuleNames: string[] | undefined;
388
+ }
389
+ export interface DisableInsightRulesOutput {
390
+ Failures?: PartialFailure[];
391
+ }
392
+ export interface EnableAlarmActionsInput {
393
+ AlarmNames: string[] | undefined;
394
+ }
395
+ export interface EnableInsightRulesInput {
396
+ RuleNames: string[] | undefined;
397
+ }
398
+ export interface EnableInsightRulesOutput {
399
+ Failures?: PartialFailure[];
400
+ }
401
+ export declare class LimitExceededException extends __BaseException {
402
+ readonly name: "LimitExceededException";
403
+ readonly $fault: "client";
404
+ Message?: string;
405
+ constructor(
406
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
407
+ );
408
+ }
409
+ export interface GetDashboardInput {
410
+ DashboardName: string | undefined;
411
+ }
412
+ export interface GetDashboardOutput {
413
+ DashboardArn?: string;
414
+ DashboardBody?: string;
415
+ DashboardName?: string;
416
+ }
417
+ export interface GetInsightRuleReportInput {
418
+ RuleName: string | undefined;
419
+ StartTime: Date | undefined;
420
+ EndTime: Date | undefined;
421
+ Period: number | undefined;
422
+ MaxContributorCount?: number;
423
+ Metrics?: string[];
424
+ OrderBy?: string;
425
+ }
426
+ export interface InsightRuleContributorDatapoint {
427
+ Timestamp: Date | undefined;
428
+ ApproximateValue: number | undefined;
429
+ }
430
+ export interface InsightRuleContributor {
431
+ Keys: string[] | undefined;
432
+ ApproximateAggregateValue: number | undefined;
433
+ Datapoints: InsightRuleContributorDatapoint[] | undefined;
434
+ }
435
+ export interface InsightRuleMetricDatapoint {
436
+ Timestamp: Date | undefined;
437
+ UniqueContributors?: number;
438
+ MaxContributorValue?: number;
439
+ SampleCount?: number;
440
+ Average?: number;
441
+ Sum?: number;
442
+ Minimum?: number;
443
+ Maximum?: number;
444
+ }
445
+ export interface GetInsightRuleReportOutput {
446
+ KeyLabels?: string[];
447
+ AggregationStatistic?: string;
448
+ AggregateValue?: number;
449
+ ApproximateUniqueCount?: number;
450
+ Contributors?: InsightRuleContributor[];
451
+ MetricDatapoints?: InsightRuleMetricDatapoint[];
452
+ }
453
+ export interface LabelOptions {
454
+ Timezone?: string;
455
+ }
456
+ export interface GetMetricDataInput {
457
+ MetricDataQueries: MetricDataQuery[] | undefined;
458
+ StartTime: Date | undefined;
459
+ EndTime: Date | undefined;
460
+ NextToken?: string;
461
+ ScanBy?: ScanBy | string;
462
+ MaxDatapoints?: number;
463
+ LabelOptions?: LabelOptions;
464
+ }
465
+ export interface MessageData {
466
+ Code?: string;
467
+ Value?: string;
468
+ }
469
+ export declare enum StatusCode {
470
+ COMPLETE = "Complete",
471
+ INTERNAL_ERROR = "InternalError",
472
+ PARTIAL_DATA = "PartialData",
473
+ }
474
+ export interface MetricDataResult {
475
+ Id?: string;
476
+ Label?: string;
477
+ Timestamps?: Date[];
478
+ Values?: number[];
479
+ StatusCode?: StatusCode | string;
480
+ Messages?: MessageData[];
481
+ }
482
+ export interface GetMetricDataOutput {
483
+ MetricDataResults?: MetricDataResult[];
484
+ NextToken?: string;
485
+ Messages?: MessageData[];
486
+ }
487
+ export interface GetMetricStatisticsInput {
488
+ Namespace: string | undefined;
489
+ MetricName: string | undefined;
490
+ Dimensions?: Dimension[];
491
+ StartTime: Date | undefined;
492
+ EndTime: Date | undefined;
493
+ Period: number | undefined;
494
+ Statistics?: (Statistic | string)[];
495
+ ExtendedStatistics?: string[];
496
+ Unit?: StandardUnit | string;
497
+ }
498
+ export interface GetMetricStatisticsOutput {
499
+ Label?: string;
500
+ Datapoints?: Datapoint[];
501
+ }
502
+ export interface GetMetricStreamInput {
503
+ Name: string | undefined;
504
+ }
505
+ export interface MetricStreamFilter {
506
+ Namespace?: string;
507
+ }
508
+ export declare enum MetricStreamOutputFormat {
509
+ JSON = "json",
510
+ OPEN_TELEMETRY_0_7 = "opentelemetry0.7",
511
+ }
512
+ export interface MetricStreamStatisticsMetric {
513
+ Namespace: string | undefined;
514
+ MetricName: string | undefined;
515
+ }
516
+ export interface MetricStreamStatisticsConfiguration {
517
+ IncludeMetrics: MetricStreamStatisticsMetric[] | undefined;
518
+ AdditionalStatistics: string[] | undefined;
519
+ }
520
+ export interface GetMetricStreamOutput {
521
+ Arn?: string;
522
+ Name?: string;
523
+ IncludeFilters?: MetricStreamFilter[];
524
+ ExcludeFilters?: MetricStreamFilter[];
525
+ FirehoseArn?: string;
526
+ RoleArn?: string;
527
+ State?: string;
528
+ CreationDate?: Date;
529
+ LastUpdateDate?: Date;
530
+ OutputFormat?: MetricStreamOutputFormat | string;
531
+ StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
532
+ }
533
+ export interface GetMetricWidgetImageInput {
534
+ MetricWidget: string | undefined;
535
+ OutputFormat?: string;
536
+ }
537
+ export interface GetMetricWidgetImageOutput {
538
+ MetricWidgetImage?: Uint8Array;
539
+ }
540
+ export interface ListDashboardsInput {
541
+ DashboardNamePrefix?: string;
542
+ NextToken?: string;
543
+ }
544
+ export interface ListDashboardsOutput {
545
+ DashboardEntries?: DashboardEntry[];
546
+ NextToken?: string;
547
+ }
548
+ export interface ListManagedInsightRulesInput {
549
+ ResourceARN: string | undefined;
550
+ NextToken?: string;
551
+ MaxResults?: number;
552
+ }
553
+ export interface ManagedRuleState {
554
+ RuleName: string | undefined;
555
+ State: string | undefined;
556
+ }
557
+ export interface ManagedRuleDescription {
558
+ TemplateName?: string;
559
+ ResourceARN?: string;
560
+ RuleState?: ManagedRuleState;
561
+ }
562
+ export interface ListManagedInsightRulesOutput {
563
+ ManagedRules?: ManagedRuleDescription[];
564
+ NextToken?: string;
565
+ }
566
+ export declare enum RecentlyActive {
567
+ PT3H = "PT3H",
568
+ }
569
+ export interface ListMetricsInput {
570
+ Namespace?: string;
571
+ MetricName?: string;
572
+ Dimensions?: DimensionFilter[];
573
+ NextToken?: string;
574
+ RecentlyActive?: RecentlyActive | string;
575
+ }
576
+ export interface ListMetricsOutput {
577
+ Metrics?: Metric[];
578
+ NextToken?: string;
579
+ }
580
+ export interface ListMetricStreamsInput {
581
+ NextToken?: string;
582
+ MaxResults?: number;
583
+ }
584
+ export interface MetricStreamEntry {
585
+ Arn?: string;
586
+ CreationDate?: Date;
587
+ LastUpdateDate?: Date;
588
+ Name?: string;
589
+ FirehoseArn?: string;
590
+ State?: string;
591
+ OutputFormat?: MetricStreamOutputFormat | string;
592
+ }
593
+ export interface ListMetricStreamsOutput {
594
+ NextToken?: string;
595
+ Entries?: MetricStreamEntry[];
596
+ }
597
+ export interface ListTagsForResourceInput {
598
+ ResourceARN: string | undefined;
599
+ }
600
+ export interface Tag {
601
+ Key: string | undefined;
602
+ Value: string | undefined;
603
+ }
604
+ export interface ListTagsForResourceOutput {
605
+ Tags?: Tag[];
606
+ }
607
+ export interface PutAnomalyDetectorInput {
608
+ Namespace?: string;
609
+ MetricName?: string;
610
+ Dimensions?: Dimension[];
611
+ Stat?: string;
612
+ Configuration?: AnomalyDetectorConfiguration;
613
+ SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
614
+ MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
615
+ }
616
+ export interface PutAnomalyDetectorOutput {}
617
+ export declare class LimitExceededFault extends __BaseException {
618
+ readonly name: "LimitExceededFault";
619
+ readonly $fault: "client";
620
+ constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
621
+ }
622
+ export interface PutCompositeAlarmInput {
623
+ ActionsEnabled?: boolean;
624
+ AlarmActions?: string[];
625
+ AlarmDescription?: string;
626
+ AlarmName: string | undefined;
627
+ AlarmRule: string | undefined;
628
+ InsufficientDataActions?: string[];
629
+ OKActions?: string[];
630
+ Tags?: Tag[];
631
+ ActionsSuppressor?: string;
632
+ ActionsSuppressorWaitPeriod?: number;
633
+ ActionsSuppressorExtensionPeriod?: number;
634
+ }
635
+ export interface PutDashboardInput {
636
+ DashboardName: string | undefined;
637
+ DashboardBody: string | undefined;
638
+ }
639
+ export interface PutDashboardOutput {
640
+ DashboardValidationMessages?: DashboardValidationMessage[];
641
+ }
642
+ export interface PutInsightRuleInput {
643
+ RuleName: string | undefined;
644
+ RuleState?: string;
645
+ RuleDefinition: string | undefined;
646
+ Tags?: Tag[];
647
+ }
648
+ export interface PutInsightRuleOutput {}
649
+ export interface ManagedRule {
650
+ TemplateName: string | undefined;
651
+ ResourceARN: string | undefined;
652
+ Tags?: Tag[];
653
+ }
654
+ export interface PutManagedInsightRulesInput {
655
+ ManagedRules: ManagedRule[] | undefined;
656
+ }
657
+ export interface PutManagedInsightRulesOutput {
658
+ Failures?: PartialFailure[];
659
+ }
660
+ export interface PutMetricAlarmInput {
661
+ AlarmName: string | undefined;
662
+ AlarmDescription?: string;
663
+ ActionsEnabled?: boolean;
664
+ OKActions?: string[];
665
+ AlarmActions?: string[];
666
+ InsufficientDataActions?: string[];
667
+ MetricName?: string;
668
+ Namespace?: string;
669
+ Statistic?: Statistic | string;
670
+ ExtendedStatistic?: string;
671
+ Dimensions?: Dimension[];
672
+ Period?: number;
673
+ Unit?: StandardUnit | string;
674
+ EvaluationPeriods: number | undefined;
675
+ DatapointsToAlarm?: number;
676
+ Threshold?: number;
677
+ ComparisonOperator: ComparisonOperator | string | undefined;
678
+ TreatMissingData?: string;
679
+ EvaluateLowSampleCountPercentile?: string;
680
+ Metrics?: MetricDataQuery[];
681
+ Tags?: Tag[];
682
+ ThresholdMetricId?: string;
683
+ }
684
+ export interface StatisticSet {
685
+ SampleCount: number | undefined;
686
+ Sum: number | undefined;
687
+ Minimum: number | undefined;
688
+ Maximum: number | undefined;
689
+ }
690
+ export interface MetricDatum {
691
+ MetricName: string | undefined;
692
+ Dimensions?: Dimension[];
693
+ Timestamp?: Date;
694
+ Value?: number;
695
+ StatisticValues?: StatisticSet;
696
+ Values?: number[];
697
+ Counts?: number[];
698
+ Unit?: StandardUnit | string;
699
+ StorageResolution?: number;
700
+ }
701
+ export interface PutMetricDataInput {
702
+ Namespace: string | undefined;
703
+ MetricData: MetricDatum[] | undefined;
704
+ }
705
+ export interface PutMetricStreamInput {
706
+ Name: string | undefined;
707
+ IncludeFilters?: MetricStreamFilter[];
708
+ ExcludeFilters?: MetricStreamFilter[];
709
+ FirehoseArn: string | undefined;
710
+ RoleArn: string | undefined;
711
+ OutputFormat: MetricStreamOutputFormat | string | undefined;
712
+ Tags?: Tag[];
713
+ StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
714
+ }
715
+ export interface PutMetricStreamOutput {
716
+ Arn?: string;
717
+ }
718
+ export declare class InvalidFormatFault extends __BaseException {
719
+ readonly name: "InvalidFormatFault";
720
+ readonly $fault: "client";
721
+ constructor(opts: __ExceptionOptionType<InvalidFormatFault, __BaseException>);
722
+ }
723
+ export interface SetAlarmStateInput {
724
+ AlarmName: string | undefined;
725
+ StateValue: StateValue | string | undefined;
726
+ StateReason: string | undefined;
727
+ StateReasonData?: string;
728
+ }
729
+ export interface StartMetricStreamsInput {
730
+ Names: string[] | undefined;
731
+ }
732
+ export interface StartMetricStreamsOutput {}
733
+ export interface StopMetricStreamsInput {
734
+ Names: string[] | undefined;
735
+ }
736
+ export interface StopMetricStreamsOutput {}
737
+ export interface TagResourceInput {
738
+ ResourceARN: string | undefined;
739
+ Tags: Tag[] | undefined;
740
+ }
741
+ export interface TagResourceOutput {}
742
+ export interface UntagResourceInput {
743
+ ResourceARN: string | undefined;
744
+ TagKeys: string[] | undefined;
745
+ }
746
+ export interface UntagResourceOutput {}
747
+ export declare const AlarmHistoryItemFilterSensitiveLog: (
748
+ obj: AlarmHistoryItem
749
+ ) => any;
750
+ export declare const RangeFilterSensitiveLog: (obj: Range) => any;
751
+ export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (
752
+ obj: AnomalyDetectorConfiguration
753
+ ) => any;
754
+ export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
755
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
756
+ export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
757
+ export declare const MetricDataQueryFilterSensitiveLog: (
758
+ obj: MetricDataQuery
759
+ ) => any;
760
+ export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (
761
+ obj: MetricMathAnomalyDetector
762
+ ) => any;
763
+ export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (
764
+ obj: SingleMetricAnomalyDetector
765
+ ) => any;
766
+ export declare const AnomalyDetectorFilterSensitiveLog: (
767
+ obj: AnomalyDetector
768
+ ) => any;
769
+ export declare const PartialFailureFilterSensitiveLog: (
770
+ obj: PartialFailure
771
+ ) => any;
772
+ export declare const CompositeAlarmFilterSensitiveLog: (
773
+ obj: CompositeAlarm
774
+ ) => any;
775
+ export declare const DashboardEntryFilterSensitiveLog: (
776
+ obj: DashboardEntry
777
+ ) => any;
778
+ export declare const DashboardValidationMessageFilterSensitiveLog: (
779
+ obj: DashboardValidationMessage
780
+ ) => any;
781
+ export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
782
+ export declare const DeleteAlarmsInputFilterSensitiveLog: (
783
+ obj: DeleteAlarmsInput
784
+ ) => any;
785
+ export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (
786
+ obj: DeleteAnomalyDetectorInput
787
+ ) => any;
788
+ export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (
789
+ obj: DeleteAnomalyDetectorOutput
790
+ ) => any;
791
+ export declare const DeleteDashboardsInputFilterSensitiveLog: (
792
+ obj: DeleteDashboardsInput
793
+ ) => any;
794
+ export declare const DeleteDashboardsOutputFilterSensitiveLog: (
795
+ obj: DeleteDashboardsOutput
796
+ ) => any;
797
+ export declare const DeleteInsightRulesInputFilterSensitiveLog: (
798
+ obj: DeleteInsightRulesInput
799
+ ) => any;
800
+ export declare const DeleteInsightRulesOutputFilterSensitiveLog: (
801
+ obj: DeleteInsightRulesOutput
802
+ ) => any;
803
+ export declare const DeleteMetricStreamInputFilterSensitiveLog: (
804
+ obj: DeleteMetricStreamInput
805
+ ) => any;
806
+ export declare const DeleteMetricStreamOutputFilterSensitiveLog: (
807
+ obj: DeleteMetricStreamOutput
808
+ ) => any;
809
+ export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (
810
+ obj: DescribeAlarmHistoryInput
811
+ ) => any;
812
+ export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (
813
+ obj: DescribeAlarmHistoryOutput
814
+ ) => any;
815
+ export declare const DescribeAlarmsInputFilterSensitiveLog: (
816
+ obj: DescribeAlarmsInput
817
+ ) => any;
818
+ export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
819
+ export declare const DescribeAlarmsOutputFilterSensitiveLog: (
820
+ obj: DescribeAlarmsOutput
821
+ ) => any;
822
+ export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (
823
+ obj: DescribeAlarmsForMetricInput
824
+ ) => any;
825
+ export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (
826
+ obj: DescribeAlarmsForMetricOutput
827
+ ) => any;
828
+ export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (
829
+ obj: DescribeAnomalyDetectorsInput
830
+ ) => any;
831
+ export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (
832
+ obj: DescribeAnomalyDetectorsOutput
833
+ ) => any;
834
+ export declare const DescribeInsightRulesInputFilterSensitiveLog: (
835
+ obj: DescribeInsightRulesInput
836
+ ) => any;
837
+ export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
838
+ export declare const DescribeInsightRulesOutputFilterSensitiveLog: (
839
+ obj: DescribeInsightRulesOutput
840
+ ) => any;
841
+ export declare const DimensionFilterFilterSensitiveLog: (
842
+ obj: DimensionFilter
843
+ ) => any;
844
+ export declare const DisableAlarmActionsInputFilterSensitiveLog: (
845
+ obj: DisableAlarmActionsInput
846
+ ) => any;
847
+ export declare const DisableInsightRulesInputFilterSensitiveLog: (
848
+ obj: DisableInsightRulesInput
849
+ ) => any;
850
+ export declare const DisableInsightRulesOutputFilterSensitiveLog: (
851
+ obj: DisableInsightRulesOutput
852
+ ) => any;
853
+ export declare const EnableAlarmActionsInputFilterSensitiveLog: (
854
+ obj: EnableAlarmActionsInput
855
+ ) => any;
856
+ export declare const EnableInsightRulesInputFilterSensitiveLog: (
857
+ obj: EnableInsightRulesInput
858
+ ) => any;
859
+ export declare const EnableInsightRulesOutputFilterSensitiveLog: (
860
+ obj: EnableInsightRulesOutput
861
+ ) => any;
862
+ export declare const GetDashboardInputFilterSensitiveLog: (
863
+ obj: GetDashboardInput
864
+ ) => any;
865
+ export declare const GetDashboardOutputFilterSensitiveLog: (
866
+ obj: GetDashboardOutput
867
+ ) => any;
868
+ export declare const GetInsightRuleReportInputFilterSensitiveLog: (
869
+ obj: GetInsightRuleReportInput
870
+ ) => any;
871
+ export declare const InsightRuleContributorDatapointFilterSensitiveLog: (
872
+ obj: InsightRuleContributorDatapoint
873
+ ) => any;
874
+ export declare const InsightRuleContributorFilterSensitiveLog: (
875
+ obj: InsightRuleContributor
876
+ ) => any;
877
+ export declare const InsightRuleMetricDatapointFilterSensitiveLog: (
878
+ obj: InsightRuleMetricDatapoint
879
+ ) => any;
880
+ export declare const GetInsightRuleReportOutputFilterSensitiveLog: (
881
+ obj: GetInsightRuleReportOutput
882
+ ) => any;
883
+ export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
884
+ export declare const GetMetricDataInputFilterSensitiveLog: (
885
+ obj: GetMetricDataInput
886
+ ) => any;
887
+ export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
888
+ export declare const MetricDataResultFilterSensitiveLog: (
889
+ obj: MetricDataResult
890
+ ) => any;
891
+ export declare const GetMetricDataOutputFilterSensitiveLog: (
892
+ obj: GetMetricDataOutput
893
+ ) => any;
894
+ export declare const GetMetricStatisticsInputFilterSensitiveLog: (
895
+ obj: GetMetricStatisticsInput
896
+ ) => any;
897
+ export declare const GetMetricStatisticsOutputFilterSensitiveLog: (
898
+ obj: GetMetricStatisticsOutput
899
+ ) => any;
900
+ export declare const GetMetricStreamInputFilterSensitiveLog: (
901
+ obj: GetMetricStreamInput
902
+ ) => any;
903
+ export declare const MetricStreamFilterFilterSensitiveLog: (
904
+ obj: MetricStreamFilter
905
+ ) => any;
906
+ export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (
907
+ obj: MetricStreamStatisticsMetric
908
+ ) => any;
909
+ export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (
910
+ obj: MetricStreamStatisticsConfiguration
911
+ ) => any;
912
+ export declare const GetMetricStreamOutputFilterSensitiveLog: (
913
+ obj: GetMetricStreamOutput
914
+ ) => any;
915
+ export declare const GetMetricWidgetImageInputFilterSensitiveLog: (
916
+ obj: GetMetricWidgetImageInput
917
+ ) => any;
918
+ export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (
919
+ obj: GetMetricWidgetImageOutput
920
+ ) => any;
921
+ export declare const ListDashboardsInputFilterSensitiveLog: (
922
+ obj: ListDashboardsInput
923
+ ) => any;
924
+ export declare const ListDashboardsOutputFilterSensitiveLog: (
925
+ obj: ListDashboardsOutput
926
+ ) => any;
927
+ export declare const ListManagedInsightRulesInputFilterSensitiveLog: (
928
+ obj: ListManagedInsightRulesInput
929
+ ) => any;
930
+ export declare const ManagedRuleStateFilterSensitiveLog: (
931
+ obj: ManagedRuleState
932
+ ) => any;
933
+ export declare const ManagedRuleDescriptionFilterSensitiveLog: (
934
+ obj: ManagedRuleDescription
935
+ ) => any;
936
+ export declare const ListManagedInsightRulesOutputFilterSensitiveLog: (
937
+ obj: ListManagedInsightRulesOutput
938
+ ) => any;
939
+ export declare const ListMetricsInputFilterSensitiveLog: (
940
+ obj: ListMetricsInput
941
+ ) => any;
942
+ export declare const ListMetricsOutputFilterSensitiveLog: (
943
+ obj: ListMetricsOutput
944
+ ) => any;
945
+ export declare const ListMetricStreamsInputFilterSensitiveLog: (
946
+ obj: ListMetricStreamsInput
947
+ ) => any;
948
+ export declare const MetricStreamEntryFilterSensitiveLog: (
949
+ obj: MetricStreamEntry
950
+ ) => any;
951
+ export declare const ListMetricStreamsOutputFilterSensitiveLog: (
952
+ obj: ListMetricStreamsOutput
953
+ ) => any;
954
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
955
+ obj: ListTagsForResourceInput
956
+ ) => any;
957
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
958
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
959
+ obj: ListTagsForResourceOutput
960
+ ) => any;
961
+ export declare const PutAnomalyDetectorInputFilterSensitiveLog: (
962
+ obj: PutAnomalyDetectorInput
963
+ ) => any;
964
+ export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (
965
+ obj: PutAnomalyDetectorOutput
966
+ ) => any;
967
+ export declare const PutCompositeAlarmInputFilterSensitiveLog: (
968
+ obj: PutCompositeAlarmInput
969
+ ) => any;
970
+ export declare const PutDashboardInputFilterSensitiveLog: (
971
+ obj: PutDashboardInput
972
+ ) => any;
973
+ export declare const PutDashboardOutputFilterSensitiveLog: (
974
+ obj: PutDashboardOutput
975
+ ) => any;
976
+ export declare const PutInsightRuleInputFilterSensitiveLog: (
977
+ obj: PutInsightRuleInput
978
+ ) => any;
979
+ export declare const PutInsightRuleOutputFilterSensitiveLog: (
980
+ obj: PutInsightRuleOutput
981
+ ) => any;
982
+ export declare const ManagedRuleFilterSensitiveLog: (obj: ManagedRule) => any;
983
+ export declare const PutManagedInsightRulesInputFilterSensitiveLog: (
984
+ obj: PutManagedInsightRulesInput
985
+ ) => any;
986
+ export declare const PutManagedInsightRulesOutputFilterSensitiveLog: (
987
+ obj: PutManagedInsightRulesOutput
988
+ ) => any;
989
+ export declare const PutMetricAlarmInputFilterSensitiveLog: (
990
+ obj: PutMetricAlarmInput
991
+ ) => any;
992
+ export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
993
+ export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
994
+ export declare const PutMetricDataInputFilterSensitiveLog: (
995
+ obj: PutMetricDataInput
996
+ ) => any;
997
+ export declare const PutMetricStreamInputFilterSensitiveLog: (
998
+ obj: PutMetricStreamInput
999
+ ) => any;
1000
+ export declare const PutMetricStreamOutputFilterSensitiveLog: (
1001
+ obj: PutMetricStreamOutput
1002
+ ) => any;
1003
+ export declare const SetAlarmStateInputFilterSensitiveLog: (
1004
+ obj: SetAlarmStateInput
1005
+ ) => any;
1006
+ export declare const StartMetricStreamsInputFilterSensitiveLog: (
1007
+ obj: StartMetricStreamsInput
1008
+ ) => any;
1009
+ export declare const StartMetricStreamsOutputFilterSensitiveLog: (
1010
+ obj: StartMetricStreamsOutput
1011
+ ) => any;
1012
+ export declare const StopMetricStreamsInputFilterSensitiveLog: (
1013
+ obj: StopMetricStreamsInput
1014
+ ) => any;
1015
+ export declare const StopMetricStreamsOutputFilterSensitiveLog: (
1016
+ obj: StopMetricStreamsOutput
1017
+ ) => any;
1018
+ export declare const TagResourceInputFilterSensitiveLog: (
1019
+ obj: TagResourceInput
1020
+ ) => any;
1021
+ export declare const TagResourceOutputFilterSensitiveLog: (
1022
+ obj: TagResourceOutput
1023
+ ) => any;
1024
+ export declare const UntagResourceInputFilterSensitiveLog: (
1025
+ obj: UntagResourceInput
1026
+ ) => any;
1027
+ export declare const UntagResourceOutputFilterSensitiveLog: (
1028
+ obj: UntagResourceOutput
1029
+ ) => any;