@aws-sdk/client-cloudwatch 3.478.0 → 3.484.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 +11 -11
@@ -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 { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {
21
20
  */
22
21
  export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMetricStreamsCommand_base: {
24
+ new (input: ListMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of metric streams in this account.</p>
@@ -75,23 +78,5 @@ export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput,
75
78
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
76
79
  *
77
80
  */
78
- export declare class ListMetricStreamsCommand extends $Command<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
79
- readonly input: ListMetricStreamsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListMetricStreamsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_base {
97
82
  }
@@ -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 { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMetricsCommandInput extends ListMetricsInput {
21
20
  */
22
21
  export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMetricsCommand_base: {
24
+ new (input: ListMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -95,23 +98,5 @@ export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataB
95
98
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
96
99
  *
97
100
  */
98
- export declare class ListMetricsCommand extends $Command<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig> {
99
- readonly input: ListMetricsCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: ListMetricsCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricsCommandInput, ListMetricsCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class ListMetricsCommand extends ListMetricsCommand_base {
117
102
  }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Displays the tags associated with a CloudWatch resource. Currently, alarms
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
66
69
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput
21
20
  */
22
21
  export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutAnomalyDetectorCommand_base: {
24
+ new (input: PutAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an anomaly detection model for a CloudWatch metric. You can use the model
@@ -116,23 +119,5 @@ export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutpu
116
119
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
117
120
  *
118
121
  */
119
- export declare class PutAnomalyDetectorCommand extends $Command<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig> {
120
- readonly input: PutAnomalyDetectorCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: PutAnomalyDetectorCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class PutAnomalyDetectorCommand extends PutAnomalyDetectorCommand_base {
138
123
  }
@@ -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 { PutCompositeAlarmInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
21
20
  */
22
21
  export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutCompositeAlarmCommand_base: {
24
+ new (input: PutCompositeAlarmCommandInput): import("@smithy/smithy-client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates a <i>composite alarm</i>. When you create a composite
@@ -111,23 +114,5 @@ export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
111
114
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
112
115
  *
113
116
  */
114
- export declare class PutCompositeAlarmCommand extends $Command<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig> {
115
- readonly input: PutCompositeAlarmCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: PutCompositeAlarmCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class PutCompositeAlarmCommand extends PutCompositeAlarmCommand_base {
133
118
  }
@@ -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 { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutDashboardCommandInput extends PutDashboardInput {
21
20
  */
22
21
  export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutDashboardCommand_base: {
24
+ new (input: PutDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard,
@@ -76,23 +79,5 @@ export interface PutDashboardCommandOutput extends PutDashboardOutput, __Metadat
76
79
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
77
80
  *
78
81
  */
79
- export declare class PutDashboardCommand extends $Command<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig> {
80
- readonly input: PutDashboardCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: PutDashboardCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class PutDashboardCommand extends PutDashboardCommand_base {
98
83
  }
@@ -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 { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {
21
20
  */
22
21
  export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutInsightRuleCommand_base: {
24
+ new (input: PutInsightRuleCommandInput): import("@smithy/smithy-client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a Contributor Insights rule. Rules evaluate log events in a
@@ -70,23 +73,5 @@ export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __Met
70
73
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
71
74
  *
72
75
  */
73
- export declare class PutInsightRuleCommand extends $Command<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig> {
74
- readonly input: PutInsightRuleCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: PutInsightRuleCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class PutInsightRuleCommand extends PutInsightRuleCommand_base {
92
77
  }
@@ -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 { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutManagedInsightRulesCommandInput extends PutManagedInsightRul
21
20
  */
22
21
  export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRulesOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutManagedInsightRulesCommand_base: {
24
+ new (input: PutManagedInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -91,23 +94,5 @@ export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRu
91
94
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
92
95
  *
93
96
  */
94
- export declare class PutManagedInsightRulesCommand extends $Command<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
95
- readonly input: PutManagedInsightRulesCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: PutManagedInsightRulesCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class PutManagedInsightRulesCommand extends PutManagedInsightRulesCommand_base {
113
98
  }
@@ -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 { PutMetricAlarmInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {
21
20
  */
22
21
  export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutMetricAlarmCommand_base: {
24
+ new (input: PutMetricAlarmCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates an alarm and associates it with the specified metric, metric math expression,
@@ -165,23 +168,5 @@ export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
165
168
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
166
169
  *
167
170
  */
168
- export declare class PutMetricAlarmCommand extends $Command<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig> {
169
- readonly input: PutMetricAlarmCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: PutMetricAlarmCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class PutMetricAlarmCommand extends PutMetricAlarmCommand_base {
187
172
  }
@@ -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 { PutMetricDataInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetricDataCommandInput extends PutMetricDataInput {
21
20
  */
22
21
  export interface PutMetricDataCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutMetricDataCommand_base: {
24
+ new (input: PutMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Publishes metric data points to Amazon CloudWatch. CloudWatch associates
@@ -130,23 +133,5 @@ export interface PutMetricDataCommandOutput extends __MetadataBearer {
130
133
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
131
134
  *
132
135
  */
133
- export declare class PutMetricDataCommand extends $Command<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
134
- readonly input: PutMetricDataCommandInput;
135
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
136
- /**
137
- * @public
138
- */
139
- constructor(input: PutMetricDataCommandInput);
140
- /**
141
- * @internal
142
- */
143
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
144
- /**
145
- * @internal
146
- */
147
- private serialize;
148
- /**
149
- * @internal
150
- */
151
- private deserialize;
136
+ export declare class PutMetricDataCommand extends PutMetricDataCommand_base {
152
137
  }
@@ -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 { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
21
20
  */
22
21
  export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutMetricStreamCommand_base: {
24
+ new (input: PutMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch
@@ -138,23 +141,5 @@ export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __M
138
141
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
139
142
  *
140
143
  */
141
- export declare class PutMetricStreamCommand extends $Command<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
142
- readonly input: PutMetricStreamCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: PutMetricStreamCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class PutMetricStreamCommand extends PutMetricStreamCommand_base {
160
145
  }
@@ -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 { SetAlarmStateInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
21
20
  */
22
21
  export interface SetAlarmStateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetAlarmStateCommand_base: {
24
+ new (input: SetAlarmStateCommandInput): import("@smithy/smithy-client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Temporarily sets the state of an alarm for testing purposes. When the updated
@@ -73,23 +76,5 @@ export interface SetAlarmStateCommandOutput extends __MetadataBearer {
73
76
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
74
77
  *
75
78
  */
76
- export declare class SetAlarmStateCommand extends $Command<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig> {
77
- readonly input: SetAlarmStateCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: SetAlarmStateCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class SetAlarmStateCommand extends SetAlarmStateCommand_base {
95
80
  }
@@ -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 { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput
21
20
  */
22
21
  export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartMetricStreamsCommand_base: {
24
+ new (input: StartMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the streaming of metrics for one or more of your metric streams.</p>
@@ -60,23 +63,5 @@ export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutpu
60
63
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
61
64
  *
62
65
  */
63
- export declare class StartMetricStreamsCommand extends $Command<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
64
- readonly input: StartMetricStreamsCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: StartMetricStreamsCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class StartMetricStreamsCommand extends StartMetricStreamsCommand_base {
82
67
  }
@@ -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 { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
21
20
  */
22
21
  export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopMetricStreamsCommand_base: {
24
+ new (input: StopMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the streaming of metrics for one or more of your metric streams.</p>
@@ -60,23 +63,5 @@ export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput,
60
63
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
61
64
  *
62
65
  */
63
- export declare class StopMetricStreamsCommand extends $Command<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
64
- readonly input: StopMetricStreamsCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: StopMetricStreamsCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class StopMetricStreamsCommand extends StopMetricStreamsCommand_base {
82
67
  }