@aws-sdk/client-forecast 3.337.0 → 3.341.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/ForecastClient.js +2 -1
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/CreateForecastCommand.js +2 -1
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateMonitorCommand.js +2 -1
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/CreatePredictorCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/DeleteForecastCommand.js +2 -1
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteMonitorCommand.js +2 -1
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/DeletePredictorCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/DescribeForecastCommand.js +2 -1
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeMonitorCommand.js +2 -1
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribePredictorCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -1
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -1
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListForecastsCommand.js +2 -1
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -1
- package/dist-cjs/commands/ListMonitorsCommand.js +2 -1
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListPredictorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -1
- package/dist-cjs/commands/ResumeResourceCommand.js +2 -1
- package/dist-cjs/commands/StopResourceCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ForecastServiceException.js +2 -1
- package/dist-es/ForecastClient.js +1 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateDatasetGroupCommand.js +1 -0
- package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/CreateExplainabilityCommand.js +1 -0
- package/dist-es/commands/CreateExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/CreateForecastCommand.js +1 -0
- package/dist-es/commands/CreateForecastExportJobCommand.js +1 -0
- package/dist-es/commands/CreateMonitorCommand.js +1 -0
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/CreatePredictorCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/DeleteExplainabilityCommand.js +1 -0
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/DeleteForecastCommand.js +1 -0
- package/dist-es/commands/DeleteForecastExportJobCommand.js +1 -0
- package/dist-es/commands/DeleteMonitorCommand.js +1 -0
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/DeletePredictorCommand.js +1 -0
- package/dist-es/commands/DeleteResourceTreeCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/DescribeAutoPredictorCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/DescribeExplainabilityCommand.js +1 -0
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/DescribeForecastCommand.js +1 -0
- package/dist-es/commands/DescribeForecastExportJobCommand.js +1 -0
- package/dist-es/commands/DescribeMonitorCommand.js +1 -0
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/DescribePredictorCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/GetAccuracyMetricsCommand.js +1 -0
- package/dist-es/commands/ListDatasetGroupsCommand.js +1 -0
- package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListExplainabilitiesCommand.js +1 -0
- package/dist-es/commands/ListExplainabilityExportsCommand.js +1 -0
- package/dist-es/commands/ListForecastExportJobsCommand.js +1 -0
- package/dist-es/commands/ListForecastsCommand.js +1 -0
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +1 -0
- package/dist-es/commands/ListMonitorsCommand.js +1 -0
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +1 -0
- package/dist-es/commands/ListPredictorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +1 -0
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +1 -0
- package/dist-es/commands/ListWhatIfForecastsCommand.js +1 -0
- package/dist-es/commands/ResumeResourceCommand.js +1 -0
- package/dist-es/commands/StopResourceCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDatasetGroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ForecastServiceException.js +1 -0
- package/dist-types/ForecastClient.d.ts +3 -3
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +4 -0
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +4 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreatePredictorCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +4 -0
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -0
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +4 -0
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMonitorCommand.d.ts +4 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribePredictorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +4 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListForecastsCommand.d.ts +4 -0
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +4 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +4 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListPredictorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +4 -0
- package/dist-types/commands/ResumeResourceCommand.d.ts +4 -0
- package/dist-types/commands/StopResourceCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/ForecastServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDatasetsCommand = void 0;
|
|
3
|
+
exports.ListDatasetsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListDatasetsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListExplainabilitiesCommand = void 0;
|
|
3
|
+
exports.ListExplainabilitiesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListExplainabilitiesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListExplainabilityExportsCommand = void 0;
|
|
3
|
+
exports.ListExplainabilityExportsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListExplainabilityExportsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListForecastExportJobsCommand = void 0;
|
|
3
|
+
exports.ListForecastExportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListForecastExportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListForecastsCommand = void 0;
|
|
3
|
+
exports.ListForecastsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListForecastsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListMonitorEvaluationsCommand = void 0;
|
|
3
|
+
exports.ListMonitorEvaluationsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListMonitorEvaluationsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListMonitorsCommand = void 0;
|
|
3
|
+
exports.ListMonitorsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListMonitorsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPredictorBacktestExportJobsCommand = void 0;
|
|
3
|
+
exports.ListPredictorBacktestExportJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListPredictorBacktestExportJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPredictorsCommand = void 0;
|
|
3
|
+
exports.ListPredictorsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListPredictorsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = void 0;
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWhatIfAnalysesCommand = void 0;
|
|
3
|
+
exports.ListWhatIfAnalysesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListWhatIfAnalysesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWhatIfForecastExportsCommand = void 0;
|
|
3
|
+
exports.ListWhatIfForecastExportsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListWhatIfForecastExportsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWhatIfForecastsCommand = void 0;
|
|
3
|
+
exports.ListWhatIfForecastsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListWhatIfForecastsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResumeResourceCommand = void 0;
|
|
3
|
+
exports.ResumeResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ResumeResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopResourceCommand = void 0;
|
|
3
|
+
exports.StopResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StopResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = void 0;
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = void 0;
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDatasetGroupCommand = void 0;
|
|
3
|
+
exports.UpdateDatasetGroupCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateDatasetGroupCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ForecastServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./Forecast"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./ForecastClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Forecast"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
10
10
|
var ForecastServiceException_1 = require("./models/ForecastServiceException");
|
|
11
11
|
Object.defineProperty(exports, "ForecastServiceException", { enumerable: true, get: function () { return ForecastServiceException_1.ForecastServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ForecastServiceException = void 0;
|
|
3
|
+
exports.ForecastServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class ForecastServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class ForecastClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateAutoPredictorRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateAutoPredictorCommand, se_CreateAutoPredictorCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateAutoPredictorCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateDatasetRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateDatasetCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateDatasetGroupRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateDatasetGroupCommand, se_CreateDatasetGroupCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateDatasetGroupCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateDatasetImportJobRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateDatasetImportJobCommand, se_CreateDatasetImportJobCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateDatasetImportJobCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateExplainabilityRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateExplainabilityCommand, se_CreateExplainabilityCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateExplainabilityCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateExplainabilityExportRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateExplainabilityExportCommand, se_CreateExplainabilityExportCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateExplainabilityExportCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateForecastRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateForecastCommand, se_CreateForecastCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateForecastCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateForecastExportJobRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateForecastExportJobCommand, se_CreateForecastExportJobCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateForecastExportJobCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateMonitorRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateMonitorCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreatePredictorBacktestExportJobRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreatePredictorBacktestExportJobCommand, se_CreatePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreatePredictorBacktestExportJobCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreatePredictorRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreatePredictorCommand, se_CreatePredictorCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreatePredictorCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateWhatIfAnalysisRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateWhatIfAnalysisCommand, se_CreateWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateWhatIfAnalysisCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateWhatIfForecastRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateWhatIfForecastCommand, se_CreateWhatIfForecastCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateWhatIfForecastCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateWhatIfForecastExportRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateWhatIfForecastExportCommand, se_CreateWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateWhatIfForecastExportCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteDatasetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteDatasetGroupCommand, se_DeleteDatasetGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteDatasetGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteDatasetImportJobCommand, se_DeleteDatasetImportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteDatasetImportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteExplainabilityCommand, se_DeleteExplainabilityCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteExplainabilityCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteExplainabilityExportCommand, se_DeleteExplainabilityExportCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteExplainabilityExportCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteForecastCommand, se_DeleteForecastCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteForecastCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteForecastExportJobCommand, se_DeleteForecastExportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteForecastExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteMonitorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeletePredictorBacktestExportJobCommand, se_DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeletePredictorBacktestExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeletePredictorCommand, se_DeletePredictorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeletePredictorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteResourceTreeCommand, se_DeleteResourceTreeCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteResourceTreeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWhatIfAnalysisCommand, se_DeleteWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWhatIfAnalysisCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWhatIfForecastCommand, se_DeleteWhatIfForecastCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWhatIfForecastCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWhatIfForecastExportCommand, se_DeleteWhatIfForecastExportCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWhatIfForecastExportCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAutoPredictorCommand, se_DescribeAutoPredictorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAutoPredictorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeDatasetCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeDatasetGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeDatasetImportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeExplainabilityCommand, se_DescribeExplainabilityCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeExplainabilityCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeExplainabilityExportCommand, se_DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeExplainabilityExportCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeForecastCommand, se_DescribeForecastCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeForecastCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeForecastExportJobCommand, se_DescribeForecastExportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeForecastExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|