@aws-sdk/client-cloudwatch 3.335.0 → 3.338.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 (165) hide show
  1. package/dist-cjs/CloudWatchClient.js +2 -1
  2. package/dist-cjs/commands/DeleteAlarmsCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -1
  12. package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -1
  13. package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -1
  14. package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -1
  15. package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -1
  16. package/dist-cjs/commands/GetDashboardCommand.js +2 -1
  17. package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -1
  18. package/dist-cjs/commands/GetMetricDataCommand.js +2 -1
  19. package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -1
  20. package/dist-cjs/commands/GetMetricStreamCommand.js +2 -1
  21. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -1
  22. package/dist-cjs/commands/ListDashboardsCommand.js +2 -1
  23. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -1
  24. package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -1
  25. package/dist-cjs/commands/ListMetricsCommand.js +2 -1
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  27. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -1
  28. package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -1
  29. package/dist-cjs/commands/PutDashboardCommand.js +2 -1
  30. package/dist-cjs/commands/PutInsightRuleCommand.js +2 -1
  31. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -1
  32. package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -1
  33. package/dist-cjs/commands/PutMetricDataCommand.js +2 -1
  34. package/dist-cjs/commands/PutMetricStreamCommand.js +2 -1
  35. package/dist-cjs/commands/SetAlarmStateCommand.js +2 -1
  36. package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -1
  37. package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -1
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  40. package/dist-cjs/index.js +2 -2
  41. package/dist-cjs/models/CloudWatchServiceException.js +2 -1
  42. package/dist-es/CloudWatchClient.js +1 -0
  43. package/dist-es/commands/DeleteAlarmsCommand.js +1 -0
  44. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +1 -0
  45. package/dist-es/commands/DeleteDashboardsCommand.js +1 -0
  46. package/dist-es/commands/DeleteInsightRulesCommand.js +1 -0
  47. package/dist-es/commands/DeleteMetricStreamCommand.js +1 -0
  48. package/dist-es/commands/DescribeAlarmHistoryCommand.js +1 -0
  49. package/dist-es/commands/DescribeAlarmsCommand.js +1 -0
  50. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +1 -0
  51. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +1 -0
  52. package/dist-es/commands/DescribeInsightRulesCommand.js +1 -0
  53. package/dist-es/commands/DisableAlarmActionsCommand.js +1 -0
  54. package/dist-es/commands/DisableInsightRulesCommand.js +1 -0
  55. package/dist-es/commands/EnableAlarmActionsCommand.js +1 -0
  56. package/dist-es/commands/EnableInsightRulesCommand.js +1 -0
  57. package/dist-es/commands/GetDashboardCommand.js +1 -0
  58. package/dist-es/commands/GetInsightRuleReportCommand.js +1 -0
  59. package/dist-es/commands/GetMetricDataCommand.js +1 -0
  60. package/dist-es/commands/GetMetricStatisticsCommand.js +1 -0
  61. package/dist-es/commands/GetMetricStreamCommand.js +1 -0
  62. package/dist-es/commands/GetMetricWidgetImageCommand.js +1 -0
  63. package/dist-es/commands/ListDashboardsCommand.js +1 -0
  64. package/dist-es/commands/ListManagedInsightRulesCommand.js +1 -0
  65. package/dist-es/commands/ListMetricStreamsCommand.js +1 -0
  66. package/dist-es/commands/ListMetricsCommand.js +1 -0
  67. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  68. package/dist-es/commands/PutAnomalyDetectorCommand.js +1 -0
  69. package/dist-es/commands/PutCompositeAlarmCommand.js +1 -0
  70. package/dist-es/commands/PutDashboardCommand.js +1 -0
  71. package/dist-es/commands/PutInsightRuleCommand.js +1 -0
  72. package/dist-es/commands/PutManagedInsightRulesCommand.js +1 -0
  73. package/dist-es/commands/PutMetricAlarmCommand.js +1 -0
  74. package/dist-es/commands/PutMetricDataCommand.js +1 -0
  75. package/dist-es/commands/PutMetricStreamCommand.js +1 -0
  76. package/dist-es/commands/SetAlarmStateCommand.js +1 -0
  77. package/dist-es/commands/StartMetricStreamsCommand.js +1 -0
  78. package/dist-es/commands/StopMetricStreamsCommand.js +1 -0
  79. package/dist-es/commands/TagResourceCommand.js +1 -0
  80. package/dist-es/commands/UntagResourceCommand.js +1 -0
  81. package/dist-es/index.js +2 -2
  82. package/dist-es/models/CloudWatchServiceException.js +1 -0
  83. package/dist-types/CloudWatchClient.d.ts +3 -3
  84. package/dist-types/commands/DeleteAlarmsCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteDashboardsCommand.d.ts +4 -0
  87. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +4 -0
  88. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeAlarmsCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +4 -0
  94. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +4 -0
  95. package/dist-types/commands/DisableInsightRulesCommand.d.ts +4 -0
  96. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +4 -0
  97. package/dist-types/commands/EnableInsightRulesCommand.d.ts +4 -0
  98. package/dist-types/commands/GetDashboardCommand.d.ts +4 -0
  99. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +4 -0
  100. package/dist-types/commands/GetMetricDataCommand.d.ts +4 -0
  101. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +4 -0
  102. package/dist-types/commands/GetMetricStreamCommand.d.ts +4 -0
  103. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +4 -0
  104. package/dist-types/commands/ListDashboardsCommand.d.ts +4 -0
  105. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +4 -0
  106. package/dist-types/commands/ListMetricStreamsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListMetricsCommand.d.ts +4 -0
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  109. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +4 -0
  110. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +4 -0
  111. package/dist-types/commands/PutDashboardCommand.d.ts +4 -0
  112. package/dist-types/commands/PutInsightRuleCommand.d.ts +4 -0
  113. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +4 -0
  114. package/dist-types/commands/PutMetricAlarmCommand.d.ts +4 -0
  115. package/dist-types/commands/PutMetricDataCommand.d.ts +4 -0
  116. package/dist-types/commands/PutMetricStreamCommand.d.ts +4 -0
  117. package/dist-types/commands/SetAlarmStateCommand.d.ts +4 -0
  118. package/dist-types/commands/StartMetricStreamsCommand.d.ts +4 -0
  119. package/dist-types/commands/StopMetricStreamsCommand.d.ts +4 -0
  120. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  121. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  122. package/dist-types/index.d.ts +19 -2
  123. package/dist-types/models/CloudWatchServiceException.d.ts +1 -0
  124. package/dist-types/ts3.4/CloudWatchClient.d.ts +3 -3
  125. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/index.d.ts +2 -2
  164. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +1 -0
  165. package/package.json +29 -29
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudWatchClient = void 0;
3
+ exports.CloudWatchClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class CloudWatchClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAlarmsCommand = void 0;
3
+ exports.DeleteAlarmsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteAlarmsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAnomalyDetectorCommand = void 0;
3
+ exports.DeleteAnomalyDetectorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteAnomalyDetectorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDashboardsCommand = void 0;
3
+ exports.DeleteDashboardsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteDashboardsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInsightRulesCommand = void 0;
3
+ exports.DeleteInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMetricStreamCommand = void 0;
3
+ exports.DeleteMetricStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteMetricStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAlarmHistoryCommand = void 0;
3
+ exports.DescribeAlarmHistoryCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeAlarmHistoryCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAlarmsCommand = void 0;
3
+ exports.DescribeAlarmsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeAlarmsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAlarmsForMetricCommand = void 0;
3
+ exports.DescribeAlarmsForMetricCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeAlarmsForMetricCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAnomalyDetectorsCommand = void 0;
3
+ exports.DescribeAnomalyDetectorsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeAnomalyDetectorsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInsightRulesCommand = void 0;
3
+ exports.DescribeInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableAlarmActionsCommand = void 0;
3
+ exports.DisableAlarmActionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DisableAlarmActionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableInsightRulesCommand = void 0;
3
+ exports.DisableInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DisableInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnableAlarmActionsCommand = void 0;
3
+ exports.EnableAlarmActionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class EnableAlarmActionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnableInsightRulesCommand = void 0;
3
+ exports.EnableInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class EnableInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDashboardCommand = void 0;
3
+ exports.GetDashboardCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetDashboardCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetInsightRuleReportCommand = void 0;
3
+ exports.GetInsightRuleReportCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetInsightRuleReportCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricDataCommand = void 0;
3
+ exports.GetMetricDataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetMetricDataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricStatisticsCommand = void 0;
3
+ exports.GetMetricStatisticsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetMetricStatisticsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricStreamCommand = void 0;
3
+ exports.GetMetricStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetMetricStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricWidgetImageCommand = void 0;
3
+ exports.GetMetricWidgetImageCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class GetMetricWidgetImageCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDashboardsCommand = void 0;
3
+ exports.ListDashboardsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListDashboardsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedInsightRulesCommand = void 0;
3
+ exports.ListManagedInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListManagedInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMetricStreamsCommand = void 0;
3
+ exports.ListMetricStreamsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListMetricStreamsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMetricsCommand = void 0;
3
+ exports.ListMetricsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListMetricsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAnomalyDetectorCommand = void 0;
3
+ exports.PutAnomalyDetectorCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutAnomalyDetectorCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutCompositeAlarmCommand = void 0;
3
+ exports.PutCompositeAlarmCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutCompositeAlarmCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutDashboardCommand = void 0;
3
+ exports.PutDashboardCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutDashboardCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutInsightRuleCommand = void 0;
3
+ exports.PutInsightRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutInsightRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutManagedInsightRulesCommand = void 0;
3
+ exports.PutManagedInsightRulesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutManagedInsightRulesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricAlarmCommand = void 0;
3
+ exports.PutMetricAlarmCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutMetricAlarmCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricDataCommand = void 0;
3
+ exports.PutMetricDataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutMetricDataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricStreamCommand = void 0;
3
+ exports.PutMetricStreamCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class PutMetricStreamCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetAlarmStateCommand = void 0;
3
+ exports.SetAlarmStateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetAlarmStateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMetricStreamsCommand = void 0;
3
+ exports.StartMetricStreamsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class StartMetricStreamsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopMetricStreamsCommand = void 0;
3
+ exports.StopMetricStreamsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class StopMetricStreamsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CloudWatchServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./CloudWatch"), exports);
6
5
  tslib_1.__exportStar(require("./CloudWatchClient"), exports);
6
+ tslib_1.__exportStar(require("./CloudWatch"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var CloudWatchServiceException_1 = require("./models/CloudWatchServiceException");
12
12
  Object.defineProperty(exports, "CloudWatchServiceException", { enumerable: true, get: function () { return CloudWatchServiceException_1.CloudWatchServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudWatchServiceException = void 0;
3
+ exports.CloudWatchServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class CloudWatchServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class CloudWatchClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteAlarmsCommand, se_DeleteAlarmsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteAlarmsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteAnomalyDetectorCommand, se_DeleteAnomalyDetectorCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteAnomalyDetectorCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDashboardsCommand, se_DeleteDashboardsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteDashboardsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteInsightRulesCommand, se_DeleteInsightRulesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteInsightRulesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteMetricStreamCommand, se_DeleteMetricStreamCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteMetricStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeAlarmHistoryCommand, se_DescribeAlarmHistoryCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeAlarmHistoryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {