@aws-sdk/client-cloudwatch 3.533.0 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist-types/CloudWatch.d.ts +10 -1
  2. package/dist-types/CloudWatchClient.d.ts +1 -1
  3. package/dist-types/commands/DeleteAlarmsCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteDashboardsCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeAlarmsCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +2 -1
  13. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableInsightRulesCommand.d.ts +2 -1
  15. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +2 -1
  16. package/dist-types/commands/EnableInsightRulesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetDashboardCommand.d.ts +2 -1
  18. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +2 -1
  19. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -1
  20. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetMetricStreamCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListMetricStreamsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListMetricsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +2 -1
  29. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +2 -1
  30. package/dist-types/commands/PutDashboardCommand.d.ts +2 -1
  31. package/dist-types/commands/PutInsightRuleCommand.d.ts +2 -1
  32. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +2 -1
  33. package/dist-types/commands/PutMetricAlarmCommand.d.ts +2 -1
  34. package/dist-types/commands/PutMetricDataCommand.d.ts +2 -1
  35. package/dist-types/commands/PutMetricStreamCommand.d.ts +2 -1
  36. package/dist-types/commands/SetAlarmStateCommand.d.ts +2 -1
  37. package/dist-types/commands/StartMetricStreamsCommand.d.ts +2 -1
  38. package/dist-types/commands/StopMetricStreamsCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +427 -427
  42. package/dist-types/ts3.4/CloudWatch.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  81. package/package.json +42 -42
@@ -48,6 +48,7 @@ export interface CloudWatch {
48
48
  /**
49
49
  * @see {@link DeleteAnomalyDetectorCommand}
50
50
  */
51
+ deleteAnomalyDetector(): Promise<DeleteAnomalyDetectorCommandOutput>;
51
52
  deleteAnomalyDetector(args: DeleteAnomalyDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnomalyDetectorCommandOutput>;
52
53
  deleteAnomalyDetector(args: DeleteAnomalyDetectorCommandInput, cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void): void;
53
54
  deleteAnomalyDetector(args: DeleteAnomalyDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnomalyDetectorCommandOutput) => void): void;
@@ -72,12 +73,14 @@ export interface CloudWatch {
72
73
  /**
73
74
  * @see {@link DescribeAlarmHistoryCommand}
74
75
  */
76
+ describeAlarmHistory(): Promise<DescribeAlarmHistoryCommandOutput>;
75
77
  describeAlarmHistory(args: DescribeAlarmHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAlarmHistoryCommandOutput>;
76
78
  describeAlarmHistory(args: DescribeAlarmHistoryCommandInput, cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void): void;
77
79
  describeAlarmHistory(args: DescribeAlarmHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlarmHistoryCommandOutput) => void): void;
78
80
  /**
79
81
  * @see {@link DescribeAlarmsCommand}
80
82
  */
83
+ describeAlarms(): Promise<DescribeAlarmsCommandOutput>;
81
84
  describeAlarms(args: DescribeAlarmsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAlarmsCommandOutput>;
82
85
  describeAlarms(args: DescribeAlarmsCommandInput, cb: (err: any, data?: DescribeAlarmsCommandOutput) => void): void;
83
86
  describeAlarms(args: DescribeAlarmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlarmsCommandOutput) => void): void;
@@ -90,12 +93,14 @@ export interface CloudWatch {
90
93
  /**
91
94
  * @see {@link DescribeAnomalyDetectorsCommand}
92
95
  */
96
+ describeAnomalyDetectors(): Promise<DescribeAnomalyDetectorsCommandOutput>;
93
97
  describeAnomalyDetectors(args: DescribeAnomalyDetectorsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnomalyDetectorsCommandOutput>;
94
98
  describeAnomalyDetectors(args: DescribeAnomalyDetectorsCommandInput, cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void): void;
95
99
  describeAnomalyDetectors(args: DescribeAnomalyDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnomalyDetectorsCommandOutput) => void): void;
96
100
  /**
97
101
  * @see {@link DescribeInsightRulesCommand}
98
102
  */
103
+ describeInsightRules(): Promise<DescribeInsightRulesCommandOutput>;
99
104
  describeInsightRules(args: DescribeInsightRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightRulesCommandOutput>;
100
105
  describeInsightRules(args: DescribeInsightRulesCommandInput, cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void): void;
101
106
  describeInsightRules(args: DescribeInsightRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightRulesCommandOutput) => void): void;
@@ -162,6 +167,7 @@ export interface CloudWatch {
162
167
  /**
163
168
  * @see {@link ListDashboardsCommand}
164
169
  */
170
+ listDashboards(): Promise<ListDashboardsCommandOutput>;
165
171
  listDashboards(args: ListDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardsCommandOutput>;
166
172
  listDashboards(args: ListDashboardsCommandInput, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
167
173
  listDashboards(args: ListDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
@@ -174,12 +180,14 @@ export interface CloudWatch {
174
180
  /**
175
181
  * @see {@link ListMetricsCommand}
176
182
  */
183
+ listMetrics(): Promise<ListMetricsCommandOutput>;
177
184
  listMetrics(args: ListMetricsCommandInput, options?: __HttpHandlerOptions): Promise<ListMetricsCommandOutput>;
178
185
  listMetrics(args: ListMetricsCommandInput, cb: (err: any, data?: ListMetricsCommandOutput) => void): void;
179
186
  listMetrics(args: ListMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricsCommandOutput) => void): void;
180
187
  /**
181
188
  * @see {@link ListMetricStreamsCommand}
182
189
  */
190
+ listMetricStreams(): Promise<ListMetricStreamsCommandOutput>;
183
191
  listMetricStreams(args: ListMetricStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListMetricStreamsCommandOutput>;
184
192
  listMetricStreams(args: ListMetricStreamsCommandInput, cb: (err: any, data?: ListMetricStreamsCommandOutput) => void): void;
185
193
  listMetricStreams(args: ListMetricStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMetricStreamsCommandOutput) => void): void;
@@ -192,6 +200,7 @@ export interface CloudWatch {
192
200
  /**
193
201
  * @see {@link PutAnomalyDetectorCommand}
194
202
  */
203
+ putAnomalyDetector(): Promise<PutAnomalyDetectorCommandOutput>;
195
204
  putAnomalyDetector(args: PutAnomalyDetectorCommandInput, options?: __HttpHandlerOptions): Promise<PutAnomalyDetectorCommandOutput>;
196
205
  putAnomalyDetector(args: PutAnomalyDetectorCommandInput, cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void): void;
197
206
  putAnomalyDetector(args: PutAnomalyDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAnomalyDetectorCommandOutput) => void): void;
@@ -269,7 +278,6 @@ export interface CloudWatch {
269
278
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
270
279
  }
271
280
  /**
272
- * @public
273
281
  * <p>Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the
274
282
  * applications you run on Amazon Web Services in real time. You can use CloudWatch to collect and track
275
283
  * metrics, which are the variables you want to measure for your resources and
@@ -283,6 +291,7 @@ export interface CloudWatch {
283
291
  * <p>In addition to monitoring the built-in metrics that come with Amazon Web Services, you can monitor
284
292
  * your own custom metrics. With CloudWatch, you gain system-wide visibility into resource
285
293
  * utilization, application performance, and operational health.</p>
294
+ * @public
286
295
  */
287
296
  export declare class CloudWatch extends CloudWatchClient implements CloudWatch {
288
297
  }
@@ -190,7 +190,6 @@ export type CloudWatchClientResolvedConfigType = __SmithyResolvedConfiguration<_
190
190
  export interface CloudWatchClientResolvedConfig extends CloudWatchClientResolvedConfigType {
191
191
  }
192
192
  /**
193
- * @public
194
193
  * <p>Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the
195
194
  * applications you run on Amazon Web Services in real time. You can use CloudWatch to collect and track
196
195
  * metrics, which are the variables you want to measure for your resources and
@@ -204,6 +203,7 @@ export interface CloudWatchClientResolvedConfig extends CloudWatchClientResolved
204
203
  * <p>In addition to monitoring the built-in metrics that come with Amazon Web Services, you can monitor
205
204
  * your own custom metrics. With CloudWatch, you gain system-wide visibility into resource
206
205
  * utilization, application performance, and operational health.</p>
206
+ * @public
207
207
  */
208
208
  export declare class CloudWatchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudWatchClientResolvedConfig> {
209
209
  /**
@@ -22,10 +22,10 @@ export interface DeleteAlarmsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAlarmsCommand_base: {
24
24
  new (input: DeleteAlarmsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAlarmsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more
30
30
  * than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't
31
31
  * delete two composite alarms with one operation.</p>
@@ -73,6 +73,7 @@ declare const DeleteAlarmsCommand_base: {
73
73
  * @throws {@link CloudWatchServiceException}
74
74
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetecto
22
22
  }
23
23
  declare const DeleteAnomalyDetectorCommand_base: {
24
24
  new (input: DeleteAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteAnomalyDetectorCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes the specified anomaly detection model
31
31
  * from your account.
@@ -115,6 +115,7 @@ declare const DeleteAnomalyDetectorCommand_base: {
115
115
  * @throws {@link CloudWatchServiceException}
116
116
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface DeleteDashboardsCommandOutput extends DeleteDashboardsOutput, _
22
22
  }
23
23
  declare const DeleteDashboardsCommand_base: {
24
24
  new (input: DeleteDashboardsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDashboardsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes all dashboards that you specify. You
30
30
  * can specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are
31
31
  * deleted.</p>
@@ -64,6 +64,7 @@ declare const DeleteDashboardsCommand_base: {
64
64
  * @throws {@link CloudWatchServiceException}
65
65
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteDashboardsCommand extends DeleteDashboardsCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteInsightRulesCommandOutput extends DeleteInsightRulesOutpu
22
22
  }
23
23
  declare const DeleteInsightRulesCommand_base: {
24
24
  new (input: DeleteInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes the specified Contributor Insights rules.</p>
30
30
  * <p>If you create a rule, delete it, and then re-create it with the same name, historical data from the first time
31
31
  * the rule was created might
@@ -71,6 +71,7 @@ declare const DeleteInsightRulesCommand_base: {
71
71
  * @throws {@link CloudWatchServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteInsightRulesCommand extends DeleteInsightRulesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteMetricStreamCommandOutput extends DeleteMetricStreamOutpu
22
22
  }
23
23
  declare const DeleteMetricStreamCommand_base: {
24
24
  new (input: DeleteMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes the metric stream that you specify.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteMetricStreamCommand_base: {
60
60
  * @throws {@link CloudWatchServiceException}
61
61
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteMetricStreamCommand extends DeleteMetricStreamCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DescribeAlarmHistoryCommandOutput extends DescribeAlarmHistoryO
22
22
  }
23
23
  declare const DescribeAlarmHistoryCommand_base: {
24
24
  new (input: DescribeAlarmHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAlarmHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the history for the specified alarm. You can filter the results by date range or item type.
30
30
  * If an alarm name is not specified, the histories for either all metric alarms or all composite alarms are returned.</p>
31
31
  * <p>CloudWatch retains the history of an alarm even if you delete the alarm.</p>
@@ -80,6 +80,7 @@ declare const DescribeAlarmHistoryCommand_base: {
80
80
  * @throws {@link CloudWatchServiceException}
81
81
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeAlarmHistoryCommand extends DescribeAlarmHistoryCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, __Met
22
22
  }
23
23
  declare const DescribeAlarmsCommand_base: {
24
24
  new (input: DescribeAlarmsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAlarmsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified alarms. You can filter the results by specifying a prefix for the alarm
30
30
  * name, the alarm state, or a prefix for any action.</p>
31
31
  * <p>To use this operation and return information about composite alarms, you must be signed on with
@@ -167,6 +167,7 @@ declare const DescribeAlarmsCommand_base: {
167
167
  * @throws {@link CloudWatchServiceException}
168
168
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
169
169
  *
170
+ * @public
170
171
  */
171
172
  export declare class DescribeAlarmsCommand extends DescribeAlarmsCommand_base {
172
173
  }
@@ -22,10 +22,10 @@ export interface DescribeAlarmsForMetricCommandOutput extends DescribeAlarmsForM
22
22
  }
23
23
  declare const DescribeAlarmsForMetricCommand_base: {
24
24
  new (input: DescribeAlarmsForMetricCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAlarmsForMetricCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the alarms for the specified metric. To
30
30
  * filter the results, specify a statistic, period, or unit.</p>
31
31
  * <p>This operation retrieves only standard alarms that are based on
@@ -135,6 +135,7 @@ declare const DescribeAlarmsForMetricCommand_base: {
135
135
  * @throws {@link CloudWatchServiceException}
136
136
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
137
137
  *
138
+ * @public
138
139
  */
139
140
  export declare class DescribeAlarmsForMetricCommand extends DescribeAlarmsForMetricCommand_base {
140
141
  }
@@ -22,10 +22,10 @@ export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDe
22
22
  }
23
23
  declare const DescribeAnomalyDetectorsCommand_base: {
24
24
  new (input: DescribeAnomalyDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAnomalyDetectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the anomaly detection models that you have created in your account.
30
30
  * For single metric anomaly detectors,
31
31
  * you can list all of the models in your account or filter the results
@@ -139,6 +139,7 @@ declare const DescribeAnomalyDetectorsCommand_base: {
139
139
  * @throws {@link CloudWatchServiceException}
140
140
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesO
22
22
  }
23
23
  declare const DescribeInsightRulesCommand_base: {
24
24
  new (input: DescribeInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeInsightRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all the Contributor Insights rules in your account.</p>
30
30
  * <p>For more information about Contributor Insights, see
31
31
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContributorInsights.html">Using Contributor Insights to Analyze High-Cardinality Data</a>.</p>
@@ -68,6 +68,7 @@ declare const DescribeInsightRulesCommand_base: {
68
68
  * @throws {@link CloudWatchServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DisableAlarmActionsCommand_base: {
24
24
  new (input: DisableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables the actions for the specified alarms. When an alarm's actions are disabled, the
30
30
  * alarm actions do not execute when the alarm state changes.</p>
31
31
  * @example
@@ -54,6 +54,7 @@ declare const DisableAlarmActionsCommand_base: {
54
54
  * @throws {@link CloudWatchServiceException}
55
55
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOut
22
22
  }
23
23
  declare const DisableInsightRulesCommand_base: {
24
24
  new (input: DisableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do
30
30
  * not incur costs.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DisableInsightRulesCommand_base: {
69
69
  * @throws {@link CloudWatchServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const EnableAlarmActionsCommand_base: {
24
24
  new (input: EnableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables the actions for the specified alarms.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -53,6 +53,7 @@ declare const EnableAlarmActionsCommand_base: {
53
53
  * @throws {@link CloudWatchServiceException}
54
54
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
55
55
  *
56
+ * @public
56
57
  */
57
58
  export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base {
58
59
  }
@@ -22,10 +22,10 @@ export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutpu
22
22
  }
23
23
  declare const EnableInsightRulesCommand_base: {
24
24
  new (input: EnableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const EnableInsightRulesCommand_base: {
71
71
  * @throws {@link CloudWatchServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetDashboardCommandOutput extends GetDashboardOutput, __Metadat
22
22
  }
23
23
  declare const GetDashboardCommand_base: {
24
24
  new (input: GetDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays the details of the dashboard that you specify.</p>
30
30
  * <p>To copy an existing dashboard, use <code>GetDashboard</code>, and then use the data returned
31
31
  * within <code>DashboardBody</code> as the template for the new dashboard when you call <code>PutDashboard</code> to create
@@ -67,6 +67,7 @@ declare const GetDashboardCommand_base: {
67
67
  * @throws {@link CloudWatchServiceException}
68
68
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetDashboardCommand extends GetDashboardCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportO
22
22
  }
23
23
  declare const GetInsightRuleReportCommand_base: {
24
24
  new (input: GetInsightRuleReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInsightRuleReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation returns the time series data collected by a Contributor Insights rule. The data includes the identity and number of
30
30
  * contributors to the log group.</p>
31
31
  * <p>You can also optionally return one or more statistics about each data point in the time series. These statistics can include the following:</p>
@@ -137,6 +137,7 @@ declare const GetInsightRuleReportCommand_base: {
137
137
  * @throws {@link CloudWatchServiceException}
138
138
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
139
139
  *
140
+ * @public
140
141
  */
141
142
  export declare class GetInsightRuleReportCommand extends GetInsightRuleReportCommand_base {
142
143
  }
@@ -22,10 +22,10 @@ export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __Metad
22
22
  }
23
23
  declare const GetMetricDataCommand_base: {
24
24
  new (input: GetMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use the <code>GetMetricData</code> API to retrieve CloudWatch metric values. The operation
30
30
  * can also include a CloudWatch Metrics Insights query, and one or more metric math functions.</p>
31
31
  * <p>A <code>GetMetricData</code> operation that does not include a query can retrieve as many as 500 different
@@ -160,6 +160,7 @@ declare const GetMetricDataCommand_base: {
160
160
  * @throws {@link CloudWatchServiceException}
161
161
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
162
162
  *
163
+ * @public
163
164
  */
164
165
  export declare class GetMetricDataCommand extends GetMetricDataCommand_base {
165
166
  }
@@ -22,10 +22,10 @@ export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOut
22
22
  }
23
23
  declare const GetMetricStatisticsCommand_base: {
24
24
  new (input: GetMetricStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMetricStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets statistics for the specified metric.</p>
30
30
  * <p>The maximum number of data points returned from a single call is 1,440. If
31
31
  * you request more than 1,440 data points, CloudWatch returns an error.
@@ -142,6 +142,7 @@ declare const GetMetricStatisticsCommand_base: {
142
142
  * @throws {@link CloudWatchServiceException}
143
143
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __M
22
22
  }
23
23
  declare const GetMetricStreamCommand_base: {
24
24
  new (input: GetMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the metric stream that you specify.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const GetMetricStreamCommand_base: {
105
105
  * @throws {@link CloudWatchServiceException}
106
106
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetMetricStreamCommand extends GetMetricStreamCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageO
22
22
  }
23
23
  declare const GetMetricWidgetImageCommand_base: {
24
24
  new (input: GetMetricWidgetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMetricWidgetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use the <code>GetMetricWidgetImage</code> API to retrieve a snapshot graph of
30
30
  * one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this
31
31
  * image into your services and products, such as wiki pages, reports, and documents.
@@ -69,6 +69,7 @@ declare const GetMetricWidgetImageCommand_base: {
69
69
  * @throws {@link CloudWatchServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __Met
22
22
  }
23
23
  declare const ListDashboardsCommand_base: {
24
24
  new (input: ListDashboardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the dashboards for your account. If you include <code>DashboardNamePrefix</code>, only
30
30
  * those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are
31
31
  * listed.
@@ -76,6 +76,7 @@ declare const ListDashboardsCommand_base: {
76
76
  * @throws {@link CloudWatchServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListManagedInsightRulesCommandOutput extends ListManagedInsight
22
22
  }
23
23
  declare const ListManagedInsightRulesCommand_base: {
24
24
  new (input: ListManagedInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListManagedInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Returns a list
31
31
  * that contains the number
@@ -80,6 +80,7 @@ declare const ListManagedInsightRulesCommand_base: {
80
80
  * @throws {@link CloudWatchServiceException}
81
81
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput,
22
22
  }
23
23
  declare const ListMetricStreamsCommand_base: {
24
24
  new (input: ListMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMetricStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of metric streams in this account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListMetricStreamsCommand_base: {
77
77
  * @throws {@link CloudWatchServiceException}
78
78
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataB
22
22
  }
23
23
  declare const ListMetricsCommand_base: {
24
24
  new (input: ListMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMetricsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the specified metrics. You can use the returned metrics with <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html">GetMetricData</a> or <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricStatistics.html">GetMetricStatistics</a> to get statistical data.</p>
30
30
  * <p>Up to 500 results are returned for any one call. To retrieve additional results,
31
31
  * use the returned token with subsequent calls.</p>
@@ -97,6 +97,7 @@ declare const ListMetricsCommand_base: {
97
97
  * @throws {@link CloudWatchServiceException}
98
98
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListMetricsCommand extends ListMetricsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays the tags associated with a CloudWatch resource. Currently, alarms
30
30
  * and Contributor Insights rules support tagging.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @throws {@link CloudWatchServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
74
  }