@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.
Files changed (91) hide show
  1. package/dist-cjs/Forecast.js +1 -137
  2. package/dist-cjs/ForecastClient.js +1 -43
  3. package/dist-cjs/commands/CreateAutoPredictorCommand.js +1 -29
  4. package/dist-cjs/commands/CreateDatasetCommand.js +1 -29
  5. package/dist-cjs/commands/CreateDatasetGroupCommand.js +1 -29
  6. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +1 -29
  7. package/dist-cjs/commands/CreateExplainabilityCommand.js +1 -29
  8. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +1 -29
  9. package/dist-cjs/commands/CreateForecastCommand.js +1 -29
  10. package/dist-cjs/commands/CreateForecastExportJobCommand.js +1 -29
  11. package/dist-cjs/commands/CreateMonitorCommand.js +1 -29
  12. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +1 -29
  13. package/dist-cjs/commands/CreatePredictorCommand.js +1 -29
  14. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +1 -29
  15. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +1 -29
  16. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +1 -29
  17. package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteExplainabilityCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteForecastCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteMonitorCommand.js +1 -28
  25. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +1 -28
  26. package/dist-cjs/commands/DeletePredictorCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteResourceTreeCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +1 -28
  34. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeExplainabilityCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +1 -28
  37. package/dist-cjs/commands/DescribeForecastCommand.js +1 -28
  38. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +1 -28
  39. package/dist-cjs/commands/DescribeMonitorCommand.js +1 -28
  40. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +1 -28
  41. package/dist-cjs/commands/DescribePredictorCommand.js +1 -28
  42. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +1 -28
  43. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +1 -28
  44. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +1 -28
  45. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +1 -28
  46. package/dist-cjs/commands/ListDatasetGroupsCommand.js +1 -28
  47. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +1 -28
  48. package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
  49. package/dist-cjs/commands/ListExplainabilitiesCommand.js +1 -28
  50. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +1 -28
  51. package/dist-cjs/commands/ListForecastExportJobsCommand.js +1 -28
  52. package/dist-cjs/commands/ListForecastsCommand.js +1 -28
  53. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +1 -28
  54. package/dist-cjs/commands/ListMonitorsCommand.js +1 -28
  55. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +1 -28
  56. package/dist-cjs/commands/ListPredictorsCommand.js +1 -28
  57. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  58. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +1 -28
  59. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +1 -28
  60. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +1 -28
  61. package/dist-cjs/commands/ResumeResourceCommand.js +1 -28
  62. package/dist-cjs/commands/StopResourceCommand.js +1 -28
  63. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  64. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  65. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +1 -28
  66. package/dist-cjs/commands/index.js +1 -66
  67. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  68. package/dist-cjs/extensionConfiguration.js +1 -2
  69. package/dist-cjs/index.js +5542 -11
  70. package/dist-cjs/models/ForecastServiceException.js +1 -12
  71. package/dist-cjs/models/index.js +1 -4
  72. package/dist-cjs/models/models_0.js +1 -280
  73. package/dist-cjs/pagination/Interfaces.js +1 -2
  74. package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListExplainabilitiesPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListExplainabilityExportsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListForecastExportJobsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListForecastsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListMonitorEvaluationsPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListMonitorsPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListPredictorBacktestExportJobsPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListPredictorsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +1 -7
  88. package/dist-cjs/pagination/index.js +1 -18
  89. package/dist-cjs/protocols/Aws_json1_1.js +1 -3861
  90. package/dist-cjs/runtimeExtensions.js +1 -22
  91. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetCommand = 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 DeleteDatasetCommand 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", "DeleteDataset", {})
22
- .n("ForecastClient", "DeleteDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDatasetCommand)
25
- .de(Aws_json1_1_1.de_DeleteDatasetCommand)
26
- .build() {
27
- }
28
- exports.DeleteDatasetCommand = DeleteDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetGroupCommand = 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 DeleteDatasetGroupCommand 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", "DeleteDatasetGroup", {})
22
- .n("ForecastClient", "DeleteDatasetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDatasetGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteDatasetGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteDatasetGroupCommand = DeleteDatasetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetImportJobCommand = 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 DeleteDatasetImportJobCommand 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", "DeleteDatasetImportJob", {})
22
- .n("ForecastClient", "DeleteDatasetImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteDatasetImportJobCommand)
25
- .de(Aws_json1_1_1.de_DeleteDatasetImportJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteDatasetImportJobCommand = DeleteDatasetImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteExplainabilityCommand = 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 DeleteExplainabilityCommand 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", "DeleteExplainability", {})
22
- .n("ForecastClient", "DeleteExplainabilityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteExplainabilityCommand)
25
- .de(Aws_json1_1_1.de_DeleteExplainabilityCommand)
26
- .build() {
27
- }
28
- exports.DeleteExplainabilityCommand = DeleteExplainabilityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteExplainabilityExportCommand = 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 DeleteExplainabilityExportCommand 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", "DeleteExplainabilityExport", {})
22
- .n("ForecastClient", "DeleteExplainabilityExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteExplainabilityExportCommand)
25
- .de(Aws_json1_1_1.de_DeleteExplainabilityExportCommand)
26
- .build() {
27
- }
28
- exports.DeleteExplainabilityExportCommand = DeleteExplainabilityExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteForecastCommand = 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 DeleteForecastCommand 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", "DeleteForecast", {})
22
- .n("ForecastClient", "DeleteForecastCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteForecastCommand)
25
- .de(Aws_json1_1_1.de_DeleteForecastCommand)
26
- .build() {
27
- }
28
- exports.DeleteForecastCommand = DeleteForecastCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteForecastExportJobCommand = 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 DeleteForecastExportJobCommand 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", "DeleteForecastExportJob", {})
22
- .n("ForecastClient", "DeleteForecastExportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteForecastExportJobCommand)
25
- .de(Aws_json1_1_1.de_DeleteForecastExportJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteForecastExportJobCommand = DeleteForecastExportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMonitorCommand = 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 DeleteMonitorCommand 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", "DeleteMonitor", {})
22
- .n("ForecastClient", "DeleteMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteMonitorCommand)
25
- .de(Aws_json1_1_1.de_DeleteMonitorCommand)
26
- .build() {
27
- }
28
- exports.DeleteMonitorCommand = DeleteMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePredictorBacktestExportJobCommand = 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 DeletePredictorBacktestExportJobCommand 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", "DeletePredictorBacktestExportJob", {})
22
- .n("ForecastClient", "DeletePredictorBacktestExportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePredictorBacktestExportJobCommand)
25
- .de(Aws_json1_1_1.de_DeletePredictorBacktestExportJobCommand)
26
- .build() {
27
- }
28
- exports.DeletePredictorBacktestExportJobCommand = DeletePredictorBacktestExportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePredictorCommand = 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 DeletePredictorCommand 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", "DeletePredictor", {})
22
- .n("ForecastClient", "DeletePredictorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePredictorCommand)
25
- .de(Aws_json1_1_1.de_DeletePredictorCommand)
26
- .build() {
27
- }
28
- exports.DeletePredictorCommand = DeletePredictorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourceTreeCommand = 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 DeleteResourceTreeCommand 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", "DeleteResourceTree", {})
22
- .n("ForecastClient", "DeleteResourceTreeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteResourceTreeCommand)
25
- .de(Aws_json1_1_1.de_DeleteResourceTreeCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourceTreeCommand = DeleteResourceTreeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWhatIfAnalysisCommand = 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 DeleteWhatIfAnalysisCommand 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", "DeleteWhatIfAnalysis", {})
22
- .n("ForecastClient", "DeleteWhatIfAnalysisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteWhatIfAnalysisCommand)
25
- .de(Aws_json1_1_1.de_DeleteWhatIfAnalysisCommand)
26
- .build() {
27
- }
28
- exports.DeleteWhatIfAnalysisCommand = DeleteWhatIfAnalysisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWhatIfForecastCommand = 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 DeleteWhatIfForecastCommand 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", "DeleteWhatIfForecast", {})
22
- .n("ForecastClient", "DeleteWhatIfForecastCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteWhatIfForecastCommand)
25
- .de(Aws_json1_1_1.de_DeleteWhatIfForecastCommand)
26
- .build() {
27
- }
28
- exports.DeleteWhatIfForecastCommand = DeleteWhatIfForecastCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWhatIfForecastExportCommand = 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 DeleteWhatIfForecastExportCommand 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", "DeleteWhatIfForecastExport", {})
22
- .n("ForecastClient", "DeleteWhatIfForecastExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteWhatIfForecastExportCommand)
25
- .de(Aws_json1_1_1.de_DeleteWhatIfForecastExportCommand)
26
- .build() {
27
- }
28
- exports.DeleteWhatIfForecastExportCommand = DeleteWhatIfForecastExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAutoPredictorCommand = 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 DescribeAutoPredictorCommand 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", "DescribeAutoPredictor", {})
22
- .n("ForecastClient", "DescribeAutoPredictorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAutoPredictorCommand)
25
- .de(Aws_json1_1_1.de_DescribeAutoPredictorCommand)
26
- .build() {
27
- }
28
- exports.DescribeAutoPredictorCommand = DescribeAutoPredictorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDatasetCommand = 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 DescribeDatasetCommand 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", "DescribeDataset", {})
22
- .n("ForecastClient", "DescribeDatasetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeDatasetCommand)
25
- .de(Aws_json1_1_1.de_DescribeDatasetCommand)
26
- .build() {
27
- }
28
- exports.DescribeDatasetCommand = DescribeDatasetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDatasetGroupCommand = 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 DescribeDatasetGroupCommand 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", "DescribeDatasetGroup", {})
22
- .n("ForecastClient", "DescribeDatasetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeDatasetGroupCommand)
25
- .de(Aws_json1_1_1.de_DescribeDatasetGroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeDatasetGroupCommand = DescribeDatasetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDatasetImportJobCommand = 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 DescribeDatasetImportJobCommand 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", "DescribeDatasetImportJob", {})
22
- .n("ForecastClient", "DescribeDatasetImportJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeDatasetImportJobCommand)
25
- .de(Aws_json1_1_1.de_DescribeDatasetImportJobCommand)
26
- .build() {
27
- }
28
- exports.DescribeDatasetImportJobCommand = DescribeDatasetImportJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExplainabilityCommand = 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 DescribeExplainabilityCommand 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", "DescribeExplainability", {})
22
- .n("ForecastClient", "DescribeExplainabilityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExplainabilityCommand)
25
- .de(Aws_json1_1_1.de_DescribeExplainabilityCommand)
26
- .build() {
27
- }
28
- exports.DescribeExplainabilityCommand = DescribeExplainabilityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExplainabilityExportCommand = 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 DescribeExplainabilityExportCommand 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", "DescribeExplainabilityExport", {})
22
- .n("ForecastClient", "DescribeExplainabilityExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExplainabilityExportCommand)
25
- .de(Aws_json1_1_1.de_DescribeExplainabilityExportCommand)
26
- .build() {
27
- }
28
- exports.DescribeExplainabilityExportCommand = DescribeExplainabilityExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeForecastCommand = 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 DescribeForecastCommand 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", "DescribeForecast", {})
22
- .n("ForecastClient", "DescribeForecastCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeForecastCommand)
25
- .de(Aws_json1_1_1.de_DescribeForecastCommand)
26
- .build() {
27
- }
28
- exports.DescribeForecastCommand = DescribeForecastCommand;
1
+ module.exports = require("../index.js");