@aws-sdk/client-cloudwatch 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -1
  4. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -2
  13. package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -1
  14. package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
  15. package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -1
  16. package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -2
  17. package/dist-cjs/commands/GetDashboardCommand.js +2 -2
  18. package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -2
  19. package/dist-cjs/commands/GetMetricDataCommand.js +2 -2
  20. package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -2
  21. package/dist-cjs/commands/GetMetricStreamCommand.js +2 -2
  22. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -2
  23. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  24. package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -2
  25. package/dist-cjs/commands/ListMetricsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -2
  28. package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -1
  29. package/dist-cjs/commands/PutDashboardCommand.js +2 -2
  30. package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
  31. package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -1
  32. package/dist-cjs/commands/PutMetricDataCommand.js +1 -1
  33. package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
  34. package/dist-cjs/commands/SetAlarmStateCommand.js +1 -1
  35. package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -2
  36. package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -2
  37. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  39. package/dist-cjs/models/models_0.js +393 -579
  40. package/dist-cjs/protocols/Aws_query.js +33 -0
  41. package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
  42. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
  43. package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
  44. package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
  45. package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
  46. package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
  47. package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
  48. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
  49. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
  50. package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
  51. package/dist-es/commands/DisableAlarmActionsCommand.js +2 -2
  52. package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
  53. package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
  54. package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
  55. package/dist-es/commands/GetDashboardCommand.js +3 -3
  56. package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
  57. package/dist-es/commands/GetMetricDataCommand.js +3 -3
  58. package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
  59. package/dist-es/commands/GetMetricStreamCommand.js +3 -3
  60. package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
  61. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  62. package/dist-es/commands/ListMetricStreamsCommand.js +3 -3
  63. package/dist-es/commands/ListMetricsCommand.js +3 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  65. package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -3
  66. package/dist-es/commands/PutCompositeAlarmCommand.js +2 -2
  67. package/dist-es/commands/PutDashboardCommand.js +3 -3
  68. package/dist-es/commands/PutInsightRuleCommand.js +3 -3
  69. package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
  70. package/dist-es/commands/PutMetricDataCommand.js +2 -2
  71. package/dist-es/commands/PutMetricStreamCommand.js +3 -3
  72. package/dist-es/commands/SetAlarmStateCommand.js +2 -2
  73. package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
  74. package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
  75. package/dist-es/commands/TagResourceCommand.js +3 -3
  76. package/dist-es/commands/UntagResourceCommand.js +3 -3
  77. package/dist-es/models/models_0.js +102 -384
  78. package/dist-es/protocols/Aws_query.js +33 -0
  79. package/dist-types/models/models_0.d.ts +530 -573
  80. package/dist-types/ts3.4/models/models_0.d.ts +213 -382
  81. package/package.json +6 -6
@@ -3026,6 +3026,15 @@ const serializeAws_queryPutCompositeAlarmInput = (input, context) => {
3026
3026
  entries[loc] = value;
3027
3027
  });
3028
3028
  }
3029
+ if (input.ActionsSuppressor !== undefined && input.ActionsSuppressor !== null) {
3030
+ entries["ActionsSuppressor"] = input.ActionsSuppressor;
3031
+ }
3032
+ if (input.ActionsSuppressorWaitPeriod !== undefined && input.ActionsSuppressorWaitPeriod !== null) {
3033
+ entries["ActionsSuppressorWaitPeriod"] = input.ActionsSuppressorWaitPeriod;
3034
+ }
3035
+ if (input.ActionsSuppressorExtensionPeriod !== undefined && input.ActionsSuppressorExtensionPeriod !== null) {
3036
+ entries["ActionsSuppressorExtensionPeriod"] = input.ActionsSuppressorExtensionPeriod;
3037
+ }
3029
3038
  return entries;
3030
3039
  };
3031
3040
  const serializeAws_queryPutDashboardInput = (input, context) => {
@@ -3535,6 +3544,12 @@ const deserializeAws_queryCompositeAlarm = (output, context) => {
3535
3544
  StateReasonData: undefined,
3536
3545
  StateUpdatedTimestamp: undefined,
3537
3546
  StateValue: undefined,
3547
+ StateTransitionedTimestamp: undefined,
3548
+ ActionsSuppressedBy: undefined,
3549
+ ActionsSuppressedReason: undefined,
3550
+ ActionsSuppressor: undefined,
3551
+ ActionsSuppressorWaitPeriod: undefined,
3552
+ ActionsSuppressorExtensionPeriod: undefined,
3538
3553
  };
3539
3554
  if (output["ActionsEnabled"] !== undefined) {
3540
3555
  contents.ActionsEnabled = (0, smithy_client_1.parseBoolean)(output["ActionsEnabled"]);
@@ -3585,6 +3600,24 @@ const deserializeAws_queryCompositeAlarm = (output, context) => {
3585
3600
  if (output["StateValue"] !== undefined) {
3586
3601
  contents.StateValue = (0, smithy_client_1.expectString)(output["StateValue"]);
3587
3602
  }
3603
+ if (output["StateTransitionedTimestamp"] !== undefined) {
3604
+ contents.StateTransitionedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["StateTransitionedTimestamp"]));
3605
+ }
3606
+ if (output["ActionsSuppressedBy"] !== undefined) {
3607
+ contents.ActionsSuppressedBy = (0, smithy_client_1.expectString)(output["ActionsSuppressedBy"]);
3608
+ }
3609
+ if (output["ActionsSuppressedReason"] !== undefined) {
3610
+ contents.ActionsSuppressedReason = (0, smithy_client_1.expectString)(output["ActionsSuppressedReason"]);
3611
+ }
3612
+ if (output["ActionsSuppressor"] !== undefined) {
3613
+ contents.ActionsSuppressor = (0, smithy_client_1.expectString)(output["ActionsSuppressor"]);
3614
+ }
3615
+ if (output["ActionsSuppressorWaitPeriod"] !== undefined) {
3616
+ contents.ActionsSuppressorWaitPeriod = (0, smithy_client_1.strictParseInt32)(output["ActionsSuppressorWaitPeriod"]);
3617
+ }
3618
+ if (output["ActionsSuppressorExtensionPeriod"] !== undefined) {
3619
+ contents.ActionsSuppressorExtensionPeriod = (0, smithy_client_1.strictParseInt32)(output["ActionsSuppressorExtensionPeriod"]);
3620
+ }
3588
3621
  return contents;
3589
3622
  };
3590
3623
  const deserializeAws_queryCompositeAlarms = (output, context) => {
@@ -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 { DeleteAlarmsInput } from "../models/models_0";
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: DeleteAlarmsInput.filterSensitiveLog,
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 { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0";
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: DeleteAnomalyDetectorInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteAnomalyDetectorOutput.filterSensitiveLog,
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 { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0";
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: DeleteDashboardsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteDashboardsOutput.filterSensitiveLog,
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 { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0";
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: DeleteInsightRulesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteInsightRulesOutput.filterSensitiveLog,
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 { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0";
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: DeleteMetricStreamInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteMetricStreamOutput.filterSensitiveLog,
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 { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0";
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: DescribeAlarmHistoryInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAlarmHistoryOutput.filterSensitiveLog,
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 { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0";
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: DescribeAlarmsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAlarmsOutput.filterSensitiveLog,
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 { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0";
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: DescribeAlarmsForMetricInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAlarmsForMetricOutput.filterSensitiveLog,
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 { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0";
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: DescribeAnomalyDetectorsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeAnomalyDetectorsOutput.filterSensitiveLog,
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 { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0";
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: DescribeInsightRulesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DescribeInsightRulesOutput.filterSensitiveLog,
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 { DisableAlarmActionsInput } from "../models/models_0";
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: DisableAlarmActionsInput.filterSensitiveLog,
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 { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0";
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: DisableInsightRulesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DisableInsightRulesOutput.filterSensitiveLog,
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 { EnableAlarmActionsInput } from "../models/models_0";
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: EnableAlarmActionsInput.filterSensitiveLog,
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 { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0";
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: EnableInsightRulesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: EnableInsightRulesOutput.filterSensitiveLog,
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 { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
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: GetDashboardInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDashboardOutput.filterSensitiveLog,
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 { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
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: GetInsightRuleReportInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetInsightRuleReportOutput.filterSensitiveLog,
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 { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
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: GetMetricDataInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMetricDataOutput.filterSensitiveLog,
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 { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
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: GetMetricStatisticsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMetricStatisticsOutput.filterSensitiveLog,
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 { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
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: GetMetricStreamInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMetricStreamOutput.filterSensitiveLog,
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 { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
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: GetMetricWidgetImageInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetMetricWidgetImageOutput.filterSensitiveLog,
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 { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
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: ListDashboardsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListDashboardsOutput.filterSensitiveLog,
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 { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
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: ListMetricStreamsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListMetricStreamsOutput.filterSensitiveLog,
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 { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
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: ListMetricsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListMetricsOutput.filterSensitiveLog,
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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
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: ListTagsForResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceOutput.filterSensitiveLog,
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 { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
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: PutAnomalyDetectorInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutAnomalyDetectorOutput.filterSensitiveLog,
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 { PutCompositeAlarmInput } from "../models/models_0";
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: PutCompositeAlarmInput.filterSensitiveLog,
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 { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
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: PutDashboardInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutDashboardOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutDashboardInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutDashboardOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {