@aws-sdk/client-forecast 3.490.0 → 3.495.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/Forecast.js +1 -137
- package/dist-cjs/ForecastClient.js +1 -43
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +1 -29
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +1 -29
- package/dist-cjs/commands/CreateExplainabilityCommand.js +1 -29
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +1 -29
- package/dist-cjs/commands/CreateForecastCommand.js +1 -29
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +1 -29
- package/dist-cjs/commands/CreateMonitorCommand.js +1 -29
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +1 -29
- package/dist-cjs/commands/CreatePredictorCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +1 -29
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +1 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +1 -28
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +1 -28
- package/dist-cjs/commands/DeleteForecastCommand.js +1 -28
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMonitorCommand.js +1 -28
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +1 -28
- package/dist-cjs/commands/DeletePredictorCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +1 -28
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +1 -28
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +1 -28
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +1 -28
- package/dist-cjs/commands/DescribeForecastCommand.js +1 -28
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeMonitorCommand.js +1 -28
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePredictorCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +1 -28
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +1 -28
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +1 -28
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +1 -28
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListForecastsCommand.js +1 -28
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +1 -28
- package/dist-cjs/commands/ListMonitorsCommand.js +1 -28
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPredictorsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +1 -28
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +1 -28
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +1 -28
- package/dist-cjs/commands/ResumeResourceCommand.js +1 -28
- package/dist-cjs/commands/StopResourceCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -66
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5542 -11
- package/dist-cjs/models/ForecastServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -280
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExplainabilitiesPaginator.js +1 -7
- package/dist-cjs/pagination/ListExplainabilityExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListForecastExportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListForecastsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMonitorEvaluationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMonitorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPredictorBacktestExportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPredictorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -18
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3861
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/Forecast.js
CHANGED
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Forecast = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateAutoPredictorCommand_1 = require("./commands/CreateAutoPredictorCommand");
|
|
6
|
-
const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
|
|
7
|
-
const CreateDatasetGroupCommand_1 = require("./commands/CreateDatasetGroupCommand");
|
|
8
|
-
const CreateDatasetImportJobCommand_1 = require("./commands/CreateDatasetImportJobCommand");
|
|
9
|
-
const CreateExplainabilityCommand_1 = require("./commands/CreateExplainabilityCommand");
|
|
10
|
-
const CreateExplainabilityExportCommand_1 = require("./commands/CreateExplainabilityExportCommand");
|
|
11
|
-
const CreateForecastCommand_1 = require("./commands/CreateForecastCommand");
|
|
12
|
-
const CreateForecastExportJobCommand_1 = require("./commands/CreateForecastExportJobCommand");
|
|
13
|
-
const CreateMonitorCommand_1 = require("./commands/CreateMonitorCommand");
|
|
14
|
-
const CreatePredictorBacktestExportJobCommand_1 = require("./commands/CreatePredictorBacktestExportJobCommand");
|
|
15
|
-
const CreatePredictorCommand_1 = require("./commands/CreatePredictorCommand");
|
|
16
|
-
const CreateWhatIfAnalysisCommand_1 = require("./commands/CreateWhatIfAnalysisCommand");
|
|
17
|
-
const CreateWhatIfForecastCommand_1 = require("./commands/CreateWhatIfForecastCommand");
|
|
18
|
-
const CreateWhatIfForecastExportCommand_1 = require("./commands/CreateWhatIfForecastExportCommand");
|
|
19
|
-
const DeleteDatasetCommand_1 = require("./commands/DeleteDatasetCommand");
|
|
20
|
-
const DeleteDatasetGroupCommand_1 = require("./commands/DeleteDatasetGroupCommand");
|
|
21
|
-
const DeleteDatasetImportJobCommand_1 = require("./commands/DeleteDatasetImportJobCommand");
|
|
22
|
-
const DeleteExplainabilityCommand_1 = require("./commands/DeleteExplainabilityCommand");
|
|
23
|
-
const DeleteExplainabilityExportCommand_1 = require("./commands/DeleteExplainabilityExportCommand");
|
|
24
|
-
const DeleteForecastCommand_1 = require("./commands/DeleteForecastCommand");
|
|
25
|
-
const DeleteForecastExportJobCommand_1 = require("./commands/DeleteForecastExportJobCommand");
|
|
26
|
-
const DeleteMonitorCommand_1 = require("./commands/DeleteMonitorCommand");
|
|
27
|
-
const DeletePredictorBacktestExportJobCommand_1 = require("./commands/DeletePredictorBacktestExportJobCommand");
|
|
28
|
-
const DeletePredictorCommand_1 = require("./commands/DeletePredictorCommand");
|
|
29
|
-
const DeleteResourceTreeCommand_1 = require("./commands/DeleteResourceTreeCommand");
|
|
30
|
-
const DeleteWhatIfAnalysisCommand_1 = require("./commands/DeleteWhatIfAnalysisCommand");
|
|
31
|
-
const DeleteWhatIfForecastCommand_1 = require("./commands/DeleteWhatIfForecastCommand");
|
|
32
|
-
const DeleteWhatIfForecastExportCommand_1 = require("./commands/DeleteWhatIfForecastExportCommand");
|
|
33
|
-
const DescribeAutoPredictorCommand_1 = require("./commands/DescribeAutoPredictorCommand");
|
|
34
|
-
const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
|
|
35
|
-
const DescribeDatasetGroupCommand_1 = require("./commands/DescribeDatasetGroupCommand");
|
|
36
|
-
const DescribeDatasetImportJobCommand_1 = require("./commands/DescribeDatasetImportJobCommand");
|
|
37
|
-
const DescribeExplainabilityCommand_1 = require("./commands/DescribeExplainabilityCommand");
|
|
38
|
-
const DescribeExplainabilityExportCommand_1 = require("./commands/DescribeExplainabilityExportCommand");
|
|
39
|
-
const DescribeForecastCommand_1 = require("./commands/DescribeForecastCommand");
|
|
40
|
-
const DescribeForecastExportJobCommand_1 = require("./commands/DescribeForecastExportJobCommand");
|
|
41
|
-
const DescribeMonitorCommand_1 = require("./commands/DescribeMonitorCommand");
|
|
42
|
-
const DescribePredictorBacktestExportJobCommand_1 = require("./commands/DescribePredictorBacktestExportJobCommand");
|
|
43
|
-
const DescribePredictorCommand_1 = require("./commands/DescribePredictorCommand");
|
|
44
|
-
const DescribeWhatIfAnalysisCommand_1 = require("./commands/DescribeWhatIfAnalysisCommand");
|
|
45
|
-
const DescribeWhatIfForecastCommand_1 = require("./commands/DescribeWhatIfForecastCommand");
|
|
46
|
-
const DescribeWhatIfForecastExportCommand_1 = require("./commands/DescribeWhatIfForecastExportCommand");
|
|
47
|
-
const GetAccuracyMetricsCommand_1 = require("./commands/GetAccuracyMetricsCommand");
|
|
48
|
-
const ListDatasetGroupsCommand_1 = require("./commands/ListDatasetGroupsCommand");
|
|
49
|
-
const ListDatasetImportJobsCommand_1 = require("./commands/ListDatasetImportJobsCommand");
|
|
50
|
-
const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
|
|
51
|
-
const ListExplainabilitiesCommand_1 = require("./commands/ListExplainabilitiesCommand");
|
|
52
|
-
const ListExplainabilityExportsCommand_1 = require("./commands/ListExplainabilityExportsCommand");
|
|
53
|
-
const ListForecastExportJobsCommand_1 = require("./commands/ListForecastExportJobsCommand");
|
|
54
|
-
const ListForecastsCommand_1 = require("./commands/ListForecastsCommand");
|
|
55
|
-
const ListMonitorEvaluationsCommand_1 = require("./commands/ListMonitorEvaluationsCommand");
|
|
56
|
-
const ListMonitorsCommand_1 = require("./commands/ListMonitorsCommand");
|
|
57
|
-
const ListPredictorBacktestExportJobsCommand_1 = require("./commands/ListPredictorBacktestExportJobsCommand");
|
|
58
|
-
const ListPredictorsCommand_1 = require("./commands/ListPredictorsCommand");
|
|
59
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
60
|
-
const ListWhatIfAnalysesCommand_1 = require("./commands/ListWhatIfAnalysesCommand");
|
|
61
|
-
const ListWhatIfForecastExportsCommand_1 = require("./commands/ListWhatIfForecastExportsCommand");
|
|
62
|
-
const ListWhatIfForecastsCommand_1 = require("./commands/ListWhatIfForecastsCommand");
|
|
63
|
-
const ResumeResourceCommand_1 = require("./commands/ResumeResourceCommand");
|
|
64
|
-
const StopResourceCommand_1 = require("./commands/StopResourceCommand");
|
|
65
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
66
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
67
|
-
const UpdateDatasetGroupCommand_1 = require("./commands/UpdateDatasetGroupCommand");
|
|
68
|
-
const ForecastClient_1 = require("./ForecastClient");
|
|
69
|
-
const commands = {
|
|
70
|
-
CreateAutoPredictorCommand: CreateAutoPredictorCommand_1.CreateAutoPredictorCommand,
|
|
71
|
-
CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
|
|
72
|
-
CreateDatasetGroupCommand: CreateDatasetGroupCommand_1.CreateDatasetGroupCommand,
|
|
73
|
-
CreateDatasetImportJobCommand: CreateDatasetImportJobCommand_1.CreateDatasetImportJobCommand,
|
|
74
|
-
CreateExplainabilityCommand: CreateExplainabilityCommand_1.CreateExplainabilityCommand,
|
|
75
|
-
CreateExplainabilityExportCommand: CreateExplainabilityExportCommand_1.CreateExplainabilityExportCommand,
|
|
76
|
-
CreateForecastCommand: CreateForecastCommand_1.CreateForecastCommand,
|
|
77
|
-
CreateForecastExportJobCommand: CreateForecastExportJobCommand_1.CreateForecastExportJobCommand,
|
|
78
|
-
CreateMonitorCommand: CreateMonitorCommand_1.CreateMonitorCommand,
|
|
79
|
-
CreatePredictorCommand: CreatePredictorCommand_1.CreatePredictorCommand,
|
|
80
|
-
CreatePredictorBacktestExportJobCommand: CreatePredictorBacktestExportJobCommand_1.CreatePredictorBacktestExportJobCommand,
|
|
81
|
-
CreateWhatIfAnalysisCommand: CreateWhatIfAnalysisCommand_1.CreateWhatIfAnalysisCommand,
|
|
82
|
-
CreateWhatIfForecastCommand: CreateWhatIfForecastCommand_1.CreateWhatIfForecastCommand,
|
|
83
|
-
CreateWhatIfForecastExportCommand: CreateWhatIfForecastExportCommand_1.CreateWhatIfForecastExportCommand,
|
|
84
|
-
DeleteDatasetCommand: DeleteDatasetCommand_1.DeleteDatasetCommand,
|
|
85
|
-
DeleteDatasetGroupCommand: DeleteDatasetGroupCommand_1.DeleteDatasetGroupCommand,
|
|
86
|
-
DeleteDatasetImportJobCommand: DeleteDatasetImportJobCommand_1.DeleteDatasetImportJobCommand,
|
|
87
|
-
DeleteExplainabilityCommand: DeleteExplainabilityCommand_1.DeleteExplainabilityCommand,
|
|
88
|
-
DeleteExplainabilityExportCommand: DeleteExplainabilityExportCommand_1.DeleteExplainabilityExportCommand,
|
|
89
|
-
DeleteForecastCommand: DeleteForecastCommand_1.DeleteForecastCommand,
|
|
90
|
-
DeleteForecastExportJobCommand: DeleteForecastExportJobCommand_1.DeleteForecastExportJobCommand,
|
|
91
|
-
DeleteMonitorCommand: DeleteMonitorCommand_1.DeleteMonitorCommand,
|
|
92
|
-
DeletePredictorCommand: DeletePredictorCommand_1.DeletePredictorCommand,
|
|
93
|
-
DeletePredictorBacktestExportJobCommand: DeletePredictorBacktestExportJobCommand_1.DeletePredictorBacktestExportJobCommand,
|
|
94
|
-
DeleteResourceTreeCommand: DeleteResourceTreeCommand_1.DeleteResourceTreeCommand,
|
|
95
|
-
DeleteWhatIfAnalysisCommand: DeleteWhatIfAnalysisCommand_1.DeleteWhatIfAnalysisCommand,
|
|
96
|
-
DeleteWhatIfForecastCommand: DeleteWhatIfForecastCommand_1.DeleteWhatIfForecastCommand,
|
|
97
|
-
DeleteWhatIfForecastExportCommand: DeleteWhatIfForecastExportCommand_1.DeleteWhatIfForecastExportCommand,
|
|
98
|
-
DescribeAutoPredictorCommand: DescribeAutoPredictorCommand_1.DescribeAutoPredictorCommand,
|
|
99
|
-
DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
|
|
100
|
-
DescribeDatasetGroupCommand: DescribeDatasetGroupCommand_1.DescribeDatasetGroupCommand,
|
|
101
|
-
DescribeDatasetImportJobCommand: DescribeDatasetImportJobCommand_1.DescribeDatasetImportJobCommand,
|
|
102
|
-
DescribeExplainabilityCommand: DescribeExplainabilityCommand_1.DescribeExplainabilityCommand,
|
|
103
|
-
DescribeExplainabilityExportCommand: DescribeExplainabilityExportCommand_1.DescribeExplainabilityExportCommand,
|
|
104
|
-
DescribeForecastCommand: DescribeForecastCommand_1.DescribeForecastCommand,
|
|
105
|
-
DescribeForecastExportJobCommand: DescribeForecastExportJobCommand_1.DescribeForecastExportJobCommand,
|
|
106
|
-
DescribeMonitorCommand: DescribeMonitorCommand_1.DescribeMonitorCommand,
|
|
107
|
-
DescribePredictorCommand: DescribePredictorCommand_1.DescribePredictorCommand,
|
|
108
|
-
DescribePredictorBacktestExportJobCommand: DescribePredictorBacktestExportJobCommand_1.DescribePredictorBacktestExportJobCommand,
|
|
109
|
-
DescribeWhatIfAnalysisCommand: DescribeWhatIfAnalysisCommand_1.DescribeWhatIfAnalysisCommand,
|
|
110
|
-
DescribeWhatIfForecastCommand: DescribeWhatIfForecastCommand_1.DescribeWhatIfForecastCommand,
|
|
111
|
-
DescribeWhatIfForecastExportCommand: DescribeWhatIfForecastExportCommand_1.DescribeWhatIfForecastExportCommand,
|
|
112
|
-
GetAccuracyMetricsCommand: GetAccuracyMetricsCommand_1.GetAccuracyMetricsCommand,
|
|
113
|
-
ListDatasetGroupsCommand: ListDatasetGroupsCommand_1.ListDatasetGroupsCommand,
|
|
114
|
-
ListDatasetImportJobsCommand: ListDatasetImportJobsCommand_1.ListDatasetImportJobsCommand,
|
|
115
|
-
ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
|
|
116
|
-
ListExplainabilitiesCommand: ListExplainabilitiesCommand_1.ListExplainabilitiesCommand,
|
|
117
|
-
ListExplainabilityExportsCommand: ListExplainabilityExportsCommand_1.ListExplainabilityExportsCommand,
|
|
118
|
-
ListForecastExportJobsCommand: ListForecastExportJobsCommand_1.ListForecastExportJobsCommand,
|
|
119
|
-
ListForecastsCommand: ListForecastsCommand_1.ListForecastsCommand,
|
|
120
|
-
ListMonitorEvaluationsCommand: ListMonitorEvaluationsCommand_1.ListMonitorEvaluationsCommand,
|
|
121
|
-
ListMonitorsCommand: ListMonitorsCommand_1.ListMonitorsCommand,
|
|
122
|
-
ListPredictorBacktestExportJobsCommand: ListPredictorBacktestExportJobsCommand_1.ListPredictorBacktestExportJobsCommand,
|
|
123
|
-
ListPredictorsCommand: ListPredictorsCommand_1.ListPredictorsCommand,
|
|
124
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
125
|
-
ListWhatIfAnalysesCommand: ListWhatIfAnalysesCommand_1.ListWhatIfAnalysesCommand,
|
|
126
|
-
ListWhatIfForecastExportsCommand: ListWhatIfForecastExportsCommand_1.ListWhatIfForecastExportsCommand,
|
|
127
|
-
ListWhatIfForecastsCommand: ListWhatIfForecastsCommand_1.ListWhatIfForecastsCommand,
|
|
128
|
-
ResumeResourceCommand: ResumeResourceCommand_1.ResumeResourceCommand,
|
|
129
|
-
StopResourceCommand: StopResourceCommand_1.StopResourceCommand,
|
|
130
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
131
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
132
|
-
UpdateDatasetGroupCommand: UpdateDatasetGroupCommand_1.UpdateDatasetGroupCommand,
|
|
133
|
-
};
|
|
134
|
-
class Forecast extends ForecastClient_1.ForecastClient {
|
|
135
|
-
}
|
|
136
|
-
exports.Forecast = Forecast;
|
|
137
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Forecast);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ForecastClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ForecastClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ForecastClient = ForecastClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAutoPredictorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateAutoPredictorCommand = CreateAutoPredictorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateDatasetGroupCommand = CreateDatasetGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetImportJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateDatasetImportJobCommand = CreateDatasetImportJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateExplainabilityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateExplainabilityCommand = CreateExplainabilityCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateExplainabilityExportCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateExplainabilityExportCommand = CreateExplainabilityExportCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateForecastCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateForecastCommand = CreateForecastCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateForecastExportJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateForecastExportJobCommand = CreateForecastExportJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMonitorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateMonitorCommand = CreateMonitorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePredictorBacktestExportJobCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreatePredictorBacktestExportJobCommand 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", "CreatePredictorBacktestExportJob", {})
|
|
23
|
-
.n("ForecastClient", "CreatePredictorBacktestExportJobCommand")
|
|
24
|
-
.f(models_0_1.CreatePredictorBacktestExportJobRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreatePredictorBacktestExportJobCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreatePredictorBacktestExportJobCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreatePredictorBacktestExportJobCommand = CreatePredictorBacktestExportJobCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePredictorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreatePredictorCommand 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", "CreatePredictor", {})
|
|
23
|
-
.n("ForecastClient", "CreatePredictorCommand")
|
|
24
|
-
.f(models_0_1.CreatePredictorRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreatePredictorCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreatePredictorCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreatePredictorCommand = CreatePredictorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWhatIfAnalysisCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateWhatIfAnalysisCommand 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", "CreateWhatIfAnalysis", {})
|
|
23
|
-
.n("ForecastClient", "CreateWhatIfAnalysisCommand")
|
|
24
|
-
.f(models_0_1.CreateWhatIfAnalysisRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateWhatIfAnalysisCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateWhatIfAnalysisCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateWhatIfAnalysisCommand = CreateWhatIfAnalysisCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWhatIfForecastCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateWhatIfForecastCommand 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", "CreateWhatIfForecast", {})
|
|
23
|
-
.n("ForecastClient", "CreateWhatIfForecastCommand")
|
|
24
|
-
.f(models_0_1.CreateWhatIfForecastRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateWhatIfForecastCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateWhatIfForecastCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateWhatIfForecastCommand = CreateWhatIfForecastCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWhatIfForecastExportCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateWhatIfForecastExportCommand 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", "CreateWhatIfForecastExport", {})
|
|
23
|
-
.n("ForecastClient", "CreateWhatIfForecastExportCommand")
|
|
24
|
-
.f(models_0_1.CreateWhatIfForecastExportRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_CreateWhatIfForecastExportCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_CreateWhatIfForecastExportCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.CreateWhatIfForecastExportCommand = CreateWhatIfForecastExportCommand;
|
|
1
|
+
module.exports = require("../index.js");
|