@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Forecast.d.ts +230 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +118 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +45 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1753 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +137 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- 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 @@
|
|
|
1
|
+
export * from "./models_0";
|