@aws-sdk/client-forecast 3.533.0 → 3.535.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/Forecast.d.ts +14 -1
- package/dist-types/ForecastClient.d.ts +1 -1
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
- package/dist-types/commands/StopResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +690 -690
- package/dist-types/ts3.4/Forecast.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
- package/package.json +40 -40
package/dist-types/Forecast.d.ts
CHANGED
|
@@ -325,42 +325,49 @@ export interface Forecast {
|
|
|
325
325
|
/**
|
|
326
326
|
* @see {@link ListDatasetGroupsCommand}
|
|
327
327
|
*/
|
|
328
|
+
listDatasetGroups(): Promise<ListDatasetGroupsCommandOutput>;
|
|
328
329
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetGroupsCommandOutput>;
|
|
329
330
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
|
|
330
331
|
listDatasetGroups(args: ListDatasetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
|
|
331
332
|
/**
|
|
332
333
|
* @see {@link ListDatasetImportJobsCommand}
|
|
333
334
|
*/
|
|
335
|
+
listDatasetImportJobs(): Promise<ListDatasetImportJobsCommandOutput>;
|
|
334
336
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetImportJobsCommandOutput>;
|
|
335
337
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
|
|
336
338
|
listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
|
|
337
339
|
/**
|
|
338
340
|
* @see {@link ListDatasetsCommand}
|
|
339
341
|
*/
|
|
342
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
340
343
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
341
344
|
listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
342
345
|
listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
343
346
|
/**
|
|
344
347
|
* @see {@link ListExplainabilitiesCommand}
|
|
345
348
|
*/
|
|
349
|
+
listExplainabilities(): Promise<ListExplainabilitiesCommandOutput>;
|
|
346
350
|
listExplainabilities(args: ListExplainabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilitiesCommandOutput>;
|
|
347
351
|
listExplainabilities(args: ListExplainabilitiesCommandInput, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
|
|
348
352
|
listExplainabilities(args: ListExplainabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
|
|
349
353
|
/**
|
|
350
354
|
* @see {@link ListExplainabilityExportsCommand}
|
|
351
355
|
*/
|
|
356
|
+
listExplainabilityExports(): Promise<ListExplainabilityExportsCommandOutput>;
|
|
352
357
|
listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilityExportsCommandOutput>;
|
|
353
358
|
listExplainabilityExports(args: ListExplainabilityExportsCommandInput, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
|
|
354
359
|
listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
|
|
355
360
|
/**
|
|
356
361
|
* @see {@link ListForecastExportJobsCommand}
|
|
357
362
|
*/
|
|
363
|
+
listForecastExportJobs(): Promise<ListForecastExportJobsCommandOutput>;
|
|
358
364
|
listForecastExportJobs(args: ListForecastExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListForecastExportJobsCommandOutput>;
|
|
359
365
|
listForecastExportJobs(args: ListForecastExportJobsCommandInput, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
|
|
360
366
|
listForecastExportJobs(args: ListForecastExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
|
|
361
367
|
/**
|
|
362
368
|
* @see {@link ListForecastsCommand}
|
|
363
369
|
*/
|
|
370
|
+
listForecasts(): Promise<ListForecastsCommandOutput>;
|
|
364
371
|
listForecasts(args: ListForecastsCommandInput, options?: __HttpHandlerOptions): Promise<ListForecastsCommandOutput>;
|
|
365
372
|
listForecasts(args: ListForecastsCommandInput, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
|
|
366
373
|
listForecasts(args: ListForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
|
|
@@ -373,18 +380,21 @@ export interface Forecast {
|
|
|
373
380
|
/**
|
|
374
381
|
* @see {@link ListMonitorsCommand}
|
|
375
382
|
*/
|
|
383
|
+
listMonitors(): Promise<ListMonitorsCommandOutput>;
|
|
376
384
|
listMonitors(args: ListMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitorsCommandOutput>;
|
|
377
385
|
listMonitors(args: ListMonitorsCommandInput, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
|
|
378
386
|
listMonitors(args: ListMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
|
|
379
387
|
/**
|
|
380
388
|
* @see {@link ListPredictorBacktestExportJobsCommand}
|
|
381
389
|
*/
|
|
390
|
+
listPredictorBacktestExportJobs(): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
382
391
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
383
392
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
|
|
384
393
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
|
|
385
394
|
/**
|
|
386
395
|
* @see {@link ListPredictorsCommand}
|
|
387
396
|
*/
|
|
397
|
+
listPredictors(): Promise<ListPredictorsCommandOutput>;
|
|
388
398
|
listPredictors(args: ListPredictorsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorsCommandOutput>;
|
|
389
399
|
listPredictors(args: ListPredictorsCommandInput, cb: (err: any, data?: ListPredictorsCommandOutput) => void): void;
|
|
390
400
|
listPredictors(args: ListPredictorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPredictorsCommandOutput) => void): void;
|
|
@@ -397,18 +407,21 @@ export interface Forecast {
|
|
|
397
407
|
/**
|
|
398
408
|
* @see {@link ListWhatIfAnalysesCommand}
|
|
399
409
|
*/
|
|
410
|
+
listWhatIfAnalyses(): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
400
411
|
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
401
412
|
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
|
|
402
413
|
listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
|
|
403
414
|
/**
|
|
404
415
|
* @see {@link ListWhatIfForecastExportsCommand}
|
|
405
416
|
*/
|
|
417
|
+
listWhatIfForecastExports(): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
406
418
|
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
407
419
|
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
|
|
408
420
|
listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
|
|
409
421
|
/**
|
|
410
422
|
* @see {@link ListWhatIfForecastsCommand}
|
|
411
423
|
*/
|
|
424
|
+
listWhatIfForecasts(): Promise<ListWhatIfForecastsCommandOutput>;
|
|
412
425
|
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastsCommandOutput>;
|
|
413
426
|
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
|
|
414
427
|
listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
|
|
@@ -444,8 +457,8 @@ export interface Forecast {
|
|
|
444
457
|
updateDatasetGroup(args: UpdateDatasetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void): void;
|
|
445
458
|
}
|
|
446
459
|
/**
|
|
447
|
-
* @public
|
|
448
460
|
* <p>Provides APIs for creating and managing Amazon Forecast resources.</p>
|
|
461
|
+
* @public
|
|
449
462
|
*/
|
|
450
463
|
export declare class Forecast extends ForecastClient implements Forecast {
|
|
451
464
|
}
|
|
@@ -214,8 +214,8 @@ export type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
214
214
|
export interface ForecastClientResolvedConfig extends ForecastClientResolvedConfigType {
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* @public
|
|
218
217
|
* <p>Provides APIs for creating and managing Amazon Forecast resources.</p>
|
|
218
|
+
* @public
|
|
219
219
|
*/
|
|
220
220
|
export declare class ForecastClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ForecastClientResolvedConfig> {
|
|
221
221
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAutoPredictorCommand_base: {
|
|
24
24
|
new (input: CreateAutoPredictorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAutoPredictorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Forecast predictor.</p>
|
|
30
30
|
* <p>Amazon Forecast creates predictors with AutoPredictor, which involves applying the
|
|
31
31
|
* optimal combination of algorithms to each time series in your datasets. You can use
|
|
@@ -169,6 +169,7 @@ declare const CreateAutoPredictorCommand_base: {
|
|
|
169
169
|
* @throws {@link ForecastServiceException}
|
|
170
170
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
171
171
|
*
|
|
172
|
+
* @public
|
|
172
173
|
*/
|
|
173
174
|
export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {
|
|
174
175
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetCommand_base: {
|
|
24
24
|
new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Amazon Forecast dataset. The information about the dataset that you provide helps
|
|
30
30
|
* Forecast understand how to consume the data for model training. This includes the
|
|
31
31
|
* following:</p>
|
|
@@ -125,6 +125,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
125
125
|
* @throws {@link ForecastServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
127
127
|
*
|
|
128
|
+
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
130
131
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetGroupCommand_base: {
|
|
24
24
|
new (input: CreateDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a dataset group, which holds a collection of related datasets. You can add
|
|
30
30
|
* datasets to the dataset group when you create the dataset group, or later by using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_UpdateDatasetGroup.html">UpdateDatasetGroup</a> operation.</p>
|
|
31
31
|
* <p>After creating a dataset group and adding datasets, you use the dataset group when you
|
|
@@ -89,6 +89,7 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
89
89
|
* @throws {@link ForecastServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDatasetImportJobCommand_base: {
|
|
24
24
|
new (input: CreateDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Imports your training data to an Amazon Forecast dataset. You provide the location of your
|
|
30
30
|
* training data in an Amazon Simple Storage Service (Amazon S3) bucket and the Amazon Resource Name (ARN) of the dataset
|
|
31
31
|
* that you want to import the data to.</p>
|
|
@@ -106,6 +106,7 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
106
106
|
* @throws {@link ForecastServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExplainabilityCommand_base: {
|
|
24
24
|
new (input: CreateExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>Explainability is only available for Forecasts and Predictors generated from an
|
|
31
31
|
* AutoPredictor (<a>CreateAutoPredictor</a>)</p>
|
|
@@ -217,6 +217,7 @@ declare const CreateExplainabilityCommand_base: {
|
|
|
217
217
|
* @throws {@link ForecastServiceException}
|
|
218
218
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
219
219
|
*
|
|
220
|
+
* @public
|
|
220
221
|
*/
|
|
221
222
|
export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {
|
|
222
223
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateExplainabilityExportCommandOutput extends CreateExplainab
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateExplainabilityExportCommand_base: {
|
|
24
24
|
new (input: CreateExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports an Explainability resource created by the <a>CreateExplainability</a> operation. Exported files are exported to an Amazon Simple Storage Service (Amazon
|
|
30
30
|
* S3) bucket.</p>
|
|
31
31
|
* <p>You must specify a <a>DataDestination</a> object that includes an Amazon S3
|
|
@@ -93,6 +93,7 @@ declare const CreateExplainabilityExportCommand_base: {
|
|
|
93
93
|
* @throws {@link ForecastServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateForecastCommandOutput extends CreateForecastResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateForecastCommand_base: {
|
|
24
24
|
new (input: CreateForecastCommandInput): import("@smithy/smithy-client").CommandImpl<CreateForecastCommandInput, CreateForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateForecastCommandInput): import("@smithy/smithy-client").CommandImpl<CreateForecastCommandInput, CreateForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a forecast for each item in the <code>TARGET_TIME_SERIES</code> dataset that was
|
|
30
30
|
* used to train the predictor. This is known as inference. To retrieve the forecast for a single
|
|
31
31
|
* item at low latency, use the operation. To
|
|
@@ -120,6 +120,7 @@ declare const CreateForecastCommand_base: {
|
|
|
120
120
|
* @throws {@link ForecastServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateForecastCommand extends CreateForecastCommand_base {
|
|
125
126
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateForecastExportJobCommandOutput extends CreateForecastExpo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateForecastExportJobCommand_base: {
|
|
24
24
|
new (input: CreateForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports a forecast created by the <a>CreateForecast</a> operation to your
|
|
30
30
|
* Amazon Simple Storage Service (Amazon S3) bucket. The forecast file name will match the following conventions:</p>
|
|
31
31
|
* <p><ForecastExportJobName>_<ExportTimestamp>_<PartNumber></p>
|
|
@@ -98,6 +98,7 @@ declare const CreateForecastExportJobCommand_base: {
|
|
|
98
98
|
* @throws {@link ForecastServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMonitorCommandOutput extends CreateMonitorResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMonitorCommand_base: {
|
|
24
24
|
new (input: CreateMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMonitorCommandInput, CreateMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMonitorCommandInput, CreateMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a predictor monitor resource for an existing auto predictor. Predictor monitoring allows you to see how your predictor's performance changes over time.
|
|
30
30
|
* For more information, see <a href="https://docs.aws.amazon.com/forecast/latest/dg/predictor-monitoring.html">Predictor Monitoring</a>.
|
|
31
31
|
* </p>
|
|
@@ -79,6 +79,7 @@ declare const CreateMonitorCommand_base: {
|
|
|
79
79
|
* @throws {@link ForecastServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePredictorBacktestExportJobCommandOutput extends CreatePre
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
24
24
|
new (input: CreatePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports backtest forecasts and accuracy metrics generated by the <a>CreateAutoPredictor</a> or <a>CreatePredictor</a> operations. Two
|
|
30
30
|
* folders containing CSV or Parquet files are exported to your specified S3 bucket.</p>
|
|
31
31
|
* <p> The export file names will match the following conventions:</p>
|
|
@@ -99,6 +99,7 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
|
99
99
|
* @throws {@link ForecastServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreatePredictorCommand_base: {
|
|
24
24
|
new (input: CreatePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePredictorCommandInput, CreatePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreatePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePredictorCommandInput, CreatePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p> This operation creates a legacy predictor that does not include all the predictor
|
|
31
31
|
* functionalities provided by Amazon Forecast. To create a predictor that is compatible with all
|
|
@@ -211,6 +211,7 @@ declare const CreatePredictorCommand_base: {
|
|
|
211
211
|
* @throws {@link ForecastServiceException}
|
|
212
212
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
213
213
|
*
|
|
214
|
+
* @public
|
|
214
215
|
*/
|
|
215
216
|
export declare class CreatePredictorCommand extends CreatePredictorCommand_base {
|
|
216
217
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWhatIfAnalysisCommandOutput extends CreateWhatIfAnalysisR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWhatIfAnalysisCommand_base: {
|
|
24
24
|
new (input: CreateWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWhatIfAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and
|
|
30
30
|
* compare the forecasts generated by these changes against the baseline, unchanged time series. It is important to
|
|
31
31
|
* remember that the purpose of a what-if analysis is to understand how a forecast can change given different
|
|
@@ -109,6 +109,7 @@ declare const CreateWhatIfAnalysisCommand_base: {
|
|
|
109
109
|
* @throws {@link ForecastServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
111
111
|
*
|
|
112
|
+
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {
|
|
114
115
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWhatIfForecastCommand_base: {
|
|
24
24
|
new (input: CreateWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>A what-if forecast is a forecast that is created from a modified version of the baseline forecast. Each
|
|
30
30
|
* what-if forecast incorporates either a replacement dataset or a set of transformations to the original dataset. </p>
|
|
31
31
|
* @example
|
|
@@ -111,6 +111,7 @@ declare const CreateWhatIfForecastCommand_base: {
|
|
|
111
111
|
* @throws {@link ForecastServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfFor
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWhatIfForecastExportCommand_base: {
|
|
24
24
|
new (input: CreateWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWhatIfForecastExportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Exports a forecast created by the <a>CreateWhatIfForecast</a> operation to your
|
|
30
30
|
* Amazon Simple Storage Service (Amazon S3) bucket. The forecast file name will match the following conventions:</p>
|
|
31
31
|
* <p>
|
|
@@ -103,6 +103,7 @@ declare const CreateWhatIfForecastExportCommand_base: {
|
|
|
103
103
|
* @throws {@link ForecastServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Amazon Forecast dataset that was created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDataset.html">CreateDataset</a> operation. You can
|
|
30
30
|
* only delete datasets that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>.
|
|
31
31
|
* To get the status use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation.</p>
|
|
@@ -69,6 +69,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
69
69
|
* @throws {@link ForecastServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataset group created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a> operation.
|
|
30
30
|
* You can only delete dataset groups that have a status of <code>ACTIVE</code>,
|
|
31
31
|
* <code>CREATE_FAILED</code>, or <code>UPDATE_FAILED</code>. To get the status, use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a> operation.</p>
|
|
@@ -65,6 +65,7 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDatasetImportJobCommand_base: {
|
|
24
24
|
new (input: DeleteDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDatasetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataset import job created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>
|
|
30
30
|
* operation. You can delete only dataset import jobs that have a status of <code>ACTIVE</code>
|
|
31
31
|
* or <code>CREATE_FAILED</code>. To get the status, use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a>
|
|
@@ -65,6 +65,7 @@ declare const DeleteDatasetImportJobCommand_base: {
|
|
|
65
65
|
* @throws {@link ForecastServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExplainabilityCommand_base: {
|
|
24
24
|
new (input: DeleteExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExplainabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Explainability resource.</p>
|
|
30
30
|
* <p>You can delete only predictor that have a status of <code>ACTIVE</code> or
|
|
31
31
|
* <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeExplainability</a> operation.</p>
|
|
@@ -64,6 +64,7 @@ declare const DeleteExplainabilityCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteExplainabilityExportCommandOutput extends __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteExplainabilityExportCommand_base: {
|
|
24
24
|
new (input: DeleteExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteExplainabilityExportCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an Explainability export.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteExplainabilityExportCommand_base: {
|
|
|
62
62
|
* @throws {@link ForecastServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteForecastCommand_base: {
|
|
24
24
|
new (input: DeleteForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteForecastCommandInput, DeleteForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteForecastCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteForecastCommandInput, DeleteForecastCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a forecast created using the <a>CreateForecast</a> operation. You can
|
|
30
30
|
* delete only forecasts that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>.
|
|
31
31
|
* To get the status, use the <a>DescribeForecast</a> operation.</p>
|
|
@@ -66,6 +66,7 @@ declare const DeleteForecastCommand_base: {
|
|
|
66
66
|
* @throws {@link ForecastServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteForecastCommand extends DeleteForecastCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteForecastExportJobCommand_base: {
|
|
24
24
|
new (input: DeleteForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteForecastExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a forecast export job created using the <a>CreateForecastExportJob</a>
|
|
30
30
|
* operation. You can delete only export jobs that have a status of <code>ACTIVE</code> or
|
|
31
31
|
* <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeForecastExportJob</a> operation.</p>
|
|
@@ -64,6 +64,7 @@ declare const DeleteForecastExportJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ForecastServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMonitorCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMonitorCommand_base: {
|
|
24
24
|
new (input: DeleteMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitorCommandInput, DeleteMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMonitorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitorCommandInput, DeleteMonitorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a monitor resource. You can only delete a monitor resource with a status of <code>ACTIVE</code>, <code>ACTIVE_STOPPED</code>, <code>CREATE_FAILED</code>, or <code>CREATE_STOPPED</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteMonitorCommand_base: {
|
|
|
62
62
|
* @throws {@link ForecastServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePredictorBacktestExportJobCommandOutput extends __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
24
24
|
new (input: DeletePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePredictorBacktestExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a predictor backtest export job.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
|
62
62
|
* @throws {@link ForecastServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeletePredictorCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePredictorCommand_base: {
|
|
24
24
|
new (input: DeletePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePredictorCommandInput, DeletePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePredictorCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePredictorCommandInput, DeletePredictorCommandOutput, ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a predictor created using the <a>DescribePredictor</a> or <a>CreatePredictor</a> operations. You can delete only predictor that have a status of
|
|
30
30
|
* <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribePredictor</a> operation.</p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const DeletePredictorCommand_base: {
|
|
|
63
63
|
* @throws {@link ForecastServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Forecast service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeletePredictorCommand extends DeletePredictorCommand_base {
|
|
68
69
|
}
|