@aws-sdk/client-cloudwatch 3.135.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -1
- 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 +1 -1
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -1
- 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/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 +1 -1
- package/dist-cjs/commands/PutDashboardCommand.js +2 -2
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
- package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -1
- package/dist-cjs/commands/PutMetricDataCommand.js +1 -1
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/SetAlarmStateCommand.js +1 -1
- 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/models/models_0.js +387 -579
- package/dist-cjs/protocols/Aws_query.js +385 -592
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
- 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/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 +2 -2
- package/dist-es/commands/PutDashboardCommand.js +3 -3
- package/dist-es/commands/PutInsightRuleCommand.js +3 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
- package/dist-es/commands/PutMetricDataCommand.js +2 -2
- package/dist-es/commands/PutMetricStreamCommand.js +3 -3
- package/dist-es/commands/SetAlarmStateCommand.js +2 -2
- 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/models/models_0.js +96 -384
- package/dist-es/protocols/Aws_query.js +486 -593
- package/dist-types/models/models_0.d.ts +384 -576
- package/dist-types/ts3.4/models/models_0.d.ts +192 -384
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAlarmsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteAlarmsCommand, serializeAws_queryDeleteAlarmsCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteAlarmsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAlarmsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAlarmsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAlarmsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAnomalyDetectorInputFilterSensitiveLog, DeleteAnomalyDetectorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteAnomalyDetectorCommand, serializeAws_queryDeleteAnomalyDetectorCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteAnomalyDetectorCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAnomalyDetectorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAnomalyDetectorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAnomalyDetectorInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAnomalyDetectorOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteDashboardsInputFilterSensitiveLog, DeleteDashboardsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteDashboardsCommand, serializeAws_queryDeleteDashboardsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteDashboardsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDashboardsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDashboardsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDashboardsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDashboardsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteInsightRulesInputFilterSensitiveLog, DeleteInsightRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteInsightRulesCommand, serializeAws_queryDeleteInsightRulesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteInsightRulesCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteInsightRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteInsightRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteInsightRulesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteInsightRulesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteMetricStreamInputFilterSensitiveLog, DeleteMetricStreamOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteMetricStreamCommand, serializeAws_queryDeleteMetricStreamCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteMetricStreamCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteMetricStreamCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteMetricStreamCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteMetricStreamInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteMetricStreamOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAlarmHistoryInputFilterSensitiveLog, DescribeAlarmHistoryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAlarmHistoryCommand, serializeAws_queryDescribeAlarmHistoryCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAlarmHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAlarmHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAlarmHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAlarmHistoryInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAlarmHistoryOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAlarmsInputFilterSensitiveLog, DescribeAlarmsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAlarmsCommand, serializeAws_queryDescribeAlarmsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAlarmsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAlarmsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAlarmsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAlarmsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAlarmsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAlarmsForMetricInputFilterSensitiveLog, DescribeAlarmsForMetricOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAlarmsForMetricCommand, serializeAws_queryDescribeAlarmsForMetricCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAlarmsForMetricCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAlarmsForMetricCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAlarmsForMetricCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAlarmsForMetricInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAlarmsForMetricOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAnomalyDetectorsInputFilterSensitiveLog, DescribeAnomalyDetectorsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAnomalyDetectorsCommand, serializeAws_queryDescribeAnomalyDetectorsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAnomalyDetectorsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAnomalyDetectorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAnomalyDetectorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAnomalyDetectorsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAnomalyDetectorsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeInsightRulesInputFilterSensitiveLog, DescribeInsightRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeInsightRulesCommand, serializeAws_queryDescribeInsightRulesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeInsightRulesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeInsightRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeInsightRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeInsightRulesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInsightRulesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisableAlarmActionsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDisableAlarmActionsCommand, serializeAws_queryDisableAlarmActionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DisableAlarmActionsCommand = (function (_super) {
|
|
7
7
|
__extends(DisableAlarmActionsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DisableAlarmActionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableAlarmActionsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DisableInsightRulesInputFilterSensitiveLog, DisableInsightRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDisableInsightRulesCommand, serializeAws_queryDisableInsightRulesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DisableInsightRulesCommand = (function (_super) {
|
|
7
7
|
__extends(DisableInsightRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableInsightRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableInsightRulesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableInsightRulesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EnableAlarmActionsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryEnableAlarmActionsCommand, serializeAws_queryEnableAlarmActionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var EnableAlarmActionsCommand = (function (_super) {
|
|
7
7
|
__extends(EnableAlarmActionsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var EnableAlarmActionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableAlarmActionsInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EnableInsightRulesInputFilterSensitiveLog, EnableInsightRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryEnableInsightRulesCommand, serializeAws_queryEnableInsightRulesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var EnableInsightRulesCommand = (function (_super) {
|
|
7
7
|
__extends(EnableInsightRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var EnableInsightRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableInsightRulesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnableInsightRulesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDashboardInputFilterSensitiveLog, GetDashboardOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetDashboardCommand, serializeAws_queryGetDashboardCommand } from "../protocols/Aws_query";
|
|
6
6
|
var GetDashboardCommand = (function (_super) {
|
|
7
7
|
__extends(GetDashboardCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDashboardCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDashboardInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDashboardOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightRuleReportInputFilterSensitiveLog, GetInsightRuleReportOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetInsightRuleReportCommand, serializeAws_queryGetInsightRuleReportCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetInsightRuleReportCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightRuleReportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightRuleReportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightRuleReportInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightRuleReportOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMetricDataInputFilterSensitiveLog, GetMetricDataOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetMetricDataCommand, serializeAws_queryGetMetricDataCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetMetricDataCommand = (function (_super) {
|
|
7
7
|
__extends(GetMetricDataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMetricDataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMetricDataInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMetricDataOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMetricStatisticsInputFilterSensitiveLog, GetMetricStatisticsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetMetricStatisticsCommand, serializeAws_queryGetMetricStatisticsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetMetricStatisticsCommand = (function (_super) {
|
|
7
7
|
__extends(GetMetricStatisticsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMetricStatisticsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMetricStatisticsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMetricStatisticsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMetricStreamInputFilterSensitiveLog, GetMetricStreamOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetMetricStreamCommand, serializeAws_queryGetMetricStreamCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetMetricStreamCommand = (function (_super) {
|
|
7
7
|
__extends(GetMetricStreamCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMetricStreamCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMetricStreamInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMetricStreamOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMetricWidgetImageInputFilterSensitiveLog, GetMetricWidgetImageOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetMetricWidgetImageCommand, serializeAws_queryGetMetricWidgetImageCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetMetricWidgetImageCommand = (function (_super) {
|
|
7
7
|
__extends(GetMetricWidgetImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMetricWidgetImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMetricWidgetImageInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMetricWidgetImageOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListDashboardsInputFilterSensitiveLog, ListDashboardsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListDashboardsCommand, serializeAws_queryListDashboardsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListDashboardsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDashboardsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDashboardsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDashboardsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListDashboardsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListMetricStreamsInputFilterSensitiveLog, ListMetricStreamsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListMetricStreamsCommand, serializeAws_queryListMetricStreamsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListMetricStreamsCommand = (function (_super) {
|
|
7
7
|
__extends(ListMetricStreamsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMetricStreamsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMetricStreamsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMetricStreamsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListMetricsInputFilterSensitiveLog, ListMetricsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListMetricsCommand, serializeAws_queryListMetricsCommand } from "../protocols/Aws_query";
|
|
6
6
|
var ListMetricsCommand = (function (_super) {
|
|
7
7
|
__extends(ListMetricsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListMetricsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListMetricsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListMetricsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutAnomalyDetectorInputFilterSensitiveLog, PutAnomalyDetectorOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutAnomalyDetectorCommand, serializeAws_queryPutAnomalyDetectorCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var PutAnomalyDetectorCommand = (function (_super) {
|
|
7
7
|
__extends(PutAnomalyDetectorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAnomalyDetectorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAnomalyDetectorInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAnomalyDetectorOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutCompositeAlarmInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutCompositeAlarmCommand, serializeAws_queryPutCompositeAlarmCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var PutCompositeAlarmCommand = (function (_super) {
|
|
7
7
|
__extends(PutCompositeAlarmCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutCompositeAlarmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutCompositeAlarmInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutDashboardInputFilterSensitiveLog, PutDashboardOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutDashboardCommand, serializeAws_queryPutDashboardCommand } from "../protocols/Aws_query";
|
|
6
6
|
var PutDashboardCommand = (function (_super) {
|
|
7
7
|
__extends(PutDashboardCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutDashboardCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutDashboardInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutDashboardOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutInsightRuleInputFilterSensitiveLog, PutInsightRuleOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutInsightRuleCommand, serializeAws_queryPutInsightRuleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var PutInsightRuleCommand = (function (_super) {
|
|
7
7
|
__extends(PutInsightRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutInsightRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutInsightRuleInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutInsightRuleOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutMetricAlarmInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutMetricAlarmCommand, serializeAws_queryPutMetricAlarmCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var PutMetricAlarmCommand = (function (_super) {
|
|
7
7
|
__extends(PutMetricAlarmCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutMetricAlarmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutMetricAlarmInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutMetricDataInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPutMetricDataCommand, serializeAws_queryPutMetricDataCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var PutMetricDataCommand = (function (_super) {
|
|
7
7
|
__extends(PutMetricDataCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutMetricDataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutMetricDataInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|