@aws-sdk/client-forecast 3.40.0 → 3.45.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 (98) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Forecast.js +150 -0
  4. package/dist-cjs/commands/CreateAutoPredictorCommand.js +36 -0
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +36 -0
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteExplainabilityCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeExplainabilityCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +36 -0
  12. package/dist-cjs/commands/ListExplainabilitiesCommand.js +36 -0
  13. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +9 -0
  16. package/dist-cjs/models/models_0.js +236 -61
  17. package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
  18. package/dist-es/Forecast.js +150 -0
  19. package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
  20. package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
  21. package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
  22. package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
  23. package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
  24. package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
  25. package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
  26. package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
  27. package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
  28. package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
  29. package/dist-es/commands/index.js +10 -0
  30. package/dist-es/endpoints.js +9 -0
  31. package/dist-es/models/models_0.js +160 -40
  32. package/dist-es/protocols/Aws_json1_1.js +1367 -138
  33. package/dist-types/Forecast.d.ts +306 -40
  34. package/dist-types/ForecastClient.d.ts +12 -2
  35. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
  36. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
  40. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
  41. package/dist-types/commands/CreateForecastCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +1 -1
  43. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
  44. package/dist-types/commands/CreatePredictorCommand.d.ts +20 -19
  45. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
  49. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
  50. package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
  52. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
  53. package/dist-types/commands/DeletePredictorCommand.d.ts +3 -4
  54. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
  56. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
  60. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
  61. package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -2
  64. package/dist-types/commands/DescribePredictorCommand.d.ts +6 -2
  65. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
  70. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
  71. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListForecastsCommand.d.ts +1 -1
  73. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +5 -5
  74. package/dist-types/commands/ListPredictorsCommand.d.ts +6 -6
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/StopResourceCommand.d.ts +10 -4
  77. package/dist-types/commands/TagResourceCommand.d.ts +5 -2
  78. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/index.d.ts +10 -0
  81. package/dist-types/models/models_0.d.ts +2109 -495
  82. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  83. package/dist-types/ts3.4/Forecast.d.ts +50 -0
  84. package/dist-types/ts3.4/ForecastClient.d.ts +12 -2
  85. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +492 -83
  97. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  98. package/package.json +6 -6
@@ -1,7 +1,10 @@
1
1
  import { __extends } from "tslib";
2
+ import { CreateAutoPredictorCommand, } from "./commands/CreateAutoPredictorCommand";
2
3
  import { CreateDatasetCommand, } from "./commands/CreateDatasetCommand";
3
4
  import { CreateDatasetGroupCommand, } from "./commands/CreateDatasetGroupCommand";
4
5
  import { CreateDatasetImportJobCommand, } from "./commands/CreateDatasetImportJobCommand";
6
+ import { CreateExplainabilityCommand, } from "./commands/CreateExplainabilityCommand";
7
+ import { CreateExplainabilityExportCommand, } from "./commands/CreateExplainabilityExportCommand";
5
8
  import { CreateForecastCommand, } from "./commands/CreateForecastCommand";
6
9
  import { CreateForecastExportJobCommand, } from "./commands/CreateForecastExportJobCommand";
7
10
  import { CreatePredictorBacktestExportJobCommand, } from "./commands/CreatePredictorBacktestExportJobCommand";
@@ -9,14 +12,19 @@ import { CreatePredictorCommand, } from "./commands/CreatePredictorCommand";
9
12
  import { DeleteDatasetCommand, } from "./commands/DeleteDatasetCommand";
10
13
  import { DeleteDatasetGroupCommand, } from "./commands/DeleteDatasetGroupCommand";
11
14
  import { DeleteDatasetImportJobCommand, } from "./commands/DeleteDatasetImportJobCommand";
15
+ import { DeleteExplainabilityCommand, } from "./commands/DeleteExplainabilityCommand";
16
+ import { DeleteExplainabilityExportCommand, } from "./commands/DeleteExplainabilityExportCommand";
12
17
  import { DeleteForecastCommand, } from "./commands/DeleteForecastCommand";
13
18
  import { DeleteForecastExportJobCommand, } from "./commands/DeleteForecastExportJobCommand";
14
19
  import { DeletePredictorBacktestExportJobCommand, } from "./commands/DeletePredictorBacktestExportJobCommand";
15
20
  import { DeletePredictorCommand, } from "./commands/DeletePredictorCommand";
16
21
  import { DeleteResourceTreeCommand, } from "./commands/DeleteResourceTreeCommand";
22
+ import { DescribeAutoPredictorCommand, } from "./commands/DescribeAutoPredictorCommand";
17
23
  import { DescribeDatasetCommand, } from "./commands/DescribeDatasetCommand";
18
24
  import { DescribeDatasetGroupCommand, } from "./commands/DescribeDatasetGroupCommand";
19
25
  import { DescribeDatasetImportJobCommand, } from "./commands/DescribeDatasetImportJobCommand";
26
+ import { DescribeExplainabilityCommand, } from "./commands/DescribeExplainabilityCommand";
27
+ import { DescribeExplainabilityExportCommand, } from "./commands/DescribeExplainabilityExportCommand";
20
28
  import { DescribeForecastCommand, } from "./commands/DescribeForecastCommand";
21
29
  import { DescribeForecastExportJobCommand, } from "./commands/DescribeForecastExportJobCommand";
22
30
  import { DescribePredictorBacktestExportJobCommand, } from "./commands/DescribePredictorBacktestExportJobCommand";
@@ -25,6 +33,8 @@ import { GetAccuracyMetricsCommand, } from "./commands/GetAccuracyMetricsCommand
25
33
  import { ListDatasetGroupsCommand, } from "./commands/ListDatasetGroupsCommand";
26
34
  import { ListDatasetImportJobsCommand, } from "./commands/ListDatasetImportJobsCommand";
27
35
  import { ListDatasetsCommand, } from "./commands/ListDatasetsCommand";
36
+ import { ListExplainabilitiesCommand, } from "./commands/ListExplainabilitiesCommand";
37
+ import { ListExplainabilityExportsCommand, } from "./commands/ListExplainabilityExportsCommand";
28
38
  import { ListForecastExportJobsCommand, } from "./commands/ListForecastExportJobsCommand";
29
39
  import { ListForecastsCommand, } from "./commands/ListForecastsCommand";
30
40
  import { ListPredictorBacktestExportJobsCommand, } from "./commands/ListPredictorBacktestExportJobsCommand";
@@ -40,6 +50,20 @@ var Forecast = (function (_super) {
40
50
  function Forecast() {
41
51
  return _super !== null && _super.apply(this, arguments) || this;
42
52
  }
53
+ Forecast.prototype.createAutoPredictor = function (args, optionsOrCb, cb) {
54
+ var command = new CreateAutoPredictorCommand(args);
55
+ if (typeof optionsOrCb === "function") {
56
+ this.send(command, optionsOrCb);
57
+ }
58
+ else if (typeof cb === "function") {
59
+ if (typeof optionsOrCb !== "object")
60
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
61
+ this.send(command, optionsOrCb || {}, cb);
62
+ }
63
+ else {
64
+ return this.send(command, optionsOrCb);
65
+ }
66
+ };
43
67
  Forecast.prototype.createDataset = function (args, optionsOrCb, cb) {
44
68
  var command = new CreateDatasetCommand(args);
45
69
  if (typeof optionsOrCb === "function") {
@@ -82,6 +106,34 @@ var Forecast = (function (_super) {
82
106
  return this.send(command, optionsOrCb);
83
107
  }
84
108
  };
109
+ Forecast.prototype.createExplainability = function (args, optionsOrCb, cb) {
110
+ var command = new CreateExplainabilityCommand(args);
111
+ if (typeof optionsOrCb === "function") {
112
+ this.send(command, optionsOrCb);
113
+ }
114
+ else if (typeof cb === "function") {
115
+ if (typeof optionsOrCb !== "object")
116
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
117
+ this.send(command, optionsOrCb || {}, cb);
118
+ }
119
+ else {
120
+ return this.send(command, optionsOrCb);
121
+ }
122
+ };
123
+ Forecast.prototype.createExplainabilityExport = function (args, optionsOrCb, cb) {
124
+ var command = new CreateExplainabilityExportCommand(args);
125
+ if (typeof optionsOrCb === "function") {
126
+ this.send(command, optionsOrCb);
127
+ }
128
+ else if (typeof cb === "function") {
129
+ if (typeof optionsOrCb !== "object")
130
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
131
+ this.send(command, optionsOrCb || {}, cb);
132
+ }
133
+ else {
134
+ return this.send(command, optionsOrCb);
135
+ }
136
+ };
85
137
  Forecast.prototype.createForecast = function (args, optionsOrCb, cb) {
86
138
  var command = new CreateForecastCommand(args);
87
139
  if (typeof optionsOrCb === "function") {
@@ -180,6 +232,34 @@ var Forecast = (function (_super) {
180
232
  return this.send(command, optionsOrCb);
181
233
  }
182
234
  };
235
+ Forecast.prototype.deleteExplainability = function (args, optionsOrCb, cb) {
236
+ var command = new DeleteExplainabilityCommand(args);
237
+ if (typeof optionsOrCb === "function") {
238
+ this.send(command, optionsOrCb);
239
+ }
240
+ else if (typeof cb === "function") {
241
+ if (typeof optionsOrCb !== "object")
242
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
243
+ this.send(command, optionsOrCb || {}, cb);
244
+ }
245
+ else {
246
+ return this.send(command, optionsOrCb);
247
+ }
248
+ };
249
+ Forecast.prototype.deleteExplainabilityExport = function (args, optionsOrCb, cb) {
250
+ var command = new DeleteExplainabilityExportCommand(args);
251
+ if (typeof optionsOrCb === "function") {
252
+ this.send(command, optionsOrCb);
253
+ }
254
+ else if (typeof cb === "function") {
255
+ if (typeof optionsOrCb !== "object")
256
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
257
+ this.send(command, optionsOrCb || {}, cb);
258
+ }
259
+ else {
260
+ return this.send(command, optionsOrCb);
261
+ }
262
+ };
183
263
  Forecast.prototype.deleteForecast = function (args, optionsOrCb, cb) {
184
264
  var command = new DeleteForecastCommand(args);
185
265
  if (typeof optionsOrCb === "function") {
@@ -250,6 +330,20 @@ var Forecast = (function (_super) {
250
330
  return this.send(command, optionsOrCb);
251
331
  }
252
332
  };
333
+ Forecast.prototype.describeAutoPredictor = function (args, optionsOrCb, cb) {
334
+ var command = new DescribeAutoPredictorCommand(args);
335
+ if (typeof optionsOrCb === "function") {
336
+ this.send(command, optionsOrCb);
337
+ }
338
+ else if (typeof cb === "function") {
339
+ if (typeof optionsOrCb !== "object")
340
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
341
+ this.send(command, optionsOrCb || {}, cb);
342
+ }
343
+ else {
344
+ return this.send(command, optionsOrCb);
345
+ }
346
+ };
253
347
  Forecast.prototype.describeDataset = function (args, optionsOrCb, cb) {
254
348
  var command = new DescribeDatasetCommand(args);
255
349
  if (typeof optionsOrCb === "function") {
@@ -292,6 +386,34 @@ var Forecast = (function (_super) {
292
386
  return this.send(command, optionsOrCb);
293
387
  }
294
388
  };
389
+ Forecast.prototype.describeExplainability = function (args, optionsOrCb, cb) {
390
+ var command = new DescribeExplainabilityCommand(args);
391
+ if (typeof optionsOrCb === "function") {
392
+ this.send(command, optionsOrCb);
393
+ }
394
+ else if (typeof cb === "function") {
395
+ if (typeof optionsOrCb !== "object")
396
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
397
+ this.send(command, optionsOrCb || {}, cb);
398
+ }
399
+ else {
400
+ return this.send(command, optionsOrCb);
401
+ }
402
+ };
403
+ Forecast.prototype.describeExplainabilityExport = function (args, optionsOrCb, cb) {
404
+ var command = new DescribeExplainabilityExportCommand(args);
405
+ if (typeof optionsOrCb === "function") {
406
+ this.send(command, optionsOrCb);
407
+ }
408
+ else if (typeof cb === "function") {
409
+ if (typeof optionsOrCb !== "object")
410
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
411
+ this.send(command, optionsOrCb || {}, cb);
412
+ }
413
+ else {
414
+ return this.send(command, optionsOrCb);
415
+ }
416
+ };
295
417
  Forecast.prototype.describeForecast = function (args, optionsOrCb, cb) {
296
418
  var command = new DescribeForecastCommand(args);
297
419
  if (typeof optionsOrCb === "function") {
@@ -404,6 +526,34 @@ var Forecast = (function (_super) {
404
526
  return this.send(command, optionsOrCb);
405
527
  }
406
528
  };
529
+ Forecast.prototype.listExplainabilities = function (args, optionsOrCb, cb) {
530
+ var command = new ListExplainabilitiesCommand(args);
531
+ if (typeof optionsOrCb === "function") {
532
+ this.send(command, optionsOrCb);
533
+ }
534
+ else if (typeof cb === "function") {
535
+ if (typeof optionsOrCb !== "object")
536
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
537
+ this.send(command, optionsOrCb || {}, cb);
538
+ }
539
+ else {
540
+ return this.send(command, optionsOrCb);
541
+ }
542
+ };
543
+ Forecast.prototype.listExplainabilityExports = function (args, optionsOrCb, cb) {
544
+ var command = new ListExplainabilityExportsCommand(args);
545
+ if (typeof optionsOrCb === "function") {
546
+ this.send(command, optionsOrCb);
547
+ }
548
+ else if (typeof cb === "function") {
549
+ if (typeof optionsOrCb !== "object")
550
+ throw new Error("Expect http options but get " + typeof optionsOrCb);
551
+ this.send(command, optionsOrCb || {}, cb);
552
+ }
553
+ else {
554
+ return this.send(command, optionsOrCb);
555
+ }
556
+ };
407
557
  Forecast.prototype.listForecastExportJobs = function (args, optionsOrCb, cb) {
408
558
  var command = new ListForecastExportJobsCommand(args);
409
559
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateAutoPredictorCommand, serializeAws_json1_1CreateAutoPredictorCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateAutoPredictorCommand = (function (_super) {
7
+ __extends(CreateAutoPredictorCommand, _super);
8
+ function CreateAutoPredictorCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateAutoPredictorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "CreateAutoPredictorCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateAutoPredictorRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateAutoPredictorResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateAutoPredictorCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateAutoPredictorCommand(input, context);
33
+ };
34
+ CreateAutoPredictorCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateAutoPredictorCommand(output, context);
36
+ };
37
+ return CreateAutoPredictorCommand;
38
+ }($Command));
39
+ export { CreateAutoPredictorCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateExplainabilityCommand, serializeAws_json1_1CreateExplainabilityCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateExplainabilityCommand = (function (_super) {
7
+ __extends(CreateExplainabilityCommand, _super);
8
+ function CreateExplainabilityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateExplainabilityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "CreateExplainabilityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateExplainabilityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateExplainabilityResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateExplainabilityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateExplainabilityCommand(input, context);
33
+ };
34
+ CreateExplainabilityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateExplainabilityCommand(output, context);
36
+ };
37
+ return CreateExplainabilityCommand;
38
+ }($Command));
39
+ export { CreateExplainabilityCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateExplainabilityExportCommand, serializeAws_json1_1CreateExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateExplainabilityExportCommand = (function (_super) {
7
+ __extends(CreateExplainabilityExportCommand, _super);
8
+ function CreateExplainabilityExportCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ CreateExplainabilityExportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "CreateExplainabilityExportCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: CreateExplainabilityExportRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateExplainabilityExportResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateExplainabilityExportCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1CreateExplainabilityExportCommand(input, context);
33
+ };
34
+ CreateExplainabilityExportCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1CreateExplainabilityExportCommand(output, context);
36
+ };
37
+ return CreateExplainabilityExportCommand;
38
+ }($Command));
39
+ export { CreateExplainabilityExportCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteExplainabilityRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteExplainabilityCommand, serializeAws_json1_1DeleteExplainabilityCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteExplainabilityCommand = (function (_super) {
7
+ __extends(DeleteExplainabilityCommand, _super);
8
+ function DeleteExplainabilityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteExplainabilityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "DeleteExplainabilityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteExplainabilityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteExplainabilityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DeleteExplainabilityCommand(input, context);
33
+ };
34
+ DeleteExplainabilityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DeleteExplainabilityCommand(output, context);
36
+ };
37
+ return DeleteExplainabilityCommand;
38
+ }($Command));
39
+ export { DeleteExplainabilityCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteExplainabilityExportRequest } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteExplainabilityExportCommand, serializeAws_json1_1DeleteExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteExplainabilityExportCommand = (function (_super) {
7
+ __extends(DeleteExplainabilityExportCommand, _super);
8
+ function DeleteExplainabilityExportCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DeleteExplainabilityExportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "DeleteExplainabilityExportCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DeleteExplainabilityExportRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteExplainabilityExportCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DeleteExplainabilityExportCommand(input, context);
33
+ };
34
+ DeleteExplainabilityExportCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DeleteExplainabilityExportCommand(output, context);
36
+ };
37
+ return DeleteExplainabilityExportCommand;
38
+ }($Command));
39
+ export { DeleteExplainabilityExportCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeAutoPredictorCommand, serializeAws_json1_1DescribeAutoPredictorCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeAutoPredictorCommand = (function (_super) {
7
+ __extends(DescribeAutoPredictorCommand, _super);
8
+ function DescribeAutoPredictorCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeAutoPredictorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "DescribeAutoPredictorCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeAutoPredictorRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeAutoPredictorResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeAutoPredictorCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeAutoPredictorCommand(input, context);
33
+ };
34
+ DescribeAutoPredictorCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeAutoPredictorCommand(output, context);
36
+ };
37
+ return DescribeAutoPredictorCommand;
38
+ }($Command));
39
+ export { DescribeAutoPredictorCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeExplainabilityCommand, serializeAws_json1_1DescribeExplainabilityCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeExplainabilityCommand = (function (_super) {
7
+ __extends(DescribeExplainabilityCommand, _super);
8
+ function DescribeExplainabilityCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeExplainabilityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "DescribeExplainabilityCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeExplainabilityRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeExplainabilityResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeExplainabilityCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeExplainabilityCommand(input, context);
33
+ };
34
+ DescribeExplainabilityCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeExplainabilityCommand(output, context);
36
+ };
37
+ return DescribeExplainabilityCommand;
38
+ }($Command));
39
+ export { DescribeExplainabilityCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeExplainabilityExportRequest, DescribeExplainabilityExportResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeExplainabilityExportCommand, serializeAws_json1_1DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeExplainabilityExportCommand = (function (_super) {
7
+ __extends(DescribeExplainabilityExportCommand, _super);
8
+ function DescribeExplainabilityExportCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeExplainabilityExportCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "DescribeExplainabilityExportCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeExplainabilityExportRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeExplainabilityExportResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeExplainabilityExportCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeExplainabilityExportCommand(input, context);
33
+ };
34
+ DescribeExplainabilityExportCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeExplainabilityExportCommand(output, context);
36
+ };
37
+ return DescribeExplainabilityExportCommand;
38
+ }($Command));
39
+ export { DescribeExplainabilityExportCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListExplainabilitiesCommand, serializeAws_json1_1ListExplainabilitiesCommand, } from "../protocols/Aws_json1_1";
6
+ var ListExplainabilitiesCommand = (function (_super) {
7
+ __extends(ListExplainabilitiesCommand, _super);
8
+ function ListExplainabilitiesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListExplainabilitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "ListExplainabilitiesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListExplainabilitiesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListExplainabilitiesResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListExplainabilitiesCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListExplainabilitiesCommand(input, context);
33
+ };
34
+ ListExplainabilitiesCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListExplainabilitiesCommand(output, context);
36
+ };
37
+ return ListExplainabilitiesCommand;
38
+ }($Command));
39
+ export { ListExplainabilitiesCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListExplainabilityExportsCommand, serializeAws_json1_1ListExplainabilityExportsCommand, } from "../protocols/Aws_json1_1";
6
+ var ListExplainabilityExportsCommand = (function (_super) {
7
+ __extends(ListExplainabilityExportsCommand, _super);
8
+ function ListExplainabilityExportsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ ListExplainabilityExportsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ForecastClient";
18
+ var commandName = "ListExplainabilityExportsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: ListExplainabilityExportsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: ListExplainabilityExportsResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListExplainabilityExportsCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1ListExplainabilityExportsCommand(input, context);
33
+ };
34
+ ListExplainabilityExportsCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1ListExplainabilityExportsCommand(output, context);
36
+ };
37
+ return ListExplainabilityExportsCommand;
38
+ }($Command));
39
+ export { ListExplainabilityExportsCommand };
@@ -1,6 +1,9 @@
1
+ export * from "./CreateAutoPredictorCommand";
1
2
  export * from "./CreateDatasetCommand";
2
3
  export * from "./CreateDatasetGroupCommand";
3
4
  export * from "./CreateDatasetImportJobCommand";
5
+ export * from "./CreateExplainabilityCommand";
6
+ export * from "./CreateExplainabilityExportCommand";
4
7
  export * from "./CreateForecastCommand";
5
8
  export * from "./CreateForecastExportJobCommand";
6
9
  export * from "./CreatePredictorBacktestExportJobCommand";
@@ -8,14 +11,19 @@ export * from "./CreatePredictorCommand";
8
11
  export * from "./DeleteDatasetCommand";
9
12
  export * from "./DeleteDatasetGroupCommand";
10
13
  export * from "./DeleteDatasetImportJobCommand";
14
+ export * from "./DeleteExplainabilityCommand";
15
+ export * from "./DeleteExplainabilityExportCommand";
11
16
  export * from "./DeleteForecastCommand";
12
17
  export * from "./DeleteForecastExportJobCommand";
13
18
  export * from "./DeletePredictorBacktestExportJobCommand";
14
19
  export * from "./DeletePredictorCommand";
15
20
  export * from "./DeleteResourceTreeCommand";
21
+ export * from "./DescribeAutoPredictorCommand";
16
22
  export * from "./DescribeDatasetCommand";
17
23
  export * from "./DescribeDatasetGroupCommand";
18
24
  export * from "./DescribeDatasetImportJobCommand";
25
+ export * from "./DescribeExplainabilityCommand";
26
+ export * from "./DescribeExplainabilityExportCommand";
19
27
  export * from "./DescribeForecastCommand";
20
28
  export * from "./DescribeForecastExportJobCommand";
21
29
  export * from "./DescribePredictorBacktestExportJobCommand";
@@ -24,6 +32,8 @@ export * from "./GetAccuracyMetricsCommand";
24
32
  export * from "./ListDatasetGroupsCommand";
25
33
  export * from "./ListDatasetImportJobsCommand";
26
34
  export * from "./ListDatasetsCommand";
35
+ export * from "./ListExplainabilitiesCommand";
36
+ export * from "./ListExplainabilityExportsCommand";
27
37
  export * from "./ListForecastExportJobsCommand";
28
38
  export * from "./ListForecastsCommand";
29
39
  export * from "./ListPredictorBacktestExportJobsCommand";