@aws-sdk/client-cloudwatch 3.169.0 → 3.170.0

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