@aws-sdk/client-cloudwatch 3.929.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist-cjs/index.js +1379 -4670
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudWatchClient.js +2 -0
  4. package/dist-es/commands/DeleteAlarmsCommand.js +3 -9
  5. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -9
  6. package/dist-es/commands/DeleteDashboardsCommand.js +3 -9
  7. package/dist-es/commands/DeleteInsightRulesCommand.js +3 -9
  8. package/dist-es/commands/DeleteMetricStreamCommand.js +3 -9
  9. package/dist-es/commands/DescribeAlarmContributorsCommand.js +3 -9
  10. package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -9
  11. package/dist-es/commands/DescribeAlarmsCommand.js +3 -9
  12. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -9
  13. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -9
  14. package/dist-es/commands/DescribeInsightRulesCommand.js +3 -9
  15. package/dist-es/commands/DisableAlarmActionsCommand.js +3 -9
  16. package/dist-es/commands/DisableInsightRulesCommand.js +3 -9
  17. package/dist-es/commands/EnableAlarmActionsCommand.js +3 -9
  18. package/dist-es/commands/EnableInsightRulesCommand.js +3 -9
  19. package/dist-es/commands/GetDashboardCommand.js +3 -9
  20. package/dist-es/commands/GetInsightRuleReportCommand.js +3 -9
  21. package/dist-es/commands/GetMetricDataCommand.js +3 -9
  22. package/dist-es/commands/GetMetricStatisticsCommand.js +3 -9
  23. package/dist-es/commands/GetMetricStreamCommand.js +3 -9
  24. package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -9
  25. package/dist-es/commands/ListDashboardsCommand.js +3 -9
  26. package/dist-es/commands/ListManagedInsightRulesCommand.js +3 -9
  27. package/dist-es/commands/ListMetricStreamsCommand.js +3 -9
  28. package/dist-es/commands/ListMetricsCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  30. package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -9
  31. package/dist-es/commands/PutCompositeAlarmCommand.js +3 -9
  32. package/dist-es/commands/PutDashboardCommand.js +3 -9
  33. package/dist-es/commands/PutInsightRuleCommand.js +3 -9
  34. package/dist-es/commands/PutManagedInsightRulesCommand.js +3 -9
  35. package/dist-es/commands/PutMetricAlarmCommand.js +3 -9
  36. package/dist-es/commands/PutMetricDataCommand.js +2 -6
  37. package/dist-es/commands/PutMetricStreamCommand.js +3 -9
  38. package/dist-es/commands/SetAlarmStateCommand.js +3 -9
  39. package/dist-es/commands/StartMetricStreamsCommand.js +3 -9
  40. package/dist-es/commands/StopMetricStreamsCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +7 -0
  44. package/dist-es/schemas/schemas_0.js +1345 -0
  45. package/dist-types/CloudWatchClient.d.ts +10 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +218 -0
  51. package/dist-types/ts3.4/CloudWatchClient.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +223 -0
  57. package/package.json +35 -35
  58. package/dist-es/protocols/Aws_query.js +0 -4425
  59. package/dist-types/protocols/Aws_query.d.ts +0 -353
  60. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -473
@@ -1,353 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "../commands/DeleteAlarmsCommand";
4
- import { DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput } from "../commands/DeleteAnomalyDetectorCommand";
5
- import { DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput } from "../commands/DeleteDashboardsCommand";
6
- import { DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput } from "../commands/DeleteInsightRulesCommand";
7
- import { DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput } from "../commands/DeleteMetricStreamCommand";
8
- import { DescribeAlarmContributorsCommandInput, DescribeAlarmContributorsCommandOutput } from "../commands/DescribeAlarmContributorsCommand";
9
- import { DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput } from "../commands/DescribeAlarmHistoryCommand";
10
- import { DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput } from "../commands/DescribeAlarmsCommand";
11
- import { DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput } from "../commands/DescribeAlarmsForMetricCommand";
12
- import { DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput } from "../commands/DescribeAnomalyDetectorsCommand";
13
- import { DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput } from "../commands/DescribeInsightRulesCommand";
14
- import { DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput } from "../commands/DisableAlarmActionsCommand";
15
- import { DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput } from "../commands/DisableInsightRulesCommand";
16
- import { EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput } from "../commands/EnableAlarmActionsCommand";
17
- import { EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput } from "../commands/EnableInsightRulesCommand";
18
- import { GetDashboardCommandInput, GetDashboardCommandOutput } from "../commands/GetDashboardCommand";
19
- import { GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput } from "../commands/GetInsightRuleReportCommand";
20
- import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
21
- import { GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput } from "../commands/GetMetricStatisticsCommand";
22
- import { GetMetricStreamCommandInput, GetMetricStreamCommandOutput } from "../commands/GetMetricStreamCommand";
23
- import { GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput } from "../commands/GetMetricWidgetImageCommand";
24
- import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
25
- import { ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput } from "../commands/ListManagedInsightRulesCommand";
26
- import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
27
- import { ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput } from "../commands/ListMetricStreamsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
29
- import { PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput } from "../commands/PutAnomalyDetectorCommand";
30
- import { PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput } from "../commands/PutCompositeAlarmCommand";
31
- import { PutDashboardCommandInput, PutDashboardCommandOutput } from "../commands/PutDashboardCommand";
32
- import { PutInsightRuleCommandInput, PutInsightRuleCommandOutput } from "../commands/PutInsightRuleCommand";
33
- import { PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput } from "../commands/PutManagedInsightRulesCommand";
34
- import { PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput } from "../commands/PutMetricAlarmCommand";
35
- import { PutMetricDataCommandInput, PutMetricDataCommandOutput } from "../commands/PutMetricDataCommand";
36
- import { PutMetricStreamCommandInput, PutMetricStreamCommandOutput } from "../commands/PutMetricStreamCommand";
37
- import { SetAlarmStateCommandInput, SetAlarmStateCommandOutput } from "../commands/SetAlarmStateCommand";
38
- import { StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput } from "../commands/StartMetricStreamsCommand";
39
- import { StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput } from "../commands/StopMetricStreamsCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
42
- /**
43
- * serializeAws_queryDeleteAlarmsCommand
44
- */
45
- export declare const se_DeleteAlarmsCommand: (input: DeleteAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_queryDeleteAnomalyDetectorCommand
48
- */
49
- export declare const se_DeleteAnomalyDetectorCommand: (input: DeleteAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_queryDeleteDashboardsCommand
52
- */
53
- export declare const se_DeleteDashboardsCommand: (input: DeleteDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_queryDeleteInsightRulesCommand
56
- */
57
- export declare const se_DeleteInsightRulesCommand: (input: DeleteInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_queryDeleteMetricStreamCommand
60
- */
61
- export declare const se_DeleteMetricStreamCommand: (input: DeleteMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_queryDescribeAlarmContributorsCommand
64
- */
65
- export declare const se_DescribeAlarmContributorsCommand: (input: DescribeAlarmContributorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_queryDescribeAlarmHistoryCommand
68
- */
69
- export declare const se_DescribeAlarmHistoryCommand: (input: DescribeAlarmHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_queryDescribeAlarmsCommand
72
- */
73
- export declare const se_DescribeAlarmsCommand: (input: DescribeAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_queryDescribeAlarmsForMetricCommand
76
- */
77
- export declare const se_DescribeAlarmsForMetricCommand: (input: DescribeAlarmsForMetricCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_queryDescribeAnomalyDetectorsCommand
80
- */
81
- export declare const se_DescribeAnomalyDetectorsCommand: (input: DescribeAnomalyDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_queryDescribeInsightRulesCommand
84
- */
85
- export declare const se_DescribeInsightRulesCommand: (input: DescribeInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_queryDisableAlarmActionsCommand
88
- */
89
- export declare const se_DisableAlarmActionsCommand: (input: DisableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_queryDisableInsightRulesCommand
92
- */
93
- export declare const se_DisableInsightRulesCommand: (input: DisableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_queryEnableAlarmActionsCommand
96
- */
97
- export declare const se_EnableAlarmActionsCommand: (input: EnableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_queryEnableInsightRulesCommand
100
- */
101
- export declare const se_EnableInsightRulesCommand: (input: EnableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_queryGetDashboardCommand
104
- */
105
- export declare const se_GetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_queryGetInsightRuleReportCommand
108
- */
109
- export declare const se_GetInsightRuleReportCommand: (input: GetInsightRuleReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_queryGetMetricDataCommand
112
- */
113
- export declare const se_GetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_queryGetMetricStatisticsCommand
116
- */
117
- export declare const se_GetMetricStatisticsCommand: (input: GetMetricStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_queryGetMetricStreamCommand
120
- */
121
- export declare const se_GetMetricStreamCommand: (input: GetMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_queryGetMetricWidgetImageCommand
124
- */
125
- export declare const se_GetMetricWidgetImageCommand: (input: GetMetricWidgetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_queryListDashboardsCommand
128
- */
129
- export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_queryListManagedInsightRulesCommand
132
- */
133
- export declare const se_ListManagedInsightRulesCommand: (input: ListManagedInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_queryListMetricsCommand
136
- */
137
- export declare const se_ListMetricsCommand: (input: ListMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_queryListMetricStreamsCommand
140
- */
141
- export declare const se_ListMetricStreamsCommand: (input: ListMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_queryListTagsForResourceCommand
144
- */
145
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_queryPutAnomalyDetectorCommand
148
- */
149
- export declare const se_PutAnomalyDetectorCommand: (input: PutAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_queryPutCompositeAlarmCommand
152
- */
153
- export declare const se_PutCompositeAlarmCommand: (input: PutCompositeAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_queryPutDashboardCommand
156
- */
157
- export declare const se_PutDashboardCommand: (input: PutDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_queryPutInsightRuleCommand
160
- */
161
- export declare const se_PutInsightRuleCommand: (input: PutInsightRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_queryPutManagedInsightRulesCommand
164
- */
165
- export declare const se_PutManagedInsightRulesCommand: (input: PutManagedInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_queryPutMetricAlarmCommand
168
- */
169
- export declare const se_PutMetricAlarmCommand: (input: PutMetricAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_queryPutMetricDataCommand
172
- */
173
- export declare const se_PutMetricDataCommand: (input: PutMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_queryPutMetricStreamCommand
176
- */
177
- export declare const se_PutMetricStreamCommand: (input: PutMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_querySetAlarmStateCommand
180
- */
181
- export declare const se_SetAlarmStateCommand: (input: SetAlarmStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_queryStartMetricStreamsCommand
184
- */
185
- export declare const se_StartMetricStreamsCommand: (input: StartMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_queryStopMetricStreamsCommand
188
- */
189
- export declare const se_StopMetricStreamsCommand: (input: StopMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_queryTagResourceCommand
192
- */
193
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_queryUntagResourceCommand
196
- */
197
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * deserializeAws_queryDeleteAlarmsCommand
200
- */
201
- export declare const de_DeleteAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlarmsCommandOutput>;
202
- /**
203
- * deserializeAws_queryDeleteAnomalyDetectorCommand
204
- */
205
- export declare const de_DeleteAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalyDetectorCommandOutput>;
206
- /**
207
- * deserializeAws_queryDeleteDashboardsCommand
208
- */
209
- export declare const de_DeleteDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardsCommandOutput>;
210
- /**
211
- * deserializeAws_queryDeleteInsightRulesCommand
212
- */
213
- export declare const de_DeleteInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightRulesCommandOutput>;
214
- /**
215
- * deserializeAws_queryDeleteMetricStreamCommand
216
- */
217
- export declare const de_DeleteMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMetricStreamCommandOutput>;
218
- /**
219
- * deserializeAws_queryDescribeAlarmContributorsCommand
220
- */
221
- export declare const de_DescribeAlarmContributorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmContributorsCommandOutput>;
222
- /**
223
- * deserializeAws_queryDescribeAlarmHistoryCommand
224
- */
225
- export declare const de_DescribeAlarmHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmHistoryCommandOutput>;
226
- /**
227
- * deserializeAws_queryDescribeAlarmsCommand
228
- */
229
- export declare const de_DescribeAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsCommandOutput>;
230
- /**
231
- * deserializeAws_queryDescribeAlarmsForMetricCommand
232
- */
233
- export declare const de_DescribeAlarmsForMetricCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsForMetricCommandOutput>;
234
- /**
235
- * deserializeAws_queryDescribeAnomalyDetectorsCommand
236
- */
237
- export declare const de_DescribeAnomalyDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyDetectorsCommandOutput>;
238
- /**
239
- * deserializeAws_queryDescribeInsightRulesCommand
240
- */
241
- export declare const de_DescribeInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightRulesCommandOutput>;
242
- /**
243
- * deserializeAws_queryDisableAlarmActionsCommand
244
- */
245
- export declare const de_DisableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAlarmActionsCommandOutput>;
246
- /**
247
- * deserializeAws_queryDisableInsightRulesCommand
248
- */
249
- export declare const de_DisableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableInsightRulesCommandOutput>;
250
- /**
251
- * deserializeAws_queryEnableAlarmActionsCommand
252
- */
253
- export declare const de_EnableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAlarmActionsCommandOutput>;
254
- /**
255
- * deserializeAws_queryEnableInsightRulesCommand
256
- */
257
- export declare const de_EnableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableInsightRulesCommandOutput>;
258
- /**
259
- * deserializeAws_queryGetDashboardCommand
260
- */
261
- export declare const de_GetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
262
- /**
263
- * deserializeAws_queryGetInsightRuleReportCommand
264
- */
265
- export declare const de_GetInsightRuleReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightRuleReportCommandOutput>;
266
- /**
267
- * deserializeAws_queryGetMetricDataCommand
268
- */
269
- export declare const de_GetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
270
- /**
271
- * deserializeAws_queryGetMetricStatisticsCommand
272
- */
273
- export declare const de_GetMetricStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStatisticsCommandOutput>;
274
- /**
275
- * deserializeAws_queryGetMetricStreamCommand
276
- */
277
- export declare const de_GetMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStreamCommandOutput>;
278
- /**
279
- * deserializeAws_queryGetMetricWidgetImageCommand
280
- */
281
- export declare const de_GetMetricWidgetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricWidgetImageCommandOutput>;
282
- /**
283
- * deserializeAws_queryListDashboardsCommand
284
- */
285
- export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
286
- /**
287
- * deserializeAws_queryListManagedInsightRulesCommand
288
- */
289
- export declare const de_ListManagedInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedInsightRulesCommandOutput>;
290
- /**
291
- * deserializeAws_queryListMetricsCommand
292
- */
293
- export declare const de_ListMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricsCommandOutput>;
294
- /**
295
- * deserializeAws_queryListMetricStreamsCommand
296
- */
297
- export declare const de_ListMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricStreamsCommandOutput>;
298
- /**
299
- * deserializeAws_queryListTagsForResourceCommand
300
- */
301
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
302
- /**
303
- * deserializeAws_queryPutAnomalyDetectorCommand
304
- */
305
- export declare const de_PutAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAnomalyDetectorCommandOutput>;
306
- /**
307
- * deserializeAws_queryPutCompositeAlarmCommand
308
- */
309
- export declare const de_PutCompositeAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCompositeAlarmCommandOutput>;
310
- /**
311
- * deserializeAws_queryPutDashboardCommand
312
- */
313
- export declare const de_PutDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDashboardCommandOutput>;
314
- /**
315
- * deserializeAws_queryPutInsightRuleCommand
316
- */
317
- export declare const de_PutInsightRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInsightRuleCommandOutput>;
318
- /**
319
- * deserializeAws_queryPutManagedInsightRulesCommand
320
- */
321
- export declare const de_PutManagedInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutManagedInsightRulesCommandOutput>;
322
- /**
323
- * deserializeAws_queryPutMetricAlarmCommand
324
- */
325
- export declare const de_PutMetricAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricAlarmCommandOutput>;
326
- /**
327
- * deserializeAws_queryPutMetricDataCommand
328
- */
329
- export declare const de_PutMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricDataCommandOutput>;
330
- /**
331
- * deserializeAws_queryPutMetricStreamCommand
332
- */
333
- export declare const de_PutMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricStreamCommandOutput>;
334
- /**
335
- * deserializeAws_querySetAlarmStateCommand
336
- */
337
- export declare const de_SetAlarmStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetAlarmStateCommandOutput>;
338
- /**
339
- * deserializeAws_queryStartMetricStreamsCommand
340
- */
341
- export declare const de_StartMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetricStreamsCommandOutput>;
342
- /**
343
- * deserializeAws_queryStopMetricStreamsCommand
344
- */
345
- export declare const de_StopMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMetricStreamsCommandOutput>;
346
- /**
347
- * deserializeAws_queryTagResourceCommand
348
- */
349
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
350
- /**
351
- * deserializeAws_queryUntagResourceCommand
352
- */
353
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;