@aws-sdk/client-forecast 3.414.0 → 3.421.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 (128) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/CreateAutoPredictorCommand.js +5 -0
  3. package/dist-cjs/commands/CreateDatasetCommand.js +5 -0
  4. package/dist-cjs/commands/CreateDatasetGroupCommand.js +5 -0
  5. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +5 -0
  6. package/dist-cjs/commands/CreateExplainabilityCommand.js +5 -0
  7. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +5 -0
  8. package/dist-cjs/commands/CreateForecastCommand.js +5 -0
  9. package/dist-cjs/commands/CreateForecastExportJobCommand.js +5 -0
  10. package/dist-cjs/commands/CreateMonitorCommand.js +5 -0
  11. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +5 -0
  12. package/dist-cjs/commands/CreatePredictorCommand.js +5 -0
  13. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +5 -0
  14. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +5 -0
  15. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDatasetCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteExplainabilityCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteForecastCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteMonitorCommand.js +5 -0
  24. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +5 -0
  25. package/dist-cjs/commands/DeletePredictorCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteResourceTreeCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeDatasetCommand.js +5 -0
  32. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +5 -0
  33. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +5 -0
  34. package/dist-cjs/commands/DescribeExplainabilityCommand.js +5 -0
  35. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +5 -0
  36. package/dist-cjs/commands/DescribeForecastCommand.js +5 -0
  37. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +5 -0
  38. package/dist-cjs/commands/DescribeMonitorCommand.js +5 -0
  39. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +5 -0
  40. package/dist-cjs/commands/DescribePredictorCommand.js +5 -0
  41. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +5 -0
  42. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +5 -0
  43. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +5 -0
  44. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +5 -0
  45. package/dist-cjs/commands/ListDatasetGroupsCommand.js +5 -0
  46. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +5 -0
  47. package/dist-cjs/commands/ListDatasetsCommand.js +5 -0
  48. package/dist-cjs/commands/ListExplainabilitiesCommand.js +5 -0
  49. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +5 -0
  50. package/dist-cjs/commands/ListForecastExportJobsCommand.js +5 -0
  51. package/dist-cjs/commands/ListForecastsCommand.js +5 -0
  52. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +5 -0
  53. package/dist-cjs/commands/ListMonitorsCommand.js +5 -0
  54. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +5 -0
  55. package/dist-cjs/commands/ListPredictorsCommand.js +5 -0
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  57. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +5 -0
  58. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +5 -0
  59. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +5 -0
  60. package/dist-cjs/commands/ResumeResourceCommand.js +5 -0
  61. package/dist-cjs/commands/StopResourceCommand.js +5 -0
  62. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +5 -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/package.json +31 -31
package/README.md CHANGED
@@ -23,16 +23,16 @@ using your favorite package manager:
23
23
 
24
24
  The AWS SDK is modulized by clients and commands.
25
25
  To send a request, you only need to import the `ForecastClient` and
26
- the commands you need, for example `CreateAutoPredictorCommand`:
26
+ the commands you need, for example `ListDatasetGroupsCommand`:
27
27
 
28
28
  ```js
29
29
  // ES5 example
30
- const { ForecastClient, CreateAutoPredictorCommand } = require("@aws-sdk/client-forecast");
30
+ const { ForecastClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-forecast");
31
31
  ```
32
32
 
33
33
  ```ts
34
34
  // ES6+ example
35
- import { ForecastClient, CreateAutoPredictorCommand } from "@aws-sdk/client-forecast";
35
+ import { ForecastClient, ListDatasetGroupsCommand } from "@aws-sdk/client-forecast";
36
36
  ```
37
37
 
38
38
  ### Usage
@@ -51,7 +51,7 @@ const client = new ForecastClient({ region: "REGION" });
51
51
  const params = {
52
52
  /** input parameters */
53
53
  };
54
- const command = new CreateAutoPredictorCommand(params);
54
+ const command = new ListDatasetGroupsCommand(params);
55
55
  ```
56
56
 
57
57
  #### Async/await
@@ -130,7 +130,7 @@ const client = new AWS.Forecast({ region: "REGION" });
130
130
 
131
131
  // async/await.
132
132
  try {
133
- const data = await client.createAutoPredictor(params);
133
+ const data = await client.listDatasetGroups(params);
134
134
  // process data.
135
135
  } catch (error) {
136
136
  // error handling.
@@ -138,7 +138,7 @@ try {
138
138
 
139
139
  // Promises.
140
140
  client
141
- .createAutoPredictor(params)
141
+ .listDatasetGroups(params)
142
142
  .then((data) => {
143
143
  // process data.
144
144
  })
@@ -147,7 +147,7 @@ client
147
147
  });
148
148
 
149
149
  // callbacks.
150
- client.createAutoPredictor(params, (err, data) => {
150
+ client.listDatasetGroups(params, (err, data) => {
151
151
  // process err and data.
152
152
  });
153
153
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateAutoPredictorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateAutoPredictorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateAutoPredictorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateAutoPredictor",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateDatasetCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateDatasetCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateDatasetRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateDataset",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateDatasetGroupCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateDatasetGroupCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateDatasetGroupRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateDatasetGroup",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateDatasetImportJobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateDatasetImportJobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateDatasetImportJobRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateDatasetImportJob",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateExplainabilityCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateExplainabilityCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateExplainabilityRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateExplainability",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateExplainabilityExportCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateExplainabilityExportCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateExplainabilityExportRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateExplainabilityExport",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateForecastCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateForecastCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateForecastRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateForecast",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateForecastExportJobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateForecastExportJobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateForecastExportJobRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateForecastExportJob",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateMonitorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateMonitorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateMonitorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateMonitor",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreatePredictorBacktestExportJobCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreatePredictorBacktestExportJobCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreatePredictorBacktestExportJobRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreatePredictorBacktestExportJob",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreatePredictorCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreatePredictorCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreatePredictorRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreatePredictor",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateWhatIfAnalysisCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateWhatIfAnalysisCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateWhatIfAnalysisRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateWhatIfAnalysis",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateWhatIfForecastCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateWhatIfForecastCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateWhatIfForecastRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateWhatIfForecast",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateWhatIfForecastExportCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateWhatIfForecastExportCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateWhatIfForecastExportRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AmazonForecast",
39
+ operation: "CreateWhatIfForecastExport",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDatasetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDatasetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteDataset",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDatasetGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDatasetGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteDatasetGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDatasetImportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDatasetImportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteDatasetImportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteExplainabilityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteExplainabilityCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteExplainability",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteExplainabilityExportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteExplainabilityExportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteExplainabilityExport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteForecastCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteForecastCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteForecast",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteForecastExportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteForecastExportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteForecastExportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteMonitorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteMonitorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteMonitor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeletePredictorBacktestExportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeletePredictorBacktestExportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeletePredictorBacktestExportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeletePredictorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeletePredictorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeletePredictor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteResourceTreeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteResourceTreeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteResourceTree",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWhatIfAnalysisCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWhatIfAnalysisCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteWhatIfAnalysis",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWhatIfForecastCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWhatIfForecastCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteWhatIfForecast",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWhatIfForecastExportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWhatIfForecastExportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DeleteWhatIfForecastExport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeAutoPredictorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeAutoPredictorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonForecast",
38
+ operation: "DescribeAutoPredictor",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);