@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
@@ -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 { CreateAutoPredictorRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateAutoPredictorCommand, serializeAws_json1_1CreateAutoPredictorCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateAutoPredictorCommand, se_CreateAutoPredictorCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateAutoPredictorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateAutoPredictorCommand 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_1CreateAutoPredictorCommand(input, context);
37
+ return se_CreateAutoPredictorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateAutoPredictorCommand(output, context);
40
+ return de_CreateAutoPredictorCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateDatasetRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateDatasetCommand, serializeAws_json1_1CreateDatasetCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateDatasetCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateDatasetCommand 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_1CreateDatasetCommand(input, context);
37
+ return se_CreateDatasetCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateDatasetCommand(output, context);
40
+ return de_CreateDatasetCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateDatasetGroupRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateDatasetGroupCommand, serializeAws_json1_1CreateDatasetGroupCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateDatasetGroupCommand, se_CreateDatasetGroupCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateDatasetGroupCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateDatasetGroupCommand 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_1CreateDatasetGroupCommand(input, context);
37
+ return se_CreateDatasetGroupCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateDatasetGroupCommand(output, context);
40
+ return de_CreateDatasetGroupCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateDatasetImportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateDatasetImportJobCommand, serializeAws_json1_1CreateDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateDatasetImportJobCommand, se_CreateDatasetImportJobCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateDatasetImportJobCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateDatasetImportJobCommand 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_1CreateDatasetImportJobCommand(input, context);
37
+ return se_CreateDatasetImportJobCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateDatasetImportJobCommand(output, context);
40
+ return de_CreateDatasetImportJobCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateExplainabilityRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateExplainabilityCommand, serializeAws_json1_1CreateExplainabilityCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateExplainabilityCommand, se_CreateExplainabilityCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateExplainabilityCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateExplainabilityCommand 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_1CreateExplainabilityCommand(input, context);
37
+ return se_CreateExplainabilityCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateExplainabilityCommand(output, context);
40
+ return de_CreateExplainabilityCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateExplainabilityExportRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateExplainabilityExportCommand, serializeAws_json1_1CreateExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateExplainabilityExportCommand, se_CreateExplainabilityExportCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateExplainabilityExportCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateExplainabilityExportCommand 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_1CreateExplainabilityExportCommand(input, context);
37
+ return se_CreateExplainabilityExportCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateExplainabilityExportCommand(output, context);
40
+ return de_CreateExplainabilityExportCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateForecastRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateForecastCommand, serializeAws_json1_1CreateForecastCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateForecastCommand, se_CreateForecastCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateForecastCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateForecastCommand 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_1CreateForecastCommand(input, context);
37
+ return se_CreateForecastCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateForecastCommand(output, context);
40
+ return de_CreateForecastCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateForecastExportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateForecastExportJobCommand, serializeAws_json1_1CreateForecastExportJobCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateForecastExportJobCommand, se_CreateForecastExportJobCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateForecastExportJobCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateForecastExportJobCommand 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_1CreateForecastExportJobCommand(input, context);
37
+ return se_CreateForecastExportJobCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateForecastExportJobCommand(output, context);
40
+ return de_CreateForecastExportJobCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateMonitorRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateMonitorCommand, serializeAws_json1_1CreateMonitorCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateMonitorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateMonitorCommand 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_1CreateMonitorCommand(input, context);
37
+ return se_CreateMonitorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateMonitorCommand(output, context);
40
+ return de_CreateMonitorCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreatePredictorBacktestExportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreatePredictorBacktestExportJobCommand, serializeAws_json1_1CreatePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreatePredictorBacktestExportJobCommand, se_CreatePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreatePredictorBacktestExportJobCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreatePredictorBacktestExportJobCommand 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_1CreatePredictorBacktestExportJobCommand(input, context);
37
+ return se_CreatePredictorBacktestExportJobCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreatePredictorBacktestExportJobCommand(output, context);
40
+ return de_CreatePredictorBacktestExportJobCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreatePredictorRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreatePredictorCommand, serializeAws_json1_1CreatePredictorCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreatePredictorCommand, se_CreatePredictorCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreatePredictorCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreatePredictorCommand 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_1CreatePredictorCommand(input, context);
37
+ return se_CreatePredictorCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreatePredictorCommand(output, context);
40
+ return de_CreatePredictorCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateWhatIfAnalysisRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateWhatIfAnalysisCommand, serializeAws_json1_1CreateWhatIfAnalysisCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateWhatIfAnalysisCommand, se_CreateWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateWhatIfAnalysisCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateWhatIfAnalysisCommand 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_1CreateWhatIfAnalysisCommand(input, context);
37
+ return se_CreateWhatIfAnalysisCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateWhatIfAnalysisCommand(output, context);
40
+ return de_CreateWhatIfAnalysisCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateWhatIfForecastRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateWhatIfForecastCommand, serializeAws_json1_1CreateWhatIfForecastCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateWhatIfForecastCommand, se_CreateWhatIfForecastCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateWhatIfForecastCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateWhatIfForecastCommand 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_1CreateWhatIfForecastCommand(input, context);
37
+ return se_CreateWhatIfForecastCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateWhatIfForecastCommand(output, context);
40
+ return de_CreateWhatIfForecastCommand(output, context);
41
41
  }
42
42
  }
@@ -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 { CreateWhatIfForecastExportRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateWhatIfForecastExportCommand, serializeAws_json1_1CreateWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateWhatIfForecastExportCommand, se_CreateWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateWhatIfForecastExportCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateWhatIfForecastExportCommand 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_1CreateWhatIfForecastExportCommand(input, context);
37
+ return se_CreateWhatIfForecastExportCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateWhatIfForecastExportCommand(output, context);
40
+ return de_CreateWhatIfForecastExportCommand(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_1DeleteDatasetCommand, serializeAws_json1_1DeleteDatasetCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDatasetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDatasetCommand 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_1DeleteDatasetCommand(input, context);
36
+ return se_DeleteDatasetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDatasetCommand(output, context);
39
+ return de_DeleteDatasetCommand(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_1DeleteDatasetGroupCommand, serializeAws_json1_1DeleteDatasetGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDatasetGroupCommand, se_DeleteDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDatasetGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDatasetGroupCommand 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_1DeleteDatasetGroupCommand(input, context);
36
+ return se_DeleteDatasetGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDatasetGroupCommand(output, context);
39
+ return de_DeleteDatasetGroupCommand(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_1DeleteDatasetImportJobCommand, serializeAws_json1_1DeleteDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDatasetImportJobCommand, se_DeleteDatasetImportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDatasetImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDatasetImportJobCommand 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_1DeleteDatasetImportJobCommand(input, context);
36
+ return se_DeleteDatasetImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDatasetImportJobCommand(output, context);
39
+ return de_DeleteDatasetImportJobCommand(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_1DeleteExplainabilityCommand, serializeAws_json1_1DeleteExplainabilityCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteExplainabilityCommand, se_DeleteExplainabilityCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteExplainabilityCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteExplainabilityCommand 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_1DeleteExplainabilityCommand(input, context);
36
+ return se_DeleteExplainabilityCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteExplainabilityCommand(output, context);
39
+ return de_DeleteExplainabilityCommand(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_1DeleteExplainabilityExportCommand, serializeAws_json1_1DeleteExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteExplainabilityExportCommand, se_DeleteExplainabilityExportCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteExplainabilityExportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteExplainabilityExportCommand 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_1DeleteExplainabilityExportCommand(input, context);
36
+ return se_DeleteExplainabilityExportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteExplainabilityExportCommand(output, context);
39
+ return de_DeleteExplainabilityExportCommand(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_1DeleteForecastCommand, serializeAws_json1_1DeleteForecastCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteForecastCommand, se_DeleteForecastCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteForecastCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteForecastCommand 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_1DeleteForecastCommand(input, context);
36
+ return se_DeleteForecastCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteForecastCommand(output, context);
39
+ return de_DeleteForecastCommand(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_1DeleteForecastExportJobCommand, serializeAws_json1_1DeleteForecastExportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteForecastExportJobCommand, se_DeleteForecastExportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteForecastExportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteForecastExportJobCommand 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_1DeleteForecastExportJobCommand(input, context);
36
+ return se_DeleteForecastExportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteForecastExportJobCommand(output, context);
39
+ return de_DeleteForecastExportJobCommand(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_1DeleteMonitorCommand, serializeAws_json1_1DeleteMonitorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteMonitorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteMonitorCommand 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_1DeleteMonitorCommand(input, context);
36
+ return se_DeleteMonitorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteMonitorCommand(output, context);
39
+ return de_DeleteMonitorCommand(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_1DeletePredictorBacktestExportJobCommand, serializeAws_json1_1DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeletePredictorBacktestExportJobCommand, se_DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
5
5
  export class DeletePredictorBacktestExportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePredictorBacktestExportJobCommand 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_1DeletePredictorBacktestExportJobCommand(input, context);
36
+ return se_DeletePredictorBacktestExportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeletePredictorBacktestExportJobCommand(output, context);
39
+ return de_DeletePredictorBacktestExportJobCommand(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_1DeletePredictorCommand, serializeAws_json1_1DeletePredictorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeletePredictorCommand, se_DeletePredictorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeletePredictorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeletePredictorCommand 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_1DeletePredictorCommand(input, context);
36
+ return se_DeletePredictorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeletePredictorCommand(output, context);
39
+ return de_DeletePredictorCommand(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_1DeleteResourceTreeCommand, serializeAws_json1_1DeleteResourceTreeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteResourceTreeCommand, se_DeleteResourceTreeCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteResourceTreeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteResourceTreeCommand 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_1DeleteResourceTreeCommand(input, context);
36
+ return se_DeleteResourceTreeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteResourceTreeCommand(output, context);
39
+ return de_DeleteResourceTreeCommand(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_1DeleteWhatIfAnalysisCommand, serializeAws_json1_1DeleteWhatIfAnalysisCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteWhatIfAnalysisCommand, se_DeleteWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteWhatIfAnalysisCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWhatIfAnalysisCommand 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_1DeleteWhatIfAnalysisCommand(input, context);
36
+ return se_DeleteWhatIfAnalysisCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteWhatIfAnalysisCommand(output, context);
39
+ return de_DeleteWhatIfAnalysisCommand(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_1DeleteWhatIfForecastCommand, serializeAws_json1_1DeleteWhatIfForecastCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteWhatIfForecastCommand, se_DeleteWhatIfForecastCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteWhatIfForecastCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWhatIfForecastCommand 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_1DeleteWhatIfForecastCommand(input, context);
36
+ return se_DeleteWhatIfForecastCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteWhatIfForecastCommand(output, context);
39
+ return de_DeleteWhatIfForecastCommand(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_1DeleteWhatIfForecastExportCommand, serializeAws_json1_1DeleteWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteWhatIfForecastExportCommand, se_DeleteWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteWhatIfForecastExportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteWhatIfForecastExportCommand 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_1DeleteWhatIfForecastExportCommand(input, context);
36
+ return se_DeleteWhatIfForecastExportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteWhatIfForecastExportCommand(output, context);
39
+ return de_DeleteWhatIfForecastExportCommand(output, context);
40
40
  }
41
41
  }