@aws-sdk/client-forecast 3.775.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +1 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +1 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +1 -0
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreatePredictorCommand.d.ts +1 -0
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +1 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -0
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -0
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -0
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +1 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListForecastsCommand.d.ts +1 -0
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +1 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +1 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListPredictorsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +1 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +1 -0
- package/dist-types/commands/ResumeResourceCommand.d.ts +1 -0
- package/dist-types/commands/StopResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -170,6 +170,7 @@ declare const CreateAutoPredictorCommand_base: {
|
|
|
170
170
|
* @throws {@link ForecastServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
126
126
|
* @throws {@link ForecastServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
90
90
|
* @throws {@link ForecastServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
107
107
|
* @throws {@link ForecastServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
@@ -218,6 +218,7 @@ declare const CreateExplainabilityCommand_base: {
|
|
|
218
218
|
* @throws {@link ForecastServiceException}
|
|
219
219
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
220
220
|
*
|
|
221
|
+
*
|
|
221
222
|
* @public
|
|
222
223
|
*/
|
|
223
224
|
export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreateExplainabilityExportCommand_base: {
|
|
|
94
94
|
* @throws {@link ForecastServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const CreateForecastCommand_base: {
|
|
|
121
121
|
* @throws {@link ForecastServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class CreateForecastCommand extends CreateForecastCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CreateForecastExportJobCommand_base: {
|
|
|
99
99
|
* @throws {@link ForecastServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CreateMonitorCommand_base: {
|
|
|
80
80
|
* @throws {@link ForecastServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
|
100
100
|
* @throws {@link ForecastServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {
|
|
@@ -212,6 +212,7 @@ declare const CreatePredictorCommand_base: {
|
|
|
212
212
|
* @throws {@link ForecastServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
214
214
|
*
|
|
215
|
+
*
|
|
215
216
|
* @public
|
|
216
217
|
*/
|
|
217
218
|
export declare class CreatePredictorCommand extends CreatePredictorCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const CreateWhatIfAnalysisCommand_base: {
|
|
|
110
110
|
* @throws {@link ForecastServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const CreateWhatIfForecastCommand_base: {
|
|
|
112
112
|
* @throws {@link ForecastServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateWhatIfForecastExportCommand_base: {
|
|
|
104
104
|
* @throws {@link ForecastServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
70
70
|
* @throws {@link ForecastServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
66
66
|
* @throws {@link ForecastServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteDatasetImportJobCommand_base: {
|
|
|
66
66
|
* @throws {@link ForecastServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteExplainabilityCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteExplainabilityExportCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteForecastCommand_base: {
|
|
|
67
67
|
* @throws {@link ForecastServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteForecastCommand extends DeleteForecastCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteForecastExportJobCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteMonitorCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeletePredictorCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeletePredictorCommand extends DeletePredictorCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DeleteResourceTreeCommand_base: {
|
|
|
93
93
|
* @throws {@link ForecastServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteWhatIfAnalysisCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteWhatIfForecastCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteWhatIfForecastExportCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const DescribeAutoPredictorCommand_base: {
|
|
|
123
123
|
* @throws {@link ForecastServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
100
100
|
* @throws {@link ForecastServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
94
94
|
* @throws {@link ForecastServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
133
133
|
* @throws {@link ForecastServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DescribeExplainabilityCommand_base: {
|
|
|
91
91
|
* @throws {@link ForecastServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeExplainabilityExportCommand_base: {
|
|
|
76
76
|
* @throws {@link ForecastServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const DescribeForecastCommand_base: {
|
|
|
121
121
|
* @throws {@link ForecastServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DescribeForecastCommand extends DescribeForecastCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeForecastExportJobCommand_base: {
|
|
|
100
100
|
* @throws {@link ForecastServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const DescribeMonitorCommand_base: {
|
|
|
118
118
|
* @throws {@link ForecastServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
|
100
100
|
* @throws {@link ForecastServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {
|
|
@@ -204,6 +204,7 @@ declare const DescribePredictorCommand_base: {
|
|
|
204
204
|
* @throws {@link ForecastServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
206
206
|
*
|
|
207
|
+
*
|
|
207
208
|
* @public
|
|
208
209
|
*/
|
|
209
210
|
export declare class DescribePredictorCommand extends DescribePredictorCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const DescribeWhatIfAnalysisCommand_base: {
|
|
|
111
111
|
* @throws {@link ForecastServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const DescribeWhatIfForecastCommand_base: {
|
|
|
127
127
|
* @throws {@link ForecastServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeWhatIfForecastExportCommand_base: {
|
|
|
101
101
|
* @throws {@link ForecastServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const GetAccuracyMetricsCommand_base: {
|
|
|
115
115
|
* @throws {@link ForecastServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
70
70
|
* @throws {@link ForecastServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
91
91
|
* @throws {@link ForecastServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
70
70
|
* @throws {@link ForecastServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListExplainabilitiesCommand_base: {
|
|
|
88
88
|
* @throws {@link ForecastServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListExplainabilityExportsCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListForecastExportJobsCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListForecastsCommand_base: {
|
|
|
86
86
|
* @throws {@link ForecastServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListForecastsCommand extends ListForecastsCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListMonitorEvaluationsCommand_base: {
|
|
|
104
104
|
* @throws {@link ForecastServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListMonitorEvaluationsCommand extends ListMonitorEvaluationsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListMonitorsCommand_base: {
|
|
|
80
80
|
* @throws {@link ForecastServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListMonitorsCommand extends ListMonitorsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListPredictorBacktestExportJobsCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListPredictorBacktestExportJobsCommand extends ListPredictorBacktestExportJobsCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListPredictorsCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListPredictorsCommand extends ListPredictorsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link ForecastServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListWhatIfAnalysesCommand_base: {
|
|
|
80
80
|
* @throws {@link ForecastServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListWhatIfAnalysesCommand extends ListWhatIfAnalysesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const ListWhatIfForecastExportsCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListWhatIfForecastExportsCommand extends ListWhatIfForecastExportsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListWhatIfForecastsCommand_base: {
|
|
|
80
80
|
* @throws {@link ForecastServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListWhatIfForecastsCommand extends ListWhatIfForecastsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ResumeResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link ForecastServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ResumeResourceCommand extends ResumeResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const StopResourceCommand_base: {
|
|
|
91
91
|
* @throws {@link ForecastServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class StopResourceCommand extends StopResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ForecastServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UpdateDatasetGroupCommand_base: {
|
|
|
71
71
|
* @throws {@link ForecastServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateDatasetGroupCommand extends UpdateDatasetGroupCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecast",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-forecast",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|