@aws-sdk/client-forecast 3.413.0 → 3.418.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 +5 -0
  2. package/dist-cjs/commands/CreateDatasetCommand.js +5 -0
  3. package/dist-cjs/commands/CreateDatasetGroupCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +5 -0
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +5 -0
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +5 -0
  7. package/dist-cjs/commands/CreateForecastCommand.js +5 -0
  8. package/dist-cjs/commands/CreateForecastExportJobCommand.js +5 -0
  9. package/dist-cjs/commands/CreateMonitorCommand.js +5 -0
  10. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +5 -0
  11. package/dist-cjs/commands/CreatePredictorCommand.js +5 -0
  12. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +5 -0
  13. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +5 -0
  14. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDatasetCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteExplainabilityCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteForecastCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteMonitorCommand.js +5 -0
  23. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +5 -0
  24. package/dist-cjs/commands/DeletePredictorCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteResourceTreeCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeDatasetCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeExplainabilityCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeForecastCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeMonitorCommand.js +5 -0
  38. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +5 -0
  39. package/dist-cjs/commands/DescribePredictorCommand.js +5 -0
  40. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +5 -0
  42. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +5 -0
  43. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +5 -0
  44. package/dist-cjs/commands/ListDatasetGroupsCommand.js +5 -0
  45. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +5 -0
  46. package/dist-cjs/commands/ListDatasetsCommand.js +5 -0
  47. package/dist-cjs/commands/ListExplainabilitiesCommand.js +5 -0
  48. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +5 -0
  49. package/dist-cjs/commands/ListForecastExportJobsCommand.js +5 -0
  50. package/dist-cjs/commands/ListForecastsCommand.js +5 -0
  51. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +5 -0
  52. package/dist-cjs/commands/ListMonitorsCommand.js +5 -0
  53. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +5 -0
  54. package/dist-cjs/commands/ListPredictorsCommand.js +5 -0
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  56. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +5 -0
  57. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +5 -0
  58. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +5 -0
  59. package/dist-cjs/commands/ResumeResourceCommand.js +5 -0
  60. package/dist-cjs/commands/StopResourceCommand.js +5 -0
  61. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  62. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +5 -0
  64. package/dist-cjs/runtimeExtensions.js +3 -0
  65. package/dist-es/commands/CreateAutoPredictorCommand.js +5 -0
  66. package/dist-es/commands/CreateDatasetCommand.js +5 -0
  67. package/dist-es/commands/CreateDatasetGroupCommand.js +5 -0
  68. package/dist-es/commands/CreateDatasetImportJobCommand.js +5 -0
  69. package/dist-es/commands/CreateExplainabilityCommand.js +5 -0
  70. package/dist-es/commands/CreateExplainabilityExportCommand.js +5 -0
  71. package/dist-es/commands/CreateForecastCommand.js +5 -0
  72. package/dist-es/commands/CreateForecastExportJobCommand.js +5 -0
  73. package/dist-es/commands/CreateMonitorCommand.js +5 -0
  74. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +5 -0
  75. package/dist-es/commands/CreatePredictorCommand.js +5 -0
  76. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +5 -0
  77. package/dist-es/commands/CreateWhatIfForecastCommand.js +5 -0
  78. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +5 -0
  79. package/dist-es/commands/DeleteDatasetCommand.js +5 -0
  80. package/dist-es/commands/DeleteDatasetGroupCommand.js +5 -0
  81. package/dist-es/commands/DeleteDatasetImportJobCommand.js +5 -0
  82. package/dist-es/commands/DeleteExplainabilityCommand.js +5 -0
  83. package/dist-es/commands/DeleteExplainabilityExportCommand.js +5 -0
  84. package/dist-es/commands/DeleteForecastCommand.js +5 -0
  85. package/dist-es/commands/DeleteForecastExportJobCommand.js +5 -0
  86. package/dist-es/commands/DeleteMonitorCommand.js +5 -0
  87. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +5 -0
  88. package/dist-es/commands/DeletePredictorCommand.js +5 -0
  89. package/dist-es/commands/DeleteResourceTreeCommand.js +5 -0
  90. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +5 -0
  91. package/dist-es/commands/DeleteWhatIfForecastCommand.js +5 -0
  92. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +5 -0
  93. package/dist-es/commands/DescribeAutoPredictorCommand.js +5 -0
  94. package/dist-es/commands/DescribeDatasetCommand.js +5 -0
  95. package/dist-es/commands/DescribeDatasetGroupCommand.js +5 -0
  96. package/dist-es/commands/DescribeDatasetImportJobCommand.js +5 -0
  97. package/dist-es/commands/DescribeExplainabilityCommand.js +5 -0
  98. package/dist-es/commands/DescribeExplainabilityExportCommand.js +5 -0
  99. package/dist-es/commands/DescribeForecastCommand.js +5 -0
  100. package/dist-es/commands/DescribeForecastExportJobCommand.js +5 -0
  101. package/dist-es/commands/DescribeMonitorCommand.js +5 -0
  102. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +5 -0
  103. package/dist-es/commands/DescribePredictorCommand.js +5 -0
  104. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +5 -0
  105. package/dist-es/commands/DescribeWhatIfForecastCommand.js +5 -0
  106. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +5 -0
  107. package/dist-es/commands/GetAccuracyMetricsCommand.js +5 -0
  108. package/dist-es/commands/ListDatasetGroupsCommand.js +5 -0
  109. package/dist-es/commands/ListDatasetImportJobsCommand.js +5 -0
  110. package/dist-es/commands/ListDatasetsCommand.js +5 -0
  111. package/dist-es/commands/ListExplainabilitiesCommand.js +5 -0
  112. package/dist-es/commands/ListExplainabilityExportsCommand.js +5 -0
  113. package/dist-es/commands/ListForecastExportJobsCommand.js +5 -0
  114. package/dist-es/commands/ListForecastsCommand.js +5 -0
  115. package/dist-es/commands/ListMonitorEvaluationsCommand.js +5 -0
  116. package/dist-es/commands/ListMonitorsCommand.js +5 -0
  117. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +5 -0
  118. package/dist-es/commands/ListPredictorsCommand.js +5 -0
  119. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  120. package/dist-es/commands/ListWhatIfAnalysesCommand.js +5 -0
  121. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +5 -0
  122. package/dist-es/commands/ListWhatIfForecastsCommand.js +5 -0
  123. package/dist-es/commands/ResumeResourceCommand.js +5 -0
  124. package/dist-es/commands/StopResourceCommand.js +5 -0
  125. package/dist-es/commands/TagResourceCommand.js +5 -0
  126. package/dist-es/commands/UntagResourceCommand.js +5 -0
  127. package/dist-es/commands/UpdateDatasetGroupCommand.js +5 -0
  128. package/dist-es/runtimeExtensions.js +3 -0
  129. package/dist-types/extensionConfiguration.d.ts +2 -1
  130. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  131. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeExplainabilityCommand, se_DescribeExplainabilityCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeExplainabilityCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeExplainabilityCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeExplainability",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeExplainabilityExportCommand, se_DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeExplainabilityExportCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeExplainabilityExportCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeExplainabilityExport",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeForecastCommand, se_DescribeForecastCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeForecastCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeForecastCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeForecast",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeForecastExportJobCommand, se_DescribeForecastExportJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeForecastExportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeForecastExportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeForecastExportJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeMonitorCommand, se_DescribeMonitorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeMonitorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeMonitorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeMonitor",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribePredictorBacktestExportJobCommand, se_DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribePredictorBacktestExportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribePredictorBacktestExportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribePredictorBacktestExportJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribePredictorCommand, se_DescribePredictorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribePredictorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribePredictorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribePredictor",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWhatIfAnalysisCommand, se_DescribeWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeWhatIfAnalysisCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWhatIfAnalysisCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeWhatIfAnalysis",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWhatIfForecastCommand, se_DescribeWhatIfForecastCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeWhatIfForecastCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWhatIfForecastCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeWhatIfForecast",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWhatIfForecastExportCommand, se_DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeWhatIfForecastExportCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWhatIfForecastExportCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeWhatIfForecastExport",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetAccuracyMetricsCommand, se_GetAccuracyMetricsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetAccuracyMetricsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetAccuracyMetricsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "GetAccuracyMetrics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListDatasetGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetImportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetImportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListDatasetImportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatasetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatasetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListDatasets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListExplainabilitiesCommand, se_ListExplainabilitiesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListExplainabilitiesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListExplainabilitiesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListExplainabilities",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListExplainabilityExportsCommand, se_ListExplainabilityExportsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListExplainabilityExportsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListExplainabilityExportsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListExplainabilityExports",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListForecastExportJobsCommand, se_ListForecastExportJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListForecastExportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListForecastExportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListForecastExportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListForecastsCommand, se_ListForecastsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListForecastsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListForecastsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListForecasts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMonitorEvaluationsCommand, se_ListMonitorEvaluationsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListMonitorEvaluationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMonitorEvaluationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListMonitorEvaluations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListMonitorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMonitorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListMonitors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPredictorBacktestExportJobsCommand, se_ListPredictorBacktestExportJobsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPredictorBacktestExportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPredictorBacktestExportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListPredictorBacktestExportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPredictorsCommand, se_ListPredictorsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPredictorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPredictorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListPredictors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListTagsForResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "ListTagsForResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListWhatIfAnalysesCommand, se_ListWhatIfAnalysesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListWhatIfAnalysesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListWhatIfAnalysesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListWhatIfAnalyses",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListWhatIfForecastExportsCommand, se_ListWhatIfForecastExportsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListWhatIfForecastExportsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListWhatIfForecastExportsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListWhatIfForecastExports",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListWhatIfForecastsCommand, se_ListWhatIfForecastsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListWhatIfForecastsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListWhatIfForecastsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ListWhatIfForecasts",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ResumeResourceCommand, se_ResumeResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ResumeResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ResumeResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "ResumeResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopResourceCommand, se_StopResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StopResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "StopResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class TagResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "TagResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UntagResourceCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "UntagResource",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateDatasetGroupCommand, se_UpdateDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class UpdateDatasetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateDatasetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "UpdateDatasetGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,14 +1,17 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
1
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
2
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
3
4
  const asPartial = (t) => t;
4
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
5
6
  const extensionConfiguration = {
7
+ ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
6
8
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
7
9
  ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
8
10
  };
9
11
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
10
12
  return {
11
13
  ...runtimeConfig,
14
+ ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
12
15
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
13
16
  ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
14
17
  };
@@ -1,7 +1,8 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  /**
4
5
  * @internal
5
6
  */
6
- export interface ForecastExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
7
+ export interface ForecastExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
7
8
  }