@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
- package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,195 +1,688 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CloudWatchClient } from "./CloudWatchClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CloudWatchClient } from "./CloudWatchClient";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAlarmsCommandInput,
|
|
5
|
+
DeleteAlarmsCommandOutput,
|
|
6
|
+
} from "./commands/DeleteAlarmsCommand";
|
|
7
|
+
import {
|
|
8
|
+
DeleteAnomalyDetectorCommandInput,
|
|
9
|
+
DeleteAnomalyDetectorCommandOutput,
|
|
10
|
+
} from "./commands/DeleteAnomalyDetectorCommand";
|
|
11
|
+
import {
|
|
12
|
+
DeleteDashboardsCommandInput,
|
|
13
|
+
DeleteDashboardsCommandOutput,
|
|
14
|
+
} from "./commands/DeleteDashboardsCommand";
|
|
15
|
+
import {
|
|
16
|
+
DeleteInsightRulesCommandInput,
|
|
17
|
+
DeleteInsightRulesCommandOutput,
|
|
18
|
+
} from "./commands/DeleteInsightRulesCommand";
|
|
19
|
+
import {
|
|
20
|
+
DeleteMetricStreamCommandInput,
|
|
21
|
+
DeleteMetricStreamCommandOutput,
|
|
22
|
+
} from "./commands/DeleteMetricStreamCommand";
|
|
23
|
+
import {
|
|
24
|
+
DescribeAlarmHistoryCommandInput,
|
|
25
|
+
DescribeAlarmHistoryCommandOutput,
|
|
26
|
+
} from "./commands/DescribeAlarmHistoryCommand";
|
|
27
|
+
import {
|
|
28
|
+
DescribeAlarmsCommandInput,
|
|
29
|
+
DescribeAlarmsCommandOutput,
|
|
30
|
+
} from "./commands/DescribeAlarmsCommand";
|
|
31
|
+
import {
|
|
32
|
+
DescribeAlarmsForMetricCommandInput,
|
|
33
|
+
DescribeAlarmsForMetricCommandOutput,
|
|
34
|
+
} from "./commands/DescribeAlarmsForMetricCommand";
|
|
35
|
+
import {
|
|
36
|
+
DescribeAnomalyDetectorsCommandInput,
|
|
37
|
+
DescribeAnomalyDetectorsCommandOutput,
|
|
38
|
+
} from "./commands/DescribeAnomalyDetectorsCommand";
|
|
39
|
+
import {
|
|
40
|
+
DescribeInsightRulesCommandInput,
|
|
41
|
+
DescribeInsightRulesCommandOutput,
|
|
42
|
+
} from "./commands/DescribeInsightRulesCommand";
|
|
43
|
+
import {
|
|
44
|
+
DisableAlarmActionsCommandInput,
|
|
45
|
+
DisableAlarmActionsCommandOutput,
|
|
46
|
+
} from "./commands/DisableAlarmActionsCommand";
|
|
47
|
+
import {
|
|
48
|
+
DisableInsightRulesCommandInput,
|
|
49
|
+
DisableInsightRulesCommandOutput,
|
|
50
|
+
} from "./commands/DisableInsightRulesCommand";
|
|
51
|
+
import {
|
|
52
|
+
EnableAlarmActionsCommandInput,
|
|
53
|
+
EnableAlarmActionsCommandOutput,
|
|
54
|
+
} from "./commands/EnableAlarmActionsCommand";
|
|
55
|
+
import {
|
|
56
|
+
EnableInsightRulesCommandInput,
|
|
57
|
+
EnableInsightRulesCommandOutput,
|
|
58
|
+
} from "./commands/EnableInsightRulesCommand";
|
|
59
|
+
import {
|
|
60
|
+
GetDashboardCommandInput,
|
|
61
|
+
GetDashboardCommandOutput,
|
|
62
|
+
} from "./commands/GetDashboardCommand";
|
|
63
|
+
import {
|
|
64
|
+
GetInsightRuleReportCommandInput,
|
|
65
|
+
GetInsightRuleReportCommandOutput,
|
|
66
|
+
} from "./commands/GetInsightRuleReportCommand";
|
|
67
|
+
import {
|
|
68
|
+
GetMetricDataCommandInput,
|
|
69
|
+
GetMetricDataCommandOutput,
|
|
70
|
+
} from "./commands/GetMetricDataCommand";
|
|
71
|
+
import {
|
|
72
|
+
GetMetricStatisticsCommandInput,
|
|
73
|
+
GetMetricStatisticsCommandOutput,
|
|
74
|
+
} from "./commands/GetMetricStatisticsCommand";
|
|
75
|
+
import {
|
|
76
|
+
GetMetricStreamCommandInput,
|
|
77
|
+
GetMetricStreamCommandOutput,
|
|
78
|
+
} from "./commands/GetMetricStreamCommand";
|
|
79
|
+
import {
|
|
80
|
+
GetMetricWidgetImageCommandInput,
|
|
81
|
+
GetMetricWidgetImageCommandOutput,
|
|
82
|
+
} from "./commands/GetMetricWidgetImageCommand";
|
|
83
|
+
import {
|
|
84
|
+
ListDashboardsCommandInput,
|
|
85
|
+
ListDashboardsCommandOutput,
|
|
86
|
+
} from "./commands/ListDashboardsCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListManagedInsightRulesCommandInput,
|
|
89
|
+
ListManagedInsightRulesCommandOutput,
|
|
90
|
+
} from "./commands/ListManagedInsightRulesCommand";
|
|
91
|
+
import {
|
|
92
|
+
ListMetricsCommandInput,
|
|
93
|
+
ListMetricsCommandOutput,
|
|
94
|
+
} from "./commands/ListMetricsCommand";
|
|
95
|
+
import {
|
|
96
|
+
ListMetricStreamsCommandInput,
|
|
97
|
+
ListMetricStreamsCommandOutput,
|
|
98
|
+
} from "./commands/ListMetricStreamsCommand";
|
|
99
|
+
import {
|
|
100
|
+
ListTagsForResourceCommandInput,
|
|
101
|
+
ListTagsForResourceCommandOutput,
|
|
102
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
103
|
+
import {
|
|
104
|
+
PutAnomalyDetectorCommandInput,
|
|
105
|
+
PutAnomalyDetectorCommandOutput,
|
|
106
|
+
} from "./commands/PutAnomalyDetectorCommand";
|
|
107
|
+
import {
|
|
108
|
+
PutCompositeAlarmCommandInput,
|
|
109
|
+
PutCompositeAlarmCommandOutput,
|
|
110
|
+
} from "./commands/PutCompositeAlarmCommand";
|
|
111
|
+
import {
|
|
112
|
+
PutDashboardCommandInput,
|
|
113
|
+
PutDashboardCommandOutput,
|
|
114
|
+
} from "./commands/PutDashboardCommand";
|
|
115
|
+
import {
|
|
116
|
+
PutInsightRuleCommandInput,
|
|
117
|
+
PutInsightRuleCommandOutput,
|
|
118
|
+
} from "./commands/PutInsightRuleCommand";
|
|
119
|
+
import {
|
|
120
|
+
PutManagedInsightRulesCommandInput,
|
|
121
|
+
PutManagedInsightRulesCommandOutput,
|
|
122
|
+
} from "./commands/PutManagedInsightRulesCommand";
|
|
123
|
+
import {
|
|
124
|
+
PutMetricAlarmCommandInput,
|
|
125
|
+
PutMetricAlarmCommandOutput,
|
|
126
|
+
} from "./commands/PutMetricAlarmCommand";
|
|
127
|
+
import {
|
|
128
|
+
PutMetricDataCommandInput,
|
|
129
|
+
PutMetricDataCommandOutput,
|
|
130
|
+
} from "./commands/PutMetricDataCommand";
|
|
131
|
+
import {
|
|
132
|
+
PutMetricStreamCommandInput,
|
|
133
|
+
PutMetricStreamCommandOutput,
|
|
134
|
+
} from "./commands/PutMetricStreamCommand";
|
|
135
|
+
import {
|
|
136
|
+
SetAlarmStateCommandInput,
|
|
137
|
+
SetAlarmStateCommandOutput,
|
|
138
|
+
} from "./commands/SetAlarmStateCommand";
|
|
139
|
+
import {
|
|
140
|
+
StartMetricStreamsCommandInput,
|
|
141
|
+
StartMetricStreamsCommandOutput,
|
|
142
|
+
} from "./commands/StartMetricStreamsCommand";
|
|
143
|
+
import {
|
|
144
|
+
StopMetricStreamsCommandInput,
|
|
145
|
+
StopMetricStreamsCommandOutput,
|
|
146
|
+
} from "./commands/StopMetricStreamsCommand";
|
|
147
|
+
import {
|
|
148
|
+
TagResourceCommandInput,
|
|
149
|
+
TagResourceCommandOutput,
|
|
150
|
+
} from "./commands/TagResourceCommand";
|
|
151
|
+
import {
|
|
152
|
+
UntagResourceCommandInput,
|
|
153
|
+
UntagResourceCommandOutput,
|
|
154
|
+
} from "./commands/UntagResourceCommand";
|
|
155
|
+
|
|
156
|
+
export declare class CloudWatch extends CloudWatchClient {
|
|
157
|
+
deleteAlarms(
|
|
158
|
+
args: DeleteAlarmsCommandInput,
|
|
159
|
+
options?: __HttpHandlerOptions
|
|
160
|
+
): Promise<DeleteAlarmsCommandOutput>;
|
|
161
|
+
deleteAlarms(
|
|
162
|
+
args: DeleteAlarmsCommandInput,
|
|
163
|
+
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
deleteAlarms(
|
|
166
|
+
args: DeleteAlarmsCommandInput,
|
|
167
|
+
options: __HttpHandlerOptions,
|
|
168
|
+
cb: (err: any, data?: DeleteAlarmsCommandOutput) => void
|
|
169
|
+
): void;
|
|
170
|
+
|
|
171
|
+
deleteAnomalyDetector(
|
|
172
|
+
args: DeleteAnomalyDetectorCommandInput,
|
|
173
|
+
options?: __HttpHandlerOptions
|
|
174
|
+
): Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
175
|
+
deleteAnomalyDetector(
|
|
176
|
+
args: DeleteAnomalyDetectorCommandInput,
|
|
177
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
178
|
+
): void;
|
|
179
|
+
deleteAnomalyDetector(
|
|
180
|
+
args: DeleteAnomalyDetectorCommandInput,
|
|
181
|
+
options: __HttpHandlerOptions,
|
|
182
|
+
cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void
|
|
183
|
+
): void;
|
|
184
|
+
|
|
185
|
+
deleteDashboards(
|
|
186
|
+
args: DeleteDashboardsCommandInput,
|
|
187
|
+
options?: __HttpHandlerOptions
|
|
188
|
+
): Promise<DeleteDashboardsCommandOutput>;
|
|
189
|
+
deleteDashboards(
|
|
190
|
+
args: DeleteDashboardsCommandInput,
|
|
191
|
+
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void
|
|
192
|
+
): void;
|
|
193
|
+
deleteDashboards(
|
|
194
|
+
args: DeleteDashboardsCommandInput,
|
|
195
|
+
options: __HttpHandlerOptions,
|
|
196
|
+
cb: (err: any, data?: DeleteDashboardsCommandOutput) => void
|
|
197
|
+
): void;
|
|
198
|
+
|
|
199
|
+
deleteInsightRules(
|
|
200
|
+
args: DeleteInsightRulesCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<DeleteInsightRulesCommandOutput>;
|
|
203
|
+
deleteInsightRules(
|
|
204
|
+
args: DeleteInsightRulesCommandInput,
|
|
205
|
+
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
deleteInsightRules(
|
|
208
|
+
args: DeleteInsightRulesCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: DeleteInsightRulesCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
|
|
213
|
+
deleteMetricStream(
|
|
214
|
+
args: DeleteMetricStreamCommandInput,
|
|
215
|
+
options?: __HttpHandlerOptions
|
|
216
|
+
): Promise<DeleteMetricStreamCommandOutput>;
|
|
217
|
+
deleteMetricStream(
|
|
218
|
+
args: DeleteMetricStreamCommandInput,
|
|
219
|
+
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void
|
|
220
|
+
): void;
|
|
221
|
+
deleteMetricStream(
|
|
222
|
+
args: DeleteMetricStreamCommandInput,
|
|
223
|
+
options: __HttpHandlerOptions,
|
|
224
|
+
cb: (err: any, data?: DeleteMetricStreamCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
|
|
227
|
+
describeAlarmHistory(
|
|
228
|
+
args: DescribeAlarmHistoryCommandInput,
|
|
229
|
+
options?: __HttpHandlerOptions
|
|
230
|
+
): Promise<DescribeAlarmHistoryCommandOutput>;
|
|
231
|
+
describeAlarmHistory(
|
|
232
|
+
args: DescribeAlarmHistoryCommandInput,
|
|
233
|
+
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void
|
|
234
|
+
): void;
|
|
235
|
+
describeAlarmHistory(
|
|
236
|
+
args: DescribeAlarmHistoryCommandInput,
|
|
237
|
+
options: __HttpHandlerOptions,
|
|
238
|
+
cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void
|
|
239
|
+
): void;
|
|
240
|
+
|
|
241
|
+
describeAlarms(
|
|
242
|
+
args: DescribeAlarmsCommandInput,
|
|
243
|
+
options?: __HttpHandlerOptions
|
|
244
|
+
): Promise<DescribeAlarmsCommandOutput>;
|
|
245
|
+
describeAlarms(
|
|
246
|
+
args: DescribeAlarmsCommandInput,
|
|
247
|
+
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void
|
|
248
|
+
): void;
|
|
249
|
+
describeAlarms(
|
|
250
|
+
args: DescribeAlarmsCommandInput,
|
|
251
|
+
options: __HttpHandlerOptions,
|
|
252
|
+
cb: (err: any, data?: DescribeAlarmsCommandOutput) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
describeAlarmsForMetric(
|
|
256
|
+
args: DescribeAlarmsForMetricCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<DescribeAlarmsForMetricCommandOutput>;
|
|
259
|
+
describeAlarmsForMetric(
|
|
260
|
+
args: DescribeAlarmsForMetricCommandInput,
|
|
261
|
+
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
describeAlarmsForMetric(
|
|
264
|
+
args: DescribeAlarmsForMetricCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (err: any, data?: DescribeAlarmsForMetricCommandOutput) => void
|
|
267
|
+
): void;
|
|
268
|
+
|
|
269
|
+
describeAnomalyDetectors(
|
|
270
|
+
args: DescribeAnomalyDetectorsCommandInput,
|
|
271
|
+
options?: __HttpHandlerOptions
|
|
272
|
+
): Promise<DescribeAnomalyDetectorsCommandOutput>;
|
|
273
|
+
describeAnomalyDetectors(
|
|
274
|
+
args: DescribeAnomalyDetectorsCommandInput,
|
|
275
|
+
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
describeAnomalyDetectors(
|
|
278
|
+
args: DescribeAnomalyDetectorsCommandInput,
|
|
279
|
+
options: __HttpHandlerOptions,
|
|
280
|
+
cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void
|
|
281
|
+
): void;
|
|
282
|
+
|
|
283
|
+
describeInsightRules(
|
|
284
|
+
args: DescribeInsightRulesCommandInput,
|
|
285
|
+
options?: __HttpHandlerOptions
|
|
286
|
+
): Promise<DescribeInsightRulesCommandOutput>;
|
|
287
|
+
describeInsightRules(
|
|
288
|
+
args: DescribeInsightRulesCommandInput,
|
|
289
|
+
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void
|
|
290
|
+
): void;
|
|
291
|
+
describeInsightRules(
|
|
292
|
+
args: DescribeInsightRulesCommandInput,
|
|
293
|
+
options: __HttpHandlerOptions,
|
|
294
|
+
cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void
|
|
295
|
+
): void;
|
|
296
|
+
|
|
297
|
+
disableAlarmActions(
|
|
298
|
+
args: DisableAlarmActionsCommandInput,
|
|
299
|
+
options?: __HttpHandlerOptions
|
|
300
|
+
): Promise<DisableAlarmActionsCommandOutput>;
|
|
301
|
+
disableAlarmActions(
|
|
302
|
+
args: DisableAlarmActionsCommandInput,
|
|
303
|
+
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void
|
|
304
|
+
): void;
|
|
305
|
+
disableAlarmActions(
|
|
306
|
+
args: DisableAlarmActionsCommandInput,
|
|
307
|
+
options: __HttpHandlerOptions,
|
|
308
|
+
cb: (err: any, data?: DisableAlarmActionsCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
|
|
311
|
+
disableInsightRules(
|
|
312
|
+
args: DisableInsightRulesCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<DisableInsightRulesCommandOutput>;
|
|
315
|
+
disableInsightRules(
|
|
316
|
+
args: DisableInsightRulesCommandInput,
|
|
317
|
+
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
disableInsightRules(
|
|
320
|
+
args: DisableInsightRulesCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: DisableInsightRulesCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
|
|
325
|
+
enableAlarmActions(
|
|
326
|
+
args: EnableAlarmActionsCommandInput,
|
|
327
|
+
options?: __HttpHandlerOptions
|
|
328
|
+
): Promise<EnableAlarmActionsCommandOutput>;
|
|
329
|
+
enableAlarmActions(
|
|
330
|
+
args: EnableAlarmActionsCommandInput,
|
|
331
|
+
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
enableAlarmActions(
|
|
334
|
+
args: EnableAlarmActionsCommandInput,
|
|
335
|
+
options: __HttpHandlerOptions,
|
|
336
|
+
cb: (err: any, data?: EnableAlarmActionsCommandOutput) => void
|
|
337
|
+
): void;
|
|
338
|
+
|
|
339
|
+
enableInsightRules(
|
|
340
|
+
args: EnableInsightRulesCommandInput,
|
|
341
|
+
options?: __HttpHandlerOptions
|
|
342
|
+
): Promise<EnableInsightRulesCommandOutput>;
|
|
343
|
+
enableInsightRules(
|
|
344
|
+
args: EnableInsightRulesCommandInput,
|
|
345
|
+
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void
|
|
346
|
+
): void;
|
|
347
|
+
enableInsightRules(
|
|
348
|
+
args: EnableInsightRulesCommandInput,
|
|
349
|
+
options: __HttpHandlerOptions,
|
|
350
|
+
cb: (err: any, data?: EnableInsightRulesCommandOutput) => void
|
|
351
|
+
): void;
|
|
352
|
+
|
|
353
|
+
getDashboard(
|
|
354
|
+
args: GetDashboardCommandInput,
|
|
355
|
+
options?: __HttpHandlerOptions
|
|
356
|
+
): Promise<GetDashboardCommandOutput>;
|
|
357
|
+
getDashboard(
|
|
358
|
+
args: GetDashboardCommandInput,
|
|
359
|
+
cb: (err: any, data?: GetDashboardCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
getDashboard(
|
|
362
|
+
args: GetDashboardCommandInput,
|
|
363
|
+
options: __HttpHandlerOptions,
|
|
364
|
+
cb: (err: any, data?: GetDashboardCommandOutput) => void
|
|
365
|
+
): void;
|
|
366
|
+
|
|
367
|
+
getInsightRuleReport(
|
|
368
|
+
args: GetInsightRuleReportCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<GetInsightRuleReportCommandOutput>;
|
|
371
|
+
getInsightRuleReport(
|
|
372
|
+
args: GetInsightRuleReportCommandInput,
|
|
373
|
+
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
getInsightRuleReport(
|
|
376
|
+
args: GetInsightRuleReportCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: GetInsightRuleReportCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
|
|
381
|
+
getMetricData(
|
|
382
|
+
args: GetMetricDataCommandInput,
|
|
383
|
+
options?: __HttpHandlerOptions
|
|
384
|
+
): Promise<GetMetricDataCommandOutput>;
|
|
385
|
+
getMetricData(
|
|
386
|
+
args: GetMetricDataCommandInput,
|
|
387
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
getMetricData(
|
|
390
|
+
args: GetMetricDataCommandInput,
|
|
391
|
+
options: __HttpHandlerOptions,
|
|
392
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
|
|
395
|
+
getMetricStatistics(
|
|
396
|
+
args: GetMetricStatisticsCommandInput,
|
|
397
|
+
options?: __HttpHandlerOptions
|
|
398
|
+
): Promise<GetMetricStatisticsCommandOutput>;
|
|
399
|
+
getMetricStatistics(
|
|
400
|
+
args: GetMetricStatisticsCommandInput,
|
|
401
|
+
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void
|
|
402
|
+
): void;
|
|
403
|
+
getMetricStatistics(
|
|
404
|
+
args: GetMetricStatisticsCommandInput,
|
|
405
|
+
options: __HttpHandlerOptions,
|
|
406
|
+
cb: (err: any, data?: GetMetricStatisticsCommandOutput) => void
|
|
407
|
+
): void;
|
|
408
|
+
|
|
409
|
+
getMetricStream(
|
|
410
|
+
args: GetMetricStreamCommandInput,
|
|
411
|
+
options?: __HttpHandlerOptions
|
|
412
|
+
): Promise<GetMetricStreamCommandOutput>;
|
|
413
|
+
getMetricStream(
|
|
414
|
+
args: GetMetricStreamCommandInput,
|
|
415
|
+
cb: (err: any, data?: GetMetricStreamCommandOutput) => void
|
|
416
|
+
): void;
|
|
417
|
+
getMetricStream(
|
|
418
|
+
args: GetMetricStreamCommandInput,
|
|
419
|
+
options: __HttpHandlerOptions,
|
|
420
|
+
cb: (err: any, data?: GetMetricStreamCommandOutput) => void
|
|
421
|
+
): void;
|
|
422
|
+
|
|
423
|
+
getMetricWidgetImage(
|
|
424
|
+
args: GetMetricWidgetImageCommandInput,
|
|
425
|
+
options?: __HttpHandlerOptions
|
|
426
|
+
): Promise<GetMetricWidgetImageCommandOutput>;
|
|
427
|
+
getMetricWidgetImage(
|
|
428
|
+
args: GetMetricWidgetImageCommandInput,
|
|
429
|
+
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void
|
|
430
|
+
): void;
|
|
431
|
+
getMetricWidgetImage(
|
|
432
|
+
args: GetMetricWidgetImageCommandInput,
|
|
433
|
+
options: __HttpHandlerOptions,
|
|
434
|
+
cb: (err: any, data?: GetMetricWidgetImageCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
|
|
437
|
+
listDashboards(
|
|
438
|
+
args: ListDashboardsCommandInput,
|
|
439
|
+
options?: __HttpHandlerOptions
|
|
440
|
+
): Promise<ListDashboardsCommandOutput>;
|
|
441
|
+
listDashboards(
|
|
442
|
+
args: ListDashboardsCommandInput,
|
|
443
|
+
cb: (err: any, data?: ListDashboardsCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
listDashboards(
|
|
446
|
+
args: ListDashboardsCommandInput,
|
|
447
|
+
options: __HttpHandlerOptions,
|
|
448
|
+
cb: (err: any, data?: ListDashboardsCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
|
|
451
|
+
listManagedInsightRules(
|
|
452
|
+
args: ListManagedInsightRulesCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<ListManagedInsightRulesCommandOutput>;
|
|
455
|
+
listManagedInsightRules(
|
|
456
|
+
args: ListManagedInsightRulesCommandInput,
|
|
457
|
+
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
listManagedInsightRules(
|
|
460
|
+
args: ListManagedInsightRulesCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: ListManagedInsightRulesCommandOutput) => void
|
|
463
|
+
): void;
|
|
464
|
+
|
|
465
|
+
listMetrics(
|
|
466
|
+
args: ListMetricsCommandInput,
|
|
467
|
+
options?: __HttpHandlerOptions
|
|
468
|
+
): Promise<ListMetricsCommandOutput>;
|
|
469
|
+
listMetrics(
|
|
470
|
+
args: ListMetricsCommandInput,
|
|
471
|
+
cb: (err: any, data?: ListMetricsCommandOutput) => void
|
|
472
|
+
): void;
|
|
473
|
+
listMetrics(
|
|
474
|
+
args: ListMetricsCommandInput,
|
|
475
|
+
options: __HttpHandlerOptions,
|
|
476
|
+
cb: (err: any, data?: ListMetricsCommandOutput) => void
|
|
477
|
+
): void;
|
|
478
|
+
|
|
479
|
+
listMetricStreams(
|
|
480
|
+
args: ListMetricStreamsCommandInput,
|
|
481
|
+
options?: __HttpHandlerOptions
|
|
482
|
+
): Promise<ListMetricStreamsCommandOutput>;
|
|
483
|
+
listMetricStreams(
|
|
484
|
+
args: ListMetricStreamsCommandInput,
|
|
485
|
+
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void
|
|
486
|
+
): void;
|
|
487
|
+
listMetricStreams(
|
|
488
|
+
args: ListMetricStreamsCommandInput,
|
|
489
|
+
options: __HttpHandlerOptions,
|
|
490
|
+
cb: (err: any, data?: ListMetricStreamsCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
|
|
493
|
+
listTagsForResource(
|
|
494
|
+
args: ListTagsForResourceCommandInput,
|
|
495
|
+
options?: __HttpHandlerOptions
|
|
496
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
497
|
+
listTagsForResource(
|
|
498
|
+
args: ListTagsForResourceCommandInput,
|
|
499
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
500
|
+
): void;
|
|
501
|
+
listTagsForResource(
|
|
502
|
+
args: ListTagsForResourceCommandInput,
|
|
503
|
+
options: __HttpHandlerOptions,
|
|
504
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
505
|
+
): void;
|
|
506
|
+
|
|
507
|
+
putAnomalyDetector(
|
|
508
|
+
args: PutAnomalyDetectorCommandInput,
|
|
509
|
+
options?: __HttpHandlerOptions
|
|
510
|
+
): Promise<PutAnomalyDetectorCommandOutput>;
|
|
511
|
+
putAnomalyDetector(
|
|
512
|
+
args: PutAnomalyDetectorCommandInput,
|
|
513
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
putAnomalyDetector(
|
|
516
|
+
args: PutAnomalyDetectorCommandInput,
|
|
517
|
+
options: __HttpHandlerOptions,
|
|
518
|
+
cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void
|
|
519
|
+
): void;
|
|
520
|
+
|
|
521
|
+
putCompositeAlarm(
|
|
522
|
+
args: PutCompositeAlarmCommandInput,
|
|
523
|
+
options?: __HttpHandlerOptions
|
|
524
|
+
): Promise<PutCompositeAlarmCommandOutput>;
|
|
525
|
+
putCompositeAlarm(
|
|
526
|
+
args: PutCompositeAlarmCommandInput,
|
|
527
|
+
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
putCompositeAlarm(
|
|
530
|
+
args: PutCompositeAlarmCommandInput,
|
|
531
|
+
options: __HttpHandlerOptions,
|
|
532
|
+
cb: (err: any, data?: PutCompositeAlarmCommandOutput) => void
|
|
533
|
+
): void;
|
|
534
|
+
|
|
535
|
+
putDashboard(
|
|
536
|
+
args: PutDashboardCommandInput,
|
|
537
|
+
options?: __HttpHandlerOptions
|
|
538
|
+
): Promise<PutDashboardCommandOutput>;
|
|
539
|
+
putDashboard(
|
|
540
|
+
args: PutDashboardCommandInput,
|
|
541
|
+
cb: (err: any, data?: PutDashboardCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
putDashboard(
|
|
544
|
+
args: PutDashboardCommandInput,
|
|
545
|
+
options: __HttpHandlerOptions,
|
|
546
|
+
cb: (err: any, data?: PutDashboardCommandOutput) => void
|
|
547
|
+
): void;
|
|
548
|
+
|
|
549
|
+
putInsightRule(
|
|
550
|
+
args: PutInsightRuleCommandInput,
|
|
551
|
+
options?: __HttpHandlerOptions
|
|
552
|
+
): Promise<PutInsightRuleCommandOutput>;
|
|
553
|
+
putInsightRule(
|
|
554
|
+
args: PutInsightRuleCommandInput,
|
|
555
|
+
cb: (err: any, data?: PutInsightRuleCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
putInsightRule(
|
|
558
|
+
args: PutInsightRuleCommandInput,
|
|
559
|
+
options: __HttpHandlerOptions,
|
|
560
|
+
cb: (err: any, data?: PutInsightRuleCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
|
|
563
|
+
putManagedInsightRules(
|
|
564
|
+
args: PutManagedInsightRulesCommandInput,
|
|
565
|
+
options?: __HttpHandlerOptions
|
|
566
|
+
): Promise<PutManagedInsightRulesCommandOutput>;
|
|
567
|
+
putManagedInsightRules(
|
|
568
|
+
args: PutManagedInsightRulesCommandInput,
|
|
569
|
+
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
putManagedInsightRules(
|
|
572
|
+
args: PutManagedInsightRulesCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: PutManagedInsightRulesCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
|
|
577
|
+
putMetricAlarm(
|
|
578
|
+
args: PutMetricAlarmCommandInput,
|
|
579
|
+
options?: __HttpHandlerOptions
|
|
580
|
+
): Promise<PutMetricAlarmCommandOutput>;
|
|
581
|
+
putMetricAlarm(
|
|
582
|
+
args: PutMetricAlarmCommandInput,
|
|
583
|
+
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void
|
|
584
|
+
): void;
|
|
585
|
+
putMetricAlarm(
|
|
586
|
+
args: PutMetricAlarmCommandInput,
|
|
587
|
+
options: __HttpHandlerOptions,
|
|
588
|
+
cb: (err: any, data?: PutMetricAlarmCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
|
|
591
|
+
putMetricData(
|
|
592
|
+
args: PutMetricDataCommandInput,
|
|
593
|
+
options?: __HttpHandlerOptions
|
|
594
|
+
): Promise<PutMetricDataCommandOutput>;
|
|
595
|
+
putMetricData(
|
|
596
|
+
args: PutMetricDataCommandInput,
|
|
597
|
+
cb: (err: any, data?: PutMetricDataCommandOutput) => void
|
|
598
|
+
): void;
|
|
599
|
+
putMetricData(
|
|
600
|
+
args: PutMetricDataCommandInput,
|
|
601
|
+
options: __HttpHandlerOptions,
|
|
602
|
+
cb: (err: any, data?: PutMetricDataCommandOutput) => void
|
|
603
|
+
): void;
|
|
604
|
+
|
|
605
|
+
putMetricStream(
|
|
606
|
+
args: PutMetricStreamCommandInput,
|
|
607
|
+
options?: __HttpHandlerOptions
|
|
608
|
+
): Promise<PutMetricStreamCommandOutput>;
|
|
609
|
+
putMetricStream(
|
|
610
|
+
args: PutMetricStreamCommandInput,
|
|
611
|
+
cb: (err: any, data?: PutMetricStreamCommandOutput) => void
|
|
612
|
+
): void;
|
|
613
|
+
putMetricStream(
|
|
614
|
+
args: PutMetricStreamCommandInput,
|
|
615
|
+
options: __HttpHandlerOptions,
|
|
616
|
+
cb: (err: any, data?: PutMetricStreamCommandOutput) => void
|
|
617
|
+
): void;
|
|
618
|
+
|
|
619
|
+
setAlarmState(
|
|
620
|
+
args: SetAlarmStateCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<SetAlarmStateCommandOutput>;
|
|
623
|
+
setAlarmState(
|
|
624
|
+
args: SetAlarmStateCommandInput,
|
|
625
|
+
cb: (err: any, data?: SetAlarmStateCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
setAlarmState(
|
|
628
|
+
args: SetAlarmStateCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: SetAlarmStateCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
|
|
633
|
+
startMetricStreams(
|
|
634
|
+
args: StartMetricStreamsCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<StartMetricStreamsCommandOutput>;
|
|
637
|
+
startMetricStreams(
|
|
638
|
+
args: StartMetricStreamsCommandInput,
|
|
639
|
+
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
startMetricStreams(
|
|
642
|
+
args: StartMetricStreamsCommandInput,
|
|
643
|
+
options: __HttpHandlerOptions,
|
|
644
|
+
cb: (err: any, data?: StartMetricStreamsCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
|
|
647
|
+
stopMetricStreams(
|
|
648
|
+
args: StopMetricStreamsCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<StopMetricStreamsCommandOutput>;
|
|
651
|
+
stopMetricStreams(
|
|
652
|
+
args: StopMetricStreamsCommandInput,
|
|
653
|
+
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void
|
|
654
|
+
): void;
|
|
655
|
+
stopMetricStreams(
|
|
656
|
+
args: StopMetricStreamsCommandInput,
|
|
657
|
+
options: __HttpHandlerOptions,
|
|
658
|
+
cb: (err: any, data?: StopMetricStreamsCommandOutput) => void
|
|
659
|
+
): void;
|
|
660
|
+
|
|
661
|
+
tagResource(
|
|
662
|
+
args: TagResourceCommandInput,
|
|
663
|
+
options?: __HttpHandlerOptions
|
|
664
|
+
): Promise<TagResourceCommandOutput>;
|
|
665
|
+
tagResource(
|
|
666
|
+
args: TagResourceCommandInput,
|
|
667
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
668
|
+
): void;
|
|
669
|
+
tagResource(
|
|
670
|
+
args: TagResourceCommandInput,
|
|
671
|
+
options: __HttpHandlerOptions,
|
|
672
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
673
|
+
): void;
|
|
674
|
+
|
|
675
|
+
untagResource(
|
|
676
|
+
args: UntagResourceCommandInput,
|
|
677
|
+
options?: __HttpHandlerOptions
|
|
678
|
+
): Promise<UntagResourceCommandOutput>;
|
|
679
|
+
untagResource(
|
|
680
|
+
args: UntagResourceCommandInput,
|
|
681
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
682
|
+
): void;
|
|
683
|
+
untagResource(
|
|
684
|
+
args: UntagResourceCommandInput,
|
|
685
|
+
options: __HttpHandlerOptions,
|
|
686
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
687
|
+
): void;
|
|
688
|
+
}
|