@aws-sdk/client-forecast 3.478.0 → 3.484.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.
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/CreateForecastCommand.js +18 -41
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/CreateMonitorCommand.js +18 -41
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/CreatePredictorCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/DeleteForecastCommand.js +18 -41
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/DeleteMonitorCommand.js +18 -41
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/DeletePredictorCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +18 -41
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +18 -41
- package/dist-cjs/commands/DescribeForecastCommand.js +18 -41
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeMonitorCommand.js +18 -41
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +18 -41
- package/dist-cjs/commands/DescribePredictorCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +18 -41
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +18 -41
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +18 -41
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +18 -41
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListForecastsCommand.js +18 -41
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +18 -41
- package/dist-cjs/commands/ListMonitorsCommand.js +18 -41
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +18 -41
- package/dist-cjs/commands/ListPredictorsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +18 -41
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +18 -41
- package/dist-cjs/commands/ResumeResourceCommand.js +18 -41
- package/dist-cjs/commands/StopResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateAutoPredictorCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateDatasetGroupCommand.js +18 -41
- package/dist-es/commands/CreateDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/CreateExplainabilityCommand.js +18 -41
- package/dist-es/commands/CreateExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/CreateForecastCommand.js +18 -41
- package/dist-es/commands/CreateForecastExportJobCommand.js +18 -41
- package/dist-es/commands/CreateMonitorCommand.js +18 -41
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/CreatePredictorCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/DeleteExplainabilityCommand.js +18 -41
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/DeleteForecastCommand.js +18 -41
- package/dist-es/commands/DeleteForecastExportJobCommand.js +18 -41
- package/dist-es/commands/DeleteMonitorCommand.js +18 -41
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/DeletePredictorCommand.js +18 -41
- package/dist-es/commands/DeleteResourceTreeCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/DescribeAutoPredictorCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetGroupCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +18 -41
- package/dist-es/commands/DescribeExplainabilityCommand.js +18 -41
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +18 -41
- package/dist-es/commands/DescribeForecastCommand.js +18 -41
- package/dist-es/commands/DescribeForecastExportJobCommand.js +18 -41
- package/dist-es/commands/DescribeMonitorCommand.js +18 -41
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +18 -41
- package/dist-es/commands/DescribePredictorCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +18 -41
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +18 -41
- package/dist-es/commands/GetAccuracyMetricsCommand.js +18 -41
- package/dist-es/commands/ListDatasetGroupsCommand.js +18 -41
- package/dist-es/commands/ListDatasetImportJobsCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListExplainabilitiesCommand.js +18 -41
- package/dist-es/commands/ListExplainabilityExportsCommand.js +18 -41
- package/dist-es/commands/ListForecastExportJobsCommand.js +18 -41
- package/dist-es/commands/ListForecastsCommand.js +18 -41
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +18 -41
- package/dist-es/commands/ListMonitorsCommand.js +18 -41
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +18 -41
- package/dist-es/commands/ListPredictorsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +18 -41
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +18 -41
- package/dist-es/commands/ListWhatIfForecastsCommand.js +18 -41
- package/dist-es/commands/ResumeResourceCommand.js +18 -41
- package/dist-es/commands/StopResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDatasetGroupCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/CreateForecastCommand.d.ts +6 -21
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateMonitorCommand.d.ts +6 -21
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/CreatePredictorCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteForecastCommand.d.ts +6 -21
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DeletePredictorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeForecastCommand.d.ts +6 -21
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribePredictorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +6 -21
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +6 -21
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListForecastsCommand.d.ts +6 -21
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMonitorsCommand.d.ts +6 -21
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListPredictorsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +6 -21
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +6 -21
- package/dist-types/commands/ResumeResourceCommand.d.ts +6 -21
- package/dist-types/commands/StopResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateAutoPredictorCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateAutoPredictorCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateAutoPredictorRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateAutoPredictor",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateAutoPredictorCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateAutoPredictorCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateAutoPredictorCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateAutoPredictor", {})
|
|
23
|
+
.n("ForecastClient", "CreateAutoPredictorCommand")
|
|
24
|
+
.f(models_0_1.CreateAutoPredictorRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateAutoPredictorCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateAutoPredictorCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateAutoPredictorCommand = CreateAutoPredictorCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateDatasetCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateDatasetCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateDatasetRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateDataset",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateDatasetCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateDatasetCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateDatasetCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateDataset", {})
|
|
23
|
+
.n("ForecastClient", "CreateDatasetCommand")
|
|
24
|
+
.f(models_0_1.CreateDatasetRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateDatasetCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateDatasetCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateDatasetGroupCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateDatasetGroupCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateDatasetGroupRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateDatasetGroup",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateDatasetGroupCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateDatasetGroupCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateDatasetGroupCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateDatasetGroup", {})
|
|
23
|
+
.n("ForecastClient", "CreateDatasetGroupCommand")
|
|
24
|
+
.f(models_0_1.CreateDatasetGroupRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateDatasetGroupCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateDatasetGroupCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateDatasetGroupCommand = CreateDatasetGroupCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateDatasetImportJobCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateDatasetImportJobCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateDatasetImportJobRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateDatasetImportJob",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateDatasetImportJobCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateDatasetImportJobCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateDatasetImportJobCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateDatasetImportJob", {})
|
|
23
|
+
.n("ForecastClient", "CreateDatasetImportJobCommand")
|
|
24
|
+
.f(models_0_1.CreateDatasetImportJobRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateDatasetImportJobCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateDatasetImportJobCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateDatasetImportJobCommand = CreateDatasetImportJobCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateExplainabilityCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateExplainabilityCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateExplainabilityRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateExplainability",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateExplainabilityCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateExplainabilityCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateExplainabilityCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateExplainability", {})
|
|
23
|
+
.n("ForecastClient", "CreateExplainabilityCommand")
|
|
24
|
+
.f(models_0_1.CreateExplainabilityRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateExplainabilityCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateExplainabilityCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateExplainabilityCommand = CreateExplainabilityCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateExplainabilityExportCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateExplainabilityExportCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateExplainabilityExportRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateExplainabilityExport",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateExplainabilityExportCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateExplainabilityExportCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateExplainabilityExportCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateExplainabilityExport", {})
|
|
23
|
+
.n("ForecastClient", "CreateExplainabilityExportCommand")
|
|
24
|
+
.f(models_0_1.CreateExplainabilityExportRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateExplainabilityExportCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateExplainabilityExportCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateExplainabilityExportCommand = CreateExplainabilityExportCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateForecastCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateForecastCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateForecastRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateForecast",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateForecastCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateForecastCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateForecastCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateForecast", {})
|
|
23
|
+
.n("ForecastClient", "CreateForecastCommand")
|
|
24
|
+
.f(models_0_1.CreateForecastRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateForecastCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateForecastCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateForecastCommand = CreateForecastCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateForecastExportJobCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateForecastExportJobCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateForecastExportJobRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateForecastExportJob",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateForecastExportJobCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateForecastExportJobCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateForecastExportJobCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateForecastExportJob", {})
|
|
23
|
+
.n("ForecastClient", "CreateForecastExportJobCommand")
|
|
24
|
+
.f(models_0_1.CreateForecastExportJobRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateForecastExportJobCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateForecastExportJobCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateForecastExportJobCommand = CreateForecastExportJobCommand;
|
|
@@ -5,48 +5,25 @@ 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
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateMonitorCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ForecastClient";
|
|
30
|
-
const commandName = "CreateMonitorCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateMonitorRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AmazonForecast",
|
|
39
|
-
operation: "CreateMonitor",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateMonitorCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateMonitorCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateMonitorCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AmazonForecast", "CreateMonitor", {})
|
|
23
|
+
.n("ForecastClient", "CreateMonitorCommand")
|
|
24
|
+
.f(models_0_1.CreateMonitorRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateMonitorCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateMonitorCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateMonitorCommand = CreateMonitorCommand;
|