@aws-sdk/client-cloudwatch 3.478.0 → 3.481.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 (157) hide show
  1. package/dist-cjs/commands/DeleteAlarmsCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteDashboardsCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteInsightRulesCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteMetricStreamCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeAlarmsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeInsightRulesCommand.js +18 -41
  11. package/dist-cjs/commands/DisableAlarmActionsCommand.js +18 -41
  12. package/dist-cjs/commands/DisableInsightRulesCommand.js +18 -41
  13. package/dist-cjs/commands/EnableAlarmActionsCommand.js +18 -41
  14. package/dist-cjs/commands/EnableInsightRulesCommand.js +18 -41
  15. package/dist-cjs/commands/GetDashboardCommand.js +18 -41
  16. package/dist-cjs/commands/GetInsightRuleReportCommand.js +18 -41
  17. package/dist-cjs/commands/GetMetricDataCommand.js +18 -41
  18. package/dist-cjs/commands/GetMetricStatisticsCommand.js +18 -41
  19. package/dist-cjs/commands/GetMetricStreamCommand.js +18 -41
  20. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +18 -41
  21. package/dist-cjs/commands/ListDashboardsCommand.js +18 -41
  22. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +18 -41
  23. package/dist-cjs/commands/ListMetricStreamsCommand.js +18 -41
  24. package/dist-cjs/commands/ListMetricsCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +18 -41
  27. package/dist-cjs/commands/PutCompositeAlarmCommand.js +18 -41
  28. package/dist-cjs/commands/PutDashboardCommand.js +18 -41
  29. package/dist-cjs/commands/PutInsightRuleCommand.js +18 -41
  30. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +18 -41
  31. package/dist-cjs/commands/PutMetricAlarmCommand.js +18 -41
  32. package/dist-cjs/commands/PutMetricDataCommand.js +18 -41
  33. package/dist-cjs/commands/PutMetricStreamCommand.js +18 -41
  34. package/dist-cjs/commands/SetAlarmStateCommand.js +18 -41
  35. package/dist-cjs/commands/StartMetricStreamsCommand.js +18 -41
  36. package/dist-cjs/commands/StopMetricStreamsCommand.js +18 -41
  37. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  38. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  39. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  40. package/dist-es/commands/DeleteAlarmsCommand.js +18 -41
  41. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +18 -41
  42. package/dist-es/commands/DeleteDashboardsCommand.js +18 -41
  43. package/dist-es/commands/DeleteInsightRulesCommand.js +18 -41
  44. package/dist-es/commands/DeleteMetricStreamCommand.js +18 -41
  45. package/dist-es/commands/DescribeAlarmHistoryCommand.js +18 -41
  46. package/dist-es/commands/DescribeAlarmsCommand.js +18 -41
  47. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +18 -41
  48. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +18 -41
  49. package/dist-es/commands/DescribeInsightRulesCommand.js +18 -41
  50. package/dist-es/commands/DisableAlarmActionsCommand.js +18 -41
  51. package/dist-es/commands/DisableInsightRulesCommand.js +18 -41
  52. package/dist-es/commands/EnableAlarmActionsCommand.js +18 -41
  53. package/dist-es/commands/EnableInsightRulesCommand.js +18 -41
  54. package/dist-es/commands/GetDashboardCommand.js +18 -41
  55. package/dist-es/commands/GetInsightRuleReportCommand.js +18 -41
  56. package/dist-es/commands/GetMetricDataCommand.js +18 -41
  57. package/dist-es/commands/GetMetricStatisticsCommand.js +18 -41
  58. package/dist-es/commands/GetMetricStreamCommand.js +18 -41
  59. package/dist-es/commands/GetMetricWidgetImageCommand.js +18 -41
  60. package/dist-es/commands/ListDashboardsCommand.js +18 -41
  61. package/dist-es/commands/ListManagedInsightRulesCommand.js +18 -41
  62. package/dist-es/commands/ListMetricStreamsCommand.js +18 -41
  63. package/dist-es/commands/ListMetricsCommand.js +18 -41
  64. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  65. package/dist-es/commands/PutAnomalyDetectorCommand.js +18 -41
  66. package/dist-es/commands/PutCompositeAlarmCommand.js +18 -41
  67. package/dist-es/commands/PutDashboardCommand.js +18 -41
  68. package/dist-es/commands/PutInsightRuleCommand.js +18 -41
  69. package/dist-es/commands/PutManagedInsightRulesCommand.js +18 -41
  70. package/dist-es/commands/PutMetricAlarmCommand.js +18 -41
  71. package/dist-es/commands/PutMetricDataCommand.js +18 -41
  72. package/dist-es/commands/PutMetricStreamCommand.js +18 -41
  73. package/dist-es/commands/SetAlarmStateCommand.js +18 -41
  74. package/dist-es/commands/StartMetricStreamsCommand.js +18 -41
  75. package/dist-es/commands/StopMetricStreamsCommand.js +18 -41
  76. package/dist-es/commands/TagResourceCommand.js +18 -41
  77. package/dist-es/commands/UntagResourceCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-types/commands/DeleteAlarmsCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteDashboardsCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeAlarmsCommand.d.ts +6 -21
  86. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -21
  87. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -21
  88. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +6 -21
  89. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +6 -21
  90. package/dist-types/commands/DisableInsightRulesCommand.d.ts +6 -21
  91. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +6 -21
  92. package/dist-types/commands/EnableInsightRulesCommand.d.ts +6 -21
  93. package/dist-types/commands/GetDashboardCommand.d.ts +6 -21
  94. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +6 -21
  95. package/dist-types/commands/GetMetricDataCommand.d.ts +6 -21
  96. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +6 -21
  97. package/dist-types/commands/GetMetricStreamCommand.d.ts +6 -21
  98. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +6 -21
  99. package/dist-types/commands/ListDashboardsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +6 -21
  101. package/dist-types/commands/ListMetricStreamsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListMetricsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -21
  105. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -21
  106. package/dist-types/commands/PutDashboardCommand.d.ts +6 -21
  107. package/dist-types/commands/PutInsightRuleCommand.d.ts +6 -21
  108. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +6 -21
  109. package/dist-types/commands/PutMetricAlarmCommand.d.ts +6 -21
  110. package/dist-types/commands/PutMetricDataCommand.d.ts +6 -21
  111. package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -21
  112. package/dist-types/commands/SetAlarmStateCommand.d.ts +6 -21
  113. package/dist-types/commands/StartMetricStreamsCommand.d.ts +6 -21
  114. package/dist-types/commands/StopMetricStreamsCommand.d.ts +6 -21
  115. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  116. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  117. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  118. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  157. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAnomalyDetectorsCommandInput extends DescribeAnomalyDet
21
20
  */
22
21
  export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDetectorsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAnomalyDetectorsCommand_base: {
24
+ new (input: DescribeAnomalyDetectorsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the anomaly detection models that you have created in your account.
@@ -137,23 +140,5 @@ export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDe
137
140
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
138
141
  *
139
142
  */
140
- export declare class DescribeAnomalyDetectorsCommand extends $Command<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig> {
141
- readonly input: DescribeAnomalyDetectorsCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: DescribeAnomalyDetectorsCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_base {
159
144
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeInsightRulesCommandInput extends DescribeInsightRulesIn
21
20
  */
22
21
  export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeInsightRulesCommand_base: {
24
+ new (input: DescribeInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of all the Contributor Insights rules in your account.</p>
@@ -66,23 +69,5 @@ export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesO
66
69
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
67
70
  *
68
71
  */
69
- export declare class DescribeInsightRulesCommand extends $Command<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
70
- readonly input: DescribeInsightRulesCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DescribeInsightRulesCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { DisableAlarmActionsInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableAlarmActionsCommandInput extends DisableAlarmActionsInpu
21
20
  */
22
21
  export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DisableAlarmActionsCommand_base: {
24
+ new (input: DisableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables the actions for the specified alarms. When an alarm's actions are disabled, the
@@ -52,23 +55,5 @@ export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {
52
55
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
53
56
  *
54
57
  */
55
- export declare class DisableAlarmActionsCommand extends $Command<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
56
- readonly input: DisableAlarmActionsCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DisableAlarmActionsCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableInsightRulesCommandInput extends DisableInsightRulesInpu
21
20
  */
22
21
  export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const DisableInsightRulesCommand_base: {
24
+ new (input: DisableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do
@@ -67,23 +70,5 @@ export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOut
67
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
68
71
  *
69
72
  */
70
- export declare class DisableInsightRulesCommand extends $Command<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
71
- readonly input: DisableInsightRulesCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DisableInsightRulesCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { EnableAlarmActionsInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableAlarmActionsCommandInput extends EnableAlarmActionsInput
21
20
  */
22
21
  export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const EnableAlarmActionsCommand_base: {
24
+ new (input: EnableAlarmActionsCommandInput): import("@smithy/smithy-client").CommandImpl<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the actions for the specified alarms.</p>
@@ -51,23 +54,5 @@ export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
51
54
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
52
55
  *
53
56
  */
54
- export declare class EnableAlarmActionsCommand extends $Command<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
55
- readonly input: EnableAlarmActionsCommandInput;
56
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
- /**
58
- * @public
59
- */
60
- constructor(input: EnableAlarmActionsCommandInput);
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
65
- /**
66
- * @internal
67
- */
68
- private serialize;
69
- /**
70
- * @internal
71
- */
72
- private deserialize;
57
+ export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base {
73
58
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface EnableInsightRulesCommandInput extends EnableInsightRulesInput
21
20
  */
22
21
  export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const EnableInsightRulesCommand_base: {
24
+ new (input: EnableInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.</p>
@@ -69,23 +72,5 @@ export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutpu
69
72
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
70
73
  *
71
74
  */
72
- export declare class EnableInsightRulesCommand extends $Command<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
73
- readonly input: EnableInsightRulesCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: EnableInsightRulesCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDashboardCommandInput extends GetDashboardInput {
21
20
  */
22
21
  export interface GetDashboardCommandOutput extends GetDashboardOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetDashboardCommand_base: {
24
+ new (input: GetDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the details of the dashboard that you specify.</p>
@@ -65,23 +68,5 @@ export interface GetDashboardCommandOutput extends GetDashboardOutput, __Metadat
65
68
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
66
69
  *
67
70
  */
68
- export declare class GetDashboardCommand extends $Command<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig> {
69
- readonly input: GetDashboardCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetDashboardCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDashboardCommandInput, GetDashboardCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetDashboardCommand extends GetDashboardCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInsightRuleReportCommandInput extends GetInsightRuleReportIn
21
20
  */
22
21
  export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetInsightRuleReportCommand_base: {
24
+ new (input: GetInsightRuleReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation returns the time series data collected by a Contributor Insights rule. The data includes the identity and number of
@@ -135,23 +138,5 @@ export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportO
135
138
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
136
139
  *
137
140
  */
138
- export declare class GetInsightRuleReportCommand extends $Command<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig> {
139
- readonly input: GetInsightRuleReportCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: GetInsightRuleReportCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class GetInsightRuleReportCommand extends GetInsightRuleReportCommand_base {
157
142
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetricDataCommandInput extends GetMetricDataInput {
21
20
  */
22
21
  export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMetricDataCommand_base: {
24
+ new (input: GetMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You can use the <code>GetMetricData</code> API to retrieve CloudWatch metric values. The operation
@@ -158,23 +161,5 @@ export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __Metad
158
161
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
159
162
  *
160
163
  */
161
- export declare class GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
162
- readonly input: GetMetricDataCommandInput;
163
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
- /**
165
- * @public
166
- */
167
- constructor(input: GetMetricDataCommandInput);
168
- /**
169
- * @internal
170
- */
171
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricDataCommandInput, GetMetricDataCommandOutput>;
172
- /**
173
- * @internal
174
- */
175
- private serialize;
176
- /**
177
- * @internal
178
- */
179
- private deserialize;
164
+ export declare class GetMetricDataCommand extends GetMetricDataCommand_base {
180
165
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetricStatisticsCommandInput extends GetMetricStatisticsInpu
21
20
  */
22
21
  export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMetricStatisticsCommand_base: {
24
+ new (input: GetMetricStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets statistics for the specified metric.</p>
@@ -140,23 +143,5 @@ export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOut
140
143
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
141
144
  *
142
145
  */
143
- export declare class GetMetricStatisticsCommand extends $Command<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig> {
144
- readonly input: GetMetricStatisticsCommandInput;
145
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
146
- /**
147
- * @public
148
- */
149
- constructor(input: GetMetricStatisticsCommandInput);
150
- /**
151
- * @internal
152
- */
153
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput>;
154
- /**
155
- * @internal
156
- */
157
- private serialize;
158
- /**
159
- * @internal
160
- */
161
- private deserialize;
146
+ export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base {
162
147
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetricStreamCommandInput extends GetMetricStreamInput {
21
20
  */
22
21
  export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMetricStreamCommand_base: {
24
+ new (input: GetMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the metric stream that you specify.</p>
@@ -103,23 +106,5 @@ export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __M
103
106
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
104
107
  *
105
108
  */
106
- export declare class GetMetricStreamCommand extends $Command<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
107
- readonly input: GetMetricStreamCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetMetricStreamCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricStreamCommandInput, GetMetricStreamCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetMetricStreamCommand extends GetMetricStreamCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetricWidgetImageCommandInput extends GetMetricWidgetImageIn
21
20
  */
22
21
  export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMetricWidgetImageCommand_base: {
24
+ new (input: GetMetricWidgetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>You can use the <code>GetMetricWidgetImage</code> API to retrieve a snapshot graph of
@@ -67,23 +70,5 @@ export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageO
67
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
68
71
  *
69
72
  */
70
- export declare class GetMetricWidgetImageCommand extends $Command<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig> {
71
- readonly input: GetMetricWidgetImageCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetMetricWidgetImageCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDashboardsCommandInput extends ListDashboardsInput {
21
20
  */
22
21
  export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListDashboardsCommand_base: {
24
+ new (input: ListDashboardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the dashboards for your account. If you include <code>DashboardNamePrefix</code>, only
@@ -74,23 +77,5 @@ export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __Met
74
77
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
75
78
  *
76
79
  */
77
- export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig> {
78
- readonly input: ListDashboardsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListDashboardsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListManagedInsightRulesCommandInput extends ListManagedInsightR
21
20
  */
22
21
  export interface ListManagedInsightRulesCommandOutput extends ListManagedInsightRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListManagedInsightRulesCommand_base: {
24
+ new (input: ListManagedInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -78,23 +81,5 @@ export interface ListManagedInsightRulesCommandOutput extends ListManagedInsight
78
81
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
79
82
  *
80
83
  */
81
- export declare class ListManagedInsightRulesCommand extends $Command<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
82
- readonly input: ListManagedInsightRulesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListManagedInsightRulesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_base {
100
85
  }