@aws-sdk/client-cloudwatch 3.1076.0 → 3.1078.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 (175) hide show
  1. package/dist-cjs/index.js +189 -612
  2. package/dist-es/commandBuilder.js +12 -0
  3. package/dist-es/commands/AssociateDatasetKmsKeyCommand.js +2 -14
  4. package/dist-es/commands/DeleteAlarmMuteRuleCommand.js +2 -14
  5. package/dist-es/commands/DeleteAlarmsCommand.js +2 -14
  6. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
  7. package/dist-es/commands/DeleteDashboardsCommand.js +2 -14
  8. package/dist-es/commands/DeleteInsightRulesCommand.js +2 -14
  9. package/dist-es/commands/DeleteMetricStreamCommand.js +2 -14
  10. package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -14
  11. package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -14
  12. package/dist-es/commands/DescribeAlarmsCommand.js +2 -14
  13. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -14
  14. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -14
  15. package/dist-es/commands/DescribeInsightRulesCommand.js +2 -14
  16. package/dist-es/commands/DisableAlarmActionsCommand.js +2 -14
  17. package/dist-es/commands/DisableInsightRulesCommand.js +2 -14
  18. package/dist-es/commands/DisassociateDatasetKmsKeyCommand.js +2 -14
  19. package/dist-es/commands/EnableAlarmActionsCommand.js +2 -14
  20. package/dist-es/commands/EnableInsightRulesCommand.js +2 -14
  21. package/dist-es/commands/GetAlarmMuteRuleCommand.js +2 -14
  22. package/dist-es/commands/GetDashboardCommand.js +2 -14
  23. package/dist-es/commands/GetDatasetCommand.js +2 -14
  24. package/dist-es/commands/GetInsightRuleReportCommand.js +2 -14
  25. package/dist-es/commands/GetMetricDataCommand.js +2 -14
  26. package/dist-es/commands/GetMetricStatisticsCommand.js +2 -14
  27. package/dist-es/commands/GetMetricStreamCommand.js +2 -14
  28. package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -14
  29. package/dist-es/commands/GetOTelEnrichmentCommand.js +2 -14
  30. package/dist-es/commands/ListAlarmMuteRulesCommand.js +2 -14
  31. package/dist-es/commands/ListDashboardsCommand.js +2 -14
  32. package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -14
  33. package/dist-es/commands/ListMetricStreamsCommand.js +2 -14
  34. package/dist-es/commands/ListMetricsCommand.js +2 -14
  35. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  36. package/dist-es/commands/PutAlarmMuteRuleCommand.js +2 -14
  37. package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
  38. package/dist-es/commands/PutCompositeAlarmCommand.js +2 -14
  39. package/dist-es/commands/PutDashboardCommand.js +2 -14
  40. package/dist-es/commands/PutInsightRuleCommand.js +2 -14
  41. package/dist-es/commands/PutLogAlarmCommand.js +2 -14
  42. package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -14
  43. package/dist-es/commands/PutMetricAlarmCommand.js +2 -14
  44. package/dist-es/commands/PutMetricDataCommand.js +2 -20
  45. package/dist-es/commands/PutMetricStreamCommand.js +2 -14
  46. package/dist-es/commands/SetAlarmStateCommand.js +2 -14
  47. package/dist-es/commands/StartMetricStreamsCommand.js +2 -14
  48. package/dist-es/commands/StartOTelEnrichmentCommand.js +2 -14
  49. package/dist-es/commands/StopMetricStreamsCommand.js +2 -14
  50. package/dist-es/commands/StopOTelEnrichmentCommand.js +2 -14
  51. package/dist-es/commands/TagResourceCommand.js +2 -14
  52. package/dist-es/commands/UntagResourceCommand.js +2 -14
  53. package/dist-es/index.js +1 -0
  54. package/dist-es/runtimeConfig.browser.js +0 -2
  55. package/dist-es/runtimeConfig.js +1 -2
  56. package/dist-es/runtimeConfig.native.js +0 -2
  57. package/dist-es/runtimeConfig.shared.js +2 -0
  58. package/dist-es/schemas/schemas_0.js +22 -4
  59. package/dist-types/commandBuilder.d.ts +22 -0
  60. package/dist-types/commands/AssociateDatasetKmsKeyCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -8
  68. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeAlarmsCommand.d.ts +9 -8
  70. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +9 -8
  71. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -8
  73. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -8
  74. package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -8
  75. package/dist-types/commands/DisassociateDatasetKmsKeyCommand.d.ts +3 -8
  76. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -8
  77. package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -8
  78. package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +3 -8
  79. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  80. package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
  81. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -8
  82. package/dist-types/commands/GetMetricDataCommand.d.ts +3 -8
  83. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -8
  84. package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -8
  85. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -8
  86. package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +3 -8
  87. package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +3 -8
  88. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -8
  90. package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +3 -8
  94. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
  95. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -8
  96. package/dist-types/commands/PutDashboardCommand.d.ts +3 -8
  97. package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -8
  98. package/dist-types/commands/PutLogAlarmCommand.d.ts +3 -8
  99. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -8
  100. package/dist-types/commands/PutMetricAlarmCommand.d.ts +9 -8
  101. package/dist-types/commands/PutMetricDataCommand.d.ts +3 -8
  102. package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -8
  103. package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -8
  104. package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -8
  105. package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +3 -8
  106. package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -8
  107. package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -8
  108. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  109. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  110. package/dist-types/index.d.ts +1 -0
  111. package/dist-types/models/models_0.d.ts +116 -0
  112. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/runtimeConfig.d.ts +1 -1
  114. package/dist-types/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  116. package/dist-types/schemas/schemas_0.d.ts +3 -0
  117. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  118. package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/index.d.ts +1 -0
  169. package/dist-types/ts3.4/models/models_0.d.ts +32 -0
  170. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  171. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  172. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  173. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  174. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  175. package/package.json +10 -12
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { EnableAlarmActionsInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface EnableAlarmActionsCommandInput
12
5
  extends EnableAlarmActionsInput {}
13
6
  export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const EnableAlarmActionsCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  EnableAlarmActionsCommandInput,
19
12
  EnableAlarmActionsCommandOutput,
20
- CloudWatchClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").CloudWatchClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: EnableAlarmActionsCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  EnableAlarmActionsCommandInput,
28
21
  EnableAlarmActionsCommandOutput,
29
- CloudWatchClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").CloudWatchClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base {
38
29
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  EnableInsightRulesInput,
10
4
  EnableInsightRulesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface EnableInsightRulesCommandInput
15
8
  extends EnableInsightRulesInput {}
16
9
  export interface EnableInsightRulesCommandOutput
@@ -22,22 +15,20 @@ declare const EnableInsightRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  EnableInsightRulesCommandInput,
24
17
  EnableInsightRulesCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: EnableInsightRulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  EnableInsightRulesCommandInput,
33
26
  EnableInsightRulesCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetAlarmMuteRuleInput,
10
4
  GetAlarmMuteRuleOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAlarmMuteRuleCommandInput extends GetAlarmMuteRuleInput {}
15
8
  export interface GetAlarmMuteRuleCommandOutput
16
9
  extends GetAlarmMuteRuleOutput,
@@ -21,22 +14,20 @@ declare const GetAlarmMuteRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetAlarmMuteRuleCommandInput,
23
16
  GetAlarmMuteRuleCommandOutput,
24
- CloudWatchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudWatchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetAlarmMuteRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetAlarmMuteRuleCommandInput,
32
25
  GetAlarmMuteRuleCommandOutput,
33
- CloudWatchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudWatchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetAlarmMuteRuleCommand extends GetAlarmMuteRuleCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetDashboardCommandInput extends GetDashboardInput {}
12
5
  export interface GetDashboardCommandOutput
13
6
  extends GetDashboardOutput,
@@ -18,22 +11,20 @@ declare const GetDashboardCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetDashboardCommandInput,
20
13
  GetDashboardCommandOutput,
21
- CloudWatchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudWatchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetDashboardCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetDashboardCommandInput,
29
22
  GetDashboardCommandOutput,
30
- CloudWatchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudWatchClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetDashboardCommand extends GetDashboardCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { GetDatasetInput, GetDatasetOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetDatasetCommandInput extends GetDatasetInput {}
12
5
  export interface GetDatasetCommandOutput
13
6
  extends GetDatasetOutput,
@@ -18,22 +11,20 @@ declare const GetDatasetCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetDatasetCommandInput,
20
13
  GetDatasetCommandOutput,
21
- CloudWatchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudWatchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetDatasetCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetDatasetCommandInput,
29
22
  GetDatasetCommandOutput,
30
- CloudWatchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudWatchClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetDatasetCommand extends GetDatasetCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetInsightRuleReportInput,
10
4
  GetInsightRuleReportOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetInsightRuleReportCommandInput
15
8
  extends GetInsightRuleReportInput {}
16
9
  export interface GetInsightRuleReportCommandOutput
@@ -22,22 +15,20 @@ declare const GetInsightRuleReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetInsightRuleReportCommandInput,
24
17
  GetInsightRuleReportCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetInsightRuleReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetInsightRuleReportCommandInput,
33
26
  GetInsightRuleReportCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetInsightRuleReportCommand extends GetInsightRuleReportCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetMetricDataCommandInput extends GetMetricDataInput {}
12
5
  export interface GetMetricDataCommandOutput
13
6
  extends GetMetricDataOutput,
@@ -18,22 +11,20 @@ declare const GetMetricDataCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetMetricDataCommandInput,
20
13
  GetMetricDataCommandOutput,
21
- CloudWatchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudWatchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetMetricDataCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetMetricDataCommandInput,
29
22
  GetMetricDataCommandOutput,
30
- CloudWatchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudWatchClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetMetricDataCommand extends GetMetricDataCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetMetricStatisticsInput,
10
4
  GetMetricStatisticsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetMetricStatisticsCommandInput
15
8
  extends GetMetricStatisticsInput {}
16
9
  export interface GetMetricStatisticsCommandOutput
@@ -22,22 +15,20 @@ declare const GetMetricStatisticsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetMetricStatisticsCommandInput,
24
17
  GetMetricStatisticsCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetMetricStatisticsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetMetricStatisticsCommandInput,
33
26
  GetMetricStatisticsCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetMetricStreamInput,
10
4
  GetMetricStreamOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetMetricStreamCommandInput extends GetMetricStreamInput {}
15
8
  export interface GetMetricStreamCommandOutput
16
9
  extends GetMetricStreamOutput,
@@ -21,22 +14,20 @@ declare const GetMetricStreamCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetMetricStreamCommandInput,
23
16
  GetMetricStreamCommandOutput,
24
- CloudWatchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudWatchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetMetricStreamCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetMetricStreamCommandInput,
32
25
  GetMetricStreamCommandOutput,
33
- CloudWatchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudWatchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetMetricStreamCommand extends GetMetricStreamCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetMetricWidgetImageInput,
10
4
  GetMetricWidgetImageOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetMetricWidgetImageCommandInput
15
8
  extends GetMetricWidgetImageInput {}
16
9
  export interface GetMetricWidgetImageCommandOutput
@@ -22,22 +15,20 @@ declare const GetMetricWidgetImageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetMetricWidgetImageCommandInput,
24
17
  GetMetricWidgetImageCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetMetricWidgetImageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetMetricWidgetImageCommandInput,
33
26
  GetMetricWidgetImageCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  GetOTelEnrichmentInput,
10
4
  GetOTelEnrichmentOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetOTelEnrichmentCommandInput extends GetOTelEnrichmentInput {}
15
8
  export interface GetOTelEnrichmentCommandOutput
16
9
  extends GetOTelEnrichmentOutput,
@@ -21,22 +14,20 @@ declare const GetOTelEnrichmentCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetOTelEnrichmentCommandInput,
23
16
  GetOTelEnrichmentCommandOutput,
24
- CloudWatchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudWatchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [GetOTelEnrichmentCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetOTelEnrichmentCommandInput,
32
25
  GetOTelEnrichmentCommandOutput,
33
- CloudWatchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudWatchClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetOTelEnrichmentCommand extends GetOTelEnrichmentCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  ListAlarmMuteRulesInput,
10
4
  ListAlarmMuteRulesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAlarmMuteRulesCommandInput
15
8
  extends ListAlarmMuteRulesInput {}
16
9
  export interface ListAlarmMuteRulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListAlarmMuteRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAlarmMuteRulesCommandInput,
24
17
  ListAlarmMuteRulesCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListAlarmMuteRulesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAlarmMuteRulesCommandInput,
33
26
  ListAlarmMuteRulesCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAlarmMuteRulesCommand extends ListAlarmMuteRulesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListDashboardsCommandInput extends ListDashboardsInput {}
12
5
  export interface ListDashboardsCommandOutput
13
6
  extends ListDashboardsOutput,
@@ -18,22 +11,20 @@ declare const ListDashboardsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListDashboardsCommandInput,
20
13
  ListDashboardsCommandOutput,
21
- CloudWatchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudWatchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListDashboardsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListDashboardsCommandInput,
29
22
  ListDashboardsCommandOutput,
30
- CloudWatchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudWatchClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudWatchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudWatchClient";
8
2
  import {
9
3
  ListManagedInsightRulesInput,
10
4
  ListManagedInsightRulesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListManagedInsightRulesCommandInput
15
8
  extends ListManagedInsightRulesInput {}
16
9
  export interface ListManagedInsightRulesCommandOutput
@@ -22,22 +15,20 @@ declare const ListManagedInsightRulesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListManagedInsightRulesCommandInput,
24
17
  ListManagedInsightRulesCommandOutput,
25
- CloudWatchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudWatchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListManagedInsightRulesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListManagedInsightRulesCommandInput,
33
26
  ListManagedInsightRulesCommandOutput,
34
- CloudWatchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudWatchClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_base {
43
34
  protected static __types: {