@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
@@ -36,10 +36,10 @@ class ListDatasetGroupsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDatasetGroupsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDatasetGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDatasetGroupsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDatasetGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatasetGroupsCommand = ListDatasetGroupsCommand;
@@ -36,10 +36,10 @@ class ListDatasetImportJobsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDatasetImportJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDatasetImportJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDatasetImportJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDatasetImportJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatasetImportJobsCommand = ListDatasetImportJobsCommand;
@@ -36,10 +36,10 @@ class ListDatasetsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDatasetsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDatasetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDatasetsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDatasetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatasetsCommand = ListDatasetsCommand;
@@ -36,10 +36,10 @@ class ListExplainabilitiesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListExplainabilitiesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListExplainabilitiesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListExplainabilitiesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListExplainabilitiesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListExplainabilitiesCommand = ListExplainabilitiesCommand;
@@ -36,10 +36,10 @@ class ListExplainabilityExportsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListExplainabilityExportsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListExplainabilityExportsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListExplainabilityExportsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListExplainabilityExportsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListExplainabilityExportsCommand = ListExplainabilityExportsCommand;
@@ -36,10 +36,10 @@ class ListForecastExportJobsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListForecastExportJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListForecastExportJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListForecastExportJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListForecastExportJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListForecastExportJobsCommand = ListForecastExportJobsCommand;
@@ -36,10 +36,10 @@ class ListForecastsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListForecastsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListForecastsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListForecastsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListForecastsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListForecastsCommand = ListForecastsCommand;
@@ -36,10 +36,10 @@ class ListMonitorEvaluationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListMonitorEvaluationsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListMonitorEvaluationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListMonitorEvaluationsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListMonitorEvaluationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMonitorEvaluationsCommand = ListMonitorEvaluationsCommand;
@@ -36,10 +36,10 @@ class ListMonitorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListMonitorsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListMonitorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListMonitorsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListMonitorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMonitorsCommand = ListMonitorsCommand;
@@ -36,10 +36,10 @@ class ListPredictorBacktestExportJobsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListPredictorBacktestExportJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPredictorBacktestExportJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPredictorBacktestExportJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPredictorBacktestExportJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPredictorBacktestExportJobsCommand = ListPredictorBacktestExportJobsCommand;
@@ -36,10 +36,10 @@ class ListPredictorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListPredictorsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPredictorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPredictorsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPredictorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPredictorsCommand = ListPredictorsCommand;
@@ -37,10 +37,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListWhatIfAnalysesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListWhatIfAnalysesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListWhatIfAnalysesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListWhatIfAnalysesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListWhatIfAnalysesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWhatIfAnalysesCommand = ListWhatIfAnalysesCommand;
@@ -36,10 +36,10 @@ class ListWhatIfForecastExportsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListWhatIfForecastExportsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListWhatIfForecastExportsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListWhatIfForecastExportsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListWhatIfForecastExportsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWhatIfForecastExportsCommand = ListWhatIfForecastExportsCommand;
@@ -36,10 +36,10 @@ class ListWhatIfForecastsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListWhatIfForecastsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListWhatIfForecastsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListWhatIfForecastsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListWhatIfForecastsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWhatIfForecastsCommand = ListWhatIfForecastsCommand;
@@ -36,10 +36,10 @@ class ResumeResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ResumeResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ResumeResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ResumeResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ResumeResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ResumeResourceCommand = ResumeResourceCommand;
@@ -36,10 +36,10 @@ class StopResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1StopResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StopResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StopResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StopResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopResourceCommand = StopResourceCommand;
@@ -37,10 +37,10 @@ class TagResourceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.TagResourceCommand = TagResourceCommand;
@@ -37,10 +37,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateDatasetGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDatasetGroupCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateDatasetGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDatasetGroupCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateDatasetGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDatasetGroupCommand = UpdateDatasetGroupCommand;