@aws-sdk/client-forecast 3.50.0 → 3.51.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 (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Forecast.d.ts +230 -0
  3. package/dist-types/ts3.4/ForecastClient.d.ts +118 -0
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +45 -0
  50. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  51. package/dist-types/ts3.4/index.d.ts +5 -0
  52. package/dist-types/ts3.4/models/index.d.ts +1 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +1753 -0
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  55. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  63. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +137 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  68. package/package.json +8 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
+ import { UpdateDatasetGroupRequest, UpdateDatasetGroupResponse } from "../models/models_0";
5
+ export interface UpdateDatasetGroupCommandInput extends UpdateDatasetGroupRequest {
6
+ }
7
+ export interface UpdateDatasetGroupCommandOutput extends UpdateDatasetGroupResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateDatasetGroupCommand extends $Command<UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
11
+ readonly input: UpdateDatasetGroupCommandInput;
12
+ constructor(input: UpdateDatasetGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,45 @@
1
+ export * from "./CreateAutoPredictorCommand";
2
+ export * from "./CreateDatasetCommand";
3
+ export * from "./CreateDatasetGroupCommand";
4
+ export * from "./CreateDatasetImportJobCommand";
5
+ export * from "./CreateExplainabilityCommand";
6
+ export * from "./CreateExplainabilityExportCommand";
7
+ export * from "./CreateForecastCommand";
8
+ export * from "./CreateForecastExportJobCommand";
9
+ export * from "./CreatePredictorBacktestExportJobCommand";
10
+ export * from "./CreatePredictorCommand";
11
+ export * from "./DeleteDatasetCommand";
12
+ export * from "./DeleteDatasetGroupCommand";
13
+ export * from "./DeleteDatasetImportJobCommand";
14
+ export * from "./DeleteExplainabilityCommand";
15
+ export * from "./DeleteExplainabilityExportCommand";
16
+ export * from "./DeleteForecastCommand";
17
+ export * from "./DeleteForecastExportJobCommand";
18
+ export * from "./DeletePredictorBacktestExportJobCommand";
19
+ export * from "./DeletePredictorCommand";
20
+ export * from "./DeleteResourceTreeCommand";
21
+ export * from "./DescribeAutoPredictorCommand";
22
+ export * from "./DescribeDatasetCommand";
23
+ export * from "./DescribeDatasetGroupCommand";
24
+ export * from "./DescribeDatasetImportJobCommand";
25
+ export * from "./DescribeExplainabilityCommand";
26
+ export * from "./DescribeExplainabilityExportCommand";
27
+ export * from "./DescribeForecastCommand";
28
+ export * from "./DescribeForecastExportJobCommand";
29
+ export * from "./DescribePredictorBacktestExportJobCommand";
30
+ export * from "./DescribePredictorCommand";
31
+ export * from "./GetAccuracyMetricsCommand";
32
+ export * from "./ListDatasetGroupsCommand";
33
+ export * from "./ListDatasetImportJobsCommand";
34
+ export * from "./ListDatasetsCommand";
35
+ export * from "./ListExplainabilitiesCommand";
36
+ export * from "./ListExplainabilityExportsCommand";
37
+ export * from "./ListForecastExportJobsCommand";
38
+ export * from "./ListForecastsCommand";
39
+ export * from "./ListPredictorBacktestExportJobsCommand";
40
+ export * from "./ListPredictorsCommand";
41
+ export * from "./ListTagsForResourceCommand";
42
+ export * from "./StopResourceCommand";
43
+ export * from "./TagResourceCommand";
44
+ export * from "./UntagResourceCommand";
45
+ export * from "./UpdateDatasetGroupCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./Forecast";
2
+ export * from "./ForecastClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";