@aws-sdk/client-forecast 3.337.0 → 3.341.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-cjs/ForecastClient.js +2 -1
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/CreateForecastCommand.js +2 -1
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/CreateMonitorCommand.js +2 -1
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/CreatePredictorCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/DeleteForecastCommand.js +2 -1
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteMonitorCommand.js +2 -1
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/DeletePredictorCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -1
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -1
- package/dist-cjs/commands/DescribeForecastCommand.js +2 -1
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeMonitorCommand.js +2 -1
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -1
- package/dist-cjs/commands/DescribePredictorCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -1
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -1
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -1
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -1
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListForecastsCommand.js +2 -1
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -1
- package/dist-cjs/commands/ListMonitorsCommand.js +2 -1
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -1
- package/dist-cjs/commands/ListPredictorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -1
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -1
- package/dist-cjs/commands/ResumeResourceCommand.js +2 -1
- package/dist-cjs/commands/StopResourceCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ForecastServiceException.js +2 -1
- package/dist-es/ForecastClient.js +1 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateDatasetGroupCommand.js +1 -0
- package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/CreateExplainabilityCommand.js +1 -0
- package/dist-es/commands/CreateExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/CreateForecastCommand.js +1 -0
- package/dist-es/commands/CreateForecastExportJobCommand.js +1 -0
- package/dist-es/commands/CreateMonitorCommand.js +1 -0
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/CreatePredictorCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/DeleteExplainabilityCommand.js +1 -0
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/DeleteForecastCommand.js +1 -0
- package/dist-es/commands/DeleteForecastExportJobCommand.js +1 -0
- package/dist-es/commands/DeleteMonitorCommand.js +1 -0
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/DeletePredictorCommand.js +1 -0
- package/dist-es/commands/DeleteResourceTreeCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/DescribeAutoPredictorCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -0
- package/dist-es/commands/DescribeExplainabilityCommand.js +1 -0
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +1 -0
- package/dist-es/commands/DescribeForecastCommand.js +1 -0
- package/dist-es/commands/DescribeForecastExportJobCommand.js +1 -0
- package/dist-es/commands/DescribeMonitorCommand.js +1 -0
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +1 -0
- package/dist-es/commands/DescribePredictorCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +1 -0
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +1 -0
- package/dist-es/commands/GetAccuracyMetricsCommand.js +1 -0
- package/dist-es/commands/ListDatasetGroupsCommand.js +1 -0
- package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListExplainabilitiesCommand.js +1 -0
- package/dist-es/commands/ListExplainabilityExportsCommand.js +1 -0
- package/dist-es/commands/ListForecastExportJobsCommand.js +1 -0
- package/dist-es/commands/ListForecastsCommand.js +1 -0
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +1 -0
- package/dist-es/commands/ListMonitorsCommand.js +1 -0
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +1 -0
- package/dist-es/commands/ListPredictorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +1 -0
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +1 -0
- package/dist-es/commands/ListWhatIfForecastsCommand.js +1 -0
- package/dist-es/commands/ResumeResourceCommand.js +1 -0
- package/dist-es/commands/StopResourceCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDatasetGroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ForecastServiceException.js +1 -0
- package/dist-types/ForecastClient.d.ts +3 -3
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +4 -0
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +4 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreatePredictorCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +4 -0
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +4 -0
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +4 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +4 -0
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeMonitorCommand.d.ts +4 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribePredictorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -0
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +4 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListForecastsCommand.d.ts +4 -0
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +4 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +4 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListPredictorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +4 -0
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +4 -0
- package/dist-types/commands/ResumeResourceCommand.d.ts +4 -0
- package/dist-types/commands/StopResourceCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/ForecastServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeMonitorCommand, se_DescribeMonitorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeMonitorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribePredictorBacktestExportJobCommand, se_DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribePredictorBacktestExportJobCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribePredictorCommand, se_DescribePredictorCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribePredictorCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeWhatIfAnalysisCommand, se_DescribeWhatIfAnalysisCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeWhatIfAnalysisCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeWhatIfForecastCommand, se_DescribeWhatIfForecastCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeWhatIfForecastCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeWhatIfForecastExportCommand, se_DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeWhatIfForecastExportCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetAccuracyMetricsCommand, se_GetAccuracyMetricsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetAccuracyMetricsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDatasetGroupsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDatasetImportJobsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListDatasetsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListExplainabilitiesCommand, se_ListExplainabilitiesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListExplainabilitiesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListExplainabilityExportsCommand, se_ListExplainabilityExportsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListExplainabilityExportsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListForecastExportJobsCommand, se_ListForecastExportJobsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListForecastExportJobsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListForecastsCommand, se_ListForecastsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListForecastsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListMonitorEvaluationsCommand, se_ListMonitorEvaluationsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListMonitorEvaluationsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListMonitorsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListPredictorBacktestExportJobsCommand, se_ListPredictorBacktestExportJobsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListPredictorBacktestExportJobsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListPredictorsCommand, se_ListPredictorsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListPredictorsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWhatIfAnalysesCommand, se_ListWhatIfAnalysesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWhatIfAnalysesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWhatIfForecastExportsCommand, se_ListWhatIfForecastExportsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWhatIfForecastExportsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListWhatIfForecastsCommand, se_ListWhatIfForecastsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListWhatIfForecastsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ResumeResourceCommand, se_ResumeResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ResumeResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_StopResourceCommand, se_StopResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class StopResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateDatasetGroupCommand, se_UpdateDatasetGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateDatasetGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Forecast";
|
|
2
1
|
export * from "./ForecastClient";
|
|
2
|
+
export * from "./Forecast";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ForecastServiceException } from "./models/ForecastServiceException";
|
|
@@ -72,6 +72,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
72
72
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
73
73
|
import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
|
|
74
74
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
75
|
+
export { __Client };
|
|
75
76
|
/**
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
@@ -186,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
186
187
|
/**
|
|
187
188
|
* @public
|
|
188
189
|
*/
|
|
189
|
-
type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
190
|
+
export type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
190
191
|
/**
|
|
191
192
|
* @public
|
|
192
193
|
*
|
|
@@ -197,7 +198,7 @@ export interface ForecastClientConfig extends ForecastClientConfigType {
|
|
|
197
198
|
/**
|
|
198
199
|
* @public
|
|
199
200
|
*/
|
|
200
|
-
type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
201
|
+
export type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
201
202
|
/**
|
|
202
203
|
* @public
|
|
203
204
|
*
|
|
@@ -222,4 +223,3 @@ export declare class ForecastClient extends __Client<__HttpHandlerOptions, Servi
|
|
|
222
223
|
*/
|
|
223
224
|
destroy(): void;
|
|
224
225
|
}
|
|
225
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateExplainabilityExportRequest, CreateExplainabilityExportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateForecastRequest, CreateForecastResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateForecastExportJobRequest, CreateForecastExportJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateMonitorRequest, CreateMonitorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreatePredictorBacktestExportJobRequest, CreatePredictorBacktestExportJobResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreatePredictorRequest, CreatePredictorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateWhatIfAnalysisRequest, CreateWhatIfAnalysisResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateWhatIfForecastRequest, CreateWhatIfForecastResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { CreateWhatIfForecastExportRequest, CreateWhatIfForecastExportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteDatasetRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteDatasetGroupRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteDatasetImportJobRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteExplainabilityRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteExplainabilityExportRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteForecastRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteForecastExportJobRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteMonitorRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeletePredictorRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteResourceTreeRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
|
|
5
5
|
import { DeleteWhatIfAnalysisRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|