@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 { CreateAutoPredictorRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateAutoPredictorCommand, se_CreateAutoPredictorCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateAutoPredictorCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateAutoPredictorRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateAutoPredictor",
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 { CreateDatasetRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateDatasetCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateDatasetRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateDataset",
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 { CreateDatasetGroupRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateDatasetGroupCommand, se_CreateDatasetGroupCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateDatasetGroupCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateDatasetGroupRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateDatasetGroup",
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 { CreateDatasetImportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateDatasetImportJobCommand, se_CreateDatasetImportJobCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateDatasetImportJobCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateDatasetImportJobRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateDatasetImportJob",
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 { CreateExplainabilityRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateExplainabilityCommand, se_CreateExplainabilityCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateExplainabilityCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateExplainabilityRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateExplainability",
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 { CreateExplainabilityExportRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateExplainabilityExportCommand, se_CreateExplainabilityExportCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateExplainabilityExportCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateExplainabilityExportRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateExplainabilityExport",
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 { CreateForecastRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateForecastCommand, se_CreateForecastCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateForecastCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateForecastRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateForecast",
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 { CreateForecastExportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateForecastExportJobCommand, se_CreateForecastExportJobCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateForecastExportJobCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateForecastExportJobRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateForecastExportJob",
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 { CreateMonitorRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateMonitorCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateMonitorRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateMonitor",
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 { CreatePredictorBacktestExportJobRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreatePredictorBacktestExportJobCommand, se_CreatePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreatePredictorBacktestExportJobCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreatePredictorBacktestExportJobRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreatePredictorBacktestExportJob",
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 { CreatePredictorRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreatePredictorCommand, se_CreatePredictorCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreatePredictorCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreatePredictorRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreatePredictor",
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 { CreateWhatIfAnalysisRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateWhatIfAnalysisCommand, se_CreateWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateWhatIfAnalysisCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateWhatIfAnalysisRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateWhatIfAnalysis",
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 { CreateWhatIfForecastRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateWhatIfForecastCommand, se_CreateWhatIfForecastCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateWhatIfForecastCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateWhatIfForecastRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateWhatIfForecast",
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 { CreateWhatIfForecastExportRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateWhatIfForecastExportCommand, se_CreateWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateWhatIfForecastExportCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateWhatIfForecastExportRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AmazonForecast",
36
+ operation: "CreateWhatIfForecastExport",
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_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDatasetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDatasetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteDataset",
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_DeleteDatasetGroupCommand, se_DeleteDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDatasetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDatasetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteDatasetGroup",
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_DeleteDatasetImportJobCommand, se_DeleteDatasetImportJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteDatasetImportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteDatasetImportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteDatasetImportJob",
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_DeleteExplainabilityCommand, se_DeleteExplainabilityCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteExplainabilityCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteExplainabilityCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteExplainability",
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_DeleteExplainabilityExportCommand, se_DeleteExplainabilityExportCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteExplainabilityExportCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteExplainabilityExportCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteExplainabilityExport",
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_DeleteForecastCommand, se_DeleteForecastCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteForecastCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteForecastCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteForecast",
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_DeleteForecastExportJobCommand, se_DeleteForecastExportJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteForecastExportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteForecastExportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteForecastExportJob",
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_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteMonitorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteMonitorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteMonitor",
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_DeletePredictorBacktestExportJobCommand, se_DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeletePredictorBacktestExportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePredictorBacktestExportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeletePredictorBacktestExportJob",
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_DeletePredictorCommand, se_DeletePredictorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeletePredictorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePredictorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeletePredictor",
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_DeleteResourceTreeCommand, se_DeleteResourceTreeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteResourceTreeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteResourceTreeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteResourceTree",
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_DeleteWhatIfAnalysisCommand, se_DeleteWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWhatIfAnalysisCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWhatIfAnalysisCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteWhatIfAnalysis",
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_DeleteWhatIfForecastCommand, se_DeleteWhatIfForecastCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWhatIfForecastCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWhatIfForecastCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteWhatIfForecast",
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_DeleteWhatIfForecastExportCommand, se_DeleteWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWhatIfForecastExportCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWhatIfForecastExportCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DeleteWhatIfForecastExport",
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_DescribeAutoPredictorCommand, se_DescribeAutoPredictorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeAutoPredictorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAutoPredictorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeAutoPredictor",
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_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDatasetCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDatasetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeDataset",
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_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDatasetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDatasetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeDatasetGroup",
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_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDatasetImportJobCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDatasetImportJobCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonForecast",
35
+ operation: "DescribeDatasetImportJob",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);