@aws-sdk/client-cloudwatch 3.1077.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 (158) hide show
  1. package/dist-cjs/index.js +161 -606
  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-types/commandBuilder.d.ts +22 -0
  55. package/dist-types/commands/AssociateDatasetKmsKeyCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -8
  62. package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeAlarmsCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -8
  68. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -8
  69. package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -8
  70. package/dist-types/commands/DisassociateDatasetKmsKeyCommand.d.ts +3 -8
  71. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -8
  72. package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -8
  73. package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +3 -8
  74. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  75. package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
  76. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -8
  77. package/dist-types/commands/GetMetricDataCommand.d.ts +3 -8
  78. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -8
  79. package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -8
  80. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -8
  81. package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +3 -8
  82. package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +3 -8
  83. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +3 -8
  89. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
  90. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -8
  91. package/dist-types/commands/PutDashboardCommand.d.ts +3 -8
  92. package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -8
  93. package/dist-types/commands/PutLogAlarmCommand.d.ts +3 -8
  94. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -8
  95. package/dist-types/commands/PutMetricAlarmCommand.d.ts +3 -8
  96. package/dist-types/commands/PutMetricDataCommand.d.ts +3 -8
  97. package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -8
  98. package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -8
  99. package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -8
  100. package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +3 -8
  101. package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -8
  102. package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -8
  103. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  104. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  107. package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/index.d.ts +1 -0
  158. package/package.json +10 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMetricStreams$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMetricStreamsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "ListMetricStreams", {})
13
- .n("CloudWatchClient", "ListMetricStreamsCommand")
14
- .sc(ListMetricStreams$)
15
- .build() {
3
+ export class ListMetricStreamsCommand extends command(_ep0, _mw0, "ListMetricStreams", ListMetricStreams$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMetrics$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMetricsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "ListMetrics", {})
13
- .n("CloudWatchClient", "ListMetricsCommand")
14
- .sc(ListMetrics$)
15
- .build() {
3
+ export class ListMetricsCommand extends command(_ep0, _mw0, "ListMetrics", ListMetrics$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "ListTagsForResource", {})
13
- .n("CloudWatchClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAlarmMuteRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAlarmMuteRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutAlarmMuteRule", {})
13
- .n("CloudWatchClient", "PutAlarmMuteRuleCommand")
14
- .sc(PutAlarmMuteRule$)
15
- .build() {
3
+ export class PutAlarmMuteRuleCommand extends command(_ep0, _mw0, "PutAlarmMuteRule", PutAlarmMuteRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutAnomalyDetector$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutAnomalyDetectorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutAnomalyDetector", {})
13
- .n("CloudWatchClient", "PutAnomalyDetectorCommand")
14
- .sc(PutAnomalyDetector$)
15
- .build() {
3
+ export class PutAnomalyDetectorCommand extends command(_ep0, _mw0, "PutAnomalyDetector", PutAnomalyDetector$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutCompositeAlarm$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutCompositeAlarmCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutCompositeAlarm", {})
13
- .n("CloudWatchClient", "PutCompositeAlarmCommand")
14
- .sc(PutCompositeAlarm$)
15
- .build() {
3
+ export class PutCompositeAlarmCommand extends command(_ep0, _mw0, "PutCompositeAlarm", PutCompositeAlarm$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutDashboard$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutDashboardCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutDashboard", {})
13
- .n("CloudWatchClient", "PutDashboardCommand")
14
- .sc(PutDashboard$)
15
- .build() {
3
+ export class PutDashboardCommand extends command(_ep0, _mw0, "PutDashboard", PutDashboard$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutInsightRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutInsightRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutInsightRule", {})
13
- .n("CloudWatchClient", "PutInsightRuleCommand")
14
- .sc(PutInsightRule$)
15
- .build() {
3
+ export class PutInsightRuleCommand extends command(_ep0, _mw0, "PutInsightRule", PutInsightRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutLogAlarm$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutLogAlarmCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutLogAlarm", {})
13
- .n("CloudWatchClient", "PutLogAlarmCommand")
14
- .sc(PutLogAlarm$)
15
- .build() {
3
+ export class PutLogAlarmCommand extends command(_ep0, _mw0, "PutLogAlarm", PutLogAlarm$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutManagedInsightRules$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutManagedInsightRulesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutManagedInsightRules", {})
13
- .n("CloudWatchClient", "PutManagedInsightRulesCommand")
14
- .sc(PutManagedInsightRules$)
15
- .build() {
3
+ export class PutManagedInsightRulesCommand extends command(_ep0, _mw0, "PutManagedInsightRules", PutManagedInsightRules$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutMetricAlarm$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutMetricAlarmCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutMetricAlarm", {})
13
- .n("CloudWatchClient", "PutMetricAlarmCommand")
14
- .sc(PutMetricAlarm$)
15
- .build() {
3
+ export class PutMetricAlarmCommand extends command(_ep0, _mw0, "PutMetricAlarm", PutMetricAlarm$) {
16
4
  }
@@ -1,22 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { getCompressionPlugin } from "@smithy/middleware-compression";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw1, command } from "../commandBuilder";
5
2
  import { PutMetricData$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class PutMetricDataCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getCompressionPlugin(config, {
14
- 'encodings': ['gzip'],
15
- }),
16
- ];
17
- })
18
- .s("GraniteServiceVersion20100801", "PutMetricData", {})
19
- .n("CloudWatchClient", "PutMetricDataCommand")
20
- .sc(PutMetricData$)
21
- .build() {
3
+ export class PutMetricDataCommand extends command(_ep0, _mw1, "PutMetricData", PutMetricData$) {
22
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutMetricStream$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutMetricStreamCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "PutMetricStream", {})
13
- .n("CloudWatchClient", "PutMetricStreamCommand")
14
- .sc(PutMetricStream$)
15
- .build() {
3
+ export class PutMetricStreamCommand extends command(_ep0, _mw0, "PutMetricStream", PutMetricStream$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SetAlarmState$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SetAlarmStateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "SetAlarmState", {})
13
- .n("CloudWatchClient", "SetAlarmStateCommand")
14
- .sc(SetAlarmState$)
15
- .build() {
3
+ export class SetAlarmStateCommand extends command(_ep0, _mw0, "SetAlarmState", SetAlarmState$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartMetricStreams$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartMetricStreamsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "StartMetricStreams", {})
13
- .n("CloudWatchClient", "StartMetricStreamsCommand")
14
- .sc(StartMetricStreams$)
15
- .build() {
3
+ export class StartMetricStreamsCommand extends command(_ep0, _mw0, "StartMetricStreams", StartMetricStreams$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartOTelEnrichment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartOTelEnrichmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "StartOTelEnrichment", {})
13
- .n("CloudWatchClient", "StartOTelEnrichmentCommand")
14
- .sc(StartOTelEnrichment$)
15
- .build() {
3
+ export class StartOTelEnrichmentCommand extends command(_ep0, _mw0, "StartOTelEnrichment", StartOTelEnrichment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopMetricStreams$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopMetricStreamsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "StopMetricStreams", {})
13
- .n("CloudWatchClient", "StopMetricStreamsCommand")
14
- .sc(StopMetricStreams$)
15
- .build() {
3
+ export class StopMetricStreamsCommand extends command(_ep0, _mw0, "StopMetricStreams", StopMetricStreams$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopOTelEnrichment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopOTelEnrichmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "StopOTelEnrichment", {})
13
- .n("CloudWatchClient", "StopOTelEnrichmentCommand")
14
- .sc(StopOTelEnrichment$)
15
- .build() {
3
+ export class StopOTelEnrichmentCommand extends command(_ep0, _mw0, "StopOTelEnrichment", StopOTelEnrichment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "TagResource", {})
13
- .n("CloudWatchClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GraniteServiceVersion20100801", "UntagResource", {})
13
- .n("CloudWatchClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CloudWatchClient";
2
2
  export * from "./CloudWatch";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,22 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudWatchClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { AssociateDatasetKmsKeyInput, AssociateDatasetKmsKeyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateDatasetKmsKeyCommandInput extends AssociateDatasetKmsK
22
19
  export interface AssociateDatasetKmsKeyCommandOutput extends AssociateDatasetKmsKeyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateDatasetKmsKeyCommand_base: {
25
- new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS)
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { DeleteAlarmMuteRuleInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAlarmMuteRuleCommandInput extends DeleteAlarmMuteRuleInpu
22
19
  export interface DeleteAlarmMuteRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAlarmMuteRuleCommand_base: {
25
- new (input: DeleteAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmMuteRuleCommandInput, DeleteAlarmMuteRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmMuteRuleCommandInput, DeleteAlarmMuteRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmMuteRuleCommandInput, DeleteAlarmMuteRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmMuteRuleCommandInput, DeleteAlarmMuteRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specific alarm mute rule.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { DeleteAlarmsInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAlarmsCommandInput extends DeleteAlarmsInput {
22
19
  export interface DeleteAlarmsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAlarmsCommand_base: {
25
- new (input: DeleteAlarmsCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAlarmsCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAlarmsCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAlarmsCommandInput): import("@smithy/core/client").CommandImpl<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified alarms. You can delete up to 100 alarms in one operation.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAnomalyDetectorCommandInput extends DeleteAnomalyDetector
22
19
  export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetectorOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAnomalyDetectorCommand_base: {
25
- new (input: DeleteAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteAnomalyDetectorCommandInput]): import("@smithy/core/client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeleteAnomalyDetectorCommandInput]): import("@smithy/core/client").CommandImpl<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes the specified anomaly detection model from your account. For more information
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDashboardsCommandInput extends DeleteDashboardsInput {
22
19
  export interface DeleteDashboardsCommandOutput extends DeleteDashboardsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDashboardsCommand_base: {
25
- new (input: DeleteDashboardsCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDashboardsCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDashboardsCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDashboardsCommandInput): import("@smithy/core/client").CommandImpl<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes all dashboards that you specify. You can specify up to 100 dashboards to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
4
2
  import type { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteInsightRulesCommandInput extends DeleteInsightRulesInput
22
19
  export interface DeleteInsightRulesCommandOutput extends DeleteInsightRulesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInsightRulesCommand_base: {
25
- new (input: DeleteInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Permanently deletes the specified Contributor Insights rules.</p>