1 | export declare class CloudWatchMetricStreamsMetrics {
|
2 | static metricUpdateSum(dimensions: {
|
3 | MetricStreamName: string;
|
4 | }): {
|
5 | namespace: string;
|
6 | metricName: string;
|
7 | dimensionsMap: {
|
8 | MetricStreamName: string;
|
9 | };
|
10 | statistic: string;
|
11 | };
|
12 | static publishErrorRateAverage(dimensions: {
|
13 | MetricStreamName: string;
|
14 | }): {
|
15 | namespace: string;
|
16 | metricName: string;
|
17 | dimensionsMap: {
|
18 | MetricStreamName: string;
|
19 | };
|
20 | statistic: string;
|
21 | };
|
22 | }
|