@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,473 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- DeleteAlarmsCommandInput,
8
- DeleteAlarmsCommandOutput,
9
- } from "../commands/DeleteAlarmsCommand";
10
- import {
11
- DeleteAnomalyDetectorCommandInput,
12
- DeleteAnomalyDetectorCommandOutput,
13
- } from "../commands/DeleteAnomalyDetectorCommand";
14
- import {
15
- DeleteDashboardsCommandInput,
16
- DeleteDashboardsCommandOutput,
17
- } from "../commands/DeleteDashboardsCommand";
18
- import {
19
- DeleteInsightRulesCommandInput,
20
- DeleteInsightRulesCommandOutput,
21
- } from "../commands/DeleteInsightRulesCommand";
22
- import {
23
- DeleteMetricStreamCommandInput,
24
- DeleteMetricStreamCommandOutput,
25
- } from "../commands/DeleteMetricStreamCommand";
26
- import {
27
- DescribeAlarmContributorsCommandInput,
28
- DescribeAlarmContributorsCommandOutput,
29
- } from "../commands/DescribeAlarmContributorsCommand";
30
- import {
31
- DescribeAlarmHistoryCommandInput,
32
- DescribeAlarmHistoryCommandOutput,
33
- } from "../commands/DescribeAlarmHistoryCommand";
34
- import {
35
- DescribeAlarmsCommandInput,
36
- DescribeAlarmsCommandOutput,
37
- } from "../commands/DescribeAlarmsCommand";
38
- import {
39
- DescribeAlarmsForMetricCommandInput,
40
- DescribeAlarmsForMetricCommandOutput,
41
- } from "../commands/DescribeAlarmsForMetricCommand";
42
- import {
43
- DescribeAnomalyDetectorsCommandInput,
44
- DescribeAnomalyDetectorsCommandOutput,
45
- } from "../commands/DescribeAnomalyDetectorsCommand";
46
- import {
47
- DescribeInsightRulesCommandInput,
48
- DescribeInsightRulesCommandOutput,
49
- } from "../commands/DescribeInsightRulesCommand";
50
- import {
51
- DisableAlarmActionsCommandInput,
52
- DisableAlarmActionsCommandOutput,
53
- } from "../commands/DisableAlarmActionsCommand";
54
- import {
55
- DisableInsightRulesCommandInput,
56
- DisableInsightRulesCommandOutput,
57
- } from "../commands/DisableInsightRulesCommand";
58
- import {
59
- EnableAlarmActionsCommandInput,
60
- EnableAlarmActionsCommandOutput,
61
- } from "../commands/EnableAlarmActionsCommand";
62
- import {
63
- EnableInsightRulesCommandInput,
64
- EnableInsightRulesCommandOutput,
65
- } from "../commands/EnableInsightRulesCommand";
66
- import {
67
- GetDashboardCommandInput,
68
- GetDashboardCommandOutput,
69
- } from "../commands/GetDashboardCommand";
70
- import {
71
- GetInsightRuleReportCommandInput,
72
- GetInsightRuleReportCommandOutput,
73
- } from "../commands/GetInsightRuleReportCommand";
74
- import {
75
- GetMetricDataCommandInput,
76
- GetMetricDataCommandOutput,
77
- } from "../commands/GetMetricDataCommand";
78
- import {
79
- GetMetricStatisticsCommandInput,
80
- GetMetricStatisticsCommandOutput,
81
- } from "../commands/GetMetricStatisticsCommand";
82
- import {
83
- GetMetricStreamCommandInput,
84
- GetMetricStreamCommandOutput,
85
- } from "../commands/GetMetricStreamCommand";
86
- import {
87
- GetMetricWidgetImageCommandInput,
88
- GetMetricWidgetImageCommandOutput,
89
- } from "../commands/GetMetricWidgetImageCommand";
90
- import {
91
- ListDashboardsCommandInput,
92
- ListDashboardsCommandOutput,
93
- } from "../commands/ListDashboardsCommand";
94
- import {
95
- ListManagedInsightRulesCommandInput,
96
- ListManagedInsightRulesCommandOutput,
97
- } from "../commands/ListManagedInsightRulesCommand";
98
- import {
99
- ListMetricsCommandInput,
100
- ListMetricsCommandOutput,
101
- } from "../commands/ListMetricsCommand";
102
- import {
103
- ListMetricStreamsCommandInput,
104
- ListMetricStreamsCommandOutput,
105
- } from "../commands/ListMetricStreamsCommand";
106
- import {
107
- ListTagsForResourceCommandInput,
108
- ListTagsForResourceCommandOutput,
109
- } from "../commands/ListTagsForResourceCommand";
110
- import {
111
- PutAnomalyDetectorCommandInput,
112
- PutAnomalyDetectorCommandOutput,
113
- } from "../commands/PutAnomalyDetectorCommand";
114
- import {
115
- PutCompositeAlarmCommandInput,
116
- PutCompositeAlarmCommandOutput,
117
- } from "../commands/PutCompositeAlarmCommand";
118
- import {
119
- PutDashboardCommandInput,
120
- PutDashboardCommandOutput,
121
- } from "../commands/PutDashboardCommand";
122
- import {
123
- PutInsightRuleCommandInput,
124
- PutInsightRuleCommandOutput,
125
- } from "../commands/PutInsightRuleCommand";
126
- import {
127
- PutManagedInsightRulesCommandInput,
128
- PutManagedInsightRulesCommandOutput,
129
- } from "../commands/PutManagedInsightRulesCommand";
130
- import {
131
- PutMetricAlarmCommandInput,
132
- PutMetricAlarmCommandOutput,
133
- } from "../commands/PutMetricAlarmCommand";
134
- import {
135
- PutMetricDataCommandInput,
136
- PutMetricDataCommandOutput,
137
- } from "../commands/PutMetricDataCommand";
138
- import {
139
- PutMetricStreamCommandInput,
140
- PutMetricStreamCommandOutput,
141
- } from "../commands/PutMetricStreamCommand";
142
- import {
143
- SetAlarmStateCommandInput,
144
- SetAlarmStateCommandOutput,
145
- } from "../commands/SetAlarmStateCommand";
146
- import {
147
- StartMetricStreamsCommandInput,
148
- StartMetricStreamsCommandOutput,
149
- } from "../commands/StartMetricStreamsCommand";
150
- import {
151
- StopMetricStreamsCommandInput,
152
- StopMetricStreamsCommandOutput,
153
- } from "../commands/StopMetricStreamsCommand";
154
- import {
155
- TagResourceCommandInput,
156
- TagResourceCommandOutput,
157
- } from "../commands/TagResourceCommand";
158
- import {
159
- UntagResourceCommandInput,
160
- UntagResourceCommandOutput,
161
- } from "../commands/UntagResourceCommand";
162
- export declare const se_DeleteAlarmsCommand: (
163
- input: DeleteAlarmsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteAnomalyDetectorCommand: (
167
- input: DeleteAnomalyDetectorCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteDashboardsCommand: (
171
- input: DeleteDashboardsCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteInsightRulesCommand: (
175
- input: DeleteInsightRulesCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteMetricStreamCommand: (
179
- input: DeleteMetricStreamCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DescribeAlarmContributorsCommand: (
183
- input: DescribeAlarmContributorsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeAlarmHistoryCommand: (
187
- input: DescribeAlarmHistoryCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeAlarmsCommand: (
191
- input: DescribeAlarmsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeAlarmsForMetricCommand: (
195
- input: DescribeAlarmsForMetricCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeAnomalyDetectorsCommand: (
199
- input: DescribeAnomalyDetectorsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribeInsightRulesCommand: (
203
- input: DescribeInsightRulesCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DisableAlarmActionsCommand: (
207
- input: DisableAlarmActionsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DisableInsightRulesCommand: (
211
- input: DisableInsightRulesCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_EnableAlarmActionsCommand: (
215
- input: EnableAlarmActionsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_EnableInsightRulesCommand: (
219
- input: EnableInsightRulesCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetDashboardCommand: (
223
- input: GetDashboardCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetInsightRuleReportCommand: (
227
- input: GetInsightRuleReportCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetMetricDataCommand: (
231
- input: GetMetricDataCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetMetricStatisticsCommand: (
235
- input: GetMetricStatisticsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetMetricStreamCommand: (
239
- input: GetMetricStreamCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetMetricWidgetImageCommand: (
243
- input: GetMetricWidgetImageCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListDashboardsCommand: (
247
- input: ListDashboardsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListManagedInsightRulesCommand: (
251
- input: ListManagedInsightRulesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListMetricsCommand: (
255
- input: ListMetricsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListMetricStreamsCommand: (
259
- input: ListMetricStreamsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListTagsForResourceCommand: (
263
- input: ListTagsForResourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_PutAnomalyDetectorCommand: (
267
- input: PutAnomalyDetectorCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_PutCompositeAlarmCommand: (
271
- input: PutCompositeAlarmCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_PutDashboardCommand: (
275
- input: PutDashboardCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_PutInsightRuleCommand: (
279
- input: PutInsightRuleCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_PutManagedInsightRulesCommand: (
283
- input: PutManagedInsightRulesCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_PutMetricAlarmCommand: (
287
- input: PutMetricAlarmCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_PutMetricDataCommand: (
291
- input: PutMetricDataCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_PutMetricStreamCommand: (
295
- input: PutMetricStreamCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_SetAlarmStateCommand: (
299
- input: SetAlarmStateCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_StartMetricStreamsCommand: (
303
- input: StartMetricStreamsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_StopMetricStreamsCommand: (
307
- input: StopMetricStreamsCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_TagResourceCommand: (
311
- input: TagResourceCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UntagResourceCommand: (
315
- input: UntagResourceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_DeleteAlarmsCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteAlarmsCommandOutput>;
322
- export declare const de_DeleteAnomalyDetectorCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteAnomalyDetectorCommandOutput>;
326
- export declare const de_DeleteDashboardsCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteDashboardsCommandOutput>;
330
- export declare const de_DeleteInsightRulesCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteInsightRulesCommandOutput>;
334
- export declare const de_DeleteMetricStreamCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteMetricStreamCommandOutput>;
338
- export declare const de_DescribeAlarmContributorsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DescribeAlarmContributorsCommandOutput>;
342
- export declare const de_DescribeAlarmHistoryCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DescribeAlarmHistoryCommandOutput>;
346
- export declare const de_DescribeAlarmsCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DescribeAlarmsCommandOutput>;
350
- export declare const de_DescribeAlarmsForMetricCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DescribeAlarmsForMetricCommandOutput>;
354
- export declare const de_DescribeAnomalyDetectorsCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DescribeAnomalyDetectorsCommandOutput>;
358
- export declare const de_DescribeInsightRulesCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DescribeInsightRulesCommandOutput>;
362
- export declare const de_DisableAlarmActionsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DisableAlarmActionsCommandOutput>;
366
- export declare const de_DisableInsightRulesCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DisableInsightRulesCommandOutput>;
370
- export declare const de_EnableAlarmActionsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<EnableAlarmActionsCommandOutput>;
374
- export declare const de_EnableInsightRulesCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<EnableInsightRulesCommandOutput>;
378
- export declare const de_GetDashboardCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetDashboardCommandOutput>;
382
- export declare const de_GetInsightRuleReportCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetInsightRuleReportCommandOutput>;
386
- export declare const de_GetMetricDataCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetMetricDataCommandOutput>;
390
- export declare const de_GetMetricStatisticsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetMetricStatisticsCommandOutput>;
394
- export declare const de_GetMetricStreamCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<GetMetricStreamCommandOutput>;
398
- export declare const de_GetMetricWidgetImageCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<GetMetricWidgetImageCommandOutput>;
402
- export declare const de_ListDashboardsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListDashboardsCommandOutput>;
406
- export declare const de_ListManagedInsightRulesCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListManagedInsightRulesCommandOutput>;
410
- export declare const de_ListMetricsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListMetricsCommandOutput>;
414
- export declare const de_ListMetricStreamsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListMetricStreamsCommandOutput>;
418
- export declare const de_ListTagsForResourceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListTagsForResourceCommandOutput>;
422
- export declare const de_PutAnomalyDetectorCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<PutAnomalyDetectorCommandOutput>;
426
- export declare const de_PutCompositeAlarmCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<PutCompositeAlarmCommandOutput>;
430
- export declare const de_PutDashboardCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<PutDashboardCommandOutput>;
434
- export declare const de_PutInsightRuleCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<PutInsightRuleCommandOutput>;
438
- export declare const de_PutManagedInsightRulesCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<PutManagedInsightRulesCommandOutput>;
442
- export declare const de_PutMetricAlarmCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<PutMetricAlarmCommandOutput>;
446
- export declare const de_PutMetricDataCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<PutMetricDataCommandOutput>;
450
- export declare const de_PutMetricStreamCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<PutMetricStreamCommandOutput>;
454
- export declare const de_SetAlarmStateCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<SetAlarmStateCommandOutput>;
458
- export declare const de_StartMetricStreamsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<StartMetricStreamsCommandOutput>;
462
- export declare const de_StopMetricStreamsCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<StopMetricStreamsCommandOutput>;
466
- export declare const de_TagResourceCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<TagResourceCommandOutput>;
470
- export declare const de_UntagResourceCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UntagResourceCommandOutput>;