@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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -69,7 +70,7 @@ const commonParams = {
69
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
71
  };
71
72
 
72
- var version = "3.1076.0";
73
+ var version = "3.1077.0";
73
74
  var packageInfo = {
74
75
  version: version};
75
76
 
@@ -2021,609 +2022,163 @@ class CloudWatchClient extends Client {
2021
2022
  }
2022
2023
  }
2023
2024
 
2024
- class AssociateDatasetKmsKeyCommand extends Command
2025
- .classBuilder()
2026
- .ep(commonParams)
2027
- .m(function (Command, cs, config, o) {
2028
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
- })
2030
- .s("GraniteServiceVersion20100801", "AssociateDatasetKmsKey", {})
2031
- .n("CloudWatchClient", "AssociateDatasetKmsKeyCommand")
2032
- .sc(AssociateDatasetKmsKey$)
2033
- .build() {
2034
- }
2035
-
2036
- class DeleteAlarmMuteRuleCommand extends Command
2037
- .classBuilder()
2038
- .ep(commonParams)
2039
- .m(function (Command, cs, config, o) {
2040
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
- })
2042
- .s("GraniteServiceVersion20100801", "DeleteAlarmMuteRule", {})
2043
- .n("CloudWatchClient", "DeleteAlarmMuteRuleCommand")
2044
- .sc(DeleteAlarmMuteRule$)
2045
- .build() {
2046
- }
2047
-
2048
- class DeleteAlarmsCommand extends Command
2049
- .classBuilder()
2050
- .ep(commonParams)
2051
- .m(function (Command, cs, config, o) {
2052
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
- })
2054
- .s("GraniteServiceVersion20100801", "DeleteAlarms", {})
2055
- .n("CloudWatchClient", "DeleteAlarmsCommand")
2056
- .sc(DeleteAlarms$)
2057
- .build() {
2058
- }
2059
-
2060
- class DeleteAnomalyDetectorCommand extends Command
2061
- .classBuilder()
2062
- .ep(commonParams)
2063
- .m(function (Command, cs, config, o) {
2064
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
- })
2066
- .s("GraniteServiceVersion20100801", "DeleteAnomalyDetector", {})
2067
- .n("CloudWatchClient", "DeleteAnomalyDetectorCommand")
2068
- .sc(DeleteAnomalyDetector$)
2069
- .build() {
2070
- }
2071
-
2072
- class DeleteDashboardsCommand extends Command
2073
- .classBuilder()
2074
- .ep(commonParams)
2075
- .m(function (Command, cs, config, o) {
2076
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
- })
2078
- .s("GraniteServiceVersion20100801", "DeleteDashboards", {})
2079
- .n("CloudWatchClient", "DeleteDashboardsCommand")
2080
- .sc(DeleteDashboards$)
2081
- .build() {
2082
- }
2083
-
2084
- class DeleteInsightRulesCommand extends Command
2085
- .classBuilder()
2086
- .ep(commonParams)
2087
- .m(function (Command, cs, config, o) {
2088
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
- })
2090
- .s("GraniteServiceVersion20100801", "DeleteInsightRules", {})
2091
- .n("CloudWatchClient", "DeleteInsightRulesCommand")
2092
- .sc(DeleteInsightRules$)
2093
- .build() {
2094
- }
2095
-
2096
- class DeleteMetricStreamCommand extends Command
2097
- .classBuilder()
2098
- .ep(commonParams)
2099
- .m(function (Command, cs, config, o) {
2100
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
- })
2102
- .s("GraniteServiceVersion20100801", "DeleteMetricStream", {})
2103
- .n("CloudWatchClient", "DeleteMetricStreamCommand")
2104
- .sc(DeleteMetricStream$)
2105
- .build() {
2106
- }
2107
-
2108
- class DescribeAlarmContributorsCommand extends Command
2109
- .classBuilder()
2110
- .ep(commonParams)
2111
- .m(function (Command, cs, config, o) {
2112
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
- })
2114
- .s("GraniteServiceVersion20100801", "DescribeAlarmContributors", {})
2115
- .n("CloudWatchClient", "DescribeAlarmContributorsCommand")
2116
- .sc(DescribeAlarmContributors$)
2117
- .build() {
2118
- }
2119
-
2120
- class DescribeAlarmHistoryCommand extends Command
2121
- .classBuilder()
2122
- .ep(commonParams)
2123
- .m(function (Command, cs, config, o) {
2124
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
- })
2126
- .s("GraniteServiceVersion20100801", "DescribeAlarmHistory", {})
2127
- .n("CloudWatchClient", "DescribeAlarmHistoryCommand")
2128
- .sc(DescribeAlarmHistory$)
2129
- .build() {
2130
- }
2131
-
2132
- class DescribeAlarmsCommand extends Command
2133
- .classBuilder()
2134
- .ep(commonParams)
2135
- .m(function (Command, cs, config, o) {
2136
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
- })
2138
- .s("GraniteServiceVersion20100801", "DescribeAlarms", {})
2139
- .n("CloudWatchClient", "DescribeAlarmsCommand")
2140
- .sc(DescribeAlarms$)
2141
- .build() {
2142
- }
2143
-
2144
- class DescribeAlarmsForMetricCommand extends Command
2145
- .classBuilder()
2146
- .ep(commonParams)
2147
- .m(function (Command, cs, config, o) {
2148
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
- })
2150
- .s("GraniteServiceVersion20100801", "DescribeAlarmsForMetric", {})
2151
- .n("CloudWatchClient", "DescribeAlarmsForMetricCommand")
2152
- .sc(DescribeAlarmsForMetric$)
2153
- .build() {
2154
- }
2155
-
2156
- class DescribeAnomalyDetectorsCommand extends Command
2157
- .classBuilder()
2158
- .ep(commonParams)
2159
- .m(function (Command, cs, config, o) {
2160
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
- })
2162
- .s("GraniteServiceVersion20100801", "DescribeAnomalyDetectors", {})
2163
- .n("CloudWatchClient", "DescribeAnomalyDetectorsCommand")
2164
- .sc(DescribeAnomalyDetectors$)
2165
- .build() {
2166
- }
2167
-
2168
- class DescribeInsightRulesCommand extends Command
2169
- .classBuilder()
2170
- .ep(commonParams)
2171
- .m(function (Command, cs, config, o) {
2172
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
- })
2174
- .s("GraniteServiceVersion20100801", "DescribeInsightRules", {})
2175
- .n("CloudWatchClient", "DescribeInsightRulesCommand")
2176
- .sc(DescribeInsightRules$)
2177
- .build() {
2178
- }
2179
-
2180
- class DisableAlarmActionsCommand extends Command
2181
- .classBuilder()
2182
- .ep(commonParams)
2183
- .m(function (Command, cs, config, o) {
2184
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
- })
2186
- .s("GraniteServiceVersion20100801", "DisableAlarmActions", {})
2187
- .n("CloudWatchClient", "DisableAlarmActionsCommand")
2188
- .sc(DisableAlarmActions$)
2189
- .build() {
2190
- }
2191
-
2192
- class DisableInsightRulesCommand extends Command
2193
- .classBuilder()
2194
- .ep(commonParams)
2195
- .m(function (Command, cs, config, o) {
2196
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
- })
2198
- .s("GraniteServiceVersion20100801", "DisableInsightRules", {})
2199
- .n("CloudWatchClient", "DisableInsightRulesCommand")
2200
- .sc(DisableInsightRules$)
2201
- .build() {
2202
- }
2203
-
2204
- class DisassociateDatasetKmsKeyCommand extends Command
2205
- .classBuilder()
2206
- .ep(commonParams)
2207
- .m(function (Command, cs, config, o) {
2208
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
- })
2210
- .s("GraniteServiceVersion20100801", "DisassociateDatasetKmsKey", {})
2211
- .n("CloudWatchClient", "DisassociateDatasetKmsKeyCommand")
2212
- .sc(DisassociateDatasetKmsKey$)
2213
- .build() {
2214
- }
2215
-
2216
- class EnableAlarmActionsCommand extends Command
2217
- .classBuilder()
2218
- .ep(commonParams)
2219
- .m(function (Command, cs, config, o) {
2220
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
- })
2222
- .s("GraniteServiceVersion20100801", "EnableAlarmActions", {})
2223
- .n("CloudWatchClient", "EnableAlarmActionsCommand")
2224
- .sc(EnableAlarmActions$)
2225
- .build() {
2226
- }
2227
-
2228
- class EnableInsightRulesCommand extends Command
2229
- .classBuilder()
2230
- .ep(commonParams)
2231
- .m(function (Command, cs, config, o) {
2232
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
- })
2234
- .s("GraniteServiceVersion20100801", "EnableInsightRules", {})
2235
- .n("CloudWatchClient", "EnableInsightRulesCommand")
2236
- .sc(EnableInsightRules$)
2237
- .build() {
2238
- }
2239
-
2240
- class GetAlarmMuteRuleCommand extends Command
2241
- .classBuilder()
2242
- .ep(commonParams)
2243
- .m(function (Command, cs, config, o) {
2244
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
- })
2246
- .s("GraniteServiceVersion20100801", "GetAlarmMuteRule", {})
2247
- .n("CloudWatchClient", "GetAlarmMuteRuleCommand")
2248
- .sc(GetAlarmMuteRule$)
2249
- .build() {
2250
- }
2251
-
2252
- class GetDashboardCommand extends Command
2253
- .classBuilder()
2254
- .ep(commonParams)
2255
- .m(function (Command, cs, config, o) {
2256
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
- })
2258
- .s("GraniteServiceVersion20100801", "GetDashboard", {})
2259
- .n("CloudWatchClient", "GetDashboardCommand")
2260
- .sc(GetDashboard$)
2261
- .build() {
2262
- }
2263
-
2264
- class GetDatasetCommand extends Command
2265
- .classBuilder()
2266
- .ep(commonParams)
2267
- .m(function (Command, cs, config, o) {
2268
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
- })
2270
- .s("GraniteServiceVersion20100801", "GetDataset", {})
2271
- .n("CloudWatchClient", "GetDatasetCommand")
2272
- .sc(GetDataset$)
2273
- .build() {
2274
- }
2275
-
2276
- class GetInsightRuleReportCommand extends Command
2277
- .classBuilder()
2278
- .ep(commonParams)
2279
- .m(function (Command, cs, config, o) {
2280
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
- })
2282
- .s("GraniteServiceVersion20100801", "GetInsightRuleReport", {})
2283
- .n("CloudWatchClient", "GetInsightRuleReportCommand")
2284
- .sc(GetInsightRuleReport$)
2285
- .build() {
2286
- }
2287
-
2288
- class GetMetricDataCommand extends Command
2289
- .classBuilder()
2290
- .ep(commonParams)
2291
- .m(function (Command, cs, config, o) {
2292
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
- })
2294
- .s("GraniteServiceVersion20100801", "GetMetricData", {})
2295
- .n("CloudWatchClient", "GetMetricDataCommand")
2296
- .sc(GetMetricData$)
2297
- .build() {
2298
- }
2299
-
2300
- class GetMetricStatisticsCommand extends Command
2301
- .classBuilder()
2302
- .ep(commonParams)
2303
- .m(function (Command, cs, config, o) {
2304
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
- })
2306
- .s("GraniteServiceVersion20100801", "GetMetricStatistics", {})
2307
- .n("CloudWatchClient", "GetMetricStatisticsCommand")
2308
- .sc(GetMetricStatistics$)
2309
- .build() {
2310
- }
2311
-
2312
- class GetMetricStreamCommand extends Command
2313
- .classBuilder()
2314
- .ep(commonParams)
2315
- .m(function (Command, cs, config, o) {
2316
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
- })
2318
- .s("GraniteServiceVersion20100801", "GetMetricStream", {})
2319
- .n("CloudWatchClient", "GetMetricStreamCommand")
2320
- .sc(GetMetricStream$)
2321
- .build() {
2322
- }
2323
-
2324
- class GetMetricWidgetImageCommand extends Command
2325
- .classBuilder()
2326
- .ep(commonParams)
2327
- .m(function (Command, cs, config, o) {
2328
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
- })
2330
- .s("GraniteServiceVersion20100801", "GetMetricWidgetImage", {})
2331
- .n("CloudWatchClient", "GetMetricWidgetImageCommand")
2332
- .sc(GetMetricWidgetImage$)
2333
- .build() {
2334
- }
2335
-
2336
- class GetOTelEnrichmentCommand extends Command
2337
- .classBuilder()
2338
- .ep(commonParams)
2339
- .m(function (Command, cs, config, o) {
2340
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
- })
2342
- .s("GraniteServiceVersion20100801", "GetOTelEnrichment", {})
2343
- .n("CloudWatchClient", "GetOTelEnrichmentCommand")
2344
- .sc(GetOTelEnrichment$)
2345
- .build() {
2346
- }
2347
-
2348
- class ListAlarmMuteRulesCommand extends Command
2349
- .classBuilder()
2350
- .ep(commonParams)
2351
- .m(function (Command, cs, config, o) {
2352
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
- })
2354
- .s("GraniteServiceVersion20100801", "ListAlarmMuteRules", {})
2355
- .n("CloudWatchClient", "ListAlarmMuteRulesCommand")
2356
- .sc(ListAlarmMuteRules$)
2357
- .build() {
2358
- }
2359
-
2360
- class ListDashboardsCommand extends Command
2361
- .classBuilder()
2362
- .ep(commonParams)
2363
- .m(function (Command, cs, config, o) {
2364
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
- })
2366
- .s("GraniteServiceVersion20100801", "ListDashboards", {})
2367
- .n("CloudWatchClient", "ListDashboardsCommand")
2368
- .sc(ListDashboards$)
2369
- .build() {
2370
- }
2371
-
2372
- class ListManagedInsightRulesCommand extends Command
2373
- .classBuilder()
2374
- .ep(commonParams)
2375
- .m(function (Command, cs, config, o) {
2376
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
- })
2378
- .s("GraniteServiceVersion20100801", "ListManagedInsightRules", {})
2379
- .n("CloudWatchClient", "ListManagedInsightRulesCommand")
2380
- .sc(ListManagedInsightRules$)
2381
- .build() {
2382
- }
2383
-
2384
- class ListMetricsCommand extends Command
2385
- .classBuilder()
2386
- .ep(commonParams)
2387
- .m(function (Command, cs, config, o) {
2388
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
- })
2390
- .s("GraniteServiceVersion20100801", "ListMetrics", {})
2391
- .n("CloudWatchClient", "ListMetricsCommand")
2392
- .sc(ListMetrics$)
2393
- .build() {
2394
- }
2395
-
2396
- class ListMetricStreamsCommand extends Command
2397
- .classBuilder()
2398
- .ep(commonParams)
2399
- .m(function (Command, cs, config, o) {
2400
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
- })
2402
- .s("GraniteServiceVersion20100801", "ListMetricStreams", {})
2403
- .n("CloudWatchClient", "ListMetricStreamsCommand")
2404
- .sc(ListMetricStreams$)
2405
- .build() {
2406
- }
2407
-
2408
- class ListTagsForResourceCommand extends Command
2409
- .classBuilder()
2410
- .ep(commonParams)
2411
- .m(function (Command, cs, config, o) {
2412
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
- })
2414
- .s("GraniteServiceVersion20100801", "ListTagsForResource", {})
2415
- .n("CloudWatchClient", "ListTagsForResourceCommand")
2416
- .sc(ListTagsForResource$)
2417
- .build() {
2418
- }
2419
-
2420
- class PutAlarmMuteRuleCommand extends Command
2421
- .classBuilder()
2422
- .ep(commonParams)
2423
- .m(function (Command, cs, config, o) {
2424
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
- })
2426
- .s("GraniteServiceVersion20100801", "PutAlarmMuteRule", {})
2427
- .n("CloudWatchClient", "PutAlarmMuteRuleCommand")
2428
- .sc(PutAlarmMuteRule$)
2429
- .build() {
2430
- }
2431
-
2432
- class PutAnomalyDetectorCommand extends Command
2433
- .classBuilder()
2434
- .ep(commonParams)
2435
- .m(function (Command, cs, config, o) {
2436
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
- })
2438
- .s("GraniteServiceVersion20100801", "PutAnomalyDetector", {})
2439
- .n("CloudWatchClient", "PutAnomalyDetectorCommand")
2440
- .sc(PutAnomalyDetector$)
2441
- .build() {
2442
- }
2443
-
2444
- class PutCompositeAlarmCommand extends Command
2445
- .classBuilder()
2446
- .ep(commonParams)
2447
- .m(function (Command, cs, config, o) {
2448
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
- })
2450
- .s("GraniteServiceVersion20100801", "PutCompositeAlarm", {})
2451
- .n("CloudWatchClient", "PutCompositeAlarmCommand")
2452
- .sc(PutCompositeAlarm$)
2453
- .build() {
2454
- }
2455
-
2456
- class PutDashboardCommand extends Command
2457
- .classBuilder()
2458
- .ep(commonParams)
2459
- .m(function (Command, cs, config, o) {
2460
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
- })
2462
- .s("GraniteServiceVersion20100801", "PutDashboard", {})
2463
- .n("CloudWatchClient", "PutDashboardCommand")
2464
- .sc(PutDashboard$)
2465
- .build() {
2466
- }
2467
-
2468
- class PutInsightRuleCommand extends Command
2469
- .classBuilder()
2470
- .ep(commonParams)
2471
- .m(function (Command, cs, config, o) {
2472
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
- })
2474
- .s("GraniteServiceVersion20100801", "PutInsightRule", {})
2475
- .n("CloudWatchClient", "PutInsightRuleCommand")
2476
- .sc(PutInsightRule$)
2477
- .build() {
2478
- }
2479
-
2480
- class PutLogAlarmCommand extends Command
2481
- .classBuilder()
2482
- .ep(commonParams)
2483
- .m(function (Command, cs, config, o) {
2484
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
- })
2486
- .s("GraniteServiceVersion20100801", "PutLogAlarm", {})
2487
- .n("CloudWatchClient", "PutLogAlarmCommand")
2488
- .sc(PutLogAlarm$)
2489
- .build() {
2490
- }
2491
-
2492
- class PutManagedInsightRulesCommand extends Command
2493
- .classBuilder()
2494
- .ep(commonParams)
2495
- .m(function (Command, cs, config, o) {
2496
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
- })
2498
- .s("GraniteServiceVersion20100801", "PutManagedInsightRules", {})
2499
- .n("CloudWatchClient", "PutManagedInsightRulesCommand")
2500
- .sc(PutManagedInsightRules$)
2501
- .build() {
2502
- }
2503
-
2504
- class PutMetricAlarmCommand extends Command
2505
- .classBuilder()
2506
- .ep(commonParams)
2507
- .m(function (Command, cs, config, o) {
2508
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
- })
2510
- .s("GraniteServiceVersion20100801", "PutMetricAlarm", {})
2511
- .n("CloudWatchClient", "PutMetricAlarmCommand")
2512
- .sc(PutMetricAlarm$)
2513
- .build() {
2514
- }
2515
-
2516
- class PutMetricDataCommand extends Command
2517
- .classBuilder()
2518
- .ep(commonParams)
2519
- .m(function (Command, cs, config, o) {
2520
- return [
2521
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2522
- getCompressionPlugin(config, {
2523
- 'encodings': ['gzip'],
2524
- }),
2525
- ];
2526
- })
2527
- .s("GraniteServiceVersion20100801", "PutMetricData", {})
2528
- .n("CloudWatchClient", "PutMetricDataCommand")
2529
- .sc(PutMetricData$)
2530
- .build() {
2531
- }
2532
-
2533
- class PutMetricStreamCommand extends Command
2534
- .classBuilder()
2535
- .ep(commonParams)
2536
- .m(function (Command, cs, config, o) {
2537
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2538
- })
2539
- .s("GraniteServiceVersion20100801", "PutMetricStream", {})
2540
- .n("CloudWatchClient", "PutMetricStreamCommand")
2541
- .sc(PutMetricStream$)
2542
- .build() {
2543
- }
2544
-
2545
- class SetAlarmStateCommand extends Command
2546
- .classBuilder()
2547
- .ep(commonParams)
2548
- .m(function (Command, cs, config, o) {
2549
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2550
- })
2551
- .s("GraniteServiceVersion20100801", "SetAlarmState", {})
2552
- .n("CloudWatchClient", "SetAlarmStateCommand")
2553
- .sc(SetAlarmState$)
2554
- .build() {
2555
- }
2556
-
2557
- class StartMetricStreamsCommand extends Command
2558
- .classBuilder()
2559
- .ep(commonParams)
2560
- .m(function (Command, cs, config, o) {
2561
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2562
- })
2563
- .s("GraniteServiceVersion20100801", "StartMetricStreams", {})
2564
- .n("CloudWatchClient", "StartMetricStreamsCommand")
2565
- .sc(StartMetricStreams$)
2566
- .build() {
2567
- }
2568
-
2569
- class StartOTelEnrichmentCommand extends Command
2570
- .classBuilder()
2571
- .ep(commonParams)
2572
- .m(function (Command, cs, config, o) {
2573
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2574
- })
2575
- .s("GraniteServiceVersion20100801", "StartOTelEnrichment", {})
2576
- .n("CloudWatchClient", "StartOTelEnrichmentCommand")
2577
- .sc(StartOTelEnrichment$)
2578
- .build() {
2579
- }
2580
-
2581
- class StopMetricStreamsCommand extends Command
2582
- .classBuilder()
2583
- .ep(commonParams)
2584
- .m(function (Command, cs, config, o) {
2585
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2586
- })
2587
- .s("GraniteServiceVersion20100801", "StopMetricStreams", {})
2588
- .n("CloudWatchClient", "StopMetricStreamsCommand")
2589
- .sc(StopMetricStreams$)
2590
- .build() {
2591
- }
2592
-
2593
- class StopOTelEnrichmentCommand extends Command
2594
- .classBuilder()
2595
- .ep(commonParams)
2596
- .m(function (Command, cs, config, o) {
2597
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2598
- })
2599
- .s("GraniteServiceVersion20100801", "StopOTelEnrichment", {})
2600
- .n("CloudWatchClient", "StopOTelEnrichmentCommand")
2601
- .sc(StopOTelEnrichment$)
2602
- .build() {
2603
- }
2604
-
2605
- class TagResourceCommand extends Command
2606
- .classBuilder()
2607
- .ep(commonParams)
2608
- .m(function (Command, cs, config, o) {
2609
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2610
- })
2611
- .s("GraniteServiceVersion20100801", "TagResource", {})
2612
- .n("CloudWatchClient", "TagResourceCommand")
2613
- .sc(TagResource$)
2614
- .build() {
2615
- }
2616
-
2617
- class UntagResourceCommand extends Command
2618
- .classBuilder()
2619
- .ep(commonParams)
2620
- .m(function (Command, cs, config, o) {
2621
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2622
- })
2623
- .s("GraniteServiceVersion20100801", "UntagResource", {})
2624
- .n("CloudWatchClient", "UntagResourceCommand")
2625
- .sc(UntagResource$)
2626
- .build() {
2025
+ const command = makeBuilder(commonParams, "GraniteServiceVersion20100801", "CloudWatchClient", getEndpointPlugin);
2026
+ const _ep0 = {};
2027
+ const _mw0 = (Command, cs, config, o) => [];
2028
+ const _mw1 = (Command, cs, config, o) => [
2029
+ getCompressionPlugin(config, {
2030
+ encodings: ["gzip"],
2031
+ }),
2032
+ ];
2033
+
2034
+ class AssociateDatasetKmsKeyCommand extends command(_ep0, _mw0, "AssociateDatasetKmsKey", AssociateDatasetKmsKey$) {
2035
+ }
2036
+
2037
+ class DeleteAlarmMuteRuleCommand extends command(_ep0, _mw0, "DeleteAlarmMuteRule", DeleteAlarmMuteRule$) {
2038
+ }
2039
+
2040
+ class DeleteAlarmsCommand extends command(_ep0, _mw0, "DeleteAlarms", DeleteAlarms$) {
2041
+ }
2042
+
2043
+ class DeleteAnomalyDetectorCommand extends command(_ep0, _mw0, "DeleteAnomalyDetector", DeleteAnomalyDetector$) {
2044
+ }
2045
+
2046
+ class DeleteDashboardsCommand extends command(_ep0, _mw0, "DeleteDashboards", DeleteDashboards$) {
2047
+ }
2048
+
2049
+ class DeleteInsightRulesCommand extends command(_ep0, _mw0, "DeleteInsightRules", DeleteInsightRules$) {
2050
+ }
2051
+
2052
+ class DeleteMetricStreamCommand extends command(_ep0, _mw0, "DeleteMetricStream", DeleteMetricStream$) {
2053
+ }
2054
+
2055
+ class DescribeAlarmContributorsCommand extends command(_ep0, _mw0, "DescribeAlarmContributors", DescribeAlarmContributors$) {
2056
+ }
2057
+
2058
+ class DescribeAlarmHistoryCommand extends command(_ep0, _mw0, "DescribeAlarmHistory", DescribeAlarmHistory$) {
2059
+ }
2060
+
2061
+ class DescribeAlarmsCommand extends command(_ep0, _mw0, "DescribeAlarms", DescribeAlarms$) {
2062
+ }
2063
+
2064
+ class DescribeAlarmsForMetricCommand extends command(_ep0, _mw0, "DescribeAlarmsForMetric", DescribeAlarmsForMetric$) {
2065
+ }
2066
+
2067
+ class DescribeAnomalyDetectorsCommand extends command(_ep0, _mw0, "DescribeAnomalyDetectors", DescribeAnomalyDetectors$) {
2068
+ }
2069
+
2070
+ class DescribeInsightRulesCommand extends command(_ep0, _mw0, "DescribeInsightRules", DescribeInsightRules$) {
2071
+ }
2072
+
2073
+ class DisableAlarmActionsCommand extends command(_ep0, _mw0, "DisableAlarmActions", DisableAlarmActions$) {
2074
+ }
2075
+
2076
+ class DisableInsightRulesCommand extends command(_ep0, _mw0, "DisableInsightRules", DisableInsightRules$) {
2077
+ }
2078
+
2079
+ class DisassociateDatasetKmsKeyCommand extends command(_ep0, _mw0, "DisassociateDatasetKmsKey", DisassociateDatasetKmsKey$) {
2080
+ }
2081
+
2082
+ class EnableAlarmActionsCommand extends command(_ep0, _mw0, "EnableAlarmActions", EnableAlarmActions$) {
2083
+ }
2084
+
2085
+ class EnableInsightRulesCommand extends command(_ep0, _mw0, "EnableInsightRules", EnableInsightRules$) {
2086
+ }
2087
+
2088
+ class GetAlarmMuteRuleCommand extends command(_ep0, _mw0, "GetAlarmMuteRule", GetAlarmMuteRule$) {
2089
+ }
2090
+
2091
+ class GetDashboardCommand extends command(_ep0, _mw0, "GetDashboard", GetDashboard$) {
2092
+ }
2093
+
2094
+ class GetDatasetCommand extends command(_ep0, _mw0, "GetDataset", GetDataset$) {
2095
+ }
2096
+
2097
+ class GetInsightRuleReportCommand extends command(_ep0, _mw0, "GetInsightRuleReport", GetInsightRuleReport$) {
2098
+ }
2099
+
2100
+ class GetMetricDataCommand extends command(_ep0, _mw0, "GetMetricData", GetMetricData$) {
2101
+ }
2102
+
2103
+ class GetMetricStatisticsCommand extends command(_ep0, _mw0, "GetMetricStatistics", GetMetricStatistics$) {
2104
+ }
2105
+
2106
+ class GetMetricStreamCommand extends command(_ep0, _mw0, "GetMetricStream", GetMetricStream$) {
2107
+ }
2108
+
2109
+ class GetMetricWidgetImageCommand extends command(_ep0, _mw0, "GetMetricWidgetImage", GetMetricWidgetImage$) {
2110
+ }
2111
+
2112
+ class GetOTelEnrichmentCommand extends command(_ep0, _mw0, "GetOTelEnrichment", GetOTelEnrichment$) {
2113
+ }
2114
+
2115
+ class ListAlarmMuteRulesCommand extends command(_ep0, _mw0, "ListAlarmMuteRules", ListAlarmMuteRules$) {
2116
+ }
2117
+
2118
+ class ListDashboardsCommand extends command(_ep0, _mw0, "ListDashboards", ListDashboards$) {
2119
+ }
2120
+
2121
+ class ListManagedInsightRulesCommand extends command(_ep0, _mw0, "ListManagedInsightRules", ListManagedInsightRules$) {
2122
+ }
2123
+
2124
+ class ListMetricsCommand extends command(_ep0, _mw0, "ListMetrics", ListMetrics$) {
2125
+ }
2126
+
2127
+ class ListMetricStreamsCommand extends command(_ep0, _mw0, "ListMetricStreams", ListMetricStreams$) {
2128
+ }
2129
+
2130
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2131
+ }
2132
+
2133
+ class PutAlarmMuteRuleCommand extends command(_ep0, _mw0, "PutAlarmMuteRule", PutAlarmMuteRule$) {
2134
+ }
2135
+
2136
+ class PutAnomalyDetectorCommand extends command(_ep0, _mw0, "PutAnomalyDetector", PutAnomalyDetector$) {
2137
+ }
2138
+
2139
+ class PutCompositeAlarmCommand extends command(_ep0, _mw0, "PutCompositeAlarm", PutCompositeAlarm$) {
2140
+ }
2141
+
2142
+ class PutDashboardCommand extends command(_ep0, _mw0, "PutDashboard", PutDashboard$) {
2143
+ }
2144
+
2145
+ class PutInsightRuleCommand extends command(_ep0, _mw0, "PutInsightRule", PutInsightRule$) {
2146
+ }
2147
+
2148
+ class PutLogAlarmCommand extends command(_ep0, _mw0, "PutLogAlarm", PutLogAlarm$) {
2149
+ }
2150
+
2151
+ class PutManagedInsightRulesCommand extends command(_ep0, _mw0, "PutManagedInsightRules", PutManagedInsightRules$) {
2152
+ }
2153
+
2154
+ class PutMetricAlarmCommand extends command(_ep0, _mw0, "PutMetricAlarm", PutMetricAlarm$) {
2155
+ }
2156
+
2157
+ class PutMetricDataCommand extends command(_ep0, _mw1, "PutMetricData", PutMetricData$) {
2158
+ }
2159
+
2160
+ class PutMetricStreamCommand extends command(_ep0, _mw0, "PutMetricStream", PutMetricStream$) {
2161
+ }
2162
+
2163
+ class SetAlarmStateCommand extends command(_ep0, _mw0, "SetAlarmState", SetAlarmState$) {
2164
+ }
2165
+
2166
+ class StartMetricStreamsCommand extends command(_ep0, _mw0, "StartMetricStreams", StartMetricStreams$) {
2167
+ }
2168
+
2169
+ class StartOTelEnrichmentCommand extends command(_ep0, _mw0, "StartOTelEnrichment", StartOTelEnrichment$) {
2170
+ }
2171
+
2172
+ class StopMetricStreamsCommand extends command(_ep0, _mw0, "StopMetricStreams", StopMetricStreams$) {
2173
+ }
2174
+
2175
+ class StopOTelEnrichmentCommand extends command(_ep0, _mw0, "StopOTelEnrichment", StopOTelEnrichment$) {
2176
+ }
2177
+
2178
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2179
+ }
2180
+
2181
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2627
2182
  }
2628
2183
 
2629
2184
  const paginateDescribeAlarmHistory = createPaginator(CloudWatchClient, DescribeAlarmHistoryCommand, "NextToken", "NextToken", "MaxRecords");