@aws-sdk/client-cloudwatch 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/dist-cjs/commands/DeleteAlarmsCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteDashboardsCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteInsightRulesCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteMetricStreamCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeAlarmsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeInsightRulesCommand.js +18 -41
  11. package/dist-cjs/commands/DisableAlarmActionsCommand.js +18 -41
  12. package/dist-cjs/commands/DisableInsightRulesCommand.js +18 -41
  13. package/dist-cjs/commands/EnableAlarmActionsCommand.js +18 -41
  14. package/dist-cjs/commands/EnableInsightRulesCommand.js +18 -41
  15. package/dist-cjs/commands/GetDashboardCommand.js +18 -41
  16. package/dist-cjs/commands/GetInsightRuleReportCommand.js +18 -41
  17. package/dist-cjs/commands/GetMetricDataCommand.js +18 -41
  18. package/dist-cjs/commands/GetMetricStatisticsCommand.js +18 -41
  19. package/dist-cjs/commands/GetMetricStreamCommand.js +18 -41
  20. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +18 -41
  21. package/dist-cjs/commands/ListDashboardsCommand.js +18 -41
  22. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +18 -41
  23. package/dist-cjs/commands/ListMetricStreamsCommand.js +18 -41
  24. package/dist-cjs/commands/ListMetricsCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +18 -41
  27. package/dist-cjs/commands/PutCompositeAlarmCommand.js +18 -41
  28. package/dist-cjs/commands/PutDashboardCommand.js +18 -41
  29. package/dist-cjs/commands/PutInsightRuleCommand.js +18 -41
  30. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +18 -41
  31. package/dist-cjs/commands/PutMetricAlarmCommand.js +18 -41
  32. package/dist-cjs/commands/PutMetricDataCommand.js +18 -41
  33. package/dist-cjs/commands/PutMetricStreamCommand.js +18 -41
  34. package/dist-cjs/commands/SetAlarmStateCommand.js +18 -41
  35. package/dist-cjs/commands/StartMetricStreamsCommand.js +18 -41
  36. package/dist-cjs/commands/StopMetricStreamsCommand.js +18 -41
  37. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  38. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  39. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  40. package/dist-es/commands/DeleteAlarmsCommand.js +18 -41
  41. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +18 -41
  42. package/dist-es/commands/DeleteDashboardsCommand.js +18 -41
  43. package/dist-es/commands/DeleteInsightRulesCommand.js +18 -41
  44. package/dist-es/commands/DeleteMetricStreamCommand.js +18 -41
  45. package/dist-es/commands/DescribeAlarmHistoryCommand.js +18 -41
  46. package/dist-es/commands/DescribeAlarmsCommand.js +18 -41
  47. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +18 -41
  48. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +18 -41
  49. package/dist-es/commands/DescribeInsightRulesCommand.js +18 -41
  50. package/dist-es/commands/DisableAlarmActionsCommand.js +18 -41
  51. package/dist-es/commands/DisableInsightRulesCommand.js +18 -41
  52. package/dist-es/commands/EnableAlarmActionsCommand.js +18 -41
  53. package/dist-es/commands/EnableInsightRulesCommand.js +18 -41
  54. package/dist-es/commands/GetDashboardCommand.js +18 -41
  55. package/dist-es/commands/GetInsightRuleReportCommand.js +18 -41
  56. package/dist-es/commands/GetMetricDataCommand.js +18 -41
  57. package/dist-es/commands/GetMetricStatisticsCommand.js +18 -41
  58. package/dist-es/commands/GetMetricStreamCommand.js +18 -41
  59. package/dist-es/commands/GetMetricWidgetImageCommand.js +18 -41
  60. package/dist-es/commands/ListDashboardsCommand.js +18 -41
  61. package/dist-es/commands/ListManagedInsightRulesCommand.js +18 -41
  62. package/dist-es/commands/ListMetricStreamsCommand.js +18 -41
  63. package/dist-es/commands/ListMetricsCommand.js +18 -41
  64. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  65. package/dist-es/commands/PutAnomalyDetectorCommand.js +18 -41
  66. package/dist-es/commands/PutCompositeAlarmCommand.js +18 -41
  67. package/dist-es/commands/PutDashboardCommand.js +18 -41
  68. package/dist-es/commands/PutInsightRuleCommand.js +18 -41
  69. package/dist-es/commands/PutManagedInsightRulesCommand.js +18 -41
  70. package/dist-es/commands/PutMetricAlarmCommand.js +18 -41
  71. package/dist-es/commands/PutMetricDataCommand.js +18 -41
  72. package/dist-es/commands/PutMetricStreamCommand.js +18 -41
  73. package/dist-es/commands/SetAlarmStateCommand.js +18 -41
  74. package/dist-es/commands/StartMetricStreamsCommand.js +18 -41
  75. package/dist-es/commands/StopMetricStreamsCommand.js +18 -41
  76. package/dist-es/commands/TagResourceCommand.js +18 -41
  77. package/dist-es/commands/UntagResourceCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-types/commands/DeleteAlarmsCommand.d.ts +6 -21
  80. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteDashboardsCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeAlarmsCommand.d.ts +6 -21
  86. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -21
  87. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -21
  88. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +6 -21
  89. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +6 -21
  90. package/dist-types/commands/DisableInsightRulesCommand.d.ts +6 -21
  91. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +6 -21
  92. package/dist-types/commands/EnableInsightRulesCommand.d.ts +6 -21
  93. package/dist-types/commands/GetDashboardCommand.d.ts +6 -21
  94. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +6 -21
  95. package/dist-types/commands/GetMetricDataCommand.d.ts +6 -21
  96. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +6 -21
  97. package/dist-types/commands/GetMetricStreamCommand.d.ts +6 -21
  98. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +6 -21
  99. package/dist-types/commands/ListDashboardsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +6 -21
  101. package/dist-types/commands/ListMetricStreamsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListMetricsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -21
  105. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -21
  106. package/dist-types/commands/PutDashboardCommand.d.ts +6 -21
  107. package/dist-types/commands/PutInsightRuleCommand.d.ts +6 -21
  108. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +6 -21
  109. package/dist-types/commands/PutMetricAlarmCommand.d.ts +6 -21
  110. package/dist-types/commands/PutMetricDataCommand.d.ts +6 -21
  111. package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -21
  112. package/dist-types/commands/SetAlarmStateCommand.d.ts +6 -21
  113. package/dist-types/commands/StartMetricStreamsCommand.d.ts +6 -21
  114. package/dist-types/commands/StopMetricStreamsCommand.d.ts +6 -21
  115. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  116. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  117. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  118. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  157. package/package.json +9 -9
@@ -1,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 DisableInsightRulesCommandInput
21
15
  export interface DisableInsightRulesCommandOutput
22
16
  extends DisableInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class DisableInsightRulesCommand extends $Command<
25
- DisableInsightRulesCommandInput,
26
- DisableInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DisableInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisableInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DisableInsightRulesCommand_base: {
19
+ new (
20
+ input: DisableInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DisableInsightRulesCommandInput,
23
+ DisableInsightRulesCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_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,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface EnableAlarmActionsCommandInput
17
11
  extends EnableAlarmActionsInput {}
18
12
  export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
19
- export declare class EnableAlarmActionsCommand extends $Command<
20
- EnableAlarmActionsCommandInput,
21
- EnableAlarmActionsCommandOutput,
22
- CloudWatchClientResolvedConfig
23
- > {
24
- readonly input: EnableAlarmActionsCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: EnableAlarmActionsCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CloudWatchClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const EnableAlarmActionsCommand_base: {
14
+ new (
15
+ input: EnableAlarmActionsCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ EnableAlarmActionsCommandInput,
18
+ EnableAlarmActionsCommandOutput,
19
+ CloudWatchClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_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 EnableInsightRulesCommandInput
21
15
  export interface EnableInsightRulesCommandOutput
22
16
  extends EnableInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class EnableInsightRulesCommand extends $Command<
25
- EnableInsightRulesCommandInput,
26
- EnableInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: EnableInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: EnableInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const EnableInsightRulesCommand_base: {
19
+ new (
20
+ input: EnableInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ EnableInsightRulesCommandInput,
23
+ EnableInsightRulesCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_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 GetDashboardCommandInput extends GetDashboardInput {}
17
11
  export interface GetDashboardCommandOutput
18
12
  extends GetDashboardOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetDashboardCommand extends $Command<
21
- GetDashboardCommandInput,
22
- GetDashboardCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: GetDashboardCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetDashboardCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetDashboardCommandInput, GetDashboardCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetDashboardCommand_base: {
15
+ new (
16
+ input: GetDashboardCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetDashboardCommandInput,
19
+ GetDashboardCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetDashboardCommand extends GetDashboardCommand_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 GetInsightRuleReportCommandInput
21
15
  export interface GetInsightRuleReportCommandOutput
22
16
  extends GetInsightRuleReportOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetInsightRuleReportCommand extends $Command<
25
- GetInsightRuleReportCommandInput,
26
- GetInsightRuleReportCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: GetInsightRuleReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetInsightRuleReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetInsightRuleReportCommand_base: {
19
+ new (
20
+ input: GetInsightRuleReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetInsightRuleReportCommandInput,
38
- GetInsightRuleReportCommandOutput
23
+ GetInsightRuleReportCommandOutput,
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 GetInsightRuleReportCommand extends GetInsightRuleReportCommand_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 GetMetricDataCommandInput extends GetMetricDataInput {}
17
11
  export interface GetMetricDataCommandOutput
18
12
  extends GetMetricDataOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetMetricDataCommand extends $Command<
21
- GetMetricDataCommandInput,
22
- GetMetricDataCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: GetMetricDataCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetMetricDataCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetMetricDataCommandInput, GetMetricDataCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetMetricDataCommand_base: {
15
+ new (
16
+ input: GetMetricDataCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetMetricDataCommandInput,
19
+ GetMetricDataCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetMetricDataCommand extends GetMetricDataCommand_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 GetMetricStatisticsCommandInput
21
15
  export interface GetMetricStatisticsCommandOutput
22
16
  extends GetMetricStatisticsOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetMetricStatisticsCommand extends $Command<
25
- GetMetricStatisticsCommandInput,
26
- GetMetricStatisticsCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: GetMetricStatisticsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetMetricStatisticsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetMetricStatisticsCommand_base: {
19
+ new (
20
+ input: GetMetricStatisticsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetMetricStatisticsCommandInput,
23
+ GetMetricStatisticsCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_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 GetMetricStreamCommandInput extends GetMetricStreamInput {}
20
14
  export interface GetMetricStreamCommandOutput
21
15
  extends GetMetricStreamOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetMetricStreamCommand extends $Command<
24
- GetMetricStreamCommandInput,
25
- GetMetricStreamCommandOutput,
26
- CloudWatchClientResolvedConfig
27
- > {
28
- readonly input: GetMetricStreamCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetMetricStreamCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudWatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetMetricStreamCommandInput, GetMetricStreamCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetMetricStreamCommand_base: {
18
+ new (
19
+ input: GetMetricStreamCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetMetricStreamCommandInput,
22
+ GetMetricStreamCommandOutput,
23
+ CloudWatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetMetricStreamCommand extends GetMetricStreamCommand_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 GetMetricWidgetImageCommandInput
21
15
  export interface GetMetricWidgetImageCommandOutput
22
16
  extends GetMetricWidgetImageOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetMetricWidgetImageCommand extends $Command<
25
- GetMetricWidgetImageCommandInput,
26
- GetMetricWidgetImageCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: GetMetricWidgetImageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetMetricWidgetImageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetMetricWidgetImageCommand_base: {
19
+ new (
20
+ input: GetMetricWidgetImageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetMetricWidgetImageCommandInput,
38
- GetMetricWidgetImageCommandOutput
23
+ GetMetricWidgetImageCommandOutput,
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 GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_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 ListDashboardsCommandInput extends ListDashboardsInput {}
17
11
  export interface ListDashboardsCommandOutput
18
12
  extends ListDashboardsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListDashboardsCommand extends $Command<
21
- ListDashboardsCommandInput,
22
- ListDashboardsCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: ListDashboardsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDashboardsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDashboardsCommand_base: {
15
+ new (
16
+ input: ListDashboardsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDashboardsCommandInput,
19
+ ListDashboardsCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDashboardsCommand extends ListDashboardsCommand_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 ListManagedInsightRulesCommandInput
21
15
  export interface ListManagedInsightRulesCommandOutput
22
16
  extends ListManagedInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListManagedInsightRulesCommand extends $Command<
25
- ListManagedInsightRulesCommandInput,
26
- ListManagedInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: ListManagedInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListManagedInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListManagedInsightRulesCommand_base: {
19
+ new (
20
+ input: ListManagedInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListManagedInsightRulesCommandInput,
38
- ListManagedInsightRulesCommandOutput
23
+ ListManagedInsightRulesCommandOutput,
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 ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_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 ListMetricStreamsCommandInput extends ListMetricStreamsInput {}
20
14
  export interface ListMetricStreamsCommandOutput
21
15
  extends ListMetricStreamsOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListMetricStreamsCommand extends $Command<
24
- ListMetricStreamsCommandInput,
25
- ListMetricStreamsCommandOutput,
26
- CloudWatchClientResolvedConfig
27
- > {
28
- readonly input: ListMetricStreamsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListMetricStreamsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudWatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListMetricStreamsCommand_base: {
18
+ new (
19
+ input: ListMetricStreamsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListMetricStreamsCommandInput,
22
+ ListMetricStreamsCommandOutput,
23
+ CloudWatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_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 ListMetricsCommandInput extends ListMetricsInput {}
17
11
  export interface ListMetricsCommandOutput
18
12
  extends ListMetricsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListMetricsCommand extends $Command<
21
- ListMetricsCommandInput,
22
- ListMetricsCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: ListMetricsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListMetricsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListMetricsCommandInput, ListMetricsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListMetricsCommand_base: {
15
+ new (
16
+ input: ListMetricsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListMetricsCommandInput,
19
+ ListMetricsCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListMetricsCommand extends ListMetricsCommand_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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}