@aws-sdk/client-cloudwatch 3.303.0 → 3.309.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/commands/DeleteAlarmsCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -2
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -2
- package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/GetDashboardCommand.js +2 -2
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -2
- package/dist-cjs/commands/GetMetricDataCommand.js +2 -2
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListMetricsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -2
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -2
- package/dist-cjs/commands/PutDashboardCommand.js +2 -2
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -2
- package/dist-cjs/commands/PutMetricDataCommand.js +2 -2
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/SetAlarmStateCommand.js +2 -2
- package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +753 -753
- package/dist-es/commands/DeleteAlarmsCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
- package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
- package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
- package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
- package/dist-es/commands/DisableAlarmActionsCommand.js +3 -3
- package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +3 -3
- package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
- package/dist-es/commands/GetDashboardCommand.js +3 -3
- package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
- package/dist-es/commands/GetMetricDataCommand.js +3 -3
- package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
- package/dist-es/commands/GetMetricStreamCommand.js +3 -3
- package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListManagedInsightRulesCommand.js +3 -3
- package/dist-es/commands/ListMetricStreamsCommand.js +3 -3
- package/dist-es/commands/ListMetricsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/PutCompositeAlarmCommand.js +3 -3
- package/dist-es/commands/PutDashboardCommand.js +3 -3
- package/dist-es/commands/PutInsightRuleCommand.js +3 -3
- package/dist-es/commands/PutManagedInsightRulesCommand.js +3 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +3 -3
- package/dist-es/commands/PutMetricDataCommand.js +3 -3
- package/dist-es/commands/PutMetricStreamCommand.js +3 -3
- package/dist-es/commands/SetAlarmStateCommand.js +3 -3
- package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
- package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/protocols/Aws_query.js +675 -675
- package/dist-types/protocols/Aws_query.d.ts +304 -76
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +76 -76
- package/package.json +30 -30
|
@@ -36,10 +36,10 @@ class DeleteAlarmsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DeleteAlarmsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DeleteAlarmsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteAlarmsCommand = DeleteAlarmsCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteAnomalyDetectorCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DeleteAnomalyDetectorCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DeleteAnomalyDetectorCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteAnomalyDetectorCommand = DeleteAnomalyDetectorCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteDashboardsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DeleteDashboardsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DeleteDashboardsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteDashboardsCommand = DeleteDashboardsCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DeleteInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DeleteInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteInsightRulesCommand = DeleteInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteMetricStreamCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DeleteMetricStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DeleteMetricStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteMetricStreamCommand = DeleteMetricStreamCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeAlarmHistoryCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DescribeAlarmHistoryCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DescribeAlarmHistoryCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeAlarmHistoryCommand = DescribeAlarmHistoryCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeAlarmsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DescribeAlarmsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DescribeAlarmsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeAlarmsCommand = DescribeAlarmsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeAlarmsForMetricCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DescribeAlarmsForMetricCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DescribeAlarmsForMetricCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeAlarmsForMetricCommand = DescribeAlarmsForMetricCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeAnomalyDetectorsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DescribeAnomalyDetectorsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DescribeAnomalyDetectorsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeAnomalyDetectorsCommand = DescribeAnomalyDetectorsCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DescribeInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DescribeInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeInsightRulesCommand = DescribeInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class DisableAlarmActionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DisableAlarmActionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DisableAlarmActionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DisableAlarmActionsCommand = DisableAlarmActionsCommand;
|
|
@@ -36,10 +36,10 @@ class DisableInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_DisableInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_DisableInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DisableInsightRulesCommand = DisableInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class EnableAlarmActionsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_EnableAlarmActionsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_EnableAlarmActionsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.EnableAlarmActionsCommand = EnableAlarmActionsCommand;
|
|
@@ -36,10 +36,10 @@ class EnableInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_EnableInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_EnableInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.EnableInsightRulesCommand = EnableInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class GetDashboardCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetDashboardCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetDashboardCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetDashboardCommand = GetDashboardCommand;
|
|
@@ -36,10 +36,10 @@ class GetInsightRuleReportCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetInsightRuleReportCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetInsightRuleReportCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetInsightRuleReportCommand = GetInsightRuleReportCommand;
|
|
@@ -36,10 +36,10 @@ class GetMetricDataCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetMetricDataCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetMetricDataCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetMetricDataCommand = GetMetricDataCommand;
|
|
@@ -36,10 +36,10 @@ class GetMetricStatisticsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetMetricStatisticsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetMetricStatisticsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetMetricStatisticsCommand = GetMetricStatisticsCommand;
|
|
@@ -36,10 +36,10 @@ class GetMetricStreamCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetMetricStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetMetricStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetMetricStreamCommand = GetMetricStreamCommand;
|
|
@@ -36,10 +36,10 @@ class GetMetricWidgetImageCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_GetMetricWidgetImageCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_GetMetricWidgetImageCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetMetricWidgetImageCommand = GetMetricWidgetImageCommand;
|
|
@@ -36,10 +36,10 @@ class ListDashboardsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_ListDashboardsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_ListDashboardsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListDashboardsCommand = ListDashboardsCommand;
|
|
@@ -36,10 +36,10 @@ class ListManagedInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_ListManagedInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_ListManagedInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListManagedInsightRulesCommand = ListManagedInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class ListMetricStreamsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_ListMetricStreamsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_ListMetricStreamsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListMetricStreamsCommand = ListMetricStreamsCommand;
|
|
@@ -36,10 +36,10 @@ class ListMetricsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_ListMetricsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_ListMetricsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListMetricsCommand = ListMetricsCommand;
|
|
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_ListTagsForResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_ListTagsForResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -36,10 +36,10 @@ class PutAnomalyDetectorCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutAnomalyDetectorCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutAnomalyDetectorCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutAnomalyDetectorCommand = PutAnomalyDetectorCommand;
|
|
@@ -36,10 +36,10 @@ class PutCompositeAlarmCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutCompositeAlarmCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutCompositeAlarmCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutCompositeAlarmCommand = PutCompositeAlarmCommand;
|
|
@@ -36,10 +36,10 @@ class PutDashboardCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutDashboardCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutDashboardCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutDashboardCommand = PutDashboardCommand;
|
|
@@ -36,10 +36,10 @@ class PutInsightRuleCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutInsightRuleCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutInsightRuleCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutInsightRuleCommand = PutInsightRuleCommand;
|
|
@@ -36,10 +36,10 @@ class PutManagedInsightRulesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutManagedInsightRulesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutManagedInsightRulesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutManagedInsightRulesCommand = PutManagedInsightRulesCommand;
|
|
@@ -36,10 +36,10 @@ class PutMetricAlarmCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutMetricAlarmCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutMetricAlarmCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutMetricAlarmCommand = PutMetricAlarmCommand;
|
|
@@ -36,10 +36,10 @@ class PutMetricDataCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutMetricDataCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutMetricDataCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutMetricDataCommand = PutMetricDataCommand;
|
|
@@ -36,10 +36,10 @@ class PutMetricStreamCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_PutMetricStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_PutMetricStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutMetricStreamCommand = PutMetricStreamCommand;
|
|
@@ -36,10 +36,10 @@ class SetAlarmStateCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_SetAlarmStateCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_SetAlarmStateCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.SetAlarmStateCommand = SetAlarmStateCommand;
|
|
@@ -36,10 +36,10 @@ class StartMetricStreamsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_StartMetricStreamsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_StartMetricStreamsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartMetricStreamsCommand = StartMetricStreamsCommand;
|
|
@@ -36,10 +36,10 @@ class StopMetricStreamsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_StopMetricStreamsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_StopMetricStreamsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StopMetricStreamsCommand = StopMetricStreamsCommand;
|
|
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_TagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_TagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_query_1.
|
|
39
|
+
return (0, Aws_query_1.se_UntagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_query_1.
|
|
42
|
+
return (0, Aws_query_1.de_UntagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagResourceCommand = UntagResourceCommand;
|