@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
@@ -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 { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
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: PutInsightRuleInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutInsightRuleOutput.filterSensitiveLog,
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 { PutMetricAlarmInput } from "../models/models_0";
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: PutMetricAlarmInput.filterSensitiveLog,
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 { PutMetricDataInput } from "../models/models_0";
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: PutMetricDataInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutMetricDataInputFilterSensitiveLog,
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 { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
4
+ import { PutMetricStreamInputFilterSensitiveLog, PutMetricStreamOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryPutMetricStreamCommand, serializeAws_queryPutMetricStreamCommand, } from "../protocols/Aws_query";
6
6
  var PutMetricStreamCommand = (function (_super) {
7
7
  __extends(PutMetricStreamCommand, _super);
@@ -20,8 +20,8 @@ var PutMetricStreamCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutMetricStreamInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutMetricStreamOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutMetricStreamInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutMetricStreamOutputFilterSensitiveLog,
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 { SetAlarmStateInput } from "../models/models_0";
4
+ import { SetAlarmStateInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_querySetAlarmStateCommand, serializeAws_querySetAlarmStateCommand, } from "../protocols/Aws_query";
6
6
  var SetAlarmStateCommand = (function (_super) {
7
7
  __extends(SetAlarmStateCommand, _super);
@@ -20,7 +20,7 @@ var SetAlarmStateCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetAlarmStateInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetAlarmStateInputFilterSensitiveLog,
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 { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
4
+ import { StartMetricStreamsInputFilterSensitiveLog, StartMetricStreamsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryStartMetricStreamsCommand, serializeAws_queryStartMetricStreamsCommand, } from "../protocols/Aws_query";
6
6
  var StartMetricStreamsCommand = (function (_super) {
7
7
  __extends(StartMetricStreamsCommand, _super);
@@ -20,8 +20,8 @@ var StartMetricStreamsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartMetricStreamsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartMetricStreamsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartMetricStreamsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartMetricStreamsOutputFilterSensitiveLog,
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 { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
4
+ import { StopMetricStreamsInputFilterSensitiveLog, StopMetricStreamsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryStopMetricStreamsCommand, serializeAws_queryStopMetricStreamsCommand, } from "../protocols/Aws_query";
6
6
  var StopMetricStreamsCommand = (function (_super) {
7
7
  __extends(StopMetricStreamsCommand, _super);
@@ -20,8 +20,8 @@ var StopMetricStreamsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopMetricStreamsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopMetricStreamsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopMetricStreamsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopMetricStreamsOutputFilterSensitiveLog,
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryTagResourceCommand, serializeAws_queryTagResourceCommand } from "../protocols/Aws_query";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryUntagResourceCommand, serializeAws_queryUntagResourceCommand, } from "../protocols/Aws_query";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {