@aws-sdk/client-cloudwatch 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist-cjs/commands/DeleteAlarmsCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -2
  11. package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -2
  12. package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
  13. package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -2
  14. package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -2
  15. package/dist-cjs/commands/GetDashboardCommand.js +2 -2
  16. package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -2
  17. package/dist-cjs/commands/GetMetricDataCommand.js +2 -2
  18. package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -2
  19. package/dist-cjs/commands/GetMetricStreamCommand.js +2 -2
  20. package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -2
  21. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  22. package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -2
  23. package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -2
  24. package/dist-cjs/commands/ListMetricsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -2
  27. package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -2
  28. package/dist-cjs/commands/PutDashboardCommand.js +2 -2
  29. package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
  30. package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -2
  31. package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -2
  32. package/dist-cjs/commands/PutMetricDataCommand.js +2 -2
  33. package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
  34. package/dist-cjs/commands/SetAlarmStateCommand.js +2 -2
  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/protocols/Aws_query.js +753 -753
  40. package/dist-es/commands/DeleteAlarmsCommand.js +3 -3
  41. package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
  42. package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
  43. package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
  44. package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
  45. package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
  46. package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
  47. package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
  48. package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
  49. package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
  50. package/dist-es/commands/DisableAlarmActionsCommand.js +3 -3
  51. package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
  52. package/dist-es/commands/EnableAlarmActionsCommand.js +3 -3
  53. package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
  54. package/dist-es/commands/GetDashboardCommand.js +3 -3
  55. package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
  56. package/dist-es/commands/GetMetricDataCommand.js +3 -3
  57. package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
  58. package/dist-es/commands/GetMetricStreamCommand.js +3 -3
  59. package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
  60. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  61. package/dist-es/commands/ListManagedInsightRulesCommand.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 +3 -3
  67. package/dist-es/commands/PutDashboardCommand.js +3 -3
  68. package/dist-es/commands/PutInsightRuleCommand.js +3 -3
  69. package/dist-es/commands/PutManagedInsightRulesCommand.js +3 -3
  70. package/dist-es/commands/PutMetricAlarmCommand.js +3 -3
  71. package/dist-es/commands/PutMetricDataCommand.js +3 -3
  72. package/dist-es/commands/PutMetricStreamCommand.js +3 -3
  73. package/dist-es/commands/SetAlarmStateCommand.js +3 -3
  74. package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
  75. package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
  76. package/dist-es/commands/TagResourceCommand.js +3 -3
  77. package/dist-es/commands/UntagResourceCommand.js +3 -3
  78. package/dist-es/protocols/Aws_query.js +675 -675
  79. package/dist-types/protocols/Aws_query.d.ts +304 -76
  80. package/dist-types/ts3.4/protocols/Aws_query.d.ts +76 -76
  81. package/package.json +30 -30
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPutManagedInsightRulesCommand, serializeAws_queryPutManagedInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_PutManagedInsightRulesCommand, se_PutManagedInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class PutManagedInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutManagedInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutManagedInsightRulesCommand(input, context);
36
+ return se_PutManagedInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutManagedInsightRulesCommand(output, context);
39
+ return de_PutManagedInsightRulesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPutMetricAlarmCommand, serializeAws_queryPutMetricAlarmCommand, } from "../protocols/Aws_query";
4
+ import { de_PutMetricAlarmCommand, se_PutMetricAlarmCommand } from "../protocols/Aws_query";
5
5
  export class PutMetricAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutMetricAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutMetricAlarmCommand(input, context);
36
+ return se_PutMetricAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutMetricAlarmCommand(output, context);
39
+ return de_PutMetricAlarmCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPutMetricDataCommand, serializeAws_queryPutMetricDataCommand, } from "../protocols/Aws_query";
4
+ import { de_PutMetricDataCommand, se_PutMetricDataCommand } from "../protocols/Aws_query";
5
5
  export class PutMetricDataCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutMetricDataCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutMetricDataCommand(input, context);
36
+ return se_PutMetricDataCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutMetricDataCommand(output, context);
39
+ return de_PutMetricDataCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPutMetricStreamCommand, serializeAws_queryPutMetricStreamCommand, } from "../protocols/Aws_query";
4
+ import { de_PutMetricStreamCommand, se_PutMetricStreamCommand } from "../protocols/Aws_query";
5
5
  export class PutMetricStreamCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutMetricStreamCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutMetricStreamCommand(input, context);
36
+ return se_PutMetricStreamCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutMetricStreamCommand(output, context);
39
+ return de_PutMetricStreamCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetAlarmStateCommand, serializeAws_querySetAlarmStateCommand, } from "../protocols/Aws_query";
4
+ import { de_SetAlarmStateCommand, se_SetAlarmStateCommand } from "../protocols/Aws_query";
5
5
  export class SetAlarmStateCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetAlarmStateCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetAlarmStateCommand(input, context);
36
+ return se_SetAlarmStateCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetAlarmStateCommand(output, context);
39
+ return de_SetAlarmStateCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryStartMetricStreamsCommand, serializeAws_queryStartMetricStreamsCommand, } from "../protocols/Aws_query";
4
+ import { de_StartMetricStreamsCommand, se_StartMetricStreamsCommand } from "../protocols/Aws_query";
5
5
  export class StartMetricStreamsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartMetricStreamsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryStartMetricStreamsCommand(input, context);
36
+ return se_StartMetricStreamsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryStartMetricStreamsCommand(output, context);
39
+ return de_StartMetricStreamsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryStopMetricStreamsCommand, serializeAws_queryStopMetricStreamsCommand, } from "../protocols/Aws_query";
4
+ import { de_StopMetricStreamsCommand, se_StopMetricStreamsCommand } from "../protocols/Aws_query";
5
5
  export class StopMetricStreamsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StopMetricStreamsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryStopMetricStreamsCommand(input, context);
36
+ return se_StopMetricStreamsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryStopMetricStreamsCommand(output, context);
39
+ return de_StopMetricStreamsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryTagResourceCommand, serializeAws_queryTagResourceCommand } from "../protocols/Aws_query";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryTagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryTagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryUntagResourceCommand, serializeAws_queryUntagResourceCommand, } from "../protocols/Aws_query";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryUntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryUntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }