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