@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch resource. Currently, the only CloudWatch resources that
@@ -77,23 +80,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
77
80
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
78
81
  *
79
82
  */
80
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig> {
81
- readonly input: TagResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: TagResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class TagResourceCommand extends TagResourceCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
5
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from the specified resource.</p>
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
64
67
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
65
68
  *
66
69
  */
67
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig> {
68
- readonly input: UntagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UntagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
86
71
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 { DeleteAlarmsInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {}
17
11
  export interface DeleteAlarmsCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteAlarmsCommand extends $Command<
19
- DeleteAlarmsCommandInput,
20
- DeleteAlarmsCommandOutput,
21
- CloudWatchClientResolvedConfig
22
- > {
23
- readonly input: DeleteAlarmsCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteAlarmsCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: CloudWatchClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteAlarmsCommand_base: {
13
+ new (
14
+ input: DeleteAlarmsCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteAlarmsCommandInput,
17
+ DeleteAlarmsCommandOutput,
18
+ CloudWatchClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_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 DeleteAnomalyDetectorCommandInput
21
15
  export interface DeleteAnomalyDetectorCommandOutput
22
16
  extends DeleteAnomalyDetectorOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAnomalyDetectorCommand extends $Command<
25
- DeleteAnomalyDetectorCommandInput,
26
- DeleteAnomalyDetectorCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteAnomalyDetectorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAnomalyDetectorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAnomalyDetectorCommand_base: {
19
+ new (
20
+ input: DeleteAnomalyDetectorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAnomalyDetectorCommandInput,
38
- DeleteAnomalyDetectorCommandOutput
23
+ DeleteAnomalyDetectorCommandOutput,
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 DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_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 DeleteDashboardsCommandInput extends DeleteDashboardsInput {}
20
14
  export interface DeleteDashboardsCommandOutput
21
15
  extends DeleteDashboardsOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteDashboardsCommand extends $Command<
24
- DeleteDashboardsCommandInput,
25
- DeleteDashboardsCommandOutput,
26
- CloudWatchClientResolvedConfig
27
- > {
28
- readonly input: DeleteDashboardsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteDashboardsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudWatchClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteDashboardsCommand_base: {
18
+ new (
19
+ input: DeleteDashboardsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteDashboardsCommandInput,
22
+ DeleteDashboardsCommandOutput,
23
+ CloudWatchClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteDashboardsCommand extends DeleteDashboardsCommand_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 DeleteInsightRulesCommandInput
21
15
  export interface DeleteInsightRulesCommandOutput
22
16
  extends DeleteInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteInsightRulesCommand extends $Command<
25
- DeleteInsightRulesCommandInput,
26
- DeleteInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteInsightRulesCommand_base: {
19
+ new (
20
+ input: DeleteInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteInsightRulesCommandInput,
23
+ DeleteInsightRulesCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteInsightRulesCommand extends DeleteInsightRulesCommand_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 DeleteMetricStreamCommandInput
21
15
  export interface DeleteMetricStreamCommandOutput
22
16
  extends DeleteMetricStreamOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteMetricStreamCommand extends $Command<
25
- DeleteMetricStreamCommandInput,
26
- DeleteMetricStreamCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DeleteMetricStreamCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteMetricStreamCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteMetricStreamCommand_base: {
19
+ new (
20
+ input: DeleteMetricStreamCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteMetricStreamCommandInput,
23
+ DeleteMetricStreamCommandOutput,
24
+ CloudWatchClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteMetricStreamCommand extends DeleteMetricStreamCommand_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 DescribeAlarmHistoryCommandInput
21
15
  export interface DescribeAlarmHistoryCommandOutput
22
16
  extends DescribeAlarmHistoryOutput,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAlarmHistoryCommand extends $Command<
25
- DescribeAlarmHistoryCommandInput,
26
- DescribeAlarmHistoryCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeAlarmHistoryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAlarmHistoryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAlarmHistoryCommand_base: {
19
+ new (
20
+ input: DescribeAlarmHistoryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAlarmHistoryCommandInput,
38
- DescribeAlarmHistoryCommandOutput
23
+ DescribeAlarmHistoryCommandOutput,
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 DescribeAlarmHistoryCommand extends DescribeAlarmHistoryCommand_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 DescribeAlarmsCommandInput extends DescribeAlarmsInput {}
17
11
  export interface DescribeAlarmsCommandOutput
18
12
  extends DescribeAlarmsOutput,
19
13
  __MetadataBearer {}
20
- export declare class DescribeAlarmsCommand extends $Command<
21
- DescribeAlarmsCommandInput,
22
- DescribeAlarmsCommandOutput,
23
- CloudWatchClientResolvedConfig
24
- > {
25
- readonly input: DescribeAlarmsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeAlarmsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudWatchClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeAlarmsCommand_base: {
15
+ new (
16
+ input: DescribeAlarmsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeAlarmsCommandInput,
19
+ DescribeAlarmsCommandOutput,
20
+ CloudWatchClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeAlarmsCommand extends DescribeAlarmsCommand_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 DescribeAlarmsForMetricCommandInput
21
15
  export interface DescribeAlarmsForMetricCommandOutput
22
16
  extends DescribeAlarmsForMetricOutput,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAlarmsForMetricCommand extends $Command<
25
- DescribeAlarmsForMetricCommandInput,
26
- DescribeAlarmsForMetricCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeAlarmsForMetricCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAlarmsForMetricCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAlarmsForMetricCommand_base: {
19
+ new (
20
+ input: DescribeAlarmsForMetricCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAlarmsForMetricCommandInput,
38
- DescribeAlarmsForMetricCommandOutput
23
+ DescribeAlarmsForMetricCommandOutput,
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 DescribeAlarmsForMetricCommand extends DescribeAlarmsForMetricCommand_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 DescribeAnomalyDetectorsCommandInput
21
15
  export interface DescribeAnomalyDetectorsCommandOutput
22
16
  extends DescribeAnomalyDetectorsOutput,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAnomalyDetectorsCommand extends $Command<
25
- DescribeAnomalyDetectorsCommandInput,
26
- DescribeAnomalyDetectorsCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeAnomalyDetectorsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAnomalyDetectorsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAnomalyDetectorsCommand_base: {
19
+ new (
20
+ input: DescribeAnomalyDetectorsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAnomalyDetectorsCommandInput,
38
- DescribeAnomalyDetectorsCommandOutput
23
+ DescribeAnomalyDetectorsCommandOutput,
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 DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_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 DescribeInsightRulesCommandInput
21
15
  export interface DescribeInsightRulesCommandOutput
22
16
  extends DescribeInsightRulesOutput,
23
17
  __MetadataBearer {}
24
- export declare class DescribeInsightRulesCommand extends $Command<
25
- DescribeInsightRulesCommandInput,
26
- DescribeInsightRulesCommandOutput,
27
- CloudWatchClientResolvedConfig
28
- > {
29
- readonly input: DescribeInsightRulesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeInsightRulesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudWatchClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeInsightRulesCommand_base: {
19
+ new (
20
+ input: DescribeInsightRulesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeInsightRulesCommandInput,
38
- DescribeInsightRulesCommandOutput
23
+ DescribeInsightRulesCommandOutput,
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 DescribeInsightRulesCommand extends DescribeInsightRulesCommand_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 DisableAlarmActionsCommandInput
17
11
  extends DisableAlarmActionsInput {}
18
12
  export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {}
19
- export declare class DisableAlarmActionsCommand extends $Command<
20
- DisableAlarmActionsCommandInput,
21
- DisableAlarmActionsCommandOutput,
22
- CloudWatchClientResolvedConfig
23
- > {
24
- readonly input: DisableAlarmActionsCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DisableAlarmActionsCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: CloudWatchClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DisableAlarmActionsCommand_base: {
14
+ new (
15
+ input: DisableAlarmActionsCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DisableAlarmActionsCommandInput,
18
+ DisableAlarmActionsCommandOutput,
19
+ CloudWatchClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {}