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