@aws-sdk/client-forecast 3.533.0 → 3.540.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 (137) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Forecast.d.ts +14 -1
  6. package/dist-types/ForecastClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
  17. package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
  29. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
  30. package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
  49. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
  63. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
  65. package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
  66. package/dist-types/commands/StopResourceCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
  70. package/dist-types/index.d.ts +0 -1
  71. package/dist-types/models/models_0.d.ts +690 -690
  72. package/dist-types/ts3.4/Forecast.d.ts +13 -0
  73. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/index.d.ts +0 -1
  137. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3902,9 +3902,6 @@ var paginateListWhatIfForecastExports = (0, import_core.createPaginator)(Forecas
3902
3902
  // src/pagination/ListWhatIfForecastsPaginator.ts
3903
3903
 
3904
3904
  var paginateListWhatIfForecasts = (0, import_core.createPaginator)(ForecastClient, ListWhatIfForecastsCommand, "NextToken", "NextToken", "MaxResults");
3905
-
3906
- // src/index.ts
3907
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3908
3905
  // Annotate the CommonJS export names for ESM import in node:
3909
3906
 
3910
3907
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Forecast";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { ForecastServiceException } from "./models/ForecastServiceException";
@@ -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
  }