@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_queryDeleteAlarmsCommand, serializeAws_queryDeleteAlarmsCommand } from "../protocols/Aws_query";
4
+ import { de_DeleteAlarmsCommand, se_DeleteAlarmsCommand } from "../protocols/Aws_query";
5
5
  export class DeleteAlarmsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAlarmsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDeleteAlarmsCommand(input, context);
36
+ return se_DeleteAlarmsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDeleteAlarmsCommand(output, context);
39
+ return de_DeleteAlarmsCommand(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_queryDeleteAnomalyDetectorCommand, serializeAws_queryDeleteAnomalyDetectorCommand, } from "../protocols/Aws_query";
4
+ import { de_DeleteAnomalyDetectorCommand, se_DeleteAnomalyDetectorCommand } from "../protocols/Aws_query";
5
5
  export class DeleteAnomalyDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteAnomalyDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDeleteAnomalyDetectorCommand(input, context);
36
+ return se_DeleteAnomalyDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDeleteAnomalyDetectorCommand(output, context);
39
+ return de_DeleteAnomalyDetectorCommand(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_queryDeleteDashboardsCommand, serializeAws_queryDeleteDashboardsCommand, } from "../protocols/Aws_query";
4
+ import { de_DeleteDashboardsCommand, se_DeleteDashboardsCommand } from "../protocols/Aws_query";
5
5
  export class DeleteDashboardsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDashboardsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDeleteDashboardsCommand(input, context);
36
+ return se_DeleteDashboardsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDeleteDashboardsCommand(output, context);
39
+ return de_DeleteDashboardsCommand(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_queryDeleteInsightRulesCommand, serializeAws_queryDeleteInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_DeleteInsightRulesCommand, se_DeleteInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class DeleteInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDeleteInsightRulesCommand(input, context);
36
+ return se_DeleteInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDeleteInsightRulesCommand(output, context);
39
+ return de_DeleteInsightRulesCommand(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_queryDeleteMetricStreamCommand, serializeAws_queryDeleteMetricStreamCommand, } from "../protocols/Aws_query";
4
+ import { de_DeleteMetricStreamCommand, se_DeleteMetricStreamCommand } from "../protocols/Aws_query";
5
5
  export class DeleteMetricStreamCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMetricStreamCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDeleteMetricStreamCommand(input, context);
36
+ return se_DeleteMetricStreamCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDeleteMetricStreamCommand(output, context);
39
+ return de_DeleteMetricStreamCommand(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_queryDescribeAlarmHistoryCommand, serializeAws_queryDescribeAlarmHistoryCommand, } from "../protocols/Aws_query";
4
+ import { de_DescribeAlarmHistoryCommand, se_DescribeAlarmHistoryCommand } from "../protocols/Aws_query";
5
5
  export class DescribeAlarmHistoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAlarmHistoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDescribeAlarmHistoryCommand(input, context);
36
+ return se_DescribeAlarmHistoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDescribeAlarmHistoryCommand(output, context);
39
+ return de_DescribeAlarmHistoryCommand(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_queryDescribeAlarmsCommand, serializeAws_queryDescribeAlarmsCommand, } from "../protocols/Aws_query";
4
+ import { de_DescribeAlarmsCommand, se_DescribeAlarmsCommand } from "../protocols/Aws_query";
5
5
  export class DescribeAlarmsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAlarmsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDescribeAlarmsCommand(input, context);
36
+ return se_DescribeAlarmsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDescribeAlarmsCommand(output, context);
39
+ return de_DescribeAlarmsCommand(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_queryDescribeAlarmsForMetricCommand, serializeAws_queryDescribeAlarmsForMetricCommand, } from "../protocols/Aws_query";
4
+ import { de_DescribeAlarmsForMetricCommand, se_DescribeAlarmsForMetricCommand } from "../protocols/Aws_query";
5
5
  export class DescribeAlarmsForMetricCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAlarmsForMetricCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDescribeAlarmsForMetricCommand(input, context);
36
+ return se_DescribeAlarmsForMetricCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDescribeAlarmsForMetricCommand(output, context);
39
+ return de_DescribeAlarmsForMetricCommand(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_queryDescribeAnomalyDetectorsCommand, serializeAws_queryDescribeAnomalyDetectorsCommand, } from "../protocols/Aws_query";
4
+ import { de_DescribeAnomalyDetectorsCommand, se_DescribeAnomalyDetectorsCommand } from "../protocols/Aws_query";
5
5
  export class DescribeAnomalyDetectorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAnomalyDetectorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDescribeAnomalyDetectorsCommand(input, context);
36
+ return se_DescribeAnomalyDetectorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDescribeAnomalyDetectorsCommand(output, context);
39
+ return de_DescribeAnomalyDetectorsCommand(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_queryDescribeInsightRulesCommand, serializeAws_queryDescribeInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_DescribeInsightRulesCommand, se_DescribeInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class DescribeInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDescribeInsightRulesCommand(input, context);
36
+ return se_DescribeInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDescribeInsightRulesCommand(output, context);
39
+ return de_DescribeInsightRulesCommand(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_queryDisableAlarmActionsCommand, serializeAws_queryDisableAlarmActionsCommand, } from "../protocols/Aws_query";
4
+ import { de_DisableAlarmActionsCommand, se_DisableAlarmActionsCommand } from "../protocols/Aws_query";
5
5
  export class DisableAlarmActionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisableAlarmActionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDisableAlarmActionsCommand(input, context);
36
+ return se_DisableAlarmActionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDisableAlarmActionsCommand(output, context);
39
+ return de_DisableAlarmActionsCommand(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_queryDisableInsightRulesCommand, serializeAws_queryDisableInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_DisableInsightRulesCommand, se_DisableInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class DisableInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisableInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryDisableInsightRulesCommand(input, context);
36
+ return se_DisableInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryDisableInsightRulesCommand(output, context);
39
+ return de_DisableInsightRulesCommand(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_queryEnableAlarmActionsCommand, serializeAws_queryEnableAlarmActionsCommand, } from "../protocols/Aws_query";
4
+ import { de_EnableAlarmActionsCommand, se_EnableAlarmActionsCommand } from "../protocols/Aws_query";
5
5
  export class EnableAlarmActionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EnableAlarmActionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryEnableAlarmActionsCommand(input, context);
36
+ return se_EnableAlarmActionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryEnableAlarmActionsCommand(output, context);
39
+ return de_EnableAlarmActionsCommand(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_queryEnableInsightRulesCommand, serializeAws_queryEnableInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_EnableInsightRulesCommand, se_EnableInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class EnableInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EnableInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryEnableInsightRulesCommand(input, context);
36
+ return se_EnableInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryEnableInsightRulesCommand(output, context);
39
+ return de_EnableInsightRulesCommand(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_queryGetDashboardCommand, serializeAws_queryGetDashboardCommand } from "../protocols/Aws_query";
4
+ import { de_GetDashboardCommand, se_GetDashboardCommand } from "../protocols/Aws_query";
5
5
  export class GetDashboardCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDashboardCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetDashboardCommand(input, context);
36
+ return se_GetDashboardCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetDashboardCommand(output, context);
39
+ return de_GetDashboardCommand(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_queryGetInsightRuleReportCommand, serializeAws_queryGetInsightRuleReportCommand, } from "../protocols/Aws_query";
4
+ import { de_GetInsightRuleReportCommand, se_GetInsightRuleReportCommand } from "../protocols/Aws_query";
5
5
  export class GetInsightRuleReportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetInsightRuleReportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetInsightRuleReportCommand(input, context);
36
+ return se_GetInsightRuleReportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetInsightRuleReportCommand(output, context);
39
+ return de_GetInsightRuleReportCommand(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_queryGetMetricDataCommand, serializeAws_queryGetMetricDataCommand, } from "../protocols/Aws_query";
4
+ import { de_GetMetricDataCommand, se_GetMetricDataCommand } from "../protocols/Aws_query";
5
5
  export class GetMetricDataCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetMetricDataCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetMetricDataCommand(input, context);
36
+ return se_GetMetricDataCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetMetricDataCommand(output, context);
39
+ return de_GetMetricDataCommand(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_queryGetMetricStatisticsCommand, serializeAws_queryGetMetricStatisticsCommand, } from "../protocols/Aws_query";
4
+ import { de_GetMetricStatisticsCommand, se_GetMetricStatisticsCommand } from "../protocols/Aws_query";
5
5
  export class GetMetricStatisticsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetMetricStatisticsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetMetricStatisticsCommand(input, context);
36
+ return se_GetMetricStatisticsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetMetricStatisticsCommand(output, context);
39
+ return de_GetMetricStatisticsCommand(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_queryGetMetricStreamCommand, serializeAws_queryGetMetricStreamCommand, } from "../protocols/Aws_query";
4
+ import { de_GetMetricStreamCommand, se_GetMetricStreamCommand } from "../protocols/Aws_query";
5
5
  export class GetMetricStreamCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetMetricStreamCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetMetricStreamCommand(input, context);
36
+ return se_GetMetricStreamCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetMetricStreamCommand(output, context);
39
+ return de_GetMetricStreamCommand(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_queryGetMetricWidgetImageCommand, serializeAws_queryGetMetricWidgetImageCommand, } from "../protocols/Aws_query";
4
+ import { de_GetMetricWidgetImageCommand, se_GetMetricWidgetImageCommand } from "../protocols/Aws_query";
5
5
  export class GetMetricWidgetImageCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetMetricWidgetImageCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryGetMetricWidgetImageCommand(input, context);
36
+ return se_GetMetricWidgetImageCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryGetMetricWidgetImageCommand(output, context);
39
+ return de_GetMetricWidgetImageCommand(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_queryListDashboardsCommand, serializeAws_queryListDashboardsCommand, } from "../protocols/Aws_query";
4
+ import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_query";
5
5
  export class ListDashboardsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDashboardsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryListDashboardsCommand(input, context);
36
+ return se_ListDashboardsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryListDashboardsCommand(output, context);
39
+ return de_ListDashboardsCommand(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_queryListManagedInsightRulesCommand, serializeAws_queryListManagedInsightRulesCommand, } from "../protocols/Aws_query";
4
+ import { de_ListManagedInsightRulesCommand, se_ListManagedInsightRulesCommand } from "../protocols/Aws_query";
5
5
  export class ListManagedInsightRulesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListManagedInsightRulesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryListManagedInsightRulesCommand(input, context);
36
+ return se_ListManagedInsightRulesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryListManagedInsightRulesCommand(output, context);
39
+ return de_ListManagedInsightRulesCommand(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_queryListMetricStreamsCommand, serializeAws_queryListMetricStreamsCommand, } from "../protocols/Aws_query";
4
+ import { de_ListMetricStreamsCommand, se_ListMetricStreamsCommand } from "../protocols/Aws_query";
5
5
  export class ListMetricStreamsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMetricStreamsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryListMetricStreamsCommand(input, context);
36
+ return se_ListMetricStreamsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryListMetricStreamsCommand(output, context);
39
+ return de_ListMetricStreamsCommand(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_queryListMetricsCommand, serializeAws_queryListMetricsCommand } from "../protocols/Aws_query";
4
+ import { de_ListMetricsCommand, se_ListMetricsCommand } from "../protocols/Aws_query";
5
5
  export class ListMetricsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMetricsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryListMetricsCommand(input, context);
36
+ return se_ListMetricsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryListMetricsCommand(output, context);
39
+ return de_ListMetricsCommand(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_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(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_queryPutAnomalyDetectorCommand, serializeAws_queryPutAnomalyDetectorCommand, } from "../protocols/Aws_query";
4
+ import { de_PutAnomalyDetectorCommand, se_PutAnomalyDetectorCommand } from "../protocols/Aws_query";
5
5
  export class PutAnomalyDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutAnomalyDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutAnomalyDetectorCommand(input, context);
36
+ return se_PutAnomalyDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutAnomalyDetectorCommand(output, context);
39
+ return de_PutAnomalyDetectorCommand(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_queryPutCompositeAlarmCommand, serializeAws_queryPutCompositeAlarmCommand, } from "../protocols/Aws_query";
4
+ import { de_PutCompositeAlarmCommand, se_PutCompositeAlarmCommand } from "../protocols/Aws_query";
5
5
  export class PutCompositeAlarmCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutCompositeAlarmCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutCompositeAlarmCommand(input, context);
36
+ return se_PutCompositeAlarmCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutCompositeAlarmCommand(output, context);
39
+ return de_PutCompositeAlarmCommand(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_queryPutDashboardCommand, serializeAws_queryPutDashboardCommand } from "../protocols/Aws_query";
4
+ import { de_PutDashboardCommand, se_PutDashboardCommand } from "../protocols/Aws_query";
5
5
  export class PutDashboardCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutDashboardCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutDashboardCommand(input, context);
36
+ return se_PutDashboardCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutDashboardCommand(output, context);
39
+ return de_PutDashboardCommand(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_queryPutInsightRuleCommand, serializeAws_queryPutInsightRuleCommand, } from "../protocols/Aws_query";
4
+ import { de_PutInsightRuleCommand, se_PutInsightRuleCommand } from "../protocols/Aws_query";
5
5
  export class PutInsightRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutInsightRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutInsightRuleCommand(input, context);
36
+ return se_PutInsightRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutInsightRuleCommand(output, context);
39
+ return de_PutInsightRuleCommand(output, context);
40
40
  }
41
41
  }