@aws-sdk/client-forecast 3.41.0 → 3.46.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 (74) hide show
  1. package/CHANGELOG.md +47 -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 +1 -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-cjs/runtimeConfig.js +0 -2
  19. package/dist-es/Forecast.js +150 -0
  20. package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
  21. package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
  22. package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
  23. package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
  24. package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
  25. package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
  26. package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
  27. package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
  28. package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
  29. package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
  30. package/dist-es/commands/index.js +10 -0
  31. package/dist-es/endpoints.js +1 -0
  32. package/dist-es/models/models_0.js +160 -40
  33. package/dist-es/protocols/Aws_json1_1.js +1367 -138
  34. package/dist-es/runtimeConfig.js +0 -2
  35. package/dist-types/Forecast.d.ts +306 -40
  36. package/dist-types/ForecastClient.d.ts +12 -2
  37. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
  38. package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
  39. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
  40. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
  41. package/dist-types/commands/CreatePredictorCommand.d.ts +19 -18
  42. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
  43. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
  44. package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
  45. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
  47. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
  48. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribePredictorCommand.d.ts +5 -1
  50. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
  51. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
  52. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -4
  53. package/dist-types/commands/ListPredictorsCommand.d.ts +5 -5
  54. package/dist-types/commands/StopResourceCommand.d.ts +9 -3
  55. package/dist-types/commands/TagResourceCommand.d.ts +4 -1
  56. package/dist-types/commands/index.d.ts +10 -0
  57. package/dist-types/models/models_0.d.ts +2109 -495
  58. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  59. package/dist-types/ts3.4/Forecast.d.ts +50 -0
  60. package/dist-types/ts3.4/ForecastClient.d.ts +12 -2
  61. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +492 -83
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  74. package/package.json +36 -43
@@ -1,8 +1,11 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "../commands/CreateAutoPredictorCommand";
3
4
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
4
5
  import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "../commands/CreateDatasetGroupCommand";
5
6
  import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "../commands/CreateDatasetImportJobCommand";
7
+ import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "../commands/CreateExplainabilityCommand";
8
+ import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "../commands/CreateExplainabilityExportCommand";
6
9
  import { CreateForecastCommandInput, CreateForecastCommandOutput } from "../commands/CreateForecastCommand";
7
10
  import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "../commands/CreateForecastExportJobCommand";
8
11
  import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "../commands/CreatePredictorBacktestExportJobCommand";
@@ -10,14 +13,19 @@ import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "../co
10
13
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
11
14
  import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
12
15
  import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "../commands/DeleteDatasetImportJobCommand";
16
+ import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "../commands/DeleteExplainabilityCommand";
17
+ import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "../commands/DeleteExplainabilityExportCommand";
13
18
  import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "../commands/DeleteForecastCommand";
14
19
  import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "../commands/DeleteForecastExportJobCommand";
15
20
  import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "../commands/DeletePredictorBacktestExportJobCommand";
16
21
  import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "../commands/DeletePredictorCommand";
17
22
  import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "../commands/DeleteResourceTreeCommand";
23
+ import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "../commands/DescribeAutoPredictorCommand";
18
24
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
19
25
  import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
20
26
  import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "../commands/DescribeDatasetImportJobCommand";
27
+ import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "../commands/DescribeExplainabilityCommand";
28
+ import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "../commands/DescribeExplainabilityExportCommand";
21
29
  import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "../commands/DescribeForecastCommand";
22
30
  import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "../commands/DescribeForecastExportJobCommand";
23
31
  import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "../commands/DescribePredictorBacktestExportJobCommand";
@@ -26,6 +34,8 @@ import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from
26
34
  import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
27
35
  import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
28
36
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
37
+ import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "../commands/ListExplainabilitiesCommand";
38
+ import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "../commands/ListExplainabilityExportsCommand";
29
39
  import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "../commands/ListForecastExportJobsCommand";
30
40
  import { ListForecastsCommandInput, ListForecastsCommandOutput } from "../commands/ListForecastsCommand";
31
41
  import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
@@ -35,9 +45,12 @@ import { StopResourceCommandInput, StopResourceCommandOutput } from "../commands
35
45
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
36
46
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
37
47
  import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "../commands/UpdateDatasetGroupCommand";
48
+ export declare const serializeAws_json1_1CreateAutoPredictorCommand: (input: CreateAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
49
  export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
50
  export declare const serializeAws_json1_1CreateDatasetGroupCommand: (input: CreateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
51
  export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_json1_1CreateExplainabilityCommand: (input: CreateExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (input: CreateExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
54
  export declare const serializeAws_json1_1CreateForecastCommand: (input: CreateForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
55
  export declare const serializeAws_json1_1CreateForecastExportJobCommand: (input: CreateForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
56
  export declare const serializeAws_json1_1CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -45,14 +58,19 @@ export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand
45
58
  export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
59
  export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
60
  export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (input: DeleteDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1DeleteExplainabilityCommand: (input: DeleteExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (input: DeleteExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
63
  export declare const serializeAws_json1_1DeleteForecastCommand: (input: DeleteForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
64
  export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (input: DeleteForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
65
  export declare const serializeAws_json1_1DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
66
  export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
67
  export declare const serializeAws_json1_1DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (input: DescribeAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
69
  export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
70
  export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
71
  export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (input: DescribeDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_1DescribeExplainabilityCommand: (input: DescribeExplainabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (input: DescribeExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
74
  export declare const serializeAws_json1_1DescribeForecastCommand: (input: DescribeForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
75
  export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (input: DescribeForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
76
  export declare const serializeAws_json1_1DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -61,6 +79,8 @@ export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (input: GetA
61
79
  export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
80
  export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
81
  export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ export declare const serializeAws_json1_1ListExplainabilitiesCommand: (input: ListExplainabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (input: ListExplainabilityExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
84
  export declare const serializeAws_json1_1ListForecastExportJobsCommand: (input: ListForecastExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
85
  export declare const serializeAws_json1_1ListForecastsCommand: (input: ListForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
86
  export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -70,9 +90,12 @@ export declare const serializeAws_json1_1StopResourceCommand: (input: StopResour
70
90
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
91
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
92
  export declare const serializeAws_json1_1UpdateDatasetGroupCommand: (input: UpdateDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const deserializeAws_json1_1CreateAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoPredictorCommandOutput>;
73
94
  export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
74
95
  export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetGroupCommandOutput>;
75
96
  export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
97
+ export declare const deserializeAws_json1_1CreateExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityCommandOutput>;
98
+ export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityExportCommandOutput>;
76
99
  export declare const deserializeAws_json1_1CreateForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastCommandOutput>;
77
100
  export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastExportJobCommandOutput>;
78
101
  export declare const deserializeAws_json1_1CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
@@ -80,14 +103,19 @@ export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobComma
80
103
  export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
81
104
  export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
82
105
  export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetImportJobCommandOutput>;
106
+ export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityCommandOutput>;
107
+ export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityExportCommandOutput>;
83
108
  export declare const deserializeAws_json1_1DeleteForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastCommandOutput>;
84
109
  export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastExportJobCommandOutput>;
85
110
  export declare const deserializeAws_json1_1DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
86
111
  export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
87
112
  export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
113
+ export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoPredictorCommandOutput>;
88
114
  export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
89
115
  export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
90
116
  export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetImportJobCommandOutput>;
117
+ export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityCommandOutput>;
118
+ export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityExportCommandOutput>;
91
119
  export declare const deserializeAws_json1_1DescribeForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastCommandOutput>;
92
120
  export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastExportJobCommandOutput>;
93
121
  export declare const deserializeAws_json1_1DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
@@ -96,6 +124,8 @@ export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (output: _
96
124
  export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
97
125
  export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
98
126
  export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
127
+ export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilitiesCommandOutput>;
128
+ export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilityExportsCommandOutput>;
99
129
  export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastExportJobsCommandOutput>;
100
130
  export declare const deserializeAws_json1_1ListForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastsCommandOutput>;
101
131
  export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
@@ -1,7 +1,10 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
2
3
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
3
4
  import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
4
5
  import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
6
+ import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "./commands/CreateExplainabilityCommand";
7
+ import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "./commands/CreateExplainabilityExportCommand";
5
8
  import { CreateForecastCommandInput, CreateForecastCommandOutput } from "./commands/CreateForecastCommand";
6
9
  import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "./commands/CreateForecastExportJobCommand";
7
10
  import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
@@ -9,14 +12,19 @@ import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./com
9
12
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
10
13
  import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
11
14
  import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
15
+ import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "./commands/DeleteExplainabilityCommand";
16
+ import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "./commands/DeleteExplainabilityExportCommand";
12
17
  import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "./commands/DeleteForecastCommand";
13
18
  import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "./commands/DeleteForecastExportJobCommand";
14
19
  import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
15
20
  import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
16
21
  import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
22
+ import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
17
23
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
18
24
  import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
19
25
  import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
26
+ import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "./commands/DescribeExplainabilityCommand";
27
+ import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "./commands/DescribeExplainabilityExportCommand";
20
28
  import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "./commands/DescribeForecastCommand";
21
29
  import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "./commands/DescribeForecastExportJobCommand";
22
30
  import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
@@ -25,6 +33,8 @@ import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from
25
33
  import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
26
34
  import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
27
35
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
36
+ import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "./commands/ListExplainabilitiesCommand";
37
+ import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "./commands/ListExplainabilityExportsCommand";
28
38
  import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "./commands/ListForecastExportJobsCommand";
29
39
  import { ListForecastsCommandInput, ListForecastsCommandOutput } from "./commands/ListForecastsCommand";
30
40
  import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
@@ -38,6 +48,10 @@ import { ForecastClient } from "./ForecastClient";
38
48
 
39
49
  export declare class Forecast extends ForecastClient {
40
50
 
51
+ createAutoPredictor(args: CreateAutoPredictorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAutoPredictorCommandOutput>;
52
+ createAutoPredictor(args: CreateAutoPredictorCommandInput, cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void): void;
53
+ createAutoPredictor(args: CreateAutoPredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void): void;
54
+
41
55
  createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
42
56
  createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
43
57
  createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
@@ -50,6 +64,14 @@ export declare class Forecast extends ForecastClient {
50
64
  createDatasetImportJob(args: CreateDatasetImportJobCommandInput, cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void): void;
51
65
  createDatasetImportJob(args: CreateDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void): void;
52
66
 
67
+ createExplainability(args: CreateExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<CreateExplainabilityCommandOutput>;
68
+ createExplainability(args: CreateExplainabilityCommandInput, cb: (err: any, data?: CreateExplainabilityCommandOutput) => void): void;
69
+ createExplainability(args: CreateExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExplainabilityCommandOutput) => void): void;
70
+
71
+ createExplainabilityExport(args: CreateExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<CreateExplainabilityExportCommandOutput>;
72
+ createExplainabilityExport(args: CreateExplainabilityExportCommandInput, cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void): void;
73
+ createExplainabilityExport(args: CreateExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void): void;
74
+
53
75
  createForecast(args: CreateForecastCommandInput, options?: __HttpHandlerOptions): Promise<CreateForecastCommandOutput>;
54
76
  createForecast(args: CreateForecastCommandInput, cb: (err: any, data?: CreateForecastCommandOutput) => void): void;
55
77
  createForecast(args: CreateForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateForecastCommandOutput) => void): void;
@@ -78,6 +100,14 @@ export declare class Forecast extends ForecastClient {
78
100
  deleteDatasetImportJob(args: DeleteDatasetImportJobCommandInput, cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void): void;
79
101
  deleteDatasetImportJob(args: DeleteDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void): void;
80
102
 
103
+ deleteExplainability(args: DeleteExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExplainabilityCommandOutput>;
104
+ deleteExplainability(args: DeleteExplainabilityCommandInput, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
105
+ deleteExplainability(args: DeleteExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
106
+
107
+ deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExplainabilityExportCommandOutput>;
108
+ deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void): void;
109
+ deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void): void;
110
+
81
111
  deleteForecast(args: DeleteForecastCommandInput, options?: __HttpHandlerOptions): Promise<DeleteForecastCommandOutput>;
82
112
  deleteForecast(args: DeleteForecastCommandInput, cb: (err: any, data?: DeleteForecastCommandOutput) => void): void;
83
113
  deleteForecast(args: DeleteForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteForecastCommandOutput) => void): void;
@@ -98,6 +128,10 @@ export declare class Forecast extends ForecastClient {
98
128
  deleteResourceTree(args: DeleteResourceTreeCommandInput, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
99
129
  deleteResourceTree(args: DeleteResourceTreeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
100
130
 
131
+ describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoPredictorCommandOutput>;
132
+ describeAutoPredictor(args: DescribeAutoPredictorCommandInput, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
133
+ describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
134
+
101
135
  describeDataset(args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetCommandOutput>;
102
136
  describeDataset(args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
103
137
  describeDataset(args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
@@ -110,6 +144,14 @@ export declare class Forecast extends ForecastClient {
110
144
  describeDatasetImportJob(args: DescribeDatasetImportJobCommandInput, cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void): void;
111
145
  describeDatasetImportJob(args: DescribeDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void): void;
112
146
 
147
+ describeExplainability(args: DescribeExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExplainabilityCommandOutput>;
148
+ describeExplainability(args: DescribeExplainabilityCommandInput, cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void): void;
149
+ describeExplainability(args: DescribeExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void): void;
150
+
151
+ describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExplainabilityExportCommandOutput>;
152
+ describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void): void;
153
+ describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void): void;
154
+
113
155
  describeForecast(args: DescribeForecastCommandInput, options?: __HttpHandlerOptions): Promise<DescribeForecastCommandOutput>;
114
156
  describeForecast(args: DescribeForecastCommandInput, cb: (err: any, data?: DescribeForecastCommandOutput) => void): void;
115
157
  describeForecast(args: DescribeForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeForecastCommandOutput) => void): void;
@@ -142,6 +184,14 @@ export declare class Forecast extends ForecastClient {
142
184
  listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
143
185
  listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
144
186
 
187
+ listExplainabilities(args: ListExplainabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilitiesCommandOutput>;
188
+ listExplainabilities(args: ListExplainabilitiesCommandInput, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
189
+ listExplainabilities(args: ListExplainabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
190
+
191
+ listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilityExportsCommandOutput>;
192
+ listExplainabilityExports(args: ListExplainabilityExportsCommandInput, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
193
+ listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
194
+
145
195
  listForecastExportJobs(args: ListForecastExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListForecastExportJobsCommandOutput>;
146
196
  listForecastExportJobs(args: ListForecastExportJobsCommandInput, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
147
197
  listForecastExportJobs(args: ListForecastExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
@@ -6,9 +6,12 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
9
10
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
10
11
  import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
11
12
  import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
13
+ import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "./commands/CreateExplainabilityCommand";
14
+ import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "./commands/CreateExplainabilityExportCommand";
12
15
  import { CreateForecastCommandInput, CreateForecastCommandOutput } from "./commands/CreateForecastCommand";
13
16
  import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "./commands/CreateForecastExportJobCommand";
14
17
  import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
@@ -16,14 +19,19 @@ import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./com
16
19
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
17
20
  import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
18
21
  import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
22
+ import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "./commands/DeleteExplainabilityCommand";
23
+ import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "./commands/DeleteExplainabilityExportCommand";
19
24
  import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "./commands/DeleteForecastCommand";
20
25
  import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "./commands/DeleteForecastExportJobCommand";
21
26
  import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
22
27
  import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
23
28
  import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
29
+ import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
24
30
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
25
31
  import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
26
32
  import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
33
+ import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "./commands/DescribeExplainabilityCommand";
34
+ import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "./commands/DescribeExplainabilityExportCommand";
27
35
  import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "./commands/DescribeForecastCommand";
28
36
  import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "./commands/DescribeForecastExportJobCommand";
29
37
  import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
@@ -32,6 +40,8 @@ import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from
32
40
  import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
33
41
  import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
34
42
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
43
+ import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "./commands/ListExplainabilitiesCommand";
44
+ import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "./commands/ListExplainabilityExportsCommand";
35
45
  import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "./commands/ListForecastExportJobsCommand";
36
46
  import { ListForecastsCommandInput, ListForecastsCommandOutput } from "./commands/ListForecastsCommand";
37
47
  import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
@@ -41,8 +51,8 @@ import { StopResourceCommandInput, StopResourceCommandOutput } from "./commands/
41
51
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
42
52
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
43
53
  import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
44
- export declare type ServiceInputTypes = CreateDatasetCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateForecastCommandInput | CreateForecastExportJobCommandInput | CreatePredictorBacktestExportJobCommandInput | CreatePredictorCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteDatasetImportJobCommandInput | DeleteForecastCommandInput | DeleteForecastExportJobCommandInput | DeletePredictorBacktestExportJobCommandInput | DeletePredictorCommandInput | DeleteResourceTreeCommandInput | DescribeDatasetCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeForecastCommandInput | DescribeForecastExportJobCommandInput | DescribePredictorBacktestExportJobCommandInput | DescribePredictorCommandInput | GetAccuracyMetricsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListForecastExportJobsCommandInput | ListForecastsCommandInput | ListPredictorBacktestExportJobsCommandInput | ListPredictorsCommandInput | ListTagsForResourceCommandInput | StopResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetGroupCommandInput;
45
- export declare type ServiceOutputTypes = CreateDatasetCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateForecastCommandOutput | CreateForecastExportJobCommandOutput | CreatePredictorBacktestExportJobCommandOutput | CreatePredictorCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteDatasetImportJobCommandOutput | DeleteForecastCommandOutput | DeleteForecastExportJobCommandOutput | DeletePredictorBacktestExportJobCommandOutput | DeletePredictorCommandOutput | DeleteResourceTreeCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeForecastCommandOutput | DescribeForecastExportJobCommandOutput | DescribePredictorBacktestExportJobCommandOutput | DescribePredictorCommandOutput | GetAccuracyMetricsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListForecastExportJobsCommandOutput | ListForecastsCommandOutput | ListPredictorBacktestExportJobsCommandOutput | ListPredictorsCommandOutput | ListTagsForResourceCommandOutput | StopResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetGroupCommandOutput;
54
+ export declare type ServiceInputTypes = CreateAutoPredictorCommandInput | CreateDatasetCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateExplainabilityCommandInput | CreateExplainabilityExportCommandInput | CreateForecastCommandInput | CreateForecastExportJobCommandInput | CreatePredictorBacktestExportJobCommandInput | CreatePredictorCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteDatasetImportJobCommandInput | DeleteExplainabilityCommandInput | DeleteExplainabilityExportCommandInput | DeleteForecastCommandInput | DeleteForecastExportJobCommandInput | DeletePredictorBacktestExportJobCommandInput | DeletePredictorCommandInput | DeleteResourceTreeCommandInput | DescribeAutoPredictorCommandInput | DescribeDatasetCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeExplainabilityCommandInput | DescribeExplainabilityExportCommandInput | DescribeForecastCommandInput | DescribeForecastExportJobCommandInput | DescribePredictorBacktestExportJobCommandInput | DescribePredictorCommandInput | GetAccuracyMetricsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListExplainabilitiesCommandInput | ListExplainabilityExportsCommandInput | ListForecastExportJobsCommandInput | ListForecastsCommandInput | ListPredictorBacktestExportJobsCommandInput | ListPredictorsCommandInput | ListTagsForResourceCommandInput | StopResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetGroupCommandInput;
55
+ export declare type ServiceOutputTypes = CreateAutoPredictorCommandOutput | CreateDatasetCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateExplainabilityCommandOutput | CreateExplainabilityExportCommandOutput | CreateForecastCommandOutput | CreateForecastExportJobCommandOutput | CreatePredictorBacktestExportJobCommandOutput | CreatePredictorCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteDatasetImportJobCommandOutput | DeleteExplainabilityCommandOutput | DeleteExplainabilityExportCommandOutput | DeleteForecastCommandOutput | DeleteForecastExportJobCommandOutput | DeletePredictorBacktestExportJobCommandOutput | DeletePredictorCommandOutput | DeleteResourceTreeCommandOutput | DescribeAutoPredictorCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeExplainabilityCommandOutput | DescribeExplainabilityExportCommandOutput | DescribeForecastCommandOutput | DescribeForecastExportJobCommandOutput | DescribePredictorBacktestExportJobCommandOutput | DescribePredictorCommandOutput | GetAccuracyMetricsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListExplainabilitiesCommandOutput | ListExplainabilityExportsCommandOutput | ListForecastExportJobsCommandOutput | ListForecastsCommandOutput | ListPredictorBacktestExportJobsCommandOutput | ListPredictorsCommandOutput | ListTagsForResourceCommandOutput | StopResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetGroupCommandOutput;
46
56
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
57
 
48
58
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
5
+ export interface CreateAutoPredictorCommandInput extends CreateAutoPredictorRequest {
6
+ }
7
+ export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAutoPredictorCommand extends $Command<CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: CreateAutoPredictorCommandInput;
12
+ constructor(input: CreateAutoPredictorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
5
+ export interface CreateExplainabilityCommandInput extends CreateExplainabilityRequest {
6
+ }
7
+ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateExplainabilityCommand extends $Command<CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: CreateExplainabilityCommandInput;
12
+ constructor(input: CreateExplainabilityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
5
+ export interface CreateExplainabilityExportCommandInput extends CreateExplainabilityExportRequest {
6
+ }
7
+ export interface CreateExplainabilityExportCommandOutput extends CreateExplainabilityExportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateExplainabilityExportCommand extends $Command<CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: CreateExplainabilityExportCommandInput;
12
+ constructor(input: CreateExplainabilityExportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { DeleteExplainabilityRequest } from "../models/models_0";
5
+ export interface DeleteExplainabilityCommandInput extends DeleteExplainabilityRequest {
6
+ }
7
+ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteExplainabilityCommand extends $Command<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: DeleteExplainabilityCommandInput;
12
+ constructor(input: DeleteExplainabilityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { DeleteExplainabilityExportRequest } from "../models/models_0";
5
+ export interface DeleteExplainabilityExportCommandInput extends DeleteExplainabilityExportRequest {
6
+ }
7
+ export interface DeleteExplainabilityExportCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteExplainabilityExportCommand extends $Command<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: DeleteExplainabilityExportCommandInput;
12
+ constructor(input: DeleteExplainabilityExportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0";
5
+ export interface DescribeAutoPredictorCommandInput extends DescribeAutoPredictorRequest {
6
+ }
7
+ export interface DescribeAutoPredictorCommandOutput extends DescribeAutoPredictorResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeAutoPredictorCommand extends $Command<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: DescribeAutoPredictorCommandInput;
12
+ constructor(input: DescribeAutoPredictorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0";
5
+ export interface DescribeExplainabilityCommandInput extends DescribeExplainabilityRequest {
6
+ }
7
+ export interface DescribeExplainabilityCommandOutput extends DescribeExplainabilityResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeExplainabilityCommand extends $Command<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: DescribeExplainabilityCommandInput;
12
+ constructor(input: DescribeExplainabilityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { DescribeExplainabilityExportRequest, DescribeExplainabilityExportResponse } from "../models/models_0";
5
+ export interface DescribeExplainabilityExportCommandInput extends DescribeExplainabilityExportRequest {
6
+ }
7
+ export interface DescribeExplainabilityExportCommandOutput extends DescribeExplainabilityExportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeExplainabilityExportCommand extends $Command<DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: DescribeExplainabilityExportCommandInput;
12
+ constructor(input: DescribeExplainabilityExportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0";
5
+ export interface ListExplainabilitiesCommandInput extends ListExplainabilitiesRequest {
6
+ }
7
+ export interface ListExplainabilitiesCommandOutput extends ListExplainabilitiesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListExplainabilitiesCommand extends $Command<ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: ListExplainabilitiesCommandInput;
12
+ constructor(input: ListExplainabilitiesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0";
5
+ export interface ListExplainabilityExportsCommandInput extends ListExplainabilityExportsRequest {
6
+ }
7
+ export interface ListExplainabilityExportsCommandOutput extends ListExplainabilityExportsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListExplainabilityExportsCommand extends $Command<ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: ListExplainabilityExportsCommandInput;
12
+ constructor(input: ListExplainabilityExportsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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";