@aws-sdk/client-forecast 3.1076.0 → 3.1078.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 (209) hide show
  1. package/dist-cjs/index.js +198 -759
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAutoPredictorCommand.js +2 -14
  4. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  5. package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
  6. package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
  7. package/dist-es/commands/CreateExplainabilityCommand.js +2 -14
  8. package/dist-es/commands/CreateExplainabilityExportCommand.js +2 -14
  9. package/dist-es/commands/CreateForecastCommand.js +2 -14
  10. package/dist-es/commands/CreateForecastExportJobCommand.js +2 -14
  11. package/dist-es/commands/CreateMonitorCommand.js +2 -14
  12. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +2 -14
  13. package/dist-es/commands/CreatePredictorCommand.js +2 -14
  14. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +2 -14
  15. package/dist-es/commands/CreateWhatIfForecastCommand.js +2 -14
  16. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +2 -14
  17. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  18. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
  19. package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -14
  20. package/dist-es/commands/DeleteExplainabilityCommand.js +2 -14
  21. package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -14
  22. package/dist-es/commands/DeleteForecastCommand.js +2 -14
  23. package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -14
  24. package/dist-es/commands/DeleteMonitorCommand.js +2 -14
  25. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -14
  26. package/dist-es/commands/DeletePredictorCommand.js +2 -14
  27. package/dist-es/commands/DeleteResourceTreeCommand.js +2 -14
  28. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +2 -14
  29. package/dist-es/commands/DeleteWhatIfForecastCommand.js +2 -14
  30. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +2 -14
  31. package/dist-es/commands/DescribeAutoPredictorCommand.js +2 -14
  32. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  33. package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
  34. package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
  35. package/dist-es/commands/DescribeExplainabilityCommand.js +2 -14
  36. package/dist-es/commands/DescribeExplainabilityExportCommand.js +2 -14
  37. package/dist-es/commands/DescribeForecastCommand.js +2 -14
  38. package/dist-es/commands/DescribeForecastExportJobCommand.js +2 -14
  39. package/dist-es/commands/DescribeMonitorCommand.js +2 -14
  40. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +2 -14
  41. package/dist-es/commands/DescribePredictorCommand.js +2 -14
  42. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +2 -14
  43. package/dist-es/commands/DescribeWhatIfForecastCommand.js +2 -14
  44. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +2 -14
  45. package/dist-es/commands/GetAccuracyMetricsCommand.js +2 -14
  46. package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
  47. package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
  48. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  49. package/dist-es/commands/ListExplainabilitiesCommand.js +2 -14
  50. package/dist-es/commands/ListExplainabilityExportsCommand.js +2 -14
  51. package/dist-es/commands/ListForecastExportJobsCommand.js +2 -14
  52. package/dist-es/commands/ListForecastsCommand.js +2 -14
  53. package/dist-es/commands/ListMonitorEvaluationsCommand.js +2 -14
  54. package/dist-es/commands/ListMonitorsCommand.js +2 -14
  55. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +2 -14
  56. package/dist-es/commands/ListPredictorsCommand.js +2 -14
  57. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  58. package/dist-es/commands/ListWhatIfAnalysesCommand.js +2 -14
  59. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +2 -14
  60. package/dist-es/commands/ListWhatIfForecastsCommand.js +2 -14
  61. package/dist-es/commands/ResumeResourceCommand.js +2 -14
  62. package/dist-es/commands/StopResourceCommand.js +2 -14
  63. package/dist-es/commands/TagResourceCommand.js +2 -14
  64. package/dist-es/commands/UntagResourceCommand.js +2 -14
  65. package/dist-es/commands/UpdateDatasetGroupCommand.js +2 -14
  66. package/dist-es/index.js +1 -0
  67. package/dist-es/runtimeConfig.browser.js +0 -2
  68. package/dist-es/runtimeConfig.js +1 -2
  69. package/dist-es/runtimeConfig.native.js +0 -2
  70. package/dist-es/runtimeConfig.shared.js +2 -0
  71. package/dist-types/commandBuilder.d.ts +18 -0
  72. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateExplainabilityCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateForecastCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -8
  81. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +3 -8
  82. package/dist-types/commands/CreatePredictorCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteForecastCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteMonitorCommand.d.ts +3 -8
  94. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +3 -8
  95. package/dist-types/commands/DeletePredictorCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeForecastCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeMonitorCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribePredictorCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +3 -8
  114. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -8
  119. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListForecastsCommand.d.ts +3 -8
  122. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListMonitorsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListPredictorsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  127. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -8
  130. package/dist-types/commands/ResumeResourceCommand.d.ts +3 -8
  131. package/dist-types/commands/StopResourceCommand.d.ts +3 -8
  132. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  133. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  137. package/dist-types/runtimeConfig.d.ts +1 -1
  138. package/dist-types/runtimeConfig.native.d.ts +1 -1
  139. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  140. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  141. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/index.d.ts +1 -0
  205. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  206. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  207. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  208. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  209. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultForecastHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1880,6 +1882,7 @@ const getRuntimeConfig$1 = (config) => {
1880
1882
  serviceTarget: "AmazonForecast",
1881
1883
  },
1882
1884
  serviceId: config?.serviceId ?? "forecast",
1885
+ sha256: config?.sha256 ?? Sha256,
1883
1886
  urlParser: config?.urlParser ?? parseUrl,
1884
1887
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1885
1888
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1913,7 +1916,6 @@ const getRuntimeConfig = (config) => {
1913
1916
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1914
1917
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1915
1918
  }, config),
1916
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1917
1919
  streamCollector: config?.streamCollector ?? streamCollector,
1918
1920
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1919
1921
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2001,760 +2003,197 @@ class ForecastClient extends Client {
2001
2003
  }
2002
2004
  }
2003
2005
 
2004
- class CreateAutoPredictorCommand extends Command
2005
- .classBuilder()
2006
- .ep(commonParams)
2007
- .m(function (Command, cs, config, o) {
2008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2009
- })
2010
- .s("AmazonForecast", "CreateAutoPredictor", {})
2011
- .n("ForecastClient", "CreateAutoPredictorCommand")
2012
- .sc(CreateAutoPredictor$)
2013
- .build() {
2014
- }
2015
-
2016
- class CreateDatasetCommand extends Command
2017
- .classBuilder()
2018
- .ep(commonParams)
2019
- .m(function (Command, cs, config, o) {
2020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2021
- })
2022
- .s("AmazonForecast", "CreateDataset", {})
2023
- .n("ForecastClient", "CreateDatasetCommand")
2024
- .sc(CreateDataset$)
2025
- .build() {
2026
- }
2027
-
2028
- class CreateDatasetGroupCommand extends Command
2029
- .classBuilder()
2030
- .ep(commonParams)
2031
- .m(function (Command, cs, config, o) {
2032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2033
- })
2034
- .s("AmazonForecast", "CreateDatasetGroup", {})
2035
- .n("ForecastClient", "CreateDatasetGroupCommand")
2036
- .sc(CreateDatasetGroup$)
2037
- .build() {
2038
- }
2039
-
2040
- class CreateDatasetImportJobCommand extends Command
2041
- .classBuilder()
2042
- .ep(commonParams)
2043
- .m(function (Command, cs, config, o) {
2044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2045
- })
2046
- .s("AmazonForecast", "CreateDatasetImportJob", {})
2047
- .n("ForecastClient", "CreateDatasetImportJobCommand")
2048
- .sc(CreateDatasetImportJob$)
2049
- .build() {
2050
- }
2051
-
2052
- class CreateExplainabilityCommand extends Command
2053
- .classBuilder()
2054
- .ep(commonParams)
2055
- .m(function (Command, cs, config, o) {
2056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2057
- })
2058
- .s("AmazonForecast", "CreateExplainability", {})
2059
- .n("ForecastClient", "CreateExplainabilityCommand")
2060
- .sc(CreateExplainability$)
2061
- .build() {
2062
- }
2063
-
2064
- class CreateExplainabilityExportCommand extends Command
2065
- .classBuilder()
2066
- .ep(commonParams)
2067
- .m(function (Command, cs, config, o) {
2068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2069
- })
2070
- .s("AmazonForecast", "CreateExplainabilityExport", {})
2071
- .n("ForecastClient", "CreateExplainabilityExportCommand")
2072
- .sc(CreateExplainabilityExport$)
2073
- .build() {
2074
- }
2075
-
2076
- class CreateForecastCommand extends Command
2077
- .classBuilder()
2078
- .ep(commonParams)
2079
- .m(function (Command, cs, config, o) {
2080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2081
- })
2082
- .s("AmazonForecast", "CreateForecast", {})
2083
- .n("ForecastClient", "CreateForecastCommand")
2084
- .sc(CreateForecast$)
2085
- .build() {
2086
- }
2087
-
2088
- class CreateForecastExportJobCommand extends Command
2089
- .classBuilder()
2090
- .ep(commonParams)
2091
- .m(function (Command, cs, config, o) {
2092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2093
- })
2094
- .s("AmazonForecast", "CreateForecastExportJob", {})
2095
- .n("ForecastClient", "CreateForecastExportJobCommand")
2096
- .sc(CreateForecastExportJob$)
2097
- .build() {
2098
- }
2099
-
2100
- class CreateMonitorCommand extends Command
2101
- .classBuilder()
2102
- .ep(commonParams)
2103
- .m(function (Command, cs, config, o) {
2104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2105
- })
2106
- .s("AmazonForecast", "CreateMonitor", {})
2107
- .n("ForecastClient", "CreateMonitorCommand")
2108
- .sc(CreateMonitor$)
2109
- .build() {
2110
- }
2111
-
2112
- class CreatePredictorBacktestExportJobCommand extends Command
2113
- .classBuilder()
2114
- .ep(commonParams)
2115
- .m(function (Command, cs, config, o) {
2116
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2117
- })
2118
- .s("AmazonForecast", "CreatePredictorBacktestExportJob", {})
2119
- .n("ForecastClient", "CreatePredictorBacktestExportJobCommand")
2120
- .sc(CreatePredictorBacktestExportJob$)
2121
- .build() {
2122
- }
2123
-
2124
- class CreatePredictorCommand extends Command
2125
- .classBuilder()
2126
- .ep(commonParams)
2127
- .m(function (Command, cs, config, o) {
2128
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2129
- })
2130
- .s("AmazonForecast", "CreatePredictor", {})
2131
- .n("ForecastClient", "CreatePredictorCommand")
2132
- .sc(CreatePredictor$)
2133
- .build() {
2134
- }
2135
-
2136
- class CreateWhatIfAnalysisCommand extends Command
2137
- .classBuilder()
2138
- .ep(commonParams)
2139
- .m(function (Command, cs, config, o) {
2140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2141
- })
2142
- .s("AmazonForecast", "CreateWhatIfAnalysis", {})
2143
- .n("ForecastClient", "CreateWhatIfAnalysisCommand")
2144
- .sc(CreateWhatIfAnalysis$)
2145
- .build() {
2146
- }
2147
-
2148
- class CreateWhatIfForecastCommand extends Command
2149
- .classBuilder()
2150
- .ep(commonParams)
2151
- .m(function (Command, cs, config, o) {
2152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2153
- })
2154
- .s("AmazonForecast", "CreateWhatIfForecast", {})
2155
- .n("ForecastClient", "CreateWhatIfForecastCommand")
2156
- .sc(CreateWhatIfForecast$)
2157
- .build() {
2158
- }
2159
-
2160
- class CreateWhatIfForecastExportCommand extends Command
2161
- .classBuilder()
2162
- .ep(commonParams)
2163
- .m(function (Command, cs, config, o) {
2164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2165
- })
2166
- .s("AmazonForecast", "CreateWhatIfForecastExport", {})
2167
- .n("ForecastClient", "CreateWhatIfForecastExportCommand")
2168
- .sc(CreateWhatIfForecastExport$)
2169
- .build() {
2170
- }
2171
-
2172
- class DeleteDatasetCommand extends Command
2173
- .classBuilder()
2174
- .ep(commonParams)
2175
- .m(function (Command, cs, config, o) {
2176
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2177
- })
2178
- .s("AmazonForecast", "DeleteDataset", {})
2179
- .n("ForecastClient", "DeleteDatasetCommand")
2180
- .sc(DeleteDataset$)
2181
- .build() {
2182
- }
2183
-
2184
- class DeleteDatasetGroupCommand extends Command
2185
- .classBuilder()
2186
- .ep(commonParams)
2187
- .m(function (Command, cs, config, o) {
2188
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2189
- })
2190
- .s("AmazonForecast", "DeleteDatasetGroup", {})
2191
- .n("ForecastClient", "DeleteDatasetGroupCommand")
2192
- .sc(DeleteDatasetGroup$)
2193
- .build() {
2194
- }
2195
-
2196
- class DeleteDatasetImportJobCommand extends Command
2197
- .classBuilder()
2198
- .ep(commonParams)
2199
- .m(function (Command, cs, config, o) {
2200
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2201
- })
2202
- .s("AmazonForecast", "DeleteDatasetImportJob", {})
2203
- .n("ForecastClient", "DeleteDatasetImportJobCommand")
2204
- .sc(DeleteDatasetImportJob$)
2205
- .build() {
2206
- }
2207
-
2208
- class DeleteExplainabilityCommand extends Command
2209
- .classBuilder()
2210
- .ep(commonParams)
2211
- .m(function (Command, cs, config, o) {
2212
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2213
- })
2214
- .s("AmazonForecast", "DeleteExplainability", {})
2215
- .n("ForecastClient", "DeleteExplainabilityCommand")
2216
- .sc(DeleteExplainability$)
2217
- .build() {
2218
- }
2219
-
2220
- class DeleteExplainabilityExportCommand extends Command
2221
- .classBuilder()
2222
- .ep(commonParams)
2223
- .m(function (Command, cs, config, o) {
2224
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2225
- })
2226
- .s("AmazonForecast", "DeleteExplainabilityExport", {})
2227
- .n("ForecastClient", "DeleteExplainabilityExportCommand")
2228
- .sc(DeleteExplainabilityExport$)
2229
- .build() {
2230
- }
2231
-
2232
- class DeleteForecastCommand extends Command
2233
- .classBuilder()
2234
- .ep(commonParams)
2235
- .m(function (Command, cs, config, o) {
2236
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2237
- })
2238
- .s("AmazonForecast", "DeleteForecast", {})
2239
- .n("ForecastClient", "DeleteForecastCommand")
2240
- .sc(DeleteForecast$)
2241
- .build() {
2242
- }
2243
-
2244
- class DeleteForecastExportJobCommand extends Command
2245
- .classBuilder()
2246
- .ep(commonParams)
2247
- .m(function (Command, cs, config, o) {
2248
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2249
- })
2250
- .s("AmazonForecast", "DeleteForecastExportJob", {})
2251
- .n("ForecastClient", "DeleteForecastExportJobCommand")
2252
- .sc(DeleteForecastExportJob$)
2253
- .build() {
2254
- }
2255
-
2256
- class DeleteMonitorCommand extends Command
2257
- .classBuilder()
2258
- .ep(commonParams)
2259
- .m(function (Command, cs, config, o) {
2260
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2261
- })
2262
- .s("AmazonForecast", "DeleteMonitor", {})
2263
- .n("ForecastClient", "DeleteMonitorCommand")
2264
- .sc(DeleteMonitor$)
2265
- .build() {
2266
- }
2267
-
2268
- class DeletePredictorBacktestExportJobCommand extends Command
2269
- .classBuilder()
2270
- .ep(commonParams)
2271
- .m(function (Command, cs, config, o) {
2272
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2273
- })
2274
- .s("AmazonForecast", "DeletePredictorBacktestExportJob", {})
2275
- .n("ForecastClient", "DeletePredictorBacktestExportJobCommand")
2276
- .sc(DeletePredictorBacktestExportJob$)
2277
- .build() {
2278
- }
2279
-
2280
- class DeletePredictorCommand extends Command
2281
- .classBuilder()
2282
- .ep(commonParams)
2283
- .m(function (Command, cs, config, o) {
2284
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2285
- })
2286
- .s("AmazonForecast", "DeletePredictor", {})
2287
- .n("ForecastClient", "DeletePredictorCommand")
2288
- .sc(DeletePredictor$)
2289
- .build() {
2290
- }
2291
-
2292
- class DeleteResourceTreeCommand extends Command
2293
- .classBuilder()
2294
- .ep(commonParams)
2295
- .m(function (Command, cs, config, o) {
2296
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2297
- })
2298
- .s("AmazonForecast", "DeleteResourceTree", {})
2299
- .n("ForecastClient", "DeleteResourceTreeCommand")
2300
- .sc(DeleteResourceTree$)
2301
- .build() {
2302
- }
2303
-
2304
- class DeleteWhatIfAnalysisCommand extends Command
2305
- .classBuilder()
2306
- .ep(commonParams)
2307
- .m(function (Command, cs, config, o) {
2308
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2309
- })
2310
- .s("AmazonForecast", "DeleteWhatIfAnalysis", {})
2311
- .n("ForecastClient", "DeleteWhatIfAnalysisCommand")
2312
- .sc(DeleteWhatIfAnalysis$)
2313
- .build() {
2314
- }
2315
-
2316
- class DeleteWhatIfForecastCommand extends Command
2317
- .classBuilder()
2318
- .ep(commonParams)
2319
- .m(function (Command, cs, config, o) {
2320
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2321
- })
2322
- .s("AmazonForecast", "DeleteWhatIfForecast", {})
2323
- .n("ForecastClient", "DeleteWhatIfForecastCommand")
2324
- .sc(DeleteWhatIfForecast$)
2325
- .build() {
2326
- }
2327
-
2328
- class DeleteWhatIfForecastExportCommand extends Command
2329
- .classBuilder()
2330
- .ep(commonParams)
2331
- .m(function (Command, cs, config, o) {
2332
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2333
- })
2334
- .s("AmazonForecast", "DeleteWhatIfForecastExport", {})
2335
- .n("ForecastClient", "DeleteWhatIfForecastExportCommand")
2336
- .sc(DeleteWhatIfForecastExport$)
2337
- .build() {
2338
- }
2339
-
2340
- class DescribeAutoPredictorCommand extends Command
2341
- .classBuilder()
2342
- .ep(commonParams)
2343
- .m(function (Command, cs, config, o) {
2344
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2345
- })
2346
- .s("AmazonForecast", "DescribeAutoPredictor", {})
2347
- .n("ForecastClient", "DescribeAutoPredictorCommand")
2348
- .sc(DescribeAutoPredictor$)
2349
- .build() {
2350
- }
2351
-
2352
- class DescribeDatasetCommand extends Command
2353
- .classBuilder()
2354
- .ep(commonParams)
2355
- .m(function (Command, cs, config, o) {
2356
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2357
- })
2358
- .s("AmazonForecast", "DescribeDataset", {})
2359
- .n("ForecastClient", "DescribeDatasetCommand")
2360
- .sc(DescribeDataset$)
2361
- .build() {
2362
- }
2363
-
2364
- class DescribeDatasetGroupCommand extends Command
2365
- .classBuilder()
2366
- .ep(commonParams)
2367
- .m(function (Command, cs, config, o) {
2368
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2369
- })
2370
- .s("AmazonForecast", "DescribeDatasetGroup", {})
2371
- .n("ForecastClient", "DescribeDatasetGroupCommand")
2372
- .sc(DescribeDatasetGroup$)
2373
- .build() {
2374
- }
2375
-
2376
- class DescribeDatasetImportJobCommand extends Command
2377
- .classBuilder()
2378
- .ep(commonParams)
2379
- .m(function (Command, cs, config, o) {
2380
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2381
- })
2382
- .s("AmazonForecast", "DescribeDatasetImportJob", {})
2383
- .n("ForecastClient", "DescribeDatasetImportJobCommand")
2384
- .sc(DescribeDatasetImportJob$)
2385
- .build() {
2386
- }
2387
-
2388
- class DescribeExplainabilityCommand extends Command
2389
- .classBuilder()
2390
- .ep(commonParams)
2391
- .m(function (Command, cs, config, o) {
2392
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2393
- })
2394
- .s("AmazonForecast", "DescribeExplainability", {})
2395
- .n("ForecastClient", "DescribeExplainabilityCommand")
2396
- .sc(DescribeExplainability$)
2397
- .build() {
2398
- }
2399
-
2400
- class DescribeExplainabilityExportCommand extends Command
2401
- .classBuilder()
2402
- .ep(commonParams)
2403
- .m(function (Command, cs, config, o) {
2404
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2405
- })
2406
- .s("AmazonForecast", "DescribeExplainabilityExport", {})
2407
- .n("ForecastClient", "DescribeExplainabilityExportCommand")
2408
- .sc(DescribeExplainabilityExport$)
2409
- .build() {
2410
- }
2411
-
2412
- class DescribeForecastCommand extends Command
2413
- .classBuilder()
2414
- .ep(commonParams)
2415
- .m(function (Command, cs, config, o) {
2416
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2417
- })
2418
- .s("AmazonForecast", "DescribeForecast", {})
2419
- .n("ForecastClient", "DescribeForecastCommand")
2420
- .sc(DescribeForecast$)
2421
- .build() {
2422
- }
2423
-
2424
- class DescribeForecastExportJobCommand extends Command
2425
- .classBuilder()
2426
- .ep(commonParams)
2427
- .m(function (Command, cs, config, o) {
2428
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2429
- })
2430
- .s("AmazonForecast", "DescribeForecastExportJob", {})
2431
- .n("ForecastClient", "DescribeForecastExportJobCommand")
2432
- .sc(DescribeForecastExportJob$)
2433
- .build() {
2434
- }
2435
-
2436
- class DescribeMonitorCommand extends Command
2437
- .classBuilder()
2438
- .ep(commonParams)
2439
- .m(function (Command, cs, config, o) {
2440
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2441
- })
2442
- .s("AmazonForecast", "DescribeMonitor", {})
2443
- .n("ForecastClient", "DescribeMonitorCommand")
2444
- .sc(DescribeMonitor$)
2445
- .build() {
2446
- }
2447
-
2448
- class DescribePredictorBacktestExportJobCommand extends Command
2449
- .classBuilder()
2450
- .ep(commonParams)
2451
- .m(function (Command, cs, config, o) {
2452
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2453
- })
2454
- .s("AmazonForecast", "DescribePredictorBacktestExportJob", {})
2455
- .n("ForecastClient", "DescribePredictorBacktestExportJobCommand")
2456
- .sc(DescribePredictorBacktestExportJob$)
2457
- .build() {
2458
- }
2459
-
2460
- class DescribePredictorCommand extends Command
2461
- .classBuilder()
2462
- .ep(commonParams)
2463
- .m(function (Command, cs, config, o) {
2464
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2465
- })
2466
- .s("AmazonForecast", "DescribePredictor", {})
2467
- .n("ForecastClient", "DescribePredictorCommand")
2468
- .sc(DescribePredictor$)
2469
- .build() {
2470
- }
2471
-
2472
- class DescribeWhatIfAnalysisCommand extends Command
2473
- .classBuilder()
2474
- .ep(commonParams)
2475
- .m(function (Command, cs, config, o) {
2476
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2477
- })
2478
- .s("AmazonForecast", "DescribeWhatIfAnalysis", {})
2479
- .n("ForecastClient", "DescribeWhatIfAnalysisCommand")
2480
- .sc(DescribeWhatIfAnalysis$)
2481
- .build() {
2482
- }
2483
-
2484
- class DescribeWhatIfForecastCommand extends Command
2485
- .classBuilder()
2486
- .ep(commonParams)
2487
- .m(function (Command, cs, config, o) {
2488
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2489
- })
2490
- .s("AmazonForecast", "DescribeWhatIfForecast", {})
2491
- .n("ForecastClient", "DescribeWhatIfForecastCommand")
2492
- .sc(DescribeWhatIfForecast$)
2493
- .build() {
2494
- }
2495
-
2496
- class DescribeWhatIfForecastExportCommand extends Command
2497
- .classBuilder()
2498
- .ep(commonParams)
2499
- .m(function (Command, cs, config, o) {
2500
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2501
- })
2502
- .s("AmazonForecast", "DescribeWhatIfForecastExport", {})
2503
- .n("ForecastClient", "DescribeWhatIfForecastExportCommand")
2504
- .sc(DescribeWhatIfForecastExport$)
2505
- .build() {
2506
- }
2507
-
2508
- class GetAccuracyMetricsCommand extends Command
2509
- .classBuilder()
2510
- .ep(commonParams)
2511
- .m(function (Command, cs, config, o) {
2512
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2513
- })
2514
- .s("AmazonForecast", "GetAccuracyMetrics", {})
2515
- .n("ForecastClient", "GetAccuracyMetricsCommand")
2516
- .sc(GetAccuracyMetrics$)
2517
- .build() {
2518
- }
2519
-
2520
- class ListDatasetGroupsCommand extends Command
2521
- .classBuilder()
2522
- .ep(commonParams)
2523
- .m(function (Command, cs, config, o) {
2524
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2525
- })
2526
- .s("AmazonForecast", "ListDatasetGroups", {})
2527
- .n("ForecastClient", "ListDatasetGroupsCommand")
2528
- .sc(ListDatasetGroups$)
2529
- .build() {
2530
- }
2531
-
2532
- class ListDatasetImportJobsCommand extends Command
2533
- .classBuilder()
2534
- .ep(commonParams)
2535
- .m(function (Command, cs, config, o) {
2536
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2537
- })
2538
- .s("AmazonForecast", "ListDatasetImportJobs", {})
2539
- .n("ForecastClient", "ListDatasetImportJobsCommand")
2540
- .sc(ListDatasetImportJobs$)
2541
- .build() {
2542
- }
2543
-
2544
- class ListDatasetsCommand extends Command
2545
- .classBuilder()
2546
- .ep(commonParams)
2547
- .m(function (Command, cs, config, o) {
2548
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2549
- })
2550
- .s("AmazonForecast", "ListDatasets", {})
2551
- .n("ForecastClient", "ListDatasetsCommand")
2552
- .sc(ListDatasets$)
2553
- .build() {
2554
- }
2555
-
2556
- class ListExplainabilitiesCommand extends Command
2557
- .classBuilder()
2558
- .ep(commonParams)
2559
- .m(function (Command, cs, config, o) {
2560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2561
- })
2562
- .s("AmazonForecast", "ListExplainabilities", {})
2563
- .n("ForecastClient", "ListExplainabilitiesCommand")
2564
- .sc(ListExplainabilities$)
2565
- .build() {
2566
- }
2567
-
2568
- class ListExplainabilityExportsCommand extends Command
2569
- .classBuilder()
2570
- .ep(commonParams)
2571
- .m(function (Command, cs, config, o) {
2572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2573
- })
2574
- .s("AmazonForecast", "ListExplainabilityExports", {})
2575
- .n("ForecastClient", "ListExplainabilityExportsCommand")
2576
- .sc(ListExplainabilityExports$)
2577
- .build() {
2578
- }
2579
-
2580
- class ListForecastExportJobsCommand extends Command
2581
- .classBuilder()
2582
- .ep(commonParams)
2583
- .m(function (Command, cs, config, o) {
2584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2585
- })
2586
- .s("AmazonForecast", "ListForecastExportJobs", {})
2587
- .n("ForecastClient", "ListForecastExportJobsCommand")
2588
- .sc(ListForecastExportJobs$)
2589
- .build() {
2590
- }
2591
-
2592
- class ListForecastsCommand extends Command
2593
- .classBuilder()
2594
- .ep(commonParams)
2595
- .m(function (Command, cs, config, o) {
2596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2597
- })
2598
- .s("AmazonForecast", "ListForecasts", {})
2599
- .n("ForecastClient", "ListForecastsCommand")
2600
- .sc(ListForecasts$)
2601
- .build() {
2602
- }
2603
-
2604
- class ListMonitorEvaluationsCommand extends Command
2605
- .classBuilder()
2606
- .ep(commonParams)
2607
- .m(function (Command, cs, config, o) {
2608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2609
- })
2610
- .s("AmazonForecast", "ListMonitorEvaluations", {})
2611
- .n("ForecastClient", "ListMonitorEvaluationsCommand")
2612
- .sc(ListMonitorEvaluations$)
2613
- .build() {
2614
- }
2615
-
2616
- class ListMonitorsCommand extends Command
2617
- .classBuilder()
2618
- .ep(commonParams)
2619
- .m(function (Command, cs, config, o) {
2620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2621
- })
2622
- .s("AmazonForecast", "ListMonitors", {})
2623
- .n("ForecastClient", "ListMonitorsCommand")
2624
- .sc(ListMonitors$)
2625
- .build() {
2626
- }
2627
-
2628
- class ListPredictorBacktestExportJobsCommand extends Command
2629
- .classBuilder()
2630
- .ep(commonParams)
2631
- .m(function (Command, cs, config, o) {
2632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2633
- })
2634
- .s("AmazonForecast", "ListPredictorBacktestExportJobs", {})
2635
- .n("ForecastClient", "ListPredictorBacktestExportJobsCommand")
2636
- .sc(ListPredictorBacktestExportJobs$)
2637
- .build() {
2638
- }
2639
-
2640
- class ListPredictorsCommand extends Command
2641
- .classBuilder()
2642
- .ep(commonParams)
2643
- .m(function (Command, cs, config, o) {
2644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2645
- })
2646
- .s("AmazonForecast", "ListPredictors", {})
2647
- .n("ForecastClient", "ListPredictorsCommand")
2648
- .sc(ListPredictors$)
2649
- .build() {
2650
- }
2651
-
2652
- class ListTagsForResourceCommand extends Command
2653
- .classBuilder()
2654
- .ep(commonParams)
2655
- .m(function (Command, cs, config, o) {
2656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2657
- })
2658
- .s("AmazonForecast", "ListTagsForResource", {})
2659
- .n("ForecastClient", "ListTagsForResourceCommand")
2660
- .sc(ListTagsForResource$)
2661
- .build() {
2662
- }
2663
-
2664
- class ListWhatIfAnalysesCommand extends Command
2665
- .classBuilder()
2666
- .ep(commonParams)
2667
- .m(function (Command, cs, config, o) {
2668
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2669
- })
2670
- .s("AmazonForecast", "ListWhatIfAnalyses", {})
2671
- .n("ForecastClient", "ListWhatIfAnalysesCommand")
2672
- .sc(ListWhatIfAnalyses$)
2673
- .build() {
2674
- }
2675
-
2676
- class ListWhatIfForecastExportsCommand extends Command
2677
- .classBuilder()
2678
- .ep(commonParams)
2679
- .m(function (Command, cs, config, o) {
2680
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2681
- })
2682
- .s("AmazonForecast", "ListWhatIfForecastExports", {})
2683
- .n("ForecastClient", "ListWhatIfForecastExportsCommand")
2684
- .sc(ListWhatIfForecastExports$)
2685
- .build() {
2686
- }
2687
-
2688
- class ListWhatIfForecastsCommand extends Command
2689
- .classBuilder()
2690
- .ep(commonParams)
2691
- .m(function (Command, cs, config, o) {
2692
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2693
- })
2694
- .s("AmazonForecast", "ListWhatIfForecasts", {})
2695
- .n("ForecastClient", "ListWhatIfForecastsCommand")
2696
- .sc(ListWhatIfForecasts$)
2697
- .build() {
2698
- }
2699
-
2700
- class ResumeResourceCommand extends Command
2701
- .classBuilder()
2702
- .ep(commonParams)
2703
- .m(function (Command, cs, config, o) {
2704
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2705
- })
2706
- .s("AmazonForecast", "ResumeResource", {})
2707
- .n("ForecastClient", "ResumeResourceCommand")
2708
- .sc(ResumeResource$)
2709
- .build() {
2710
- }
2711
-
2712
- class StopResourceCommand extends Command
2713
- .classBuilder()
2714
- .ep(commonParams)
2715
- .m(function (Command, cs, config, o) {
2716
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2717
- })
2718
- .s("AmazonForecast", "StopResource", {})
2719
- .n("ForecastClient", "StopResourceCommand")
2720
- .sc(StopResource$)
2721
- .build() {
2722
- }
2723
-
2724
- class TagResourceCommand extends Command
2725
- .classBuilder()
2726
- .ep(commonParams)
2727
- .m(function (Command, cs, config, o) {
2728
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2729
- })
2730
- .s("AmazonForecast", "TagResource", {})
2731
- .n("ForecastClient", "TagResourceCommand")
2732
- .sc(TagResource$)
2733
- .build() {
2734
- }
2735
-
2736
- class UntagResourceCommand extends Command
2737
- .classBuilder()
2738
- .ep(commonParams)
2739
- .m(function (Command, cs, config, o) {
2740
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2741
- })
2742
- .s("AmazonForecast", "UntagResource", {})
2743
- .n("ForecastClient", "UntagResourceCommand")
2744
- .sc(UntagResource$)
2745
- .build() {
2746
- }
2747
-
2748
- class UpdateDatasetGroupCommand extends Command
2749
- .classBuilder()
2750
- .ep(commonParams)
2751
- .m(function (Command, cs, config, o) {
2752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2753
- })
2754
- .s("AmazonForecast", "UpdateDatasetGroup", {})
2755
- .n("ForecastClient", "UpdateDatasetGroupCommand")
2756
- .sc(UpdateDatasetGroup$)
2757
- .build() {
2006
+ const command = makeBuilder(commonParams, "AmazonForecast", "ForecastClient", getEndpointPlugin);
2007
+ const _ep0 = {};
2008
+ const _mw0 = (Command, cs, config, o) => [];
2009
+
2010
+ class CreateAutoPredictorCommand extends command(_ep0, _mw0, "CreateAutoPredictor", CreateAutoPredictor$) {
2011
+ }
2012
+
2013
+ class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
2014
+ }
2015
+
2016
+ class CreateDatasetGroupCommand extends command(_ep0, _mw0, "CreateDatasetGroup", CreateDatasetGroup$) {
2017
+ }
2018
+
2019
+ class CreateDatasetImportJobCommand extends command(_ep0, _mw0, "CreateDatasetImportJob", CreateDatasetImportJob$) {
2020
+ }
2021
+
2022
+ class CreateExplainabilityCommand extends command(_ep0, _mw0, "CreateExplainability", CreateExplainability$) {
2023
+ }
2024
+
2025
+ class CreateExplainabilityExportCommand extends command(_ep0, _mw0, "CreateExplainabilityExport", CreateExplainabilityExport$) {
2026
+ }
2027
+
2028
+ class CreateForecastCommand extends command(_ep0, _mw0, "CreateForecast", CreateForecast$) {
2029
+ }
2030
+
2031
+ class CreateForecastExportJobCommand extends command(_ep0, _mw0, "CreateForecastExportJob", CreateForecastExportJob$) {
2032
+ }
2033
+
2034
+ class CreateMonitorCommand extends command(_ep0, _mw0, "CreateMonitor", CreateMonitor$) {
2035
+ }
2036
+
2037
+ class CreatePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "CreatePredictorBacktestExportJob", CreatePredictorBacktestExportJob$) {
2038
+ }
2039
+
2040
+ class CreatePredictorCommand extends command(_ep0, _mw0, "CreatePredictor", CreatePredictor$) {
2041
+ }
2042
+
2043
+ class CreateWhatIfAnalysisCommand extends command(_ep0, _mw0, "CreateWhatIfAnalysis", CreateWhatIfAnalysis$) {
2044
+ }
2045
+
2046
+ class CreateWhatIfForecastCommand extends command(_ep0, _mw0, "CreateWhatIfForecast", CreateWhatIfForecast$) {
2047
+ }
2048
+
2049
+ class CreateWhatIfForecastExportCommand extends command(_ep0, _mw0, "CreateWhatIfForecastExport", CreateWhatIfForecastExport$) {
2050
+ }
2051
+
2052
+ class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
2053
+ }
2054
+
2055
+ class DeleteDatasetGroupCommand extends command(_ep0, _mw0, "DeleteDatasetGroup", DeleteDatasetGroup$) {
2056
+ }
2057
+
2058
+ class DeleteDatasetImportJobCommand extends command(_ep0, _mw0, "DeleteDatasetImportJob", DeleteDatasetImportJob$) {
2059
+ }
2060
+
2061
+ class DeleteExplainabilityCommand extends command(_ep0, _mw0, "DeleteExplainability", DeleteExplainability$) {
2062
+ }
2063
+
2064
+ class DeleteExplainabilityExportCommand extends command(_ep0, _mw0, "DeleteExplainabilityExport", DeleteExplainabilityExport$) {
2065
+ }
2066
+
2067
+ class DeleteForecastCommand extends command(_ep0, _mw0, "DeleteForecast", DeleteForecast$) {
2068
+ }
2069
+
2070
+ class DeleteForecastExportJobCommand extends command(_ep0, _mw0, "DeleteForecastExportJob", DeleteForecastExportJob$) {
2071
+ }
2072
+
2073
+ class DeleteMonitorCommand extends command(_ep0, _mw0, "DeleteMonitor", DeleteMonitor$) {
2074
+ }
2075
+
2076
+ class DeletePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "DeletePredictorBacktestExportJob", DeletePredictorBacktestExportJob$) {
2077
+ }
2078
+
2079
+ class DeletePredictorCommand extends command(_ep0, _mw0, "DeletePredictor", DeletePredictor$) {
2080
+ }
2081
+
2082
+ class DeleteResourceTreeCommand extends command(_ep0, _mw0, "DeleteResourceTree", DeleteResourceTree$) {
2083
+ }
2084
+
2085
+ class DeleteWhatIfAnalysisCommand extends command(_ep0, _mw0, "DeleteWhatIfAnalysis", DeleteWhatIfAnalysis$) {
2086
+ }
2087
+
2088
+ class DeleteWhatIfForecastCommand extends command(_ep0, _mw0, "DeleteWhatIfForecast", DeleteWhatIfForecast$) {
2089
+ }
2090
+
2091
+ class DeleteWhatIfForecastExportCommand extends command(_ep0, _mw0, "DeleteWhatIfForecastExport", DeleteWhatIfForecastExport$) {
2092
+ }
2093
+
2094
+ class DescribeAutoPredictorCommand extends command(_ep0, _mw0, "DescribeAutoPredictor", DescribeAutoPredictor$) {
2095
+ }
2096
+
2097
+ class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
2098
+ }
2099
+
2100
+ class DescribeDatasetGroupCommand extends command(_ep0, _mw0, "DescribeDatasetGroup", DescribeDatasetGroup$) {
2101
+ }
2102
+
2103
+ class DescribeDatasetImportJobCommand extends command(_ep0, _mw0, "DescribeDatasetImportJob", DescribeDatasetImportJob$) {
2104
+ }
2105
+
2106
+ class DescribeExplainabilityCommand extends command(_ep0, _mw0, "DescribeExplainability", DescribeExplainability$) {
2107
+ }
2108
+
2109
+ class DescribeExplainabilityExportCommand extends command(_ep0, _mw0, "DescribeExplainabilityExport", DescribeExplainabilityExport$) {
2110
+ }
2111
+
2112
+ class DescribeForecastCommand extends command(_ep0, _mw0, "DescribeForecast", DescribeForecast$) {
2113
+ }
2114
+
2115
+ class DescribeForecastExportJobCommand extends command(_ep0, _mw0, "DescribeForecastExportJob", DescribeForecastExportJob$) {
2116
+ }
2117
+
2118
+ class DescribeMonitorCommand extends command(_ep0, _mw0, "DescribeMonitor", DescribeMonitor$) {
2119
+ }
2120
+
2121
+ class DescribePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "DescribePredictorBacktestExportJob", DescribePredictorBacktestExportJob$) {
2122
+ }
2123
+
2124
+ class DescribePredictorCommand extends command(_ep0, _mw0, "DescribePredictor", DescribePredictor$) {
2125
+ }
2126
+
2127
+ class DescribeWhatIfAnalysisCommand extends command(_ep0, _mw0, "DescribeWhatIfAnalysis", DescribeWhatIfAnalysis$) {
2128
+ }
2129
+
2130
+ class DescribeWhatIfForecastCommand extends command(_ep0, _mw0, "DescribeWhatIfForecast", DescribeWhatIfForecast$) {
2131
+ }
2132
+
2133
+ class DescribeWhatIfForecastExportCommand extends command(_ep0, _mw0, "DescribeWhatIfForecastExport", DescribeWhatIfForecastExport$) {
2134
+ }
2135
+
2136
+ class GetAccuracyMetricsCommand extends command(_ep0, _mw0, "GetAccuracyMetrics", GetAccuracyMetrics$) {
2137
+ }
2138
+
2139
+ class ListDatasetGroupsCommand extends command(_ep0, _mw0, "ListDatasetGroups", ListDatasetGroups$) {
2140
+ }
2141
+
2142
+ class ListDatasetImportJobsCommand extends command(_ep0, _mw0, "ListDatasetImportJobs", ListDatasetImportJobs$) {
2143
+ }
2144
+
2145
+ class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
2146
+ }
2147
+
2148
+ class ListExplainabilitiesCommand extends command(_ep0, _mw0, "ListExplainabilities", ListExplainabilities$) {
2149
+ }
2150
+
2151
+ class ListExplainabilityExportsCommand extends command(_ep0, _mw0, "ListExplainabilityExports", ListExplainabilityExports$) {
2152
+ }
2153
+
2154
+ class ListForecastExportJobsCommand extends command(_ep0, _mw0, "ListForecastExportJobs", ListForecastExportJobs$) {
2155
+ }
2156
+
2157
+ class ListForecastsCommand extends command(_ep0, _mw0, "ListForecasts", ListForecasts$) {
2158
+ }
2159
+
2160
+ class ListMonitorEvaluationsCommand extends command(_ep0, _mw0, "ListMonitorEvaluations", ListMonitorEvaluations$) {
2161
+ }
2162
+
2163
+ class ListMonitorsCommand extends command(_ep0, _mw0, "ListMonitors", ListMonitors$) {
2164
+ }
2165
+
2166
+ class ListPredictorBacktestExportJobsCommand extends command(_ep0, _mw0, "ListPredictorBacktestExportJobs", ListPredictorBacktestExportJobs$) {
2167
+ }
2168
+
2169
+ class ListPredictorsCommand extends command(_ep0, _mw0, "ListPredictors", ListPredictors$) {
2170
+ }
2171
+
2172
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2173
+ }
2174
+
2175
+ class ListWhatIfAnalysesCommand extends command(_ep0, _mw0, "ListWhatIfAnalyses", ListWhatIfAnalyses$) {
2176
+ }
2177
+
2178
+ class ListWhatIfForecastExportsCommand extends command(_ep0, _mw0, "ListWhatIfForecastExports", ListWhatIfForecastExports$) {
2179
+ }
2180
+
2181
+ class ListWhatIfForecastsCommand extends command(_ep0, _mw0, "ListWhatIfForecasts", ListWhatIfForecasts$) {
2182
+ }
2183
+
2184
+ class ResumeResourceCommand extends command(_ep0, _mw0, "ResumeResource", ResumeResource$) {
2185
+ }
2186
+
2187
+ class StopResourceCommand extends command(_ep0, _mw0, "StopResource", StopResource$) {
2188
+ }
2189
+
2190
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2191
+ }
2192
+
2193
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2194
+ }
2195
+
2196
+ class UpdateDatasetGroupCommand extends command(_ep0, _mw0, "UpdateDatasetGroup", UpdateDatasetGroup$) {
2758
2197
  }
2759
2198
 
2760
2199
  const paginateListDatasetGroups = createPaginator(ForecastClient, ListDatasetGroupsCommand, "NextToken", "NextToken", "MaxResults");