@aws-sdk/client-cloudwatch 3.489.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.
- package/dist-cjs/CloudWatch.js +1 -87
- package/dist-cjs/CloudWatchClient.js +1 -43
- package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -28
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +1 -28
- package/dist-cjs/commands/DeleteDashboardsCommand.js +1 -28
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +1 -28
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +1 -28
- package/dist-cjs/commands/DescribeAlarmsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +1 -28
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +1 -28
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -28
- package/dist-cjs/commands/DisableInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -28
- package/dist-cjs/commands/EnableInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/GetDashboardCommand.js +1 -28
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +1 -28
- package/dist-cjs/commands/GetMetricDataCommand.js +1 -28
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetMetricStreamCommand.js +1 -28
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +1 -28
- package/dist-cjs/commands/ListDashboardsCommand.js +1 -28
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/ListMetricStreamsCommand.js +1 -28
- package/dist-cjs/commands/ListMetricsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +1 -28
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -28
- package/dist-cjs/commands/PutDashboardCommand.js +1 -28
- package/dist-cjs/commands/PutInsightRuleCommand.js +1 -28
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +1 -28
- package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -28
- package/dist-cjs/commands/PutMetricDataCommand.js +1 -28
- package/dist-cjs/commands/PutMetricStreamCommand.js +1 -28
- package/dist-cjs/commands/SetAlarmStateCommand.js +1 -28
- package/dist-cjs/commands/StartMetricStreamsCommand.js +1 -28
- package/dist-cjs/commands/StopMetricStreamsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -41
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6387 -12
- package/dist-cjs/models/CloudWatchServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-cjs/pagination/DescribeAlarmHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeAlarmsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeAnomalyDetectorsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeInsightRulesPaginator.js +1 -7
- package/dist-cjs/pagination/GetMetricDataPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDashboardsPaginator.js +1 -7
- package/dist-cjs/pagination/ListManagedInsightRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMetricStreamsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMetricsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_query.js +1 -5129
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForAlarmExists.js +1 -37
- package/dist-cjs/waiters/waitForCompositeAlarmExists.js +1 -37
- package/package.json +41 -41
package/dist-cjs/CloudWatch.js
CHANGED
|
@@ -1,87 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudWatch = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CloudWatchClient_1 = require("./CloudWatchClient");
|
|
6
|
-
const DeleteAlarmsCommand_1 = require("./commands/DeleteAlarmsCommand");
|
|
7
|
-
const DeleteAnomalyDetectorCommand_1 = require("./commands/DeleteAnomalyDetectorCommand");
|
|
8
|
-
const DeleteDashboardsCommand_1 = require("./commands/DeleteDashboardsCommand");
|
|
9
|
-
const DeleteInsightRulesCommand_1 = require("./commands/DeleteInsightRulesCommand");
|
|
10
|
-
const DeleteMetricStreamCommand_1 = require("./commands/DeleteMetricStreamCommand");
|
|
11
|
-
const DescribeAlarmHistoryCommand_1 = require("./commands/DescribeAlarmHistoryCommand");
|
|
12
|
-
const DescribeAlarmsCommand_1 = require("./commands/DescribeAlarmsCommand");
|
|
13
|
-
const DescribeAlarmsForMetricCommand_1 = require("./commands/DescribeAlarmsForMetricCommand");
|
|
14
|
-
const DescribeAnomalyDetectorsCommand_1 = require("./commands/DescribeAnomalyDetectorsCommand");
|
|
15
|
-
const DescribeInsightRulesCommand_1 = require("./commands/DescribeInsightRulesCommand");
|
|
16
|
-
const DisableAlarmActionsCommand_1 = require("./commands/DisableAlarmActionsCommand");
|
|
17
|
-
const DisableInsightRulesCommand_1 = require("./commands/DisableInsightRulesCommand");
|
|
18
|
-
const EnableAlarmActionsCommand_1 = require("./commands/EnableAlarmActionsCommand");
|
|
19
|
-
const EnableInsightRulesCommand_1 = require("./commands/EnableInsightRulesCommand");
|
|
20
|
-
const GetDashboardCommand_1 = require("./commands/GetDashboardCommand");
|
|
21
|
-
const GetInsightRuleReportCommand_1 = require("./commands/GetInsightRuleReportCommand");
|
|
22
|
-
const GetMetricDataCommand_1 = require("./commands/GetMetricDataCommand");
|
|
23
|
-
const GetMetricStatisticsCommand_1 = require("./commands/GetMetricStatisticsCommand");
|
|
24
|
-
const GetMetricStreamCommand_1 = require("./commands/GetMetricStreamCommand");
|
|
25
|
-
const GetMetricWidgetImageCommand_1 = require("./commands/GetMetricWidgetImageCommand");
|
|
26
|
-
const ListDashboardsCommand_1 = require("./commands/ListDashboardsCommand");
|
|
27
|
-
const ListManagedInsightRulesCommand_1 = require("./commands/ListManagedInsightRulesCommand");
|
|
28
|
-
const ListMetricsCommand_1 = require("./commands/ListMetricsCommand");
|
|
29
|
-
const ListMetricStreamsCommand_1 = require("./commands/ListMetricStreamsCommand");
|
|
30
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
31
|
-
const PutAnomalyDetectorCommand_1 = require("./commands/PutAnomalyDetectorCommand");
|
|
32
|
-
const PutCompositeAlarmCommand_1 = require("./commands/PutCompositeAlarmCommand");
|
|
33
|
-
const PutDashboardCommand_1 = require("./commands/PutDashboardCommand");
|
|
34
|
-
const PutInsightRuleCommand_1 = require("./commands/PutInsightRuleCommand");
|
|
35
|
-
const PutManagedInsightRulesCommand_1 = require("./commands/PutManagedInsightRulesCommand");
|
|
36
|
-
const PutMetricAlarmCommand_1 = require("./commands/PutMetricAlarmCommand");
|
|
37
|
-
const PutMetricDataCommand_1 = require("./commands/PutMetricDataCommand");
|
|
38
|
-
const PutMetricStreamCommand_1 = require("./commands/PutMetricStreamCommand");
|
|
39
|
-
const SetAlarmStateCommand_1 = require("./commands/SetAlarmStateCommand");
|
|
40
|
-
const StartMetricStreamsCommand_1 = require("./commands/StartMetricStreamsCommand");
|
|
41
|
-
const StopMetricStreamsCommand_1 = require("./commands/StopMetricStreamsCommand");
|
|
42
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
43
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
44
|
-
const commands = {
|
|
45
|
-
DeleteAlarmsCommand: DeleteAlarmsCommand_1.DeleteAlarmsCommand,
|
|
46
|
-
DeleteAnomalyDetectorCommand: DeleteAnomalyDetectorCommand_1.DeleteAnomalyDetectorCommand,
|
|
47
|
-
DeleteDashboardsCommand: DeleteDashboardsCommand_1.DeleteDashboardsCommand,
|
|
48
|
-
DeleteInsightRulesCommand: DeleteInsightRulesCommand_1.DeleteInsightRulesCommand,
|
|
49
|
-
DeleteMetricStreamCommand: DeleteMetricStreamCommand_1.DeleteMetricStreamCommand,
|
|
50
|
-
DescribeAlarmHistoryCommand: DescribeAlarmHistoryCommand_1.DescribeAlarmHistoryCommand,
|
|
51
|
-
DescribeAlarmsCommand: DescribeAlarmsCommand_1.DescribeAlarmsCommand,
|
|
52
|
-
DescribeAlarmsForMetricCommand: DescribeAlarmsForMetricCommand_1.DescribeAlarmsForMetricCommand,
|
|
53
|
-
DescribeAnomalyDetectorsCommand: DescribeAnomalyDetectorsCommand_1.DescribeAnomalyDetectorsCommand,
|
|
54
|
-
DescribeInsightRulesCommand: DescribeInsightRulesCommand_1.DescribeInsightRulesCommand,
|
|
55
|
-
DisableAlarmActionsCommand: DisableAlarmActionsCommand_1.DisableAlarmActionsCommand,
|
|
56
|
-
DisableInsightRulesCommand: DisableInsightRulesCommand_1.DisableInsightRulesCommand,
|
|
57
|
-
EnableAlarmActionsCommand: EnableAlarmActionsCommand_1.EnableAlarmActionsCommand,
|
|
58
|
-
EnableInsightRulesCommand: EnableInsightRulesCommand_1.EnableInsightRulesCommand,
|
|
59
|
-
GetDashboardCommand: GetDashboardCommand_1.GetDashboardCommand,
|
|
60
|
-
GetInsightRuleReportCommand: GetInsightRuleReportCommand_1.GetInsightRuleReportCommand,
|
|
61
|
-
GetMetricDataCommand: GetMetricDataCommand_1.GetMetricDataCommand,
|
|
62
|
-
GetMetricStatisticsCommand: GetMetricStatisticsCommand_1.GetMetricStatisticsCommand,
|
|
63
|
-
GetMetricStreamCommand: GetMetricStreamCommand_1.GetMetricStreamCommand,
|
|
64
|
-
GetMetricWidgetImageCommand: GetMetricWidgetImageCommand_1.GetMetricWidgetImageCommand,
|
|
65
|
-
ListDashboardsCommand: ListDashboardsCommand_1.ListDashboardsCommand,
|
|
66
|
-
ListManagedInsightRulesCommand: ListManagedInsightRulesCommand_1.ListManagedInsightRulesCommand,
|
|
67
|
-
ListMetricsCommand: ListMetricsCommand_1.ListMetricsCommand,
|
|
68
|
-
ListMetricStreamsCommand: ListMetricStreamsCommand_1.ListMetricStreamsCommand,
|
|
69
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
70
|
-
PutAnomalyDetectorCommand: PutAnomalyDetectorCommand_1.PutAnomalyDetectorCommand,
|
|
71
|
-
PutCompositeAlarmCommand: PutCompositeAlarmCommand_1.PutCompositeAlarmCommand,
|
|
72
|
-
PutDashboardCommand: PutDashboardCommand_1.PutDashboardCommand,
|
|
73
|
-
PutInsightRuleCommand: PutInsightRuleCommand_1.PutInsightRuleCommand,
|
|
74
|
-
PutManagedInsightRulesCommand: PutManagedInsightRulesCommand_1.PutManagedInsightRulesCommand,
|
|
75
|
-
PutMetricAlarmCommand: PutMetricAlarmCommand_1.PutMetricAlarmCommand,
|
|
76
|
-
PutMetricDataCommand: PutMetricDataCommand_1.PutMetricDataCommand,
|
|
77
|
-
PutMetricStreamCommand: PutMetricStreamCommand_1.PutMetricStreamCommand,
|
|
78
|
-
SetAlarmStateCommand: SetAlarmStateCommand_1.SetAlarmStateCommand,
|
|
79
|
-
StartMetricStreamsCommand: StartMetricStreamsCommand_1.StartMetricStreamsCommand,
|
|
80
|
-
StopMetricStreamsCommand: StopMetricStreamsCommand_1.StopMetricStreamsCommand,
|
|
81
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
82
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
83
|
-
};
|
|
84
|
-
class CloudWatch extends CloudWatchClient_1.CloudWatchClient {
|
|
85
|
-
}
|
|
86
|
-
exports.CloudWatch = CloudWatch;
|
|
87
|
-
(0, smithy_client_1.createAggregatedClient)(commands, CloudWatch);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudWatchClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class CloudWatchClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.CloudWatchClient = CloudWatchClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAlarmsCommand = 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 DeleteAlarmsCommand 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", "DeleteAlarms", {})
|
|
22
|
-
.n("CloudWatchClient", "DeleteAlarmsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteAlarmsCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteAlarmsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAlarmsCommand = DeleteAlarmsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAnomalyDetectorCommand = 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 DeleteAnomalyDetectorCommand 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", "DeleteAnomalyDetector", {})
|
|
22
|
-
.n("CloudWatchClient", "DeleteAnomalyDetectorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteAnomalyDetectorCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteAnomalyDetectorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAnomalyDetectorCommand = DeleteAnomalyDetectorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDashboardsCommand = 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 DeleteDashboardsCommand 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", "DeleteDashboards", {})
|
|
22
|
-
.n("CloudWatchClient", "DeleteDashboardsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteDashboardsCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteDashboardsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDashboardsCommand = DeleteDashboardsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteInsightRulesCommand = 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 DeleteInsightRulesCommand 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", "DeleteInsightRules", {})
|
|
22
|
-
.n("CloudWatchClient", "DeleteInsightRulesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteInsightRulesCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteInsightRulesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteInsightRulesCommand = DeleteInsightRulesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteMetricStreamCommand = 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 DeleteMetricStreamCommand 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", "DeleteMetricStream", {})
|
|
22
|
-
.n("CloudWatchClient", "DeleteMetricStreamCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteMetricStreamCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteMetricStreamCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteMetricStreamCommand = DeleteMetricStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAlarmHistoryCommand = 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 DescribeAlarmHistoryCommand 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", "DescribeAlarmHistory", {})
|
|
22
|
-
.n("CloudWatchClient", "DescribeAlarmHistoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DescribeAlarmHistoryCommand)
|
|
25
|
-
.de(Aws_query_1.de_DescribeAlarmHistoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAlarmHistoryCommand = DescribeAlarmHistoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAlarmsCommand = 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 DescribeAlarmsCommand 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", "DescribeAlarms", {})
|
|
22
|
-
.n("CloudWatchClient", "DescribeAlarmsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DescribeAlarmsCommand)
|
|
25
|
-
.de(Aws_query_1.de_DescribeAlarmsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAlarmsCommand = DescribeAlarmsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAlarmsForMetricCommand = 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 DescribeAlarmsForMetricCommand 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", "DescribeAlarmsForMetric", {})
|
|
22
|
-
.n("CloudWatchClient", "DescribeAlarmsForMetricCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DescribeAlarmsForMetricCommand)
|
|
25
|
-
.de(Aws_query_1.de_DescribeAlarmsForMetricCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAlarmsForMetricCommand = DescribeAlarmsForMetricCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAnomalyDetectorsCommand = 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 DescribeAnomalyDetectorsCommand 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", "DescribeAnomalyDetectors", {})
|
|
22
|
-
.n("CloudWatchClient", "DescribeAnomalyDetectorsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DescribeAnomalyDetectorsCommand)
|
|
25
|
-
.de(Aws_query_1.de_DescribeAnomalyDetectorsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeAnomalyDetectorsCommand = DescribeAnomalyDetectorsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeInsightRulesCommand = 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 DescribeInsightRulesCommand 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", "DescribeInsightRules", {})
|
|
22
|
-
.n("CloudWatchClient", "DescribeInsightRulesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DescribeInsightRulesCommand)
|
|
25
|
-
.de(Aws_query_1.de_DescribeInsightRulesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeInsightRulesCommand = DescribeInsightRulesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableAlarmActionsCommand = 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 DisableAlarmActionsCommand 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", "DisableAlarmActions", {})
|
|
22
|
-
.n("CloudWatchClient", "DisableAlarmActionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DisableAlarmActionsCommand)
|
|
25
|
-
.de(Aws_query_1.de_DisableAlarmActionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisableAlarmActionsCommand = DisableAlarmActionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableInsightRulesCommand = 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 DisableInsightRulesCommand 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", "DisableInsightRules", {})
|
|
22
|
-
.n("CloudWatchClient", "DisableInsightRulesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DisableInsightRulesCommand)
|
|
25
|
-
.de(Aws_query_1.de_DisableInsightRulesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisableInsightRulesCommand = DisableInsightRulesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableAlarmActionsCommand = 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 EnableAlarmActionsCommand 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", "EnableAlarmActions", {})
|
|
22
|
-
.n("CloudWatchClient", "EnableAlarmActionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_EnableAlarmActionsCommand)
|
|
25
|
-
.de(Aws_query_1.de_EnableAlarmActionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.EnableAlarmActionsCommand = EnableAlarmActionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableInsightRulesCommand = 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 EnableInsightRulesCommand 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", "EnableInsightRules", {})
|
|
22
|
-
.n("CloudWatchClient", "EnableInsightRulesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_EnableInsightRulesCommand)
|
|
25
|
-
.de(Aws_query_1.de_EnableInsightRulesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.EnableInsightRulesCommand = EnableInsightRulesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDashboardCommand = 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 GetDashboardCommand 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", "GetDashboard", {})
|
|
22
|
-
.n("CloudWatchClient", "GetDashboardCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetDashboardCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetDashboardCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDashboardCommand = GetDashboardCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetInsightRuleReportCommand = 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 GetInsightRuleReportCommand 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", "GetInsightRuleReport", {})
|
|
22
|
-
.n("CloudWatchClient", "GetInsightRuleReportCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_GetInsightRuleReportCommand)
|
|
25
|
-
.de(Aws_query_1.de_GetInsightRuleReportCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetInsightRuleReportCommand = GetInsightRuleReportCommand;
|
|
1
|
+
module.exports = require("../index.js");
|