@aws-sdk/client-cloudwatch 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) 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-cjs/pagination/DescribeAlarmHistoryPaginator.js +2 -24
  41. package/dist-cjs/pagination/DescribeAlarmsPaginator.js +2 -24
  42. package/dist-cjs/pagination/DescribeAnomalyDetectorsPaginator.js +2 -24
  43. package/dist-cjs/pagination/DescribeInsightRulesPaginator.js +2 -24
  44. package/dist-cjs/pagination/GetMetricDataPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListDashboardsPaginator.js +2 -23
  46. package/dist-cjs/pagination/ListManagedInsightRulesPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListMetricStreamsPaginator.js +2 -24
  48. package/dist-cjs/pagination/ListMetricsPaginator.js +2 -23
  49. package/dist-es/commands/DeleteAlarmsCommand.js +18 -41
  50. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +18 -41
  51. package/dist-es/commands/DeleteDashboardsCommand.js +18 -41
  52. package/dist-es/commands/DeleteInsightRulesCommand.js +18 -41
  53. package/dist-es/commands/DeleteMetricStreamCommand.js +18 -41
  54. package/dist-es/commands/DescribeAlarmHistoryCommand.js +18 -41
  55. package/dist-es/commands/DescribeAlarmsCommand.js +18 -41
  56. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +18 -41
  57. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +18 -41
  58. package/dist-es/commands/DescribeInsightRulesCommand.js +18 -41
  59. package/dist-es/commands/DisableAlarmActionsCommand.js +18 -41
  60. package/dist-es/commands/DisableInsightRulesCommand.js +18 -41
  61. package/dist-es/commands/EnableAlarmActionsCommand.js +18 -41
  62. package/dist-es/commands/EnableInsightRulesCommand.js +18 -41
  63. package/dist-es/commands/GetDashboardCommand.js +18 -41
  64. package/dist-es/commands/GetInsightRuleReportCommand.js +18 -41
  65. package/dist-es/commands/GetMetricDataCommand.js +18 -41
  66. package/dist-es/commands/GetMetricStatisticsCommand.js +18 -41
  67. package/dist-es/commands/GetMetricStreamCommand.js +18 -41
  68. package/dist-es/commands/GetMetricWidgetImageCommand.js +18 -41
  69. package/dist-es/commands/ListDashboardsCommand.js +18 -41
  70. package/dist-es/commands/ListManagedInsightRulesCommand.js +18 -41
  71. package/dist-es/commands/ListMetricStreamsCommand.js +18 -41
  72. package/dist-es/commands/ListMetricsCommand.js +18 -41
  73. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  74. package/dist-es/commands/PutAnomalyDetectorCommand.js +18 -41
  75. package/dist-es/commands/PutCompositeAlarmCommand.js +18 -41
  76. package/dist-es/commands/PutDashboardCommand.js +18 -41
  77. package/dist-es/commands/PutInsightRuleCommand.js +18 -41
  78. package/dist-es/commands/PutManagedInsightRulesCommand.js +18 -41
  79. package/dist-es/commands/PutMetricAlarmCommand.js +18 -41
  80. package/dist-es/commands/PutMetricDataCommand.js +18 -41
  81. package/dist-es/commands/PutMetricStreamCommand.js +18 -41
  82. package/dist-es/commands/SetAlarmStateCommand.js +18 -41
  83. package/dist-es/commands/StartMetricStreamsCommand.js +18 -41
  84. package/dist-es/commands/StopMetricStreamsCommand.js +18 -41
  85. package/dist-es/commands/TagResourceCommand.js +18 -41
  86. package/dist-es/commands/UntagResourceCommand.js +18 -41
  87. package/dist-es/endpoint/EndpointParameters.js +6 -0
  88. package/dist-es/pagination/DescribeAlarmHistoryPaginator.js +2 -23
  89. package/dist-es/pagination/DescribeAlarmsPaginator.js +2 -23
  90. package/dist-es/pagination/DescribeAnomalyDetectorsPaginator.js +2 -23
  91. package/dist-es/pagination/DescribeInsightRulesPaginator.js +2 -23
  92. package/dist-es/pagination/GetMetricDataPaginator.js +2 -23
  93. package/dist-es/pagination/ListDashboardsPaginator.js +2 -22
  94. package/dist-es/pagination/ListManagedInsightRulesPaginator.js +2 -23
  95. package/dist-es/pagination/ListMetricStreamsPaginator.js +2 -23
  96. package/dist-es/pagination/ListMetricsPaginator.js +2 -22
  97. package/dist-types/commands/DeleteAlarmsCommand.d.ts +6 -21
  98. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -21
  99. package/dist-types/commands/DeleteDashboardsCommand.d.ts +6 -21
  100. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +6 -21
  101. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +6 -21
  102. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +6 -21
  103. package/dist-types/commands/DescribeAlarmsCommand.d.ts +6 -21
  104. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -21
  105. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -21
  106. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +6 -21
  107. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +6 -21
  108. package/dist-types/commands/DisableInsightRulesCommand.d.ts +6 -21
  109. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +6 -21
  110. package/dist-types/commands/EnableInsightRulesCommand.d.ts +6 -21
  111. package/dist-types/commands/GetDashboardCommand.d.ts +6 -21
  112. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +6 -21
  113. package/dist-types/commands/GetMetricDataCommand.d.ts +6 -21
  114. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +6 -21
  115. package/dist-types/commands/GetMetricStreamCommand.d.ts +6 -21
  116. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +6 -21
  117. package/dist-types/commands/ListDashboardsCommand.d.ts +6 -21
  118. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +6 -21
  119. package/dist-types/commands/ListMetricStreamsCommand.d.ts +6 -21
  120. package/dist-types/commands/ListMetricsCommand.d.ts +6 -21
  121. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  122. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -21
  123. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -21
  124. package/dist-types/commands/PutDashboardCommand.d.ts +6 -21
  125. package/dist-types/commands/PutInsightRuleCommand.d.ts +6 -21
  126. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +6 -21
  127. package/dist-types/commands/PutMetricAlarmCommand.d.ts +6 -21
  128. package/dist-types/commands/PutMetricDataCommand.d.ts +6 -21
  129. package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -21
  130. package/dist-types/commands/SetAlarmStateCommand.d.ts +6 -21
  131. package/dist-types/commands/StartMetricStreamsCommand.d.ts +6 -21
  132. package/dist-types/commands/StopMetricStreamsCommand.d.ts +6 -21
  133. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  134. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  135. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  136. package/dist-types/pagination/DescribeAlarmHistoryPaginator.d.ts +1 -1
  137. package/dist-types/pagination/DescribeAlarmsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/DescribeAnomalyDetectorsPaginator.d.ts +1 -1
  139. package/dist-types/pagination/DescribeInsightRulesPaginator.d.ts +1 -1
  140. package/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
  141. package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
  142. package/dist-types/pagination/ListManagedInsightRulesPaginator.d.ts +1 -1
  143. package/dist-types/pagination/ListMetricStreamsPaginator.d.ts +1 -1
  144. package/dist-types/pagination/ListMetricsPaginator.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  184. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +3 -3
  185. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +3 -3
  186. package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +3 -3
  187. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +3 -3
  188. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +3 -3
  189. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +3 -3
  190. package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +3 -3
  191. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +3 -3
  192. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +3 -3
  193. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { PutCompositeAlarmInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {}
17
11
  export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {}
18
- export declare class PutCompositeAlarmCommand extends $Command<
19
- PutCompositeAlarmCommandInput,
20
- PutCompositeAlarmCommandOutput,
21
- CloudWatchClientResolvedConfig
22
- > {
23
- readonly input: PutCompositeAlarmCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: PutCompositeAlarmCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CloudWatchClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const PutCompositeAlarmCommand_base: {
13
+ new (
14
+ input: PutCompositeAlarmCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ PutCompositeAlarmCommandInput,
17
+ PutCompositeAlarmCommandOutput,
18
+ CloudWatchClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class PutCompositeAlarmCommand extends PutCompositeAlarmCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutDashboardCommandInput extends PutDashboardInput {}
17
11
  export interface PutDashboardCommandOutput
18
12
  extends PutDashboardOutput,
19
13
  __MetadataBearer {}
20
- export declare class PutDashboardCommand extends $Command<
21
- PutDashboardCommandInput,
22
- PutDashboardCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: PutDashboardCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutDashboardCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutDashboardCommand_base: {
15
+ new (
16
+ input: PutDashboardCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutDashboardCommandInput,
19
+ PutDashboardCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutDashboardCommand extends PutDashboardCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {}
17
11
  export interface PutInsightRuleCommandOutput
18
12
  extends PutInsightRuleOutput,
19
13
  __MetadataBearer {}
20
- export declare class PutInsightRuleCommand extends $Command<
21
- PutInsightRuleCommandInput,
22
- PutInsightRuleCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: PutInsightRuleCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutInsightRuleCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutInsightRuleCommand_base: {
15
+ new (
16
+ input: PutInsightRuleCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutInsightRuleCommandInput,
19
+ PutInsightRuleCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutInsightRuleCommand extends PutInsightRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface PutManagedInsightRulesCommandInput
21
15
  export interface PutManagedInsightRulesCommandOutput
22
16
  extends PutManagedInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class PutManagedInsightRulesCommand extends $Command<
25
- PutManagedInsightRulesCommandInput,
26
- PutManagedInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: PutManagedInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutManagedInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutManagedInsightRulesCommand_base: {
19
+ new (
20
+ input: PutManagedInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutManagedInsightRulesCommandInput,
38
- PutManagedInsightRulesCommandOutput
23
+ PutManagedInsightRulesCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutManagedInsightRulesCommand extends PutManagedInsightRulesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { PutMetricAlarmInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {}
17
11
  export interface PutMetricAlarmCommandOutput extends __MetadataBearer {}
18
- export declare class PutMetricAlarmCommand extends $Command<
19
- PutMetricAlarmCommandInput,
20
- PutMetricAlarmCommandOutput,
21
- CloudWatchClientResolvedConfig
22
- > {
23
- readonly input: PutMetricAlarmCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: PutMetricAlarmCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CloudWatchClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const PutMetricAlarmCommand_base: {
13
+ new (
14
+ input: PutMetricAlarmCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ PutMetricAlarmCommandInput,
17
+ PutMetricAlarmCommandOutput,
18
+ CloudWatchClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class PutMetricAlarmCommand extends PutMetricAlarmCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { PutMetricDataInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface PutMetricDataCommandInput extends PutMetricDataInput {}
17
11
  export interface PutMetricDataCommandOutput extends __MetadataBearer {}
18
- export declare class PutMetricDataCommand extends $Command<
19
- PutMetricDataCommandInput,
20
- PutMetricDataCommandOutput,
21
- CloudWatchClientResolvedConfig
22
- > {
23
- readonly input: PutMetricDataCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: PutMetricDataCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CloudWatchClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const PutMetricDataCommand_base: {
13
+ new (
14
+ input: PutMetricDataCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ PutMetricDataCommandInput,
17
+ PutMetricDataCommandOutput,
18
+ CloudWatchClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class PutMetricDataCommand extends PutMetricDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {}
20
14
  export interface PutMetricStreamCommandOutput
21
15
  extends PutMetricStreamOutput,
22
16
  __MetadataBearer {}
23
- export declare class PutMetricStreamCommand extends $Command<
24
- PutMetricStreamCommandInput,
25
- PutMetricStreamCommandOutput,
26
- CloudWatchClientResolvedConfig
27
- > {
28
- readonly input: PutMetricStreamCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutMetricStreamCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudWatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutMetricStreamCommand_base: {
18
+ new (
19
+ input: PutMetricStreamCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutMetricStreamCommandInput,
22
+ PutMetricStreamCommandOutput,
23
+ CloudWatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutMetricStreamCommand extends PutMetricStreamCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { SetAlarmStateInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface SetAlarmStateCommandInput extends SetAlarmStateInput {}
17
11
  export interface SetAlarmStateCommandOutput extends __MetadataBearer {}
18
- export declare class SetAlarmStateCommand extends $Command<
19
- SetAlarmStateCommandInput,
20
- SetAlarmStateCommandOutput,
21
- CloudWatchClientResolvedConfig
22
- > {
23
- readonly input: SetAlarmStateCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: SetAlarmStateCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CloudWatchClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const SetAlarmStateCommand_base: {
13
+ new (
14
+ input: SetAlarmStateCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ SetAlarmStateCommandInput,
17
+ SetAlarmStateCommandOutput,
18
+ CloudWatchClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class SetAlarmStateCommand extends SetAlarmStateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartMetricStreamsCommandInput
21
15
  export interface StartMetricStreamsCommandOutput
22
16
  extends StartMetricStreamsOutput,
23
17
  __MetadataBearer {}
24
- export declare class StartMetricStreamsCommand extends $Command<
25
- StartMetricStreamsCommandInput,
26
- StartMetricStreamsCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: StartMetricStreamsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartMetricStreamsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartMetricStreamsCommand_base: {
19
+ new (
20
+ input: StartMetricStreamsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartMetricStreamsCommandInput,
23
+ StartMetricStreamsCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartMetricStreamsCommand extends StartMetricStreamsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {}
20
14
  export interface StopMetricStreamsCommandOutput
21
15
  extends StopMetricStreamsOutput,
22
16
  __MetadataBearer {}
23
- export declare class StopMetricStreamsCommand extends $Command<
24
- StopMetricStreamsCommandInput,
25
- StopMetricStreamsCommandOutput,
26
- CloudWatchClientResolvedConfig
27
- > {
28
- readonly input: StopMetricStreamsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: StopMetricStreamsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudWatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const StopMetricStreamsCommand_base: {
18
+ new (
19
+ input: StopMetricStreamsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StopMetricStreamsCommandInput,
22
+ StopMetricStreamsCommandOutput,
23
+ CloudWatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StopMetricStreamsCommand extends StopMetricStreamsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceInput {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudWatchClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
17
11
  export interface UntagResourceCommandOutput
18
12
  extends UntagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class UntagResourceCommand extends $Command<
21
- UntagResourceCommandInput,
22
- UntagResourceCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: UntagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UntagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UntagResourceCommand_base: {
15
+ new (
16
+ input: UntagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeAlarmHistoryCommandOutput,
5
5
  } from "../commands/DescribeAlarmHistoryCommand";
6
6
  import { CloudWatchPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeAlarmHistory(
7
+ export declare const paginateDescribeAlarmHistory: (
8
8
  config: CloudWatchPaginationConfiguration,
9
9
  input: DescribeAlarmHistoryCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeAlarmHistoryCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeAlarmHistoryCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeAlarmsCommandOutput,
5
5
  } from "../commands/DescribeAlarmsCommand";
6
6
  import { CloudWatchPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeAlarms(
7
+ export declare const paginateDescribeAlarms: (
8
8
  config: CloudWatchPaginationConfiguration,
9
9
  input: DescribeAlarmsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeAlarmsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeAlarmsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeAnomalyDetectorsCommandOutput,
5
5
  } from "../commands/DescribeAnomalyDetectorsCommand";
6
6
  import { CloudWatchPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeAnomalyDetectors(
7
+ export declare const paginateDescribeAnomalyDetectors: (
8
8
  config: CloudWatchPaginationConfiguration,
9
9
  input: DescribeAnomalyDetectorsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeAnomalyDetectorsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeAnomalyDetectorsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeInsightRulesCommandOutput,
5
5
  } from "../commands/DescribeInsightRulesCommand";
6
6
  import { CloudWatchPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeInsightRules(
7
+ export declare const paginateDescribeInsightRules: (
8
8
  config: CloudWatchPaginationConfiguration,
9
9
  input: DescribeInsightRulesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeInsightRulesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeInsightRulesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  GetMetricDataCommandOutput,
5
5
  } from "../commands/GetMetricDataCommand";
6
6
  import { CloudWatchPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateGetMetricData(
7
+ export declare const paginateGetMetricData: (
8
8
  config: CloudWatchPaginationConfiguration,
9
9
  input: GetMetricDataCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetMetricDataCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<GetMetricDataCommandOutput>;