@aws-sdk/client-cloudwatch 3.337.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
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutCompositeAlarmInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutMetricAlarmInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutMetricDataInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { SetAlarmStateInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
5
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,24 @@
1
- export * from "./CloudWatch";
1
+ /**
2
+ * <p>Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the
3
+ * applications you run on Amazon Web Services in real time. You can use CloudWatch to collect and track
4
+ * metrics, which are the variables you want to measure for your resources and
5
+ * applications.</p>
6
+ * <p>CloudWatch alarms send notifications or automatically change the resources you are monitoring based on rules
7
+ * that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon EC2
8
+ * instances. Then, use this data to determine whether you should launch
9
+ * additional instances to handle increased load. You can also use this data to stop
10
+ * under-used instances to save
11
+ * money.</p>
12
+ * <p>In addition to monitoring the built-in metrics that come with Amazon Web Services, you can monitor
13
+ * your own custom metrics. With CloudWatch, you gain system-wide visibility into resource
14
+ * utilization, application performance, and operational health.</p>
15
+ *
16
+ * @packageDocumentation
17
+ */
2
18
  export * from "./CloudWatchClient";
19
+ export * from "./CloudWatch";
3
20
  export * from "./commands";
4
- export * from "./models";
5
21
  export * from "./pagination";
6
22
  export * from "./waiters";
23
+ export * from "./models";
7
24
  export { CloudWatchServiceException } from "./models/CloudWatchServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -203,6 +203,7 @@ import {
203
203
  ClientResolvedEndpointParameters,
204
204
  EndpointParameters,
205
205
  } from "./endpoint/EndpointParameters";
206
+ export { __Client };
206
207
  export type ServiceInputTypes =
207
208
  | DeleteAlarmsCommandInput
208
209
  | DeleteAnomalyDetectorCommandInput
@@ -305,7 +306,7 @@ export interface ClientDefaults
305
306
  logger?: __Logger;
306
307
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
307
308
  }
308
- type CloudWatchClientConfigType = Partial<
309
+ export type CloudWatchClientConfigType = Partial<
309
310
  __SmithyConfiguration<__HttpHandlerOptions>
310
311
  > &
311
312
  ClientDefaults &
@@ -317,7 +318,7 @@ type CloudWatchClientConfigType = Partial<
317
318
  UserAgentInputConfig &
318
319
  ClientInputEndpointParameters;
319
320
  export interface CloudWatchClientConfig extends CloudWatchClientConfigType {}
320
- type CloudWatchClientResolvedConfigType =
321
+ export type CloudWatchClientResolvedConfigType =
321
322
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
322
323
  Required<ClientDefaults> &
323
324
  RegionResolvedConfig &
@@ -339,4 +340,3 @@ export declare class CloudWatchClient extends __Client<
339
340
  constructor(configuration: CloudWatchClientConfig);
340
341
  destroy(): void;
341
342
  }
342
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { DeleteAlarmsInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {}
16
17
  export interface DeleteAlarmsCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteAlarmsCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeleteAnomalyDetectorInput,
16
16
  DeleteAnomalyDetectorOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteAnomalyDetectorCommandInput
19
20
  extends DeleteAnomalyDetectorInput {}
20
21
  export interface DeleteAnomalyDetectorCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteDashboardsInput,
16
16
  DeleteDashboardsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteDashboardsCommandInput extends DeleteDashboardsInput {}
19
20
  export interface DeleteDashboardsCommandOutput
20
21
  extends DeleteDashboardsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteInsightRulesInput,
16
16
  DeleteInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteInsightRulesCommandInput
19
20
  extends DeleteInsightRulesInput {}
20
21
  export interface DeleteInsightRulesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMetricStreamInput,
16
16
  DeleteMetricStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMetricStreamCommandInput
19
20
  extends DeleteMetricStreamInput {}
20
21
  export interface DeleteMetricStreamCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAlarmHistoryInput,
16
16
  DescribeAlarmHistoryOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAlarmHistoryCommandInput
19
20
  extends DescribeAlarmHistoryInput {}
20
21
  export interface DescribeAlarmHistoryCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
16
17
  export interface DescribeAlarmsCommandOutput
17
18
  extends DescribeAlarmsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAlarmsForMetricInput,
16
16
  DescribeAlarmsForMetricOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAlarmsForMetricCommandInput
19
20
  extends DescribeAlarmsForMetricInput {}
20
21
  export interface DescribeAlarmsForMetricCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAnomalyDetectorsInput,
16
16
  DescribeAnomalyDetectorsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAnomalyDetectorsCommandInput
19
20
  extends DescribeAnomalyDetectorsInput {}
20
21
  export interface DescribeAnomalyDetectorsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeInsightRulesInput,
16
16
  DescribeInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeInsightRulesCommandInput
19
20
  extends DescribeInsightRulesInput {}
20
21
  export interface DescribeInsightRulesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { DisableAlarmActionsInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisableAlarmActionsCommandInput
16
17
  extends DisableAlarmActionsInput {}
17
18
  export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  DisableInsightRulesInput,
16
16
  DisableInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisableInsightRulesCommandInput
19
20
  extends DisableInsightRulesInput {}
20
21
  export interface DisableInsightRulesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { EnableAlarmActionsInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface EnableAlarmActionsCommandInput
16
17
  extends EnableAlarmActionsInput {}
17
18
  export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  EnableInsightRulesInput,
16
16
  EnableInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface EnableInsightRulesCommandInput
19
20
  extends EnableInsightRulesInput {}
20
21
  export interface EnableInsightRulesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetDashboardCommandInput extends GetDashboardInput {}
16
17
  export interface GetDashboardCommandOutput
17
18
  extends GetDashboardOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetInsightRuleReportInput,
16
16
  GetInsightRuleReportOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetInsightRuleReportCommandInput
19
20
  extends GetInsightRuleReportInput {}
20
21
  export interface GetInsightRuleReportCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetMetricDataCommandInput extends GetMetricDataInput {}
16
17
  export interface GetMetricDataCommandOutput
17
18
  extends GetMetricDataOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetMetricStatisticsInput,
16
16
  GetMetricStatisticsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMetricStatisticsCommandInput
19
20
  extends GetMetricStatisticsInput {}
20
21
  export interface GetMetricStatisticsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetMetricStreamInput,
16
16
  GetMetricStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMetricStreamCommandInput extends GetMetricStreamInput {}
19
20
  export interface GetMetricStreamCommandOutput
20
21
  extends GetMetricStreamOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetMetricWidgetImageInput,
16
16
  GetMetricWidgetImageOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMetricWidgetImageCommandInput
19
20
  extends GetMetricWidgetImageInput {}
20
21
  export interface GetMetricWidgetImageCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListDashboardsCommandInput extends ListDashboardsInput {}
16
17
  export interface ListDashboardsCommandOutput
17
18
  extends ListDashboardsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListManagedInsightRulesInput,
16
16
  ListManagedInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListManagedInsightRulesCommandInput
19
20
  extends ListManagedInsightRulesInput {}
20
21
  export interface ListManagedInsightRulesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListMetricStreamsInput,
16
16
  ListMetricStreamsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {}
19
20
  export interface ListMetricStreamsCommandOutput
20
21
  extends ListMetricStreamsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListMetricsCommandInput extends ListMetricsInput {}
16
17
  export interface ListMetricsCommandOutput
17
18
  extends ListMetricsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceInput,
16
16
  ListTagsForResourceOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceInput {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutAnomalyDetectorInput,
16
16
  PutAnomalyDetectorOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutAnomalyDetectorCommandInput
19
20
  extends PutAnomalyDetectorInput {}
20
21
  export interface PutAnomalyDetectorCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { PutCompositeAlarmInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {}
16
17
  export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutCompositeAlarmCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutDashboardCommandInput extends PutDashboardInput {}
16
17
  export interface PutDashboardCommandOutput
17
18
  extends PutDashboardOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutInsightRuleCommandInput extends PutInsightRuleInput {}
16
17
  export interface PutInsightRuleCommandOutput
17
18
  extends PutInsightRuleOutput,
@@ -15,6 +15,7 @@ import {
15
15
  PutManagedInsightRulesInput,
16
16
  PutManagedInsightRulesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutManagedInsightRulesCommandInput
19
20
  extends PutManagedInsightRulesInput {}
20
21
  export interface PutManagedInsightRulesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { PutMetricAlarmInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {}
16
17
  export interface PutMetricAlarmCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutMetricAlarmCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { PutMetricDataInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutMetricDataCommandInput extends PutMetricDataInput {}
16
17
  export interface PutMetricDataCommandOutput extends __MetadataBearer {}
17
18
  export declare class PutMetricDataCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  PutMetricStreamInput,
16
16
  PutMetricStreamOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutMetricStreamCommandInput extends PutMetricStreamInput {}
19
20
  export interface PutMetricStreamCommandOutput
20
21
  extends PutMetricStreamOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { SetAlarmStateInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SetAlarmStateCommandInput extends SetAlarmStateInput {}
16
17
  export interface SetAlarmStateCommandOutput extends __MetadataBearer {}
17
18
  export declare class SetAlarmStateCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  StartMetricStreamsInput,
16
16
  StartMetricStreamsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartMetricStreamsCommandInput
19
20
  extends StartMetricStreamsInput {}
20
21
  export interface StartMetricStreamsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StopMetricStreamsInput,
16
16
  StopMetricStreamsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {}
19
20
  export interface StopMetricStreamsCommandOutput
20
21
  extends StopMetricStreamsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceInput {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudWatchClient";
14
14
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceInput {}
16
17
  export interface UntagResourceCommandOutput
17
18
  extends UntagResourceOutput,
@@ -1,7 +1,7 @@
1
- export * from "./CloudWatch";
2
1
  export * from "./CloudWatchClient";
2
+ export * from "./CloudWatch";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { CloudWatchServiceException } from "./models/CloudWatchServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class CloudWatchServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }