@aws-sdk/client-cloudwatch 3.490.0 → 3.495.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 (64) hide show
  1. package/dist-cjs/CloudWatch.js +1 -87
  2. package/dist-cjs/CloudWatchClient.js +1 -43
  3. package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +1 -28
  5. package/dist-cjs/commands/DeleteDashboardsCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteInsightRulesCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteMetricStreamCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeAlarmsCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeInsightRulesCommand.js +1 -28
  13. package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -28
  14. package/dist-cjs/commands/DisableInsightRulesCommand.js +1 -28
  15. package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -28
  16. package/dist-cjs/commands/EnableInsightRulesCommand.js +1 -28
  17. package/dist-cjs/commands/GetDashboardCommand.js +1 -28
  18. package/dist-cjs/commands/GetInsightRuleReportCommand.js +1 -28
  19. package/dist-cjs/commands/GetMetricDataCommand.js +1 -28
  20. package/dist-cjs/commands/GetMetricStatisticsCommand.js +1 -28
  21. package/dist-cjs/commands/GetMetricStreamCommand.js +1 -28
  22. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +1 -28
  23. package/dist-cjs/commands/ListDashboardsCommand.js +1 -28
  24. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +1 -28
  25. package/dist-cjs/commands/ListMetricStreamsCommand.js +1 -28
  26. package/dist-cjs/commands/ListMetricsCommand.js +1 -28
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  28. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +1 -28
  29. package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -28
  30. package/dist-cjs/commands/PutDashboardCommand.js +1 -28
  31. package/dist-cjs/commands/PutInsightRuleCommand.js +1 -28
  32. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +1 -28
  33. package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -28
  34. package/dist-cjs/commands/PutMetricDataCommand.js +1 -28
  35. package/dist-cjs/commands/PutMetricStreamCommand.js +1 -28
  36. package/dist-cjs/commands/SetAlarmStateCommand.js +1 -28
  37. package/dist-cjs/commands/StartMetricStreamsCommand.js +1 -28
  38. package/dist-cjs/commands/StopMetricStreamsCommand.js +1 -28
  39. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  40. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  41. package/dist-cjs/commands/index.js +1 -41
  42. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  43. package/dist-cjs/extensionConfiguration.js +1 -2
  44. package/dist-cjs/index.js +6387 -12
  45. package/dist-cjs/models/CloudWatchServiceException.js +1 -12
  46. package/dist-cjs/models/index.js +1 -4
  47. package/dist-cjs/models/models_0.js +1 -274
  48. package/dist-cjs/pagination/DescribeAlarmHistoryPaginator.js +1 -7
  49. package/dist-cjs/pagination/DescribeAlarmsPaginator.js +1 -7
  50. package/dist-cjs/pagination/DescribeAnomalyDetectorsPaginator.js +1 -7
  51. package/dist-cjs/pagination/DescribeInsightRulesPaginator.js +1 -7
  52. package/dist-cjs/pagination/GetMetricDataPaginator.js +1 -7
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListDashboardsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListManagedInsightRulesPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListMetricStreamsPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMetricsPaginator.js +1 -7
  58. package/dist-cjs/pagination/index.js +1 -13
  59. package/dist-cjs/protocols/Aws_query.js +1 -5129
  60. package/dist-cjs/runtimeExtensions.js +1 -22
  61. package/dist-cjs/waiters/index.js +1 -5
  62. package/dist-cjs/waiters/waitForAlarmExists.js +1 -37
  63. package/dist-cjs/waiters/waitForCompositeAlarmExists.js +1 -37
  64. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricDataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class GetMetricDataCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "GetMetricData", {})
22
- .n("CloudWatchClient", "GetMetricDataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_GetMetricDataCommand)
25
- .de(Aws_query_1.de_GetMetricDataCommand)
26
- .build() {
27
- }
28
- exports.GetMetricDataCommand = GetMetricDataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricStatisticsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class GetMetricStatisticsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "GetMetricStatistics", {})
22
- .n("CloudWatchClient", "GetMetricStatisticsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_GetMetricStatisticsCommand)
25
- .de(Aws_query_1.de_GetMetricStatisticsCommand)
26
- .build() {
27
- }
28
- exports.GetMetricStatisticsCommand = GetMetricStatisticsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricStreamCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class GetMetricStreamCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "GetMetricStream", {})
22
- .n("CloudWatchClient", "GetMetricStreamCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_GetMetricStreamCommand)
25
- .de(Aws_query_1.de_GetMetricStreamCommand)
26
- .build() {
27
- }
28
- exports.GetMetricStreamCommand = GetMetricStreamCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetricWidgetImageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class GetMetricWidgetImageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "GetMetricWidgetImage", {})
22
- .n("CloudWatchClient", "GetMetricWidgetImageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_GetMetricWidgetImageCommand)
25
- .de(Aws_query_1.de_GetMetricWidgetImageCommand)
26
- .build() {
27
- }
28
- exports.GetMetricWidgetImageCommand = GetMetricWidgetImageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDashboardsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListDashboardsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "ListDashboards", {})
22
- .n("CloudWatchClient", "ListDashboardsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListDashboardsCommand)
25
- .de(Aws_query_1.de_ListDashboardsCommand)
26
- .build() {
27
- }
28
- exports.ListDashboardsCommand = ListDashboardsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedInsightRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListManagedInsightRulesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "ListManagedInsightRules", {})
22
- .n("CloudWatchClient", "ListManagedInsightRulesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListManagedInsightRulesCommand)
25
- .de(Aws_query_1.de_ListManagedInsightRulesCommand)
26
- .build() {
27
- }
28
- exports.ListManagedInsightRulesCommand = ListManagedInsightRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMetricStreamsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListMetricStreamsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "ListMetricStreams", {})
22
- .n("CloudWatchClient", "ListMetricStreamsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListMetricStreamsCommand)
25
- .de(Aws_query_1.de_ListMetricStreamsCommand)
26
- .build() {
27
- }
28
- exports.ListMetricStreamsCommand = ListMetricStreamsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMetricsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListMetricsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "ListMetrics", {})
22
- .n("CloudWatchClient", "ListMetricsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListMetricsCommand)
25
- .de(Aws_query_1.de_ListMetricsCommand)
26
- .build() {
27
- }
28
- exports.ListMetricsCommand = ListMetricsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "ListTagsForResource", {})
22
- .n("CloudWatchClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListTagsForResourceCommand)
25
- .de(Aws_query_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAnomalyDetectorCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutAnomalyDetectorCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutAnomalyDetector", {})
22
- .n("CloudWatchClient", "PutAnomalyDetectorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutAnomalyDetectorCommand)
25
- .de(Aws_query_1.de_PutAnomalyDetectorCommand)
26
- .build() {
27
- }
28
- exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutCompositeAlarmCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutCompositeAlarmCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutCompositeAlarm", {})
22
- .n("CloudWatchClient", "PutCompositeAlarmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutCompositeAlarmCommand)
25
- .de(Aws_query_1.de_PutCompositeAlarmCommand)
26
- .build() {
27
- }
28
- exports.PutCompositeAlarmCommand = PutCompositeAlarmCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutDashboardCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutDashboardCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutDashboard", {})
22
- .n("CloudWatchClient", "PutDashboardCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutDashboardCommand)
25
- .de(Aws_query_1.de_PutDashboardCommand)
26
- .build() {
27
- }
28
- exports.PutDashboardCommand = PutDashboardCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutInsightRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutInsightRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutInsightRule", {})
22
- .n("CloudWatchClient", "PutInsightRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutInsightRuleCommand)
25
- .de(Aws_query_1.de_PutInsightRuleCommand)
26
- .build() {
27
- }
28
- exports.PutInsightRuleCommand = PutInsightRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutManagedInsightRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutManagedInsightRulesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutManagedInsightRules", {})
22
- .n("CloudWatchClient", "PutManagedInsightRulesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutManagedInsightRulesCommand)
25
- .de(Aws_query_1.de_PutManagedInsightRulesCommand)
26
- .build() {
27
- }
28
- exports.PutManagedInsightRulesCommand = PutManagedInsightRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricAlarmCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutMetricAlarmCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutMetricAlarm", {})
22
- .n("CloudWatchClient", "PutMetricAlarmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutMetricAlarmCommand)
25
- .de(Aws_query_1.de_PutMetricAlarmCommand)
26
- .build() {
27
- }
28
- exports.PutMetricAlarmCommand = PutMetricAlarmCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricDataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutMetricDataCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutMetricData", {})
22
- .n("CloudWatchClient", "PutMetricDataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutMetricDataCommand)
25
- .de(Aws_query_1.de_PutMetricDataCommand)
26
- .build() {
27
- }
28
- exports.PutMetricDataCommand = PutMetricDataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMetricStreamCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class PutMetricStreamCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "PutMetricStream", {})
22
- .n("CloudWatchClient", "PutMetricStreamCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_PutMetricStreamCommand)
25
- .de(Aws_query_1.de_PutMetricStreamCommand)
26
- .build() {
27
- }
28
- exports.PutMetricStreamCommand = PutMetricStreamCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetAlarmStateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class SetAlarmStateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "SetAlarmState", {})
22
- .n("CloudWatchClient", "SetAlarmStateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_SetAlarmStateCommand)
25
- .de(Aws_query_1.de_SetAlarmStateCommand)
26
- .build() {
27
- }
28
- exports.SetAlarmStateCommand = SetAlarmStateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMetricStreamsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class StartMetricStreamsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "StartMetricStreams", {})
22
- .n("CloudWatchClient", "StartMetricStreamsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_StartMetricStreamsCommand)
25
- .de(Aws_query_1.de_StartMetricStreamsCommand)
26
- .build() {
27
- }
28
- exports.StartMetricStreamsCommand = StartMetricStreamsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopMetricStreamsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class StopMetricStreamsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "StopMetricStreams", {})
22
- .n("CloudWatchClient", "StopMetricStreamsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_StopMetricStreamsCommand)
25
- .de(Aws_query_1.de_StopMetricStreamsCommand)
26
- .build() {
27
- }
28
- exports.StopMetricStreamsCommand = StopMetricStreamsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("GraniteServiceVersion20100801", "TagResource", {})
22
- .n("CloudWatchClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_TagResourceCommand)
25
- .de(Aws_query_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");