@aws-sdk/client-forecast 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 (131) hide show
  1. package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -2
  7. package/dist-cjs/commands/CreateForecastCommand.js +2 -2
  8. package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -2
  9. package/dist-cjs/commands/CreateMonitorCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -2
  11. package/dist-cjs/commands/CreatePredictorCommand.js +2 -2
  12. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -2
  13. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -2
  14. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteForecastCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteMonitorCommand.js +2 -2
  23. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -2
  24. package/dist-cjs/commands/DeletePredictorCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeForecastCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeMonitorCommand.js +2 -2
  38. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -2
  39. package/dist-cjs/commands/DescribePredictorCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -2
  43. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -2
  44. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
  45. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  47. package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -2
  48. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -2
  49. package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListForecastsCommand.js +2 -2
  51. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -2
  52. package/dist-cjs/commands/ListMonitorsCommand.js +2 -2
  53. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -2
  54. package/dist-cjs/commands/ListPredictorsCommand.js +2 -2
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  56. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -2
  57. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -2
  58. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -2
  59. package/dist-cjs/commands/ResumeResourceCommand.js +2 -2
  60. package/dist-cjs/commands/StopResourceCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -2
  64. package/dist-cjs/protocols/Aws_json1_1.js +1195 -1289
  65. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -3
  66. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  67. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  68. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  69. package/dist-es/commands/CreateExplainabilityCommand.js +3 -3
  70. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -3
  71. package/dist-es/commands/CreateForecastCommand.js +3 -3
  72. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -3
  73. package/dist-es/commands/CreateMonitorCommand.js +3 -3
  74. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
  75. package/dist-es/commands/CreatePredictorCommand.js +3 -3
  76. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -3
  77. package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -3
  78. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -3
  79. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  80. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -3
  81. package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -3
  82. package/dist-es/commands/DeleteExplainabilityCommand.js +3 -3
  83. package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -3
  84. package/dist-es/commands/DeleteForecastCommand.js +3 -3
  85. package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -3
  86. package/dist-es/commands/DeleteMonitorCommand.js +3 -3
  87. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -3
  88. package/dist-es/commands/DeletePredictorCommand.js +3 -3
  89. package/dist-es/commands/DeleteResourceTreeCommand.js +3 -3
  90. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -3
  91. package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -3
  92. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -3
  93. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -3
  94. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  95. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  96. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  97. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -3
  98. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -3
  99. package/dist-es/commands/DescribeForecastCommand.js +3 -3
  100. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -3
  101. package/dist-es/commands/DescribeMonitorCommand.js +3 -3
  102. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
  103. package/dist-es/commands/DescribePredictorCommand.js +3 -3
  104. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -3
  105. package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -3
  106. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -3
  107. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -3
  108. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  109. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  110. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  111. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -3
  112. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -3
  113. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -3
  114. package/dist-es/commands/ListForecastsCommand.js +3 -3
  115. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -3
  116. package/dist-es/commands/ListMonitorsCommand.js +3 -3
  117. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
  118. package/dist-es/commands/ListPredictorsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  120. package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -3
  121. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -3
  122. package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -3
  123. package/dist-es/commands/ResumeResourceCommand.js +3 -3
  124. package/dist-es/commands/StopResourceCommand.js +3 -3
  125. package/dist-es/commands/TagResourceCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -3
  128. package/dist-es/protocols/Aws_json1_1.js +1066 -1160
  129. package/dist-types/protocols/Aws_json1_1.d.ts +504 -126
  130. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +126 -126
  131. package/package.json +29 -29
@@ -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_json1_1DescribeAutoPredictorCommand, serializeAws_json1_1DescribeAutoPredictorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeAutoPredictorCommand, se_DescribeAutoPredictorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeAutoPredictorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeAutoPredictorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeAutoPredictorCommand(input, context);
36
+ return se_DescribeAutoPredictorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeAutoPredictorCommand(output, context);
39
+ return de_DescribeAutoPredictorCommand(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_json1_1DescribeDatasetCommand, serializeAws_json1_1DescribeDatasetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDatasetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDatasetCommand(input, context);
36
+ return se_DescribeDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDatasetCommand(output, context);
39
+ return de_DescribeDatasetCommand(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_json1_1DescribeDatasetGroupCommand, serializeAws_json1_1DescribeDatasetGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDatasetGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDatasetGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDatasetGroupCommand(input, context);
36
+ return se_DescribeDatasetGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDatasetGroupCommand(output, context);
39
+ return de_DescribeDatasetGroupCommand(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_json1_1DescribeDatasetImportJobCommand, serializeAws_json1_1DescribeDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDatasetImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDatasetImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDatasetImportJobCommand(input, context);
36
+ return se_DescribeDatasetImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDatasetImportJobCommand(output, context);
39
+ return de_DescribeDatasetImportJobCommand(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_json1_1DescribeExplainabilityCommand, serializeAws_json1_1DescribeExplainabilityCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeExplainabilityCommand, se_DescribeExplainabilityCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeExplainabilityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeExplainabilityCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeExplainabilityCommand(input, context);
36
+ return se_DescribeExplainabilityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeExplainabilityCommand(output, context);
39
+ return de_DescribeExplainabilityCommand(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_json1_1DescribeExplainabilityExportCommand, serializeAws_json1_1DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeExplainabilityExportCommand, se_DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeExplainabilityExportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeExplainabilityExportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeExplainabilityExportCommand(input, context);
36
+ return se_DescribeExplainabilityExportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeExplainabilityExportCommand(output, context);
39
+ return de_DescribeExplainabilityExportCommand(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_json1_1DescribeForecastCommand, serializeAws_json1_1DescribeForecastCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeForecastCommand, se_DescribeForecastCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeForecastCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeForecastCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeForecastCommand(input, context);
36
+ return se_DescribeForecastCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeForecastCommand(output, context);
39
+ return de_DescribeForecastCommand(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_json1_1DescribeForecastExportJobCommand, serializeAws_json1_1DescribeForecastExportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeForecastExportJobCommand, se_DescribeForecastExportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeForecastExportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeForecastExportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeForecastExportJobCommand(input, context);
36
+ return se_DescribeForecastExportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeForecastExportJobCommand(output, context);
39
+ return de_DescribeForecastExportJobCommand(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_json1_1DescribeMonitorCommand, serializeAws_json1_1DescribeMonitorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeMonitorCommand, se_DescribeMonitorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeMonitorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeMonitorCommand(input, context);
36
+ return se_DescribeMonitorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeMonitorCommand(output, context);
39
+ return de_DescribeMonitorCommand(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_json1_1DescribePredictorBacktestExportJobCommand, serializeAws_json1_1DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribePredictorBacktestExportJobCommand, se_DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribePredictorBacktestExportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribePredictorBacktestExportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribePredictorBacktestExportJobCommand(input, context);
36
+ return se_DescribePredictorBacktestExportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribePredictorBacktestExportJobCommand(output, context);
39
+ return de_DescribePredictorBacktestExportJobCommand(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_json1_1DescribePredictorCommand, serializeAws_json1_1DescribePredictorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribePredictorCommand, se_DescribePredictorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribePredictorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribePredictorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribePredictorCommand(input, context);
36
+ return se_DescribePredictorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribePredictorCommand(output, context);
39
+ return de_DescribePredictorCommand(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_json1_1DescribeWhatIfAnalysisCommand, serializeAws_json1_1DescribeWhatIfAnalysisCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeWhatIfAnalysisCommand, se_DescribeWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeWhatIfAnalysisCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeWhatIfAnalysisCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeWhatIfAnalysisCommand(input, context);
36
+ return se_DescribeWhatIfAnalysisCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeWhatIfAnalysisCommand(output, context);
39
+ return de_DescribeWhatIfAnalysisCommand(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_json1_1DescribeWhatIfForecastCommand, serializeAws_json1_1DescribeWhatIfForecastCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeWhatIfForecastCommand, se_DescribeWhatIfForecastCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeWhatIfForecastCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeWhatIfForecastCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeWhatIfForecastCommand(input, context);
36
+ return se_DescribeWhatIfForecastCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeWhatIfForecastCommand(output, context);
39
+ return de_DescribeWhatIfForecastCommand(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_json1_1DescribeWhatIfForecastExportCommand, serializeAws_json1_1DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeWhatIfForecastExportCommand, se_DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DescribeWhatIfForecastExportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeWhatIfForecastExportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeWhatIfForecastExportCommand(input, context);
36
+ return se_DescribeWhatIfForecastExportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeWhatIfForecastExportCommand(output, context);
39
+ return de_DescribeWhatIfForecastExportCommand(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_json1_1GetAccuracyMetricsCommand, serializeAws_json1_1GetAccuracyMetricsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_GetAccuracyMetricsCommand, se_GetAccuracyMetricsCommand } from "../protocols/Aws_json1_1";
5
5
  export class GetAccuracyMetricsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAccuracyMetricsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1GetAccuracyMetricsCommand(input, context);
36
+ return se_GetAccuracyMetricsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1GetAccuracyMetricsCommand(output, context);
39
+ return de_GetAccuracyMetricsCommand(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_json1_1ListDatasetGroupsCommand, serializeAws_json1_1ListDatasetGroupsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListDatasetGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDatasetGroupsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListDatasetGroupsCommand(input, context);
36
+ return se_ListDatasetGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListDatasetGroupsCommand(output, context);
39
+ return de_ListDatasetGroupsCommand(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_json1_1ListDatasetImportJobsCommand, serializeAws_json1_1ListDatasetImportJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListDatasetImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDatasetImportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListDatasetImportJobsCommand(input, context);
36
+ return se_ListDatasetImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListDatasetImportJobsCommand(output, context);
39
+ return de_ListDatasetImportJobsCommand(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_json1_1ListDatasetsCommand, serializeAws_json1_1ListDatasetsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListDatasetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDatasetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListDatasetsCommand(input, context);
36
+ return se_ListDatasetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListDatasetsCommand(output, context);
39
+ return de_ListDatasetsCommand(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_json1_1ListExplainabilitiesCommand, serializeAws_json1_1ListExplainabilitiesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListExplainabilitiesCommand, se_ListExplainabilitiesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListExplainabilitiesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListExplainabilitiesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListExplainabilitiesCommand(input, context);
36
+ return se_ListExplainabilitiesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListExplainabilitiesCommand(output, context);
39
+ return de_ListExplainabilitiesCommand(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_json1_1ListExplainabilityExportsCommand, serializeAws_json1_1ListExplainabilityExportsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListExplainabilityExportsCommand, se_ListExplainabilityExportsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListExplainabilityExportsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListExplainabilityExportsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListExplainabilityExportsCommand(input, context);
36
+ return se_ListExplainabilityExportsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListExplainabilityExportsCommand(output, context);
39
+ return de_ListExplainabilityExportsCommand(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_json1_1ListForecastExportJobsCommand, serializeAws_json1_1ListForecastExportJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListForecastExportJobsCommand, se_ListForecastExportJobsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListForecastExportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListForecastExportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListForecastExportJobsCommand(input, context);
36
+ return se_ListForecastExportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListForecastExportJobsCommand(output, context);
39
+ return de_ListForecastExportJobsCommand(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_json1_1ListForecastsCommand, serializeAws_json1_1ListForecastsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListForecastsCommand, se_ListForecastsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListForecastsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListForecastsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListForecastsCommand(input, context);
36
+ return se_ListForecastsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListForecastsCommand(output, context);
39
+ return de_ListForecastsCommand(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_json1_1ListMonitorEvaluationsCommand, serializeAws_json1_1ListMonitorEvaluationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListMonitorEvaluationsCommand, se_ListMonitorEvaluationsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListMonitorEvaluationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMonitorEvaluationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListMonitorEvaluationsCommand(input, context);
36
+ return se_ListMonitorEvaluationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListMonitorEvaluationsCommand(output, context);
39
+ return de_ListMonitorEvaluationsCommand(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_json1_1ListMonitorsCommand, serializeAws_json1_1ListMonitorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListMonitorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListMonitorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListMonitorsCommand(input, context);
36
+ return se_ListMonitorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListMonitorsCommand(output, context);
39
+ return de_ListMonitorsCommand(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_json1_1ListPredictorBacktestExportJobsCommand, serializeAws_json1_1ListPredictorBacktestExportJobsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListPredictorBacktestExportJobsCommand, se_ListPredictorBacktestExportJobsCommand, } from "../protocols/Aws_json1_1";
5
5
  export class ListPredictorBacktestExportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPredictorBacktestExportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListPredictorBacktestExportJobsCommand(input, context);
36
+ return se_ListPredictorBacktestExportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListPredictorBacktestExportJobsCommand(output, context);
39
+ return de_ListPredictorBacktestExportJobsCommand(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_json1_1ListPredictorsCommand, serializeAws_json1_1ListPredictorsCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListPredictorsCommand, se_ListPredictorsCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListPredictorsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPredictorsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListPredictorsCommand(input, context);
36
+ return se_ListPredictorsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListPredictorsCommand(output, context);
39
+ return de_ListPredictorsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export class ListTagsForResourceCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListTagsForResourceCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1ListTagsForResourceCommand(input, context);
37
+ return se_ListTagsForResourceCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1ListTagsForResourceCommand(output, context);
40
+ return de_ListTagsForResourceCommand(output, context);
41
41
  }
42
42
  }
@@ -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_json1_1ListWhatIfAnalysesCommand, serializeAws_json1_1ListWhatIfAnalysesCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_ListWhatIfAnalysesCommand, se_ListWhatIfAnalysesCommand } from "../protocols/Aws_json1_1";
5
5
  export class ListWhatIfAnalysesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWhatIfAnalysesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1ListWhatIfAnalysesCommand(input, context);
36
+ return se_ListWhatIfAnalysesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1ListWhatIfAnalysesCommand(output, context);
39
+ return de_ListWhatIfAnalysesCommand(output, context);
40
40
  }
41
41
  }