@aws-sdk/client-forecast 3.489.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
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWhatIfForecastExportsCommand = 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 Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListWhatIfForecastExportsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonForecast", "ListWhatIfForecastExports", {})
|
|
22
|
-
.n("ForecastClient", "ListWhatIfForecastExportsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListWhatIfForecastExportsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListWhatIfForecastExportsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWhatIfForecastExportsCommand = ListWhatIfForecastExportsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWhatIfForecastsCommand = 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 Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListWhatIfForecastsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonForecast", "ListWhatIfForecasts", {})
|
|
22
|
-
.n("ForecastClient", "ListWhatIfForecastsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListWhatIfForecastsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListWhatIfForecastsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListWhatIfForecastsCommand = ListWhatIfForecastsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ResumeResourceCommand = 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 Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ResumeResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonForecast", "ResumeResource", {})
|
|
22
|
-
.n("ForecastClient", "ResumeResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ResumeResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ResumeResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ResumeResourceCommand = ResumeResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopResourceCommand = 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 Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonForecast", "StopResource", {})
|
|
22
|
-
.n("ForecastClient", "StopResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopResourceCommand = StopResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
|
|
23
|
-
.n("ForecastClient", "TagResourceCommand")
|
|
24
|
-
.f(models_0_1.TagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
|
|
23
|
-
.n("ForecastClient", "UntagResourceCommand")
|
|
24
|
-
.f(models_0_1.UntagResourceRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDatasetGroupCommand = 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 Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDatasetGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonForecast", "UpdateDatasetGroup", {})
|
|
22
|
-
.n("ForecastClient", "UpdateDatasetGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateDatasetGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateDatasetGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDatasetGroupCommand = UpdateDatasetGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,66 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateAutoPredictorCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateDatasetGroupCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateDatasetImportJobCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateExplainabilityCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateExplainabilityExportCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateForecastCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateForecastExportJobCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateMonitorCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreatePredictorBacktestExportJobCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreatePredictorCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateWhatIfAnalysisCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateWhatIfForecastCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./CreateWhatIfForecastExportCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteDatasetGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteDatasetImportJobCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteExplainabilityCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteExplainabilityExportCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteForecastCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DeleteForecastExportJobCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DeleteMonitorCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DeletePredictorBacktestExportJobCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DeletePredictorCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DeleteResourceTreeCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DeleteWhatIfAnalysisCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DeleteWhatIfForecastCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DeleteWhatIfForecastExportCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeAutoPredictorCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DescribeDatasetGroupCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DescribeDatasetImportJobCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./DescribeExplainabilityCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./DescribeExplainabilityExportCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./DescribeForecastCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./DescribeForecastExportJobCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./DescribeMonitorCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./DescribePredictorBacktestExportJobCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./DescribePredictorCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./DescribeWhatIfAnalysisCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./DescribeWhatIfForecastCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./DescribeWhatIfForecastExportCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./GetAccuracyMetricsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListDatasetGroupsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListDatasetImportJobsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListExplainabilitiesCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListExplainabilityExportsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListForecastExportJobsCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListForecastsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListMonitorEvaluationsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListMonitorsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListPredictorBacktestExportJobsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListPredictorsCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./ListWhatIfAnalysesCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./ListWhatIfForecastExportsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./ListWhatIfForecastsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./ResumeResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./StopResourceCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UpdateDatasetGroupCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "forecast",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|