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