@aws-sdk/client-cloudwatch 3.296.0 → 3.298.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.
- package/dist-cjs/commands/DeleteAlarmsCommand.js +2 -3
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -3
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -3
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -3
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -3
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -3
- package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/GetDashboardCommand.js +2 -3
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -3
- package/dist-cjs/commands/GetMetricDataCommand.js +2 -3
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -3
- package/dist-cjs/commands/GetMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -3
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/ListMetricsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -3
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -3
- package/dist-cjs/commands/PutDashboardCommand.js +2 -3
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -3
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -3
- package/dist-cjs/commands/PutMetricDataCommand.js +2 -3
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/SetAlarmStateCommand.js +2 -3
- package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -415
- package/dist-cjs/protocols/Aws_query.js +64 -347
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -3
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -3
- package/dist-es/commands/DeleteDashboardsCommand.js +2 -3
- package/dist-es/commands/DeleteInsightRulesCommand.js +2 -3
- package/dist-es/commands/DeleteMetricStreamCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmsCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -3
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -3
- package/dist-es/commands/DescribeInsightRulesCommand.js +2 -3
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -3
- package/dist-es/commands/DisableInsightRulesCommand.js +2 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -3
- package/dist-es/commands/EnableInsightRulesCommand.js +2 -3
- package/dist-es/commands/GetDashboardCommand.js +2 -3
- package/dist-es/commands/GetInsightRuleReportCommand.js +2 -3
- package/dist-es/commands/GetMetricDataCommand.js +2 -3
- package/dist-es/commands/GetMetricStatisticsCommand.js +2 -3
- package/dist-es/commands/GetMetricStreamCommand.js +2 -3
- package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -3
- package/dist-es/commands/ListDashboardsCommand.js +2 -3
- package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -3
- package/dist-es/commands/ListMetricStreamsCommand.js +2 -3
- package/dist-es/commands/ListMetricsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -3
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -3
- package/dist-es/commands/PutDashboardCommand.js +2 -3
- package/dist-es/commands/PutInsightRuleCommand.js +2 -3
- package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -3
- package/dist-es/commands/PutMetricDataCommand.js +2 -3
- package/dist-es/commands/PutMetricStreamCommand.js +2 -3
- package/dist-es/commands/SetAlarmStateCommand.js +2 -3
- package/dist-es/commands/StartMetricStreamsCommand.js +2 -3
- package/dist-es/commands/StopMetricStreamsCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -309
- package/dist-es/protocols/Aws_query.js +64 -347
- package/dist-types/CloudWatch.d.ts +39 -0
- package/dist-types/CloudWatchClient.d.ts +24 -4
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +16 -0
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +16 -0
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetDashboardCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +16 -0
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +16 -0
- package/dist-types/commands/PutDashboardCommand.d.ts +16 -0
- package/dist-types/commands/PutInsightRuleCommand.d.ts +16 -0
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/SetAlarmStateCommand.d.ts +16 -0
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/CloudWatchServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +298 -414
- package/dist-types/pagination/DescribeAlarmHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAlarmsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAnomalyDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInsightRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListManagedInsightRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricStreamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -283
- package/package.json +4 -3
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum ActionsSuppressedBy {
|
|
4
7
|
Alarm = "Alarm",
|
|
5
8
|
ExtensionPeriod = "ExtensionPeriod",
|
|
6
9
|
WaitPeriod = "WaitPeriod"
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
8
14
|
export declare enum AlarmType {
|
|
9
15
|
CompositeAlarm = "CompositeAlarm",
|
|
10
16
|
MetricAlarm = "MetricAlarm"
|
|
11
17
|
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
12
21
|
export declare enum HistoryItemType {
|
|
13
22
|
Action = "Action",
|
|
14
23
|
ConfigurationUpdate = "ConfigurationUpdate",
|
|
15
24
|
StateUpdate = "StateUpdate"
|
|
16
25
|
}
|
|
17
26
|
/**
|
|
27
|
+
* @public
|
|
18
28
|
* <p>Represents the history of a specific alarm.</p>
|
|
19
29
|
*/
|
|
20
30
|
export interface AlarmHistoryItem {
|
|
@@ -44,6 +54,7 @@ export interface AlarmHistoryItem {
|
|
|
44
54
|
HistoryData?: string;
|
|
45
55
|
}
|
|
46
56
|
/**
|
|
57
|
+
* @public
|
|
47
58
|
* <p>Specifies one range of days or times to exclude from use for training an
|
|
48
59
|
* anomaly detection model.</p>
|
|
49
60
|
*/
|
|
@@ -60,6 +71,7 @@ export interface Range {
|
|
|
60
71
|
EndTime: Date | undefined;
|
|
61
72
|
}
|
|
62
73
|
/**
|
|
74
|
+
* @public
|
|
63
75
|
* <p>The configuration specifies details about how the anomaly detection model is to be trained,
|
|
64
76
|
* including time ranges to exclude from use for training the model and the time zone to
|
|
65
77
|
* use for the metric.</p>
|
|
@@ -81,6 +93,7 @@ export interface AnomalyDetectorConfiguration {
|
|
|
81
93
|
MetricTimezone?: string;
|
|
82
94
|
}
|
|
83
95
|
/**
|
|
96
|
+
* @public
|
|
84
97
|
* <p>A dimension is a name/value pair that is part of the identity of a metric. Because dimensions are part of the unique
|
|
85
98
|
* identifier for a metric, whenever you add a unique name/value pair to one of
|
|
86
99
|
* your metrics, you are creating a new variation of that metric. For example, many Amazon EC2 metrics publish
|
|
@@ -101,6 +114,7 @@ export interface Dimension {
|
|
|
101
114
|
Value: string | undefined;
|
|
102
115
|
}
|
|
103
116
|
/**
|
|
117
|
+
* @public
|
|
104
118
|
* <p>Represents a specific metric.</p>
|
|
105
119
|
*/
|
|
106
120
|
export interface Metric {
|
|
@@ -117,6 +131,9 @@ export interface Metric {
|
|
|
117
131
|
*/
|
|
118
132
|
Dimensions?: Dimension[];
|
|
119
133
|
}
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
120
137
|
export declare enum StandardUnit {
|
|
121
138
|
Bits = "Bits",
|
|
122
139
|
Bits_Second = "Bits/Second",
|
|
@@ -147,6 +164,7 @@ export declare enum StandardUnit {
|
|
|
147
164
|
Terabytes_Second = "Terabytes/Second"
|
|
148
165
|
}
|
|
149
166
|
/**
|
|
167
|
+
* @public
|
|
150
168
|
* <p>This structure defines the metric to be returned, along with the statistics, period, and units.</p>
|
|
151
169
|
*/
|
|
152
170
|
export interface MetricStat {
|
|
@@ -187,6 +205,7 @@ export interface MetricStat {
|
|
|
187
205
|
Unit?: StandardUnit | string;
|
|
188
206
|
}
|
|
189
207
|
/**
|
|
208
|
+
* @public
|
|
190
209
|
* <p>This structure is used in both <code>GetMetricData</code> and <code>PutMetricAlarm</code>. The supported
|
|
191
210
|
* use of this structure is different for those two operations.</p>
|
|
192
211
|
* <p>When used in <code>GetMetricData</code>, it indicates the metric data to return, and whether this call is just retrieving
|
|
@@ -277,6 +296,7 @@ export interface MetricDataQuery {
|
|
|
277
296
|
AccountId?: string;
|
|
278
297
|
}
|
|
279
298
|
/**
|
|
299
|
+
* @public
|
|
280
300
|
* <p>Indicates the CloudWatch math expression that provides the time series the anomaly detector
|
|
281
301
|
* uses as input.
|
|
282
302
|
* The designated math expression must return a single time series.</p>
|
|
@@ -299,6 +319,7 @@ export interface MetricMathAnomalyDetector {
|
|
|
299
319
|
MetricDataQueries?: MetricDataQuery[];
|
|
300
320
|
}
|
|
301
321
|
/**
|
|
322
|
+
* @public
|
|
302
323
|
* <p>Designates the CloudWatch metric and statistic that provides the time series the anomaly detector
|
|
303
324
|
* uses as input.</p>
|
|
304
325
|
*/
|
|
@@ -320,12 +341,16 @@ export interface SingleMetricAnomalyDetector {
|
|
|
320
341
|
*/
|
|
321
342
|
Stat?: string;
|
|
322
343
|
}
|
|
344
|
+
/**
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
323
347
|
export declare enum AnomalyDetectorStateValue {
|
|
324
348
|
PENDING_TRAINING = "PENDING_TRAINING",
|
|
325
349
|
TRAINED = "TRAINED",
|
|
326
350
|
TRAINED_INSUFFICIENT_DATA = "TRAINED_INSUFFICIENT_DATA"
|
|
327
351
|
}
|
|
328
352
|
/**
|
|
353
|
+
* @public
|
|
329
354
|
* <p>An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression.
|
|
330
355
|
* You can use the model to display a band of expected, normal values
|
|
331
356
|
* when the metric is graphed.</p>
|
|
@@ -376,11 +401,15 @@ export interface AnomalyDetector {
|
|
|
376
401
|
*/
|
|
377
402
|
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
378
403
|
}
|
|
404
|
+
/**
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
379
407
|
export declare enum AnomalyDetectorType {
|
|
380
408
|
METRIC_MATH = "METRIC_MATH",
|
|
381
409
|
SINGLE_METRIC = "SINGLE_METRIC"
|
|
382
410
|
}
|
|
383
411
|
/**
|
|
412
|
+
* @public
|
|
384
413
|
* <p>This array is empty if the API operation was successful for all the rules specified in the request. If the operation could
|
|
385
414
|
* not process one of the rules, the following data is returned for each of those rules.</p>
|
|
386
415
|
*/
|
|
@@ -402,6 +431,9 @@ export interface PartialFailure {
|
|
|
402
431
|
*/
|
|
403
432
|
FailureDescription?: string;
|
|
404
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
405
437
|
export declare enum ComparisonOperator {
|
|
406
438
|
GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
|
|
407
439
|
GreaterThanThreshold = "GreaterThanThreshold",
|
|
@@ -411,12 +443,16 @@ export declare enum ComparisonOperator {
|
|
|
411
443
|
LessThanOrEqualToThreshold = "LessThanOrEqualToThreshold",
|
|
412
444
|
LessThanThreshold = "LessThanThreshold"
|
|
413
445
|
}
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
414
449
|
export declare enum StateValue {
|
|
415
450
|
ALARM = "ALARM",
|
|
416
451
|
INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
|
|
417
452
|
OK = "OK"
|
|
418
453
|
}
|
|
419
454
|
/**
|
|
455
|
+
* @public
|
|
420
456
|
* <p>The details about a composite alarm.</p>
|
|
421
457
|
*/
|
|
422
458
|
export interface CompositeAlarm {
|
|
@@ -569,6 +605,7 @@ export interface CompositeAlarm {
|
|
|
569
605
|
ActionsSuppressorExtensionPeriod?: number;
|
|
570
606
|
}
|
|
571
607
|
/**
|
|
608
|
+
* @public
|
|
572
609
|
* <p>More than one process tried to modify a resource at the same time.</p>
|
|
573
610
|
*/
|
|
574
611
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
@@ -581,6 +618,7 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
581
618
|
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
582
619
|
}
|
|
583
620
|
/**
|
|
621
|
+
* @public
|
|
584
622
|
* <p>Represents a specific dashboard.</p>
|
|
585
623
|
*/
|
|
586
624
|
export interface DashboardEntry {
|
|
@@ -603,6 +641,7 @@ export interface DashboardEntry {
|
|
|
603
641
|
Size?: number;
|
|
604
642
|
}
|
|
605
643
|
/**
|
|
644
|
+
* @public
|
|
606
645
|
* <p>An error or warning for the operation.</p>
|
|
607
646
|
*/
|
|
608
647
|
export interface DashboardValidationMessage {
|
|
@@ -616,6 +655,7 @@ export interface DashboardValidationMessage {
|
|
|
616
655
|
Message?: string;
|
|
617
656
|
}
|
|
618
657
|
/**
|
|
658
|
+
* @public
|
|
619
659
|
* <p>Some part of the dashboard data is invalid.</p>
|
|
620
660
|
*/
|
|
621
661
|
export declare class DashboardInvalidInputError extends __BaseException {
|
|
@@ -628,6 +668,7 @@ export declare class DashboardInvalidInputError extends __BaseException {
|
|
|
628
668
|
constructor(opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>);
|
|
629
669
|
}
|
|
630
670
|
/**
|
|
671
|
+
* @public
|
|
631
672
|
* <p>The specified dashboard does not exist.</p>
|
|
632
673
|
*/
|
|
633
674
|
export declare class DashboardNotFoundError extends __BaseException {
|
|
@@ -639,6 +680,7 @@ export declare class DashboardNotFoundError extends __BaseException {
|
|
|
639
680
|
constructor(opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>);
|
|
640
681
|
}
|
|
641
682
|
/**
|
|
683
|
+
* @public
|
|
642
684
|
* <p>Encapsulates the statistical data that CloudWatch computes from metric data.</p>
|
|
643
685
|
*/
|
|
644
686
|
export interface Datapoint {
|
|
@@ -676,6 +718,9 @@ export interface Datapoint {
|
|
|
676
718
|
*/
|
|
677
719
|
ExtendedStatistics?: Record<string, number>;
|
|
678
720
|
}
|
|
721
|
+
/**
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
679
724
|
export interface DeleteAlarmsInput {
|
|
680
725
|
/**
|
|
681
726
|
* <p>The alarms to be deleted.</p>
|
|
@@ -683,6 +728,7 @@ export interface DeleteAlarmsInput {
|
|
|
683
728
|
AlarmNames: string[] | undefined;
|
|
684
729
|
}
|
|
685
730
|
/**
|
|
731
|
+
* @public
|
|
686
732
|
* <p>The named resource does not exist.</p>
|
|
687
733
|
*/
|
|
688
734
|
export declare class ResourceNotFound extends __BaseException {
|
|
@@ -693,6 +739,9 @@ export declare class ResourceNotFound extends __BaseException {
|
|
|
693
739
|
*/
|
|
694
740
|
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
695
741
|
}
|
|
742
|
+
/**
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
696
745
|
export interface DeleteAnomalyDetectorInput {
|
|
697
746
|
/**
|
|
698
747
|
* @deprecated
|
|
@@ -784,9 +833,13 @@ export interface DeleteAnomalyDetectorInput {
|
|
|
784
833
|
*/
|
|
785
834
|
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
786
835
|
}
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
787
839
|
export interface DeleteAnomalyDetectorOutput {
|
|
788
840
|
}
|
|
789
841
|
/**
|
|
842
|
+
* @public
|
|
790
843
|
* <p>Request processing has failed due to some unknown error, exception, or failure.</p>
|
|
791
844
|
*/
|
|
792
845
|
export declare class InternalServiceFault extends __BaseException {
|
|
@@ -802,6 +855,7 @@ export declare class InternalServiceFault extends __BaseException {
|
|
|
802
855
|
constructor(opts: __ExceptionOptionType<InternalServiceFault, __BaseException>);
|
|
803
856
|
}
|
|
804
857
|
/**
|
|
858
|
+
* @public
|
|
805
859
|
* <p>Parameters were used together that cannot be used together.</p>
|
|
806
860
|
*/
|
|
807
861
|
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
@@ -813,6 +867,7 @@ export declare class InvalidParameterCombinationException extends __BaseExceptio
|
|
|
813
867
|
constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
|
|
814
868
|
}
|
|
815
869
|
/**
|
|
870
|
+
* @public
|
|
816
871
|
* <p>The value of an input parameter is bad or out-of-range.</p>
|
|
817
872
|
*/
|
|
818
873
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
@@ -824,6 +879,7 @@ export declare class InvalidParameterValueException extends __BaseException {
|
|
|
824
879
|
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
825
880
|
}
|
|
826
881
|
/**
|
|
882
|
+
* @public
|
|
827
883
|
* <p>An input parameter that is required is missing.</p>
|
|
828
884
|
*/
|
|
829
885
|
export declare class MissingRequiredParameterException extends __BaseException {
|
|
@@ -835,6 +891,7 @@ export declare class MissingRequiredParameterException extends __BaseException {
|
|
|
835
891
|
constructor(opts: __ExceptionOptionType<MissingRequiredParameterException, __BaseException>);
|
|
836
892
|
}
|
|
837
893
|
/**
|
|
894
|
+
* @public
|
|
838
895
|
* <p>The named resource does not exist.</p>
|
|
839
896
|
*/
|
|
840
897
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -848,38 +905,62 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
848
905
|
*/
|
|
849
906
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
850
907
|
}
|
|
908
|
+
/**
|
|
909
|
+
* @public
|
|
910
|
+
*/
|
|
851
911
|
export interface DeleteDashboardsInput {
|
|
852
912
|
/**
|
|
853
913
|
* <p>The dashboards to be deleted. This parameter is required.</p>
|
|
854
914
|
*/
|
|
855
915
|
DashboardNames: string[] | undefined;
|
|
856
916
|
}
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
857
920
|
export interface DeleteDashboardsOutput {
|
|
858
921
|
}
|
|
922
|
+
/**
|
|
923
|
+
* @public
|
|
924
|
+
*/
|
|
859
925
|
export interface DeleteInsightRulesInput {
|
|
860
926
|
/**
|
|
861
927
|
* <p>An array of the rule names to delete. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
|
|
862
928
|
*/
|
|
863
929
|
RuleNames: string[] | undefined;
|
|
864
930
|
}
|
|
931
|
+
/**
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
865
934
|
export interface DeleteInsightRulesOutput {
|
|
866
935
|
/**
|
|
867
936
|
* <p>An array listing the rules that could not be deleted. You cannot delete built-in rules.</p>
|
|
868
937
|
*/
|
|
869
938
|
Failures?: PartialFailure[];
|
|
870
939
|
}
|
|
940
|
+
/**
|
|
941
|
+
* @public
|
|
942
|
+
*/
|
|
871
943
|
export interface DeleteMetricStreamInput {
|
|
872
944
|
/**
|
|
873
945
|
* <p>The name of the metric stream to delete.</p>
|
|
874
946
|
*/
|
|
875
947
|
Name: string | undefined;
|
|
876
948
|
}
|
|
949
|
+
/**
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
877
952
|
export interface DeleteMetricStreamOutput {
|
|
878
953
|
}
|
|
954
|
+
/**
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
879
957
|
export declare enum ScanBy {
|
|
880
958
|
TIMESTAMP_ASCENDING = "TimestampAscending",
|
|
881
959
|
TIMESTAMP_DESCENDING = "TimestampDescending"
|
|
882
960
|
}
|
|
961
|
+
/**
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
883
964
|
export interface DescribeAlarmHistoryInput {
|
|
884
965
|
/**
|
|
885
966
|
* <p>The name of the alarm.</p>
|
|
@@ -917,6 +998,9 @@ export interface DescribeAlarmHistoryInput {
|
|
|
917
998
|
*/
|
|
918
999
|
ScanBy?: ScanBy | string;
|
|
919
1000
|
}
|
|
1001
|
+
/**
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
920
1004
|
export interface DescribeAlarmHistoryOutput {
|
|
921
1005
|
/**
|
|
922
1006
|
* <p>The alarm histories, in JSON format.</p>
|
|
@@ -928,6 +1012,7 @@ export interface DescribeAlarmHistoryOutput {
|
|
|
928
1012
|
NextToken?: string;
|
|
929
1013
|
}
|
|
930
1014
|
/**
|
|
1015
|
+
* @public
|
|
931
1016
|
* <p>The next token specified is invalid.</p>
|
|
932
1017
|
*/
|
|
933
1018
|
export declare class InvalidNextToken extends __BaseException {
|
|
@@ -938,6 +1023,9 @@ export declare class InvalidNextToken extends __BaseException {
|
|
|
938
1023
|
*/
|
|
939
1024
|
constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
|
|
940
1025
|
}
|
|
1026
|
+
/**
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
941
1029
|
export interface DescribeAlarmsInput {
|
|
942
1030
|
/**
|
|
943
1031
|
* <p>The names of the alarms to retrieve information about.</p>
|
|
@@ -1012,9 +1100,15 @@ export interface DescribeAlarmsInput {
|
|
|
1012
1100
|
*/
|
|
1013
1101
|
NextToken?: string;
|
|
1014
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* @public
|
|
1105
|
+
*/
|
|
1015
1106
|
export declare enum EvaluationState {
|
|
1016
1107
|
PARTIAL_DATA = "PARTIAL_DATA"
|
|
1017
1108
|
}
|
|
1109
|
+
/**
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1018
1112
|
export declare enum Statistic {
|
|
1019
1113
|
Average = "Average",
|
|
1020
1114
|
Maximum = "Maximum",
|
|
@@ -1023,6 +1117,7 @@ export declare enum Statistic {
|
|
|
1023
1117
|
Sum = "Sum"
|
|
1024
1118
|
}
|
|
1025
1119
|
/**
|
|
1120
|
+
* @public
|
|
1026
1121
|
* <p>The details about a metric alarm.</p>
|
|
1027
1122
|
*/
|
|
1028
1123
|
export interface MetricAlarm {
|
|
@@ -1171,6 +1266,9 @@ export interface MetricAlarm {
|
|
|
1171
1266
|
*/
|
|
1172
1267
|
StateTransitionedTimestamp?: Date;
|
|
1173
1268
|
}
|
|
1269
|
+
/**
|
|
1270
|
+
* @public
|
|
1271
|
+
*/
|
|
1174
1272
|
export interface DescribeAlarmsOutput {
|
|
1175
1273
|
/**
|
|
1176
1274
|
* <p>The information about any composite alarms returned by the operation.</p>
|
|
@@ -1185,6 +1283,9 @@ export interface DescribeAlarmsOutput {
|
|
|
1185
1283
|
*/
|
|
1186
1284
|
NextToken?: string;
|
|
1187
1285
|
}
|
|
1286
|
+
/**
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1188
1289
|
export interface DescribeAlarmsForMetricInput {
|
|
1189
1290
|
/**
|
|
1190
1291
|
* <p>The name of the metric.</p>
|
|
@@ -1218,12 +1319,18 @@ export interface DescribeAlarmsForMetricInput {
|
|
|
1218
1319
|
*/
|
|
1219
1320
|
Unit?: StandardUnit | string;
|
|
1220
1321
|
}
|
|
1322
|
+
/**
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1221
1325
|
export interface DescribeAlarmsForMetricOutput {
|
|
1222
1326
|
/**
|
|
1223
1327
|
* <p>The information for each alarm with the specified metric.</p>
|
|
1224
1328
|
*/
|
|
1225
1329
|
MetricAlarms?: MetricAlarm[];
|
|
1226
1330
|
}
|
|
1331
|
+
/**
|
|
1332
|
+
* @public
|
|
1333
|
+
*/
|
|
1227
1334
|
export interface DescribeAnomalyDetectorsInput {
|
|
1228
1335
|
/**
|
|
1229
1336
|
* <p>Use the token returned by the previous operation to request the next page of results.</p>
|
|
@@ -1259,6 +1366,9 @@ export interface DescribeAnomalyDetectorsInput {
|
|
|
1259
1366
|
*/
|
|
1260
1367
|
AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
|
|
1261
1368
|
}
|
|
1369
|
+
/**
|
|
1370
|
+
* @public
|
|
1371
|
+
*/
|
|
1262
1372
|
export interface DescribeAnomalyDetectorsOutput {
|
|
1263
1373
|
/**
|
|
1264
1374
|
* <p>The list of anomaly detection models returned by the operation.</p>
|
|
@@ -1270,6 +1380,9 @@ export interface DescribeAnomalyDetectorsOutput {
|
|
|
1270
1380
|
*/
|
|
1271
1381
|
NextToken?: string;
|
|
1272
1382
|
}
|
|
1383
|
+
/**
|
|
1384
|
+
* @public
|
|
1385
|
+
*/
|
|
1273
1386
|
export interface DescribeInsightRulesInput {
|
|
1274
1387
|
/**
|
|
1275
1388
|
* <p>Include this value, if it was returned by the previous operation, to get the next set of rules.</p>
|
|
@@ -1282,6 +1395,7 @@ export interface DescribeInsightRulesInput {
|
|
|
1282
1395
|
MaxResults?: number;
|
|
1283
1396
|
}
|
|
1284
1397
|
/**
|
|
1398
|
+
* @public
|
|
1285
1399
|
* <p>This structure contains the definition
|
|
1286
1400
|
* for a Contributor Insights rule.
|
|
1287
1401
|
* For more information about this rule,
|
|
@@ -1299,8 +1413,8 @@ export interface InsightRule {
|
|
|
1299
1413
|
*/
|
|
1300
1414
|
State: string | undefined;
|
|
1301
1415
|
/**
|
|
1302
|
-
* <p>For rules that you create, this is always <code
|
|
1303
|
-
* this is <code
|
|
1416
|
+
* <p>For rules that you create, this is always <code>\{"Name": "CloudWatchLogRule", "Version": 1\}</code>. For managed rules,
|
|
1417
|
+
* this is <code>\{"Name": "ServiceLogRule", "Version": 1\}</code>
|
|
1304
1418
|
* </p>
|
|
1305
1419
|
*/
|
|
1306
1420
|
Schema: string | undefined;
|
|
@@ -1318,6 +1432,9 @@ export interface InsightRule {
|
|
|
1318
1432
|
*/
|
|
1319
1433
|
ManagedRule?: boolean;
|
|
1320
1434
|
}
|
|
1435
|
+
/**
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1321
1438
|
export interface DescribeInsightRulesOutput {
|
|
1322
1439
|
/**
|
|
1323
1440
|
* <p>If this parameter is present, it is a token that marks the start of the next batch of returned results. </p>
|
|
@@ -1329,6 +1446,7 @@ export interface DescribeInsightRulesOutput {
|
|
|
1329
1446
|
InsightRules?: InsightRule[];
|
|
1330
1447
|
}
|
|
1331
1448
|
/**
|
|
1449
|
+
* @public
|
|
1332
1450
|
* <p>Represents filters for a dimension.</p>
|
|
1333
1451
|
*/
|
|
1334
1452
|
export interface DimensionFilter {
|
|
@@ -1341,36 +1459,54 @@ export interface DimensionFilter {
|
|
|
1341
1459
|
*/
|
|
1342
1460
|
Value?: string;
|
|
1343
1461
|
}
|
|
1462
|
+
/**
|
|
1463
|
+
* @public
|
|
1464
|
+
*/
|
|
1344
1465
|
export interface DisableAlarmActionsInput {
|
|
1345
1466
|
/**
|
|
1346
1467
|
* <p>The names of the alarms.</p>
|
|
1347
1468
|
*/
|
|
1348
1469
|
AlarmNames: string[] | undefined;
|
|
1349
1470
|
}
|
|
1471
|
+
/**
|
|
1472
|
+
* @public
|
|
1473
|
+
*/
|
|
1350
1474
|
export interface DisableInsightRulesInput {
|
|
1351
1475
|
/**
|
|
1352
1476
|
* <p>An array of the rule names to disable. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
|
|
1353
1477
|
*/
|
|
1354
1478
|
RuleNames: string[] | undefined;
|
|
1355
1479
|
}
|
|
1480
|
+
/**
|
|
1481
|
+
* @public
|
|
1482
|
+
*/
|
|
1356
1483
|
export interface DisableInsightRulesOutput {
|
|
1357
1484
|
/**
|
|
1358
1485
|
* <p>An array listing the rules that could not be disabled. You cannot disable built-in rules.</p>
|
|
1359
1486
|
*/
|
|
1360
1487
|
Failures?: PartialFailure[];
|
|
1361
1488
|
}
|
|
1489
|
+
/**
|
|
1490
|
+
* @public
|
|
1491
|
+
*/
|
|
1362
1492
|
export interface EnableAlarmActionsInput {
|
|
1363
1493
|
/**
|
|
1364
1494
|
* <p>The names of the alarms.</p>
|
|
1365
1495
|
*/
|
|
1366
1496
|
AlarmNames: string[] | undefined;
|
|
1367
1497
|
}
|
|
1498
|
+
/**
|
|
1499
|
+
* @public
|
|
1500
|
+
*/
|
|
1368
1501
|
export interface EnableInsightRulesInput {
|
|
1369
1502
|
/**
|
|
1370
1503
|
* <p>An array of the rule names to enable. If you need to find out the names of your rules, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html">DescribeInsightRules</a>.</p>
|
|
1371
1504
|
*/
|
|
1372
1505
|
RuleNames: string[] | undefined;
|
|
1373
1506
|
}
|
|
1507
|
+
/**
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1374
1510
|
export interface EnableInsightRulesOutput {
|
|
1375
1511
|
/**
|
|
1376
1512
|
* <p>An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.</p>
|
|
@@ -1378,6 +1514,7 @@ export interface EnableInsightRulesOutput {
|
|
|
1378
1514
|
Failures?: PartialFailure[];
|
|
1379
1515
|
}
|
|
1380
1516
|
/**
|
|
1517
|
+
* @public
|
|
1381
1518
|
* <p>The operation exceeded one or more limits.</p>
|
|
1382
1519
|
*/
|
|
1383
1520
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -1389,12 +1526,18 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
1389
1526
|
*/
|
|
1390
1527
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
1391
1528
|
}
|
|
1529
|
+
/**
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1392
1532
|
export interface GetDashboardInput {
|
|
1393
1533
|
/**
|
|
1394
1534
|
* <p>The name of the dashboard to be described.</p>
|
|
1395
1535
|
*/
|
|
1396
1536
|
DashboardName: string | undefined;
|
|
1397
1537
|
}
|
|
1538
|
+
/**
|
|
1539
|
+
* @public
|
|
1540
|
+
*/
|
|
1398
1541
|
export interface GetDashboardOutput {
|
|
1399
1542
|
/**
|
|
1400
1543
|
* <p>The Amazon Resource Name (ARN) of the dashboard.</p>
|
|
@@ -1411,6 +1554,9 @@ export interface GetDashboardOutput {
|
|
|
1411
1554
|
*/
|
|
1412
1555
|
DashboardName?: string;
|
|
1413
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1414
1560
|
export interface GetInsightRuleReportInput {
|
|
1415
1561
|
/**
|
|
1416
1562
|
* <p>The name of the rule that you want to see data from.</p>
|
|
@@ -1481,6 +1627,7 @@ export interface GetInsightRuleReportInput {
|
|
|
1481
1627
|
OrderBy?: string;
|
|
1482
1628
|
}
|
|
1483
1629
|
/**
|
|
1630
|
+
* @public
|
|
1484
1631
|
* <p>One data point related to one contributor.</p>
|
|
1485
1632
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a> and
|
|
1486
1633
|
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_InsightRuleContributor.html">InsightRuleContributor</a>.</p>
|
|
@@ -1496,6 +1643,7 @@ export interface InsightRuleContributorDatapoint {
|
|
|
1496
1643
|
ApproximateValue: number | undefined;
|
|
1497
1644
|
}
|
|
1498
1645
|
/**
|
|
1646
|
+
* @public
|
|
1499
1647
|
* <p>One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then
|
|
1500
1648
|
* a unique contributor is a unique combination of values from all the keys in the rule.</p>
|
|
1501
1649
|
* <p>If the rule contains a single key, then each unique contributor is each unique value for this key.</p>
|
|
@@ -1516,6 +1664,7 @@ export interface InsightRuleContributor {
|
|
|
1516
1664
|
Datapoints: InsightRuleContributorDatapoint[] | undefined;
|
|
1517
1665
|
}
|
|
1518
1666
|
/**
|
|
1667
|
+
* @public
|
|
1519
1668
|
* <p>One data point from the metric time series returned in a Contributor Insights rule report.</p>
|
|
1520
1669
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
|
|
1521
1670
|
*/
|
|
@@ -1562,6 +1711,9 @@ export interface InsightRuleMetricDatapoint {
|
|
|
1562
1711
|
*/
|
|
1563
1712
|
Maximum?: number;
|
|
1564
1713
|
}
|
|
1714
|
+
/**
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1565
1717
|
export interface GetInsightRuleReportOutput {
|
|
1566
1718
|
/**
|
|
1567
1719
|
* <p>An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors.
|
|
@@ -1591,6 +1743,7 @@ export interface GetInsightRuleReportOutput {
|
|
|
1591
1743
|
MetricDatapoints?: InsightRuleMetricDatapoint[];
|
|
1592
1744
|
}
|
|
1593
1745
|
/**
|
|
1746
|
+
* @public
|
|
1594
1747
|
* <p>This structure includes the <code>Timezone</code> parameter, which you can use
|
|
1595
1748
|
* to specify your time zone so that the labels that are associated with returned metrics display the
|
|
1596
1749
|
* correct time
|
|
@@ -1609,6 +1762,9 @@ export interface LabelOptions {
|
|
|
1609
1762
|
*/
|
|
1610
1763
|
Timezone?: string;
|
|
1611
1764
|
}
|
|
1765
|
+
/**
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1612
1768
|
export interface GetMetricDataInput {
|
|
1613
1769
|
/**
|
|
1614
1770
|
* <p>The metric queries to be returned. A single <code>GetMetricData</code> call can
|
|
@@ -1685,6 +1841,7 @@ export interface GetMetricDataInput {
|
|
|
1685
1841
|
LabelOptions?: LabelOptions;
|
|
1686
1842
|
}
|
|
1687
1843
|
/**
|
|
1844
|
+
* @public
|
|
1688
1845
|
* <p>A message returned by the <code>GetMetricData</code>API, including a code and a description.</p>
|
|
1689
1846
|
* <p>If a cross-Region <code>GetMetricData</code> operation fails with a code of <code>Forbidden</code> and a
|
|
1690
1847
|
* value of <code>Authentication too complex to
|
|
@@ -1701,6 +1858,9 @@ export interface MessageData {
|
|
|
1701
1858
|
*/
|
|
1702
1859
|
Value?: string;
|
|
1703
1860
|
}
|
|
1861
|
+
/**
|
|
1862
|
+
* @public
|
|
1863
|
+
*/
|
|
1704
1864
|
export declare enum StatusCode {
|
|
1705
1865
|
COMPLETE = "Complete",
|
|
1706
1866
|
FORBIDDEN = "Forbidden",
|
|
@@ -1708,6 +1868,7 @@ export declare enum StatusCode {
|
|
|
1708
1868
|
PARTIAL_DATA = "PartialData"
|
|
1709
1869
|
}
|
|
1710
1870
|
/**
|
|
1871
|
+
* @public
|
|
1711
1872
|
* <p>A <code>GetMetricData</code> call returns an array of <code>MetricDataResult</code>
|
|
1712
1873
|
* structures. Each of these structures includes the data points for that metric, along
|
|
1713
1874
|
* with the timestamps of those data points and other identifying information.</p>
|
|
@@ -1746,6 +1907,9 @@ export interface MetricDataResult {
|
|
|
1746
1907
|
*/
|
|
1747
1908
|
Messages?: MessageData[];
|
|
1748
1909
|
}
|
|
1910
|
+
/**
|
|
1911
|
+
* @public
|
|
1912
|
+
*/
|
|
1749
1913
|
export interface GetMetricDataOutput {
|
|
1750
1914
|
/**
|
|
1751
1915
|
* <p>The metrics that are returned, including the metric name, namespace, and dimensions.</p>
|
|
@@ -1765,6 +1929,9 @@ export interface GetMetricDataOutput {
|
|
|
1765
1929
|
*/
|
|
1766
1930
|
Messages?: MessageData[];
|
|
1767
1931
|
}
|
|
1932
|
+
/**
|
|
1933
|
+
* @public
|
|
1934
|
+
*/
|
|
1768
1935
|
export interface GetMetricStatisticsInput {
|
|
1769
1936
|
/**
|
|
1770
1937
|
* <p>The namespace of the metric, with or without spaces.</p>
|
|
@@ -1859,6 +2026,9 @@ export interface GetMetricStatisticsInput {
|
|
|
1859
2026
|
*/
|
|
1860
2027
|
Unit?: StandardUnit | string;
|
|
1861
2028
|
}
|
|
2029
|
+
/**
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
1862
2032
|
export interface GetMetricStatisticsOutput {
|
|
1863
2033
|
/**
|
|
1864
2034
|
* <p>A label for the specified metric.</p>
|
|
@@ -1869,6 +2039,9 @@ export interface GetMetricStatisticsOutput {
|
|
|
1869
2039
|
*/
|
|
1870
2040
|
Datapoints?: Datapoint[];
|
|
1871
2041
|
}
|
|
2042
|
+
/**
|
|
2043
|
+
* @public
|
|
2044
|
+
*/
|
|
1872
2045
|
export interface GetMetricStreamInput {
|
|
1873
2046
|
/**
|
|
1874
2047
|
* <p>The name of the metric stream to retrieve information about.</p>
|
|
@@ -1876,6 +2049,7 @@ export interface GetMetricStreamInput {
|
|
|
1876
2049
|
Name: string | undefined;
|
|
1877
2050
|
}
|
|
1878
2051
|
/**
|
|
2052
|
+
* @public
|
|
1879
2053
|
* <p>This structure contains the name of one of the metric namespaces that is listed in
|
|
1880
2054
|
* a filter of a metric stream.</p>
|
|
1881
2055
|
*/
|
|
@@ -1885,11 +2059,15 @@ export interface MetricStreamFilter {
|
|
|
1885
2059
|
*/
|
|
1886
2060
|
Namespace?: string;
|
|
1887
2061
|
}
|
|
2062
|
+
/**
|
|
2063
|
+
* @public
|
|
2064
|
+
*/
|
|
1888
2065
|
export declare enum MetricStreamOutputFormat {
|
|
1889
2066
|
JSON = "json",
|
|
1890
2067
|
OPEN_TELEMETRY_0_7 = "opentelemetry0.7"
|
|
1891
2068
|
}
|
|
1892
2069
|
/**
|
|
2070
|
+
* @public
|
|
1893
2071
|
* <p>This object contains the information for one metric that is to be streamed with
|
|
1894
2072
|
* additional statistics.</p>
|
|
1895
2073
|
*/
|
|
@@ -1904,6 +2082,7 @@ export interface MetricStreamStatisticsMetric {
|
|
|
1904
2082
|
MetricName: string | undefined;
|
|
1905
2083
|
}
|
|
1906
2084
|
/**
|
|
2085
|
+
* @public
|
|
1907
2086
|
* <p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>,
|
|
1908
2087
|
* and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. This structure contains information for
|
|
1909
2088
|
* one metric that includes additional statistics in the stream. For more information about statistics,
|
|
@@ -1935,6 +2114,9 @@ export interface MetricStreamStatisticsConfiguration {
|
|
|
1935
2114
|
*/
|
|
1936
2115
|
AdditionalStatistics: string[] | undefined;
|
|
1937
2116
|
}
|
|
2117
|
+
/**
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
1938
2120
|
export interface GetMetricStreamOutput {
|
|
1939
2121
|
/**
|
|
1940
2122
|
* <p>The ARN of the metric stream.</p>
|
|
@@ -1998,6 +2180,9 @@ export interface GetMetricStreamOutput {
|
|
|
1998
2180
|
*/
|
|
1999
2181
|
IncludeLinkedAccountsMetrics?: boolean;
|
|
2000
2182
|
}
|
|
2183
|
+
/**
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
2001
2186
|
export interface GetMetricWidgetImageInput {
|
|
2002
2187
|
/**
|
|
2003
2188
|
* <p>A JSON string that defines the bitmap graph to be retrieved. The string includes the
|
|
@@ -2052,12 +2237,18 @@ export interface GetMetricWidgetImageInput {
|
|
|
2052
2237
|
*/
|
|
2053
2238
|
OutputFormat?: string;
|
|
2054
2239
|
}
|
|
2240
|
+
/**
|
|
2241
|
+
* @public
|
|
2242
|
+
*/
|
|
2055
2243
|
export interface GetMetricWidgetImageOutput {
|
|
2056
2244
|
/**
|
|
2057
2245
|
* <p>The image of the graph, in the output format specified. The output is base64-encoded.</p>
|
|
2058
2246
|
*/
|
|
2059
2247
|
MetricWidgetImage?: Uint8Array;
|
|
2060
2248
|
}
|
|
2249
|
+
/**
|
|
2250
|
+
* @public
|
|
2251
|
+
*/
|
|
2061
2252
|
export interface ListDashboardsInput {
|
|
2062
2253
|
/**
|
|
2063
2254
|
* <p>If you specify this parameter, only
|
|
@@ -2072,6 +2263,9 @@ export interface ListDashboardsInput {
|
|
|
2072
2263
|
*/
|
|
2073
2264
|
NextToken?: string;
|
|
2074
2265
|
}
|
|
2266
|
+
/**
|
|
2267
|
+
* @public
|
|
2268
|
+
*/
|
|
2075
2269
|
export interface ListDashboardsOutput {
|
|
2076
2270
|
/**
|
|
2077
2271
|
* <p>The list of matching dashboards.</p>
|
|
@@ -2082,6 +2276,9 @@ export interface ListDashboardsOutput {
|
|
|
2082
2276
|
*/
|
|
2083
2277
|
NextToken?: string;
|
|
2084
2278
|
}
|
|
2279
|
+
/**
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
2085
2282
|
export interface ListManagedInsightRulesInput {
|
|
2086
2283
|
/**
|
|
2087
2284
|
* <p>
|
|
@@ -2116,6 +2313,7 @@ export interface ListManagedInsightRulesInput {
|
|
|
2116
2313
|
MaxResults?: number;
|
|
2117
2314
|
}
|
|
2118
2315
|
/**
|
|
2316
|
+
* @public
|
|
2119
2317
|
* <p>
|
|
2120
2318
|
* The status
|
|
2121
2319
|
* of a managed Contributor Insights rule.
|
|
@@ -2139,6 +2337,7 @@ export interface ManagedRuleState {
|
|
|
2139
2337
|
State: string | undefined;
|
|
2140
2338
|
}
|
|
2141
2339
|
/**
|
|
2340
|
+
* @public
|
|
2142
2341
|
* <p>
|
|
2143
2342
|
* Contains information
|
|
2144
2343
|
* about managed Contributor Insights rules,
|
|
@@ -2178,6 +2377,9 @@ export interface ManagedRuleDescription {
|
|
|
2178
2377
|
*/
|
|
2179
2378
|
RuleState?: ManagedRuleState;
|
|
2180
2379
|
}
|
|
2380
|
+
/**
|
|
2381
|
+
* @public
|
|
2382
|
+
*/
|
|
2181
2383
|
export interface ListManagedInsightRulesOutput {
|
|
2182
2384
|
/**
|
|
2183
2385
|
* <p>
|
|
@@ -2199,9 +2401,15 @@ export interface ListManagedInsightRulesOutput {
|
|
|
2199
2401
|
*/
|
|
2200
2402
|
NextToken?: string;
|
|
2201
2403
|
}
|
|
2404
|
+
/**
|
|
2405
|
+
* @public
|
|
2406
|
+
*/
|
|
2202
2407
|
export declare enum RecentlyActive {
|
|
2203
2408
|
PT3H = "PT3H"
|
|
2204
2409
|
}
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
2205
2413
|
export interface ListMetricsInput {
|
|
2206
2414
|
/**
|
|
2207
2415
|
* <p>The metric namespace to filter against. Only the namespace that matches exactly
|
|
@@ -2246,6 +2454,9 @@ export interface ListMetricsInput {
|
|
|
2246
2454
|
*/
|
|
2247
2455
|
OwningAccount?: string;
|
|
2248
2456
|
}
|
|
2457
|
+
/**
|
|
2458
|
+
* @public
|
|
2459
|
+
*/
|
|
2249
2460
|
export interface ListMetricsOutput {
|
|
2250
2461
|
/**
|
|
2251
2462
|
* <p>The metrics that match your request. </p>
|
|
@@ -2263,6 +2474,9 @@ export interface ListMetricsOutput {
|
|
|
2263
2474
|
*/
|
|
2264
2475
|
OwningAccounts?: string[];
|
|
2265
2476
|
}
|
|
2477
|
+
/**
|
|
2478
|
+
* @public
|
|
2479
|
+
*/
|
|
2266
2480
|
export interface ListMetricStreamsInput {
|
|
2267
2481
|
/**
|
|
2268
2482
|
* <p>Include this value, if it was returned by the previous call, to get the next set of metric streams.</p>
|
|
@@ -2274,6 +2488,7 @@ export interface ListMetricStreamsInput {
|
|
|
2274
2488
|
MaxResults?: number;
|
|
2275
2489
|
}
|
|
2276
2490
|
/**
|
|
2491
|
+
* @public
|
|
2277
2492
|
* <p>This structure contains the configuration information about one metric stream.</p>
|
|
2278
2493
|
*/
|
|
2279
2494
|
export interface MetricStreamEntry {
|
|
@@ -2308,6 +2523,9 @@ export interface MetricStreamEntry {
|
|
|
2308
2523
|
*/
|
|
2309
2524
|
OutputFormat?: MetricStreamOutputFormat | string;
|
|
2310
2525
|
}
|
|
2526
|
+
/**
|
|
2527
|
+
* @public
|
|
2528
|
+
*/
|
|
2311
2529
|
export interface ListMetricStreamsOutput {
|
|
2312
2530
|
/**
|
|
2313
2531
|
* <p>The token that marks the start of the next batch of returned results. You can use this
|
|
@@ -2319,6 +2537,9 @@ export interface ListMetricStreamsOutput {
|
|
|
2319
2537
|
*/
|
|
2320
2538
|
Entries?: MetricStreamEntry[];
|
|
2321
2539
|
}
|
|
2540
|
+
/**
|
|
2541
|
+
* @public
|
|
2542
|
+
*/
|
|
2322
2543
|
export interface ListTagsForResourceInput {
|
|
2323
2544
|
/**
|
|
2324
2545
|
* <p>The ARN of the CloudWatch resource that you want to view tags for.</p>
|
|
@@ -2337,6 +2558,7 @@ export interface ListTagsForResourceInput {
|
|
|
2337
2558
|
ResourceARN: string | undefined;
|
|
2338
2559
|
}
|
|
2339
2560
|
/**
|
|
2561
|
+
* @public
|
|
2340
2562
|
* <p>A key-value pair associated with a CloudWatch resource.</p>
|
|
2341
2563
|
*/
|
|
2342
2564
|
export interface Tag {
|
|
@@ -2350,12 +2572,18 @@ export interface Tag {
|
|
|
2350
2572
|
*/
|
|
2351
2573
|
Value: string | undefined;
|
|
2352
2574
|
}
|
|
2575
|
+
/**
|
|
2576
|
+
* @public
|
|
2577
|
+
*/
|
|
2353
2578
|
export interface ListTagsForResourceOutput {
|
|
2354
2579
|
/**
|
|
2355
2580
|
* <p>The list of tag keys and values associated with the resource you specified.</p>
|
|
2356
2581
|
*/
|
|
2357
2582
|
Tags?: Tag[];
|
|
2358
2583
|
}
|
|
2584
|
+
/**
|
|
2585
|
+
* @public
|
|
2586
|
+
*/
|
|
2359
2587
|
export interface PutAnomalyDetectorInput {
|
|
2360
2588
|
/**
|
|
2361
2589
|
* @deprecated
|
|
@@ -2458,9 +2686,13 @@ export interface PutAnomalyDetectorInput {
|
|
|
2458
2686
|
*/
|
|
2459
2687
|
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
2460
2688
|
}
|
|
2689
|
+
/**
|
|
2690
|
+
* @public
|
|
2691
|
+
*/
|
|
2461
2692
|
export interface PutAnomalyDetectorOutput {
|
|
2462
2693
|
}
|
|
2463
2694
|
/**
|
|
2695
|
+
* @public
|
|
2464
2696
|
* <p>The quota for alarms for this customer has already been reached.</p>
|
|
2465
2697
|
*/
|
|
2466
2698
|
export declare class LimitExceededFault extends __BaseException {
|
|
@@ -2471,6 +2703,9 @@ export declare class LimitExceededFault extends __BaseException {
|
|
|
2471
2703
|
*/
|
|
2472
2704
|
constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
|
|
2473
2705
|
}
|
|
2706
|
+
/**
|
|
2707
|
+
* @public
|
|
2708
|
+
*/
|
|
2474
2709
|
export interface PutCompositeAlarmInput {
|
|
2475
2710
|
/**
|
|
2476
2711
|
* <p>Indicates whether actions should be executed during any changes to the alarm state of the composite alarm. The default is
|
|
@@ -2634,6 +2869,9 @@ export interface PutCompositeAlarmInput {
|
|
|
2634
2869
|
*/
|
|
2635
2870
|
ActionsSuppressorExtensionPeriod?: number;
|
|
2636
2871
|
}
|
|
2872
|
+
/**
|
|
2873
|
+
* @public
|
|
2874
|
+
*/
|
|
2637
2875
|
export interface PutDashboardInput {
|
|
2638
2876
|
/**
|
|
2639
2877
|
* <p>The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing
|
|
@@ -2649,6 +2887,9 @@ export interface PutDashboardInput {
|
|
|
2649
2887
|
*/
|
|
2650
2888
|
DashboardBody: string | undefined;
|
|
2651
2889
|
}
|
|
2890
|
+
/**
|
|
2891
|
+
* @public
|
|
2892
|
+
*/
|
|
2652
2893
|
export interface PutDashboardOutput {
|
|
2653
2894
|
/**
|
|
2654
2895
|
* <p>If the input for <code>PutDashboard</code> was correct and the dashboard was successfully created or modified, this result is empty.</p>
|
|
@@ -2659,6 +2900,9 @@ export interface PutDashboardOutput {
|
|
|
2659
2900
|
*/
|
|
2660
2901
|
DashboardValidationMessages?: DashboardValidationMessage[];
|
|
2661
2902
|
}
|
|
2903
|
+
/**
|
|
2904
|
+
* @public
|
|
2905
|
+
*/
|
|
2662
2906
|
export interface PutInsightRuleInput {
|
|
2663
2907
|
/**
|
|
2664
2908
|
* <p>A unique name for the rule.</p>
|
|
@@ -2689,9 +2933,13 @@ export interface PutInsightRuleInput {
|
|
|
2689
2933
|
*/
|
|
2690
2934
|
Tags?: Tag[];
|
|
2691
2935
|
}
|
|
2936
|
+
/**
|
|
2937
|
+
* @public
|
|
2938
|
+
*/
|
|
2692
2939
|
export interface PutInsightRuleOutput {
|
|
2693
2940
|
}
|
|
2694
2941
|
/**
|
|
2942
|
+
* @public
|
|
2695
2943
|
* <p>
|
|
2696
2944
|
* Contains the information
|
|
2697
2945
|
* that's required
|
|
@@ -2749,6 +2997,9 @@ export interface ManagedRule {
|
|
|
2749
2997
|
*/
|
|
2750
2998
|
Tags?: Tag[];
|
|
2751
2999
|
}
|
|
3000
|
+
/**
|
|
3001
|
+
* @public
|
|
3002
|
+
*/
|
|
2752
3003
|
export interface PutManagedInsightRulesInput {
|
|
2753
3004
|
/**
|
|
2754
3005
|
* <p>
|
|
@@ -2759,6 +3010,9 @@ export interface PutManagedInsightRulesInput {
|
|
|
2759
3010
|
*/
|
|
2760
3011
|
ManagedRules: ManagedRule[] | undefined;
|
|
2761
3012
|
}
|
|
3013
|
+
/**
|
|
3014
|
+
* @public
|
|
3015
|
+
*/
|
|
2762
3016
|
export interface PutManagedInsightRulesOutput {
|
|
2763
3017
|
/**
|
|
2764
3018
|
* <p>
|
|
@@ -2769,6 +3023,9 @@ export interface PutManagedInsightRulesOutput {
|
|
|
2769
3023
|
*/
|
|
2770
3024
|
Failures?: PartialFailure[];
|
|
2771
3025
|
}
|
|
3026
|
+
/**
|
|
3027
|
+
* @public
|
|
3028
|
+
*/
|
|
2772
3029
|
export interface PutMetricAlarmInput {
|
|
2773
3030
|
/**
|
|
2774
3031
|
* <p>The name for the alarm. This name must be unique within the Region.</p>
|
|
@@ -3000,6 +3257,7 @@ export interface PutMetricAlarmInput {
|
|
|
3000
3257
|
ThresholdMetricId?: string;
|
|
3001
3258
|
}
|
|
3002
3259
|
/**
|
|
3260
|
+
* @public
|
|
3003
3261
|
* <p>Represents a set of statistics that describes a specific metric. </p>
|
|
3004
3262
|
*/
|
|
3005
3263
|
export interface StatisticSet {
|
|
@@ -3021,6 +3279,7 @@ export interface StatisticSet {
|
|
|
3021
3279
|
Maximum: number | undefined;
|
|
3022
3280
|
}
|
|
3023
3281
|
/**
|
|
3282
|
+
* @public
|
|
3024
3283
|
* <p>Encapsulates the information sent to either create a metric or add new values
|
|
3025
3284
|
* to be aggregated into an existing metric.</p>
|
|
3026
3285
|
*/
|
|
@@ -3083,6 +3342,9 @@ export interface MetricDatum {
|
|
|
3083
3342
|
*/
|
|
3084
3343
|
StorageResolution?: number;
|
|
3085
3344
|
}
|
|
3345
|
+
/**
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3086
3348
|
export interface PutMetricDataInput {
|
|
3087
3349
|
/**
|
|
3088
3350
|
* <p>The namespace for the metric data.</p>
|
|
@@ -3096,6 +3358,9 @@ export interface PutMetricDataInput {
|
|
|
3096
3358
|
*/
|
|
3097
3359
|
MetricData: MetricDatum[] | undefined;
|
|
3098
3360
|
}
|
|
3361
|
+
/**
|
|
3362
|
+
* @public
|
|
3363
|
+
*/
|
|
3099
3364
|
export interface PutMetricStreamInput {
|
|
3100
3365
|
/**
|
|
3101
3366
|
* <p>If you are creating a new metric stream, this is the name for the new stream. The name
|
|
@@ -3179,6 +3444,9 @@ export interface PutMetricStreamInput {
|
|
|
3179
3444
|
*/
|
|
3180
3445
|
IncludeLinkedAccountsMetrics?: boolean;
|
|
3181
3446
|
}
|
|
3447
|
+
/**
|
|
3448
|
+
* @public
|
|
3449
|
+
*/
|
|
3182
3450
|
export interface PutMetricStreamOutput {
|
|
3183
3451
|
/**
|
|
3184
3452
|
* <p>The ARN of the metric stream.</p>
|
|
@@ -3186,6 +3454,7 @@ export interface PutMetricStreamOutput {
|
|
|
3186
3454
|
Arn?: string;
|
|
3187
3455
|
}
|
|
3188
3456
|
/**
|
|
3457
|
+
* @public
|
|
3189
3458
|
* <p>Data was not syntactically valid JSON.</p>
|
|
3190
3459
|
*/
|
|
3191
3460
|
export declare class InvalidFormatFault extends __BaseException {
|
|
@@ -3196,6 +3465,9 @@ export declare class InvalidFormatFault extends __BaseException {
|
|
|
3196
3465
|
*/
|
|
3197
3466
|
constructor(opts: __ExceptionOptionType<InvalidFormatFault, __BaseException>);
|
|
3198
3467
|
}
|
|
3468
|
+
/**
|
|
3469
|
+
* @public
|
|
3470
|
+
*/
|
|
3199
3471
|
export interface SetAlarmStateInput {
|
|
3200
3472
|
/**
|
|
3201
3473
|
* <p>The name of the alarm.</p>
|
|
@@ -3216,6 +3488,9 @@ export interface SetAlarmStateInput {
|
|
|
3216
3488
|
*/
|
|
3217
3489
|
StateReasonData?: string;
|
|
3218
3490
|
}
|
|
3491
|
+
/**
|
|
3492
|
+
* @public
|
|
3493
|
+
*/
|
|
3219
3494
|
export interface StartMetricStreamsInput {
|
|
3220
3495
|
/**
|
|
3221
3496
|
* <p>The array of the names of metric streams to start streaming.</p>
|
|
@@ -3225,8 +3500,14 @@ export interface StartMetricStreamsInput {
|
|
|
3225
3500
|
*/
|
|
3226
3501
|
Names: string[] | undefined;
|
|
3227
3502
|
}
|
|
3503
|
+
/**
|
|
3504
|
+
* @public
|
|
3505
|
+
*/
|
|
3228
3506
|
export interface StartMetricStreamsOutput {
|
|
3229
3507
|
}
|
|
3508
|
+
/**
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3230
3511
|
export interface StopMetricStreamsInput {
|
|
3231
3512
|
/**
|
|
3232
3513
|
* <p>The array of the names of metric streams to stop streaming.</p>
|
|
@@ -3236,8 +3517,14 @@ export interface StopMetricStreamsInput {
|
|
|
3236
3517
|
*/
|
|
3237
3518
|
Names: string[] | undefined;
|
|
3238
3519
|
}
|
|
3520
|
+
/**
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
3239
3523
|
export interface StopMetricStreamsOutput {
|
|
3240
3524
|
}
|
|
3525
|
+
/**
|
|
3526
|
+
* @public
|
|
3527
|
+
*/
|
|
3241
3528
|
export interface TagResourceInput {
|
|
3242
3529
|
/**
|
|
3243
3530
|
* <p>The ARN of the CloudWatch resource that you're adding tags to.</p>
|
|
@@ -3259,8 +3546,14 @@ export interface TagResourceInput {
|
|
|
3259
3546
|
*/
|
|
3260
3547
|
Tags: Tag[] | undefined;
|
|
3261
3548
|
}
|
|
3549
|
+
/**
|
|
3550
|
+
* @public
|
|
3551
|
+
*/
|
|
3262
3552
|
export interface TagResourceOutput {
|
|
3263
3553
|
}
|
|
3554
|
+
/**
|
|
3555
|
+
* @public
|
|
3556
|
+
*/
|
|
3264
3557
|
export interface UntagResourceInput {
|
|
3265
3558
|
/**
|
|
3266
3559
|
* <p>The ARN of the CloudWatch resource that you're removing tags from.</p>
|
|
@@ -3282,417 +3575,8 @@ export interface UntagResourceInput {
|
|
|
3282
3575
|
*/
|
|
3283
3576
|
TagKeys: string[] | undefined;
|
|
3284
3577
|
}
|
|
3285
|
-
export interface UntagResourceOutput {
|
|
3286
|
-
}
|
|
3287
|
-
/**
|
|
3288
|
-
* @internal
|
|
3289
|
-
*/
|
|
3290
|
-
export declare const AlarmHistoryItemFilterSensitiveLog: (obj: AlarmHistoryItem) => any;
|
|
3291
|
-
/**
|
|
3292
|
-
* @internal
|
|
3293
|
-
*/
|
|
3294
|
-
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
3295
|
-
/**
|
|
3296
|
-
* @internal
|
|
3297
|
-
*/
|
|
3298
|
-
export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (obj: AnomalyDetectorConfiguration) => any;
|
|
3299
|
-
/**
|
|
3300
|
-
* @internal
|
|
3301
|
-
*/
|
|
3302
|
-
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
3303
|
-
/**
|
|
3304
|
-
* @internal
|
|
3305
|
-
*/
|
|
3306
|
-
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
3307
|
-
/**
|
|
3308
|
-
* @internal
|
|
3309
|
-
*/
|
|
3310
|
-
export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
|
|
3311
|
-
/**
|
|
3312
|
-
* @internal
|
|
3313
|
-
*/
|
|
3314
|
-
export declare const MetricDataQueryFilterSensitiveLog: (obj: MetricDataQuery) => any;
|
|
3315
|
-
/**
|
|
3316
|
-
* @internal
|
|
3317
|
-
*/
|
|
3318
|
-
export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (obj: MetricMathAnomalyDetector) => any;
|
|
3319
|
-
/**
|
|
3320
|
-
* @internal
|
|
3321
|
-
*/
|
|
3322
|
-
export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (obj: SingleMetricAnomalyDetector) => any;
|
|
3323
|
-
/**
|
|
3324
|
-
* @internal
|
|
3325
|
-
*/
|
|
3326
|
-
export declare const AnomalyDetectorFilterSensitiveLog: (obj: AnomalyDetector) => any;
|
|
3327
3578
|
/**
|
|
3328
|
-
* @
|
|
3579
|
+
* @public
|
|
3329
3580
|
*/
|
|
3330
|
-
export
|
|
3331
|
-
|
|
3332
|
-
* @internal
|
|
3333
|
-
*/
|
|
3334
|
-
export declare const CompositeAlarmFilterSensitiveLog: (obj: CompositeAlarm) => any;
|
|
3335
|
-
/**
|
|
3336
|
-
* @internal
|
|
3337
|
-
*/
|
|
3338
|
-
export declare const DashboardEntryFilterSensitiveLog: (obj: DashboardEntry) => any;
|
|
3339
|
-
/**
|
|
3340
|
-
* @internal
|
|
3341
|
-
*/
|
|
3342
|
-
export declare const DashboardValidationMessageFilterSensitiveLog: (obj: DashboardValidationMessage) => any;
|
|
3343
|
-
/**
|
|
3344
|
-
* @internal
|
|
3345
|
-
*/
|
|
3346
|
-
export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
|
|
3347
|
-
/**
|
|
3348
|
-
* @internal
|
|
3349
|
-
*/
|
|
3350
|
-
export declare const DeleteAlarmsInputFilterSensitiveLog: (obj: DeleteAlarmsInput) => any;
|
|
3351
|
-
/**
|
|
3352
|
-
* @internal
|
|
3353
|
-
*/
|
|
3354
|
-
export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (obj: DeleteAnomalyDetectorInput) => any;
|
|
3355
|
-
/**
|
|
3356
|
-
* @internal
|
|
3357
|
-
*/
|
|
3358
|
-
export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (obj: DeleteAnomalyDetectorOutput) => any;
|
|
3359
|
-
/**
|
|
3360
|
-
* @internal
|
|
3361
|
-
*/
|
|
3362
|
-
export declare const DeleteDashboardsInputFilterSensitiveLog: (obj: DeleteDashboardsInput) => any;
|
|
3363
|
-
/**
|
|
3364
|
-
* @internal
|
|
3365
|
-
*/
|
|
3366
|
-
export declare const DeleteDashboardsOutputFilterSensitiveLog: (obj: DeleteDashboardsOutput) => any;
|
|
3367
|
-
/**
|
|
3368
|
-
* @internal
|
|
3369
|
-
*/
|
|
3370
|
-
export declare const DeleteInsightRulesInputFilterSensitiveLog: (obj: DeleteInsightRulesInput) => any;
|
|
3371
|
-
/**
|
|
3372
|
-
* @internal
|
|
3373
|
-
*/
|
|
3374
|
-
export declare const DeleteInsightRulesOutputFilterSensitiveLog: (obj: DeleteInsightRulesOutput) => any;
|
|
3375
|
-
/**
|
|
3376
|
-
* @internal
|
|
3377
|
-
*/
|
|
3378
|
-
export declare const DeleteMetricStreamInputFilterSensitiveLog: (obj: DeleteMetricStreamInput) => any;
|
|
3379
|
-
/**
|
|
3380
|
-
* @internal
|
|
3381
|
-
*/
|
|
3382
|
-
export declare const DeleteMetricStreamOutputFilterSensitiveLog: (obj: DeleteMetricStreamOutput) => any;
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (obj: DescribeAlarmHistoryInput) => any;
|
|
3387
|
-
/**
|
|
3388
|
-
* @internal
|
|
3389
|
-
*/
|
|
3390
|
-
export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (obj: DescribeAlarmHistoryOutput) => any;
|
|
3391
|
-
/**
|
|
3392
|
-
* @internal
|
|
3393
|
-
*/
|
|
3394
|
-
export declare const DescribeAlarmsInputFilterSensitiveLog: (obj: DescribeAlarmsInput) => any;
|
|
3395
|
-
/**
|
|
3396
|
-
* @internal
|
|
3397
|
-
*/
|
|
3398
|
-
export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
|
|
3399
|
-
/**
|
|
3400
|
-
* @internal
|
|
3401
|
-
*/
|
|
3402
|
-
export declare const DescribeAlarmsOutputFilterSensitiveLog: (obj: DescribeAlarmsOutput) => any;
|
|
3403
|
-
/**
|
|
3404
|
-
* @internal
|
|
3405
|
-
*/
|
|
3406
|
-
export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (obj: DescribeAlarmsForMetricInput) => any;
|
|
3407
|
-
/**
|
|
3408
|
-
* @internal
|
|
3409
|
-
*/
|
|
3410
|
-
export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (obj: DescribeAlarmsForMetricOutput) => any;
|
|
3411
|
-
/**
|
|
3412
|
-
* @internal
|
|
3413
|
-
*/
|
|
3414
|
-
export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsInput) => any;
|
|
3415
|
-
/**
|
|
3416
|
-
* @internal
|
|
3417
|
-
*/
|
|
3418
|
-
export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (obj: DescribeAnomalyDetectorsOutput) => any;
|
|
3419
|
-
/**
|
|
3420
|
-
* @internal
|
|
3421
|
-
*/
|
|
3422
|
-
export declare const DescribeInsightRulesInputFilterSensitiveLog: (obj: DescribeInsightRulesInput) => any;
|
|
3423
|
-
/**
|
|
3424
|
-
* @internal
|
|
3425
|
-
*/
|
|
3426
|
-
export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
|
|
3427
|
-
/**
|
|
3428
|
-
* @internal
|
|
3429
|
-
*/
|
|
3430
|
-
export declare const DescribeInsightRulesOutputFilterSensitiveLog: (obj: DescribeInsightRulesOutput) => any;
|
|
3431
|
-
/**
|
|
3432
|
-
* @internal
|
|
3433
|
-
*/
|
|
3434
|
-
export declare const DimensionFilterFilterSensitiveLog: (obj: DimensionFilter) => any;
|
|
3435
|
-
/**
|
|
3436
|
-
* @internal
|
|
3437
|
-
*/
|
|
3438
|
-
export declare const DisableAlarmActionsInputFilterSensitiveLog: (obj: DisableAlarmActionsInput) => any;
|
|
3439
|
-
/**
|
|
3440
|
-
* @internal
|
|
3441
|
-
*/
|
|
3442
|
-
export declare const DisableInsightRulesInputFilterSensitiveLog: (obj: DisableInsightRulesInput) => any;
|
|
3443
|
-
/**
|
|
3444
|
-
* @internal
|
|
3445
|
-
*/
|
|
3446
|
-
export declare const DisableInsightRulesOutputFilterSensitiveLog: (obj: DisableInsightRulesOutput) => any;
|
|
3447
|
-
/**
|
|
3448
|
-
* @internal
|
|
3449
|
-
*/
|
|
3450
|
-
export declare const EnableAlarmActionsInputFilterSensitiveLog: (obj: EnableAlarmActionsInput) => any;
|
|
3451
|
-
/**
|
|
3452
|
-
* @internal
|
|
3453
|
-
*/
|
|
3454
|
-
export declare const EnableInsightRulesInputFilterSensitiveLog: (obj: EnableInsightRulesInput) => any;
|
|
3455
|
-
/**
|
|
3456
|
-
* @internal
|
|
3457
|
-
*/
|
|
3458
|
-
export declare const EnableInsightRulesOutputFilterSensitiveLog: (obj: EnableInsightRulesOutput) => any;
|
|
3459
|
-
/**
|
|
3460
|
-
* @internal
|
|
3461
|
-
*/
|
|
3462
|
-
export declare const GetDashboardInputFilterSensitiveLog: (obj: GetDashboardInput) => any;
|
|
3463
|
-
/**
|
|
3464
|
-
* @internal
|
|
3465
|
-
*/
|
|
3466
|
-
export declare const GetDashboardOutputFilterSensitiveLog: (obj: GetDashboardOutput) => any;
|
|
3467
|
-
/**
|
|
3468
|
-
* @internal
|
|
3469
|
-
*/
|
|
3470
|
-
export declare const GetInsightRuleReportInputFilterSensitiveLog: (obj: GetInsightRuleReportInput) => any;
|
|
3471
|
-
/**
|
|
3472
|
-
* @internal
|
|
3473
|
-
*/
|
|
3474
|
-
export declare const InsightRuleContributorDatapointFilterSensitiveLog: (obj: InsightRuleContributorDatapoint) => any;
|
|
3475
|
-
/**
|
|
3476
|
-
* @internal
|
|
3477
|
-
*/
|
|
3478
|
-
export declare const InsightRuleContributorFilterSensitiveLog: (obj: InsightRuleContributor) => any;
|
|
3479
|
-
/**
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
3482
|
-
export declare const InsightRuleMetricDatapointFilterSensitiveLog: (obj: InsightRuleMetricDatapoint) => any;
|
|
3483
|
-
/**
|
|
3484
|
-
* @internal
|
|
3485
|
-
*/
|
|
3486
|
-
export declare const GetInsightRuleReportOutputFilterSensitiveLog: (obj: GetInsightRuleReportOutput) => any;
|
|
3487
|
-
/**
|
|
3488
|
-
* @internal
|
|
3489
|
-
*/
|
|
3490
|
-
export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
|
|
3491
|
-
/**
|
|
3492
|
-
* @internal
|
|
3493
|
-
*/
|
|
3494
|
-
export declare const GetMetricDataInputFilterSensitiveLog: (obj: GetMetricDataInput) => any;
|
|
3495
|
-
/**
|
|
3496
|
-
* @internal
|
|
3497
|
-
*/
|
|
3498
|
-
export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
|
|
3499
|
-
/**
|
|
3500
|
-
* @internal
|
|
3501
|
-
*/
|
|
3502
|
-
export declare const MetricDataResultFilterSensitiveLog: (obj: MetricDataResult) => any;
|
|
3503
|
-
/**
|
|
3504
|
-
* @internal
|
|
3505
|
-
*/
|
|
3506
|
-
export declare const GetMetricDataOutputFilterSensitiveLog: (obj: GetMetricDataOutput) => any;
|
|
3507
|
-
/**
|
|
3508
|
-
* @internal
|
|
3509
|
-
*/
|
|
3510
|
-
export declare const GetMetricStatisticsInputFilterSensitiveLog: (obj: GetMetricStatisticsInput) => any;
|
|
3511
|
-
/**
|
|
3512
|
-
* @internal
|
|
3513
|
-
*/
|
|
3514
|
-
export declare const GetMetricStatisticsOutputFilterSensitiveLog: (obj: GetMetricStatisticsOutput) => any;
|
|
3515
|
-
/**
|
|
3516
|
-
* @internal
|
|
3517
|
-
*/
|
|
3518
|
-
export declare const GetMetricStreamInputFilterSensitiveLog: (obj: GetMetricStreamInput) => any;
|
|
3519
|
-
/**
|
|
3520
|
-
* @internal
|
|
3521
|
-
*/
|
|
3522
|
-
export declare const MetricStreamFilterFilterSensitiveLog: (obj: MetricStreamFilter) => any;
|
|
3523
|
-
/**
|
|
3524
|
-
* @internal
|
|
3525
|
-
*/
|
|
3526
|
-
export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (obj: MetricStreamStatisticsMetric) => any;
|
|
3527
|
-
/**
|
|
3528
|
-
* @internal
|
|
3529
|
-
*/
|
|
3530
|
-
export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (obj: MetricStreamStatisticsConfiguration) => any;
|
|
3531
|
-
/**
|
|
3532
|
-
* @internal
|
|
3533
|
-
*/
|
|
3534
|
-
export declare const GetMetricStreamOutputFilterSensitiveLog: (obj: GetMetricStreamOutput) => any;
|
|
3535
|
-
/**
|
|
3536
|
-
* @internal
|
|
3537
|
-
*/
|
|
3538
|
-
export declare const GetMetricWidgetImageInputFilterSensitiveLog: (obj: GetMetricWidgetImageInput) => any;
|
|
3539
|
-
/**
|
|
3540
|
-
* @internal
|
|
3541
|
-
*/
|
|
3542
|
-
export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (obj: GetMetricWidgetImageOutput) => any;
|
|
3543
|
-
/**
|
|
3544
|
-
* @internal
|
|
3545
|
-
*/
|
|
3546
|
-
export declare const ListDashboardsInputFilterSensitiveLog: (obj: ListDashboardsInput) => any;
|
|
3547
|
-
/**
|
|
3548
|
-
* @internal
|
|
3549
|
-
*/
|
|
3550
|
-
export declare const ListDashboardsOutputFilterSensitiveLog: (obj: ListDashboardsOutput) => any;
|
|
3551
|
-
/**
|
|
3552
|
-
* @internal
|
|
3553
|
-
*/
|
|
3554
|
-
export declare const ListManagedInsightRulesInputFilterSensitiveLog: (obj: ListManagedInsightRulesInput) => any;
|
|
3555
|
-
/**
|
|
3556
|
-
* @internal
|
|
3557
|
-
*/
|
|
3558
|
-
export declare const ManagedRuleStateFilterSensitiveLog: (obj: ManagedRuleState) => any;
|
|
3559
|
-
/**
|
|
3560
|
-
* @internal
|
|
3561
|
-
*/
|
|
3562
|
-
export declare const ManagedRuleDescriptionFilterSensitiveLog: (obj: ManagedRuleDescription) => any;
|
|
3563
|
-
/**
|
|
3564
|
-
* @internal
|
|
3565
|
-
*/
|
|
3566
|
-
export declare const ListManagedInsightRulesOutputFilterSensitiveLog: (obj: ListManagedInsightRulesOutput) => any;
|
|
3567
|
-
/**
|
|
3568
|
-
* @internal
|
|
3569
|
-
*/
|
|
3570
|
-
export declare const ListMetricsInputFilterSensitiveLog: (obj: ListMetricsInput) => any;
|
|
3571
|
-
/**
|
|
3572
|
-
* @internal
|
|
3573
|
-
*/
|
|
3574
|
-
export declare const ListMetricsOutputFilterSensitiveLog: (obj: ListMetricsOutput) => any;
|
|
3575
|
-
/**
|
|
3576
|
-
* @internal
|
|
3577
|
-
*/
|
|
3578
|
-
export declare const ListMetricStreamsInputFilterSensitiveLog: (obj: ListMetricStreamsInput) => any;
|
|
3579
|
-
/**
|
|
3580
|
-
* @internal
|
|
3581
|
-
*/
|
|
3582
|
-
export declare const MetricStreamEntryFilterSensitiveLog: (obj: MetricStreamEntry) => any;
|
|
3583
|
-
/**
|
|
3584
|
-
* @internal
|
|
3585
|
-
*/
|
|
3586
|
-
export declare const ListMetricStreamsOutputFilterSensitiveLog: (obj: ListMetricStreamsOutput) => any;
|
|
3587
|
-
/**
|
|
3588
|
-
* @internal
|
|
3589
|
-
*/
|
|
3590
|
-
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3595
|
-
/**
|
|
3596
|
-
* @internal
|
|
3597
|
-
*/
|
|
3598
|
-
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
3599
|
-
/**
|
|
3600
|
-
* @internal
|
|
3601
|
-
*/
|
|
3602
|
-
export declare const PutAnomalyDetectorInputFilterSensitiveLog: (obj: PutAnomalyDetectorInput) => any;
|
|
3603
|
-
/**
|
|
3604
|
-
* @internal
|
|
3605
|
-
*/
|
|
3606
|
-
export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (obj: PutAnomalyDetectorOutput) => any;
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
*/
|
|
3610
|
-
export declare const PutCompositeAlarmInputFilterSensitiveLog: (obj: PutCompositeAlarmInput) => any;
|
|
3611
|
-
/**
|
|
3612
|
-
* @internal
|
|
3613
|
-
*/
|
|
3614
|
-
export declare const PutDashboardInputFilterSensitiveLog: (obj: PutDashboardInput) => any;
|
|
3615
|
-
/**
|
|
3616
|
-
* @internal
|
|
3617
|
-
*/
|
|
3618
|
-
export declare const PutDashboardOutputFilterSensitiveLog: (obj: PutDashboardOutput) => any;
|
|
3619
|
-
/**
|
|
3620
|
-
* @internal
|
|
3621
|
-
*/
|
|
3622
|
-
export declare const PutInsightRuleInputFilterSensitiveLog: (obj: PutInsightRuleInput) => any;
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
export declare const PutInsightRuleOutputFilterSensitiveLog: (obj: PutInsightRuleOutput) => any;
|
|
3627
|
-
/**
|
|
3628
|
-
* @internal
|
|
3629
|
-
*/
|
|
3630
|
-
export declare const ManagedRuleFilterSensitiveLog: (obj: ManagedRule) => any;
|
|
3631
|
-
/**
|
|
3632
|
-
* @internal
|
|
3633
|
-
*/
|
|
3634
|
-
export declare const PutManagedInsightRulesInputFilterSensitiveLog: (obj: PutManagedInsightRulesInput) => any;
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
export declare const PutManagedInsightRulesOutputFilterSensitiveLog: (obj: PutManagedInsightRulesOutput) => any;
|
|
3639
|
-
/**
|
|
3640
|
-
* @internal
|
|
3641
|
-
*/
|
|
3642
|
-
export declare const PutMetricAlarmInputFilterSensitiveLog: (obj: PutMetricAlarmInput) => any;
|
|
3643
|
-
/**
|
|
3644
|
-
* @internal
|
|
3645
|
-
*/
|
|
3646
|
-
export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
|
|
3647
|
-
/**
|
|
3648
|
-
* @internal
|
|
3649
|
-
*/
|
|
3650
|
-
export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
export declare const PutMetricDataInputFilterSensitiveLog: (obj: PutMetricDataInput) => any;
|
|
3655
|
-
/**
|
|
3656
|
-
* @internal
|
|
3657
|
-
*/
|
|
3658
|
-
export declare const PutMetricStreamInputFilterSensitiveLog: (obj: PutMetricStreamInput) => any;
|
|
3659
|
-
/**
|
|
3660
|
-
* @internal
|
|
3661
|
-
*/
|
|
3662
|
-
export declare const PutMetricStreamOutputFilterSensitiveLog: (obj: PutMetricStreamOutput) => any;
|
|
3663
|
-
/**
|
|
3664
|
-
* @internal
|
|
3665
|
-
*/
|
|
3666
|
-
export declare const SetAlarmStateInputFilterSensitiveLog: (obj: SetAlarmStateInput) => any;
|
|
3667
|
-
/**
|
|
3668
|
-
* @internal
|
|
3669
|
-
*/
|
|
3670
|
-
export declare const StartMetricStreamsInputFilterSensitiveLog: (obj: StartMetricStreamsInput) => any;
|
|
3671
|
-
/**
|
|
3672
|
-
* @internal
|
|
3673
|
-
*/
|
|
3674
|
-
export declare const StartMetricStreamsOutputFilterSensitiveLog: (obj: StartMetricStreamsOutput) => any;
|
|
3675
|
-
/**
|
|
3676
|
-
* @internal
|
|
3677
|
-
*/
|
|
3678
|
-
export declare const StopMetricStreamsInputFilterSensitiveLog: (obj: StopMetricStreamsInput) => any;
|
|
3679
|
-
/**
|
|
3680
|
-
* @internal
|
|
3681
|
-
*/
|
|
3682
|
-
export declare const StopMetricStreamsOutputFilterSensitiveLog: (obj: StopMetricStreamsOutput) => any;
|
|
3683
|
-
/**
|
|
3684
|
-
* @internal
|
|
3685
|
-
*/
|
|
3686
|
-
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
3687
|
-
/**
|
|
3688
|
-
* @internal
|
|
3689
|
-
*/
|
|
3690
|
-
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
3691
|
-
/**
|
|
3692
|
-
* @internal
|
|
3693
|
-
*/
|
|
3694
|
-
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
3695
|
-
/**
|
|
3696
|
-
* @internal
|
|
3697
|
-
*/
|
|
3698
|
-
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|
|
3581
|
+
export interface UntagResourceOutput {
|
|
3582
|
+
}
|