@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
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteDatasetRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
16
17
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteDatasetCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteDatasetGroupRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetGroupCommandInput
|
|
16
17
|
extends DeleteDatasetGroupRequest {}
|
|
17
18
|
export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteDatasetImportJobRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteDatasetImportJobCommandInput
|
|
16
17
|
extends DeleteDatasetImportJobRequest {}
|
|
17
18
|
export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteExplainabilityRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteExplainabilityCommandInput
|
|
16
17
|
extends DeleteExplainabilityRequest {}
|
|
17
18
|
export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteExplainabilityExportRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteExplainabilityExportCommandInput
|
|
16
17
|
extends DeleteExplainabilityExportRequest {}
|
|
17
18
|
export interface DeleteExplainabilityExportCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteForecastRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteForecastCommandInput extends DeleteForecastRequest {}
|
|
16
17
|
export interface DeleteForecastCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteForecastCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteForecastExportJobRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteForecastExportJobCommandInput
|
|
16
17
|
extends DeleteForecastExportJobRequest {}
|
|
17
18
|
export interface DeleteForecastExportJobCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteMonitorRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteMonitorCommandInput extends DeleteMonitorRequest {}
|
|
16
17
|
export interface DeleteMonitorCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteMonitorCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeletePredictorBacktestExportJobCommandInput
|
|
16
17
|
extends DeletePredictorBacktestExportJobRequest {}
|
|
17
18
|
export interface DeletePredictorBacktestExportJobCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeletePredictorRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeletePredictorCommandInput extends DeletePredictorRequest {}
|
|
16
17
|
export interface DeletePredictorCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeletePredictorCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteResourceTreeRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteResourceTreeCommandInput
|
|
16
17
|
extends DeleteResourceTreeRequest {}
|
|
17
18
|
export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteWhatIfAnalysisRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWhatIfAnalysisCommandInput
|
|
16
17
|
extends DeleteWhatIfAnalysisRequest {}
|
|
17
18
|
export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteWhatIfForecastRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWhatIfForecastCommandInput
|
|
16
17
|
extends DeleteWhatIfForecastRequest {}
|
|
17
18
|
export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { DeleteWhatIfForecastExportRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteWhatIfForecastExportCommandInput
|
|
16
17
|
extends DeleteWhatIfForecastExportRequest {}
|
|
17
18
|
export interface DeleteWhatIfForecastExportCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAutoPredictorRequest,
|
|
16
16
|
DescribeAutoPredictorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAutoPredictorCommandInput
|
|
19
20
|
extends DescribeAutoPredictorRequest {}
|
|
20
21
|
export interface DescribeAutoPredictorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDatasetRequest,
|
|
16
16
|
DescribeDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
19
20
|
export interface DescribeDatasetCommandOutput
|
|
20
21
|
extends DescribeDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDatasetGroupRequest,
|
|
16
16
|
DescribeDatasetGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetGroupCommandInput
|
|
19
20
|
extends DescribeDatasetGroupRequest {}
|
|
20
21
|
export interface DescribeDatasetGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDatasetImportJobRequest,
|
|
16
16
|
DescribeDatasetImportJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetImportJobCommandInput
|
|
19
20
|
extends DescribeDatasetImportJobRequest {}
|
|
20
21
|
export interface DescribeDatasetImportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeExplainabilityRequest,
|
|
16
16
|
DescribeExplainabilityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeExplainabilityCommandInput
|
|
19
20
|
extends DescribeExplainabilityRequest {}
|
|
20
21
|
export interface DescribeExplainabilityCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeExplainabilityExportRequest,
|
|
16
16
|
DescribeExplainabilityExportResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeExplainabilityExportCommandInput
|
|
19
20
|
extends DescribeExplainabilityExportRequest {}
|
|
20
21
|
export interface DescribeExplainabilityExportCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeForecastRequest,
|
|
16
16
|
DescribeForecastResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeForecastCommandInput extends DescribeForecastRequest {}
|
|
19
20
|
export interface DescribeForecastCommandOutput
|
|
20
21
|
extends DescribeForecastResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeForecastExportJobRequest,
|
|
16
16
|
DescribeForecastExportJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeForecastExportJobCommandInput
|
|
19
20
|
extends DescribeForecastExportJobRequest {}
|
|
20
21
|
export interface DescribeForecastExportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeMonitorRequest,
|
|
16
16
|
DescribeMonitorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeMonitorCommandInput extends DescribeMonitorRequest {}
|
|
19
20
|
export interface DescribeMonitorCommandOutput
|
|
20
21
|
extends DescribeMonitorResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribePredictorBacktestExportJobRequest,
|
|
16
16
|
DescribePredictorBacktestExportJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribePredictorBacktestExportJobCommandInput
|
|
19
20
|
extends DescribePredictorBacktestExportJobRequest {}
|
|
20
21
|
export interface DescribePredictorBacktestExportJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribePredictorRequest,
|
|
16
16
|
DescribePredictorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribePredictorCommandInput
|
|
19
20
|
extends DescribePredictorRequest {}
|
|
20
21
|
export interface DescribePredictorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeWhatIfAnalysisRequest,
|
|
16
16
|
DescribeWhatIfAnalysisResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWhatIfAnalysisCommandInput
|
|
19
20
|
extends DescribeWhatIfAnalysisRequest {}
|
|
20
21
|
export interface DescribeWhatIfAnalysisCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeWhatIfForecastRequest,
|
|
16
16
|
DescribeWhatIfForecastResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWhatIfForecastCommandInput
|
|
19
20
|
extends DescribeWhatIfForecastRequest {}
|
|
20
21
|
export interface DescribeWhatIfForecastCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeWhatIfForecastExportRequest,
|
|
16
16
|
DescribeWhatIfForecastExportResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWhatIfForecastExportCommandInput
|
|
19
20
|
extends DescribeWhatIfForecastExportRequest {}
|
|
20
21
|
export interface DescribeWhatIfForecastExportCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAccuracyMetricsRequest,
|
|
16
16
|
GetAccuracyMetricsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAccuracyMetricsCommandInput
|
|
19
20
|
extends GetAccuracyMetricsRequest {}
|
|
20
21
|
export interface GetAccuracyMetricsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDatasetGroupsRequest,
|
|
16
16
|
ListDatasetGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDatasetGroupsCommandInput
|
|
19
20
|
extends ListDatasetGroupsRequest {}
|
|
20
21
|
export interface ListDatasetGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDatasetImportJobsRequest,
|
|
16
16
|
ListDatasetImportJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDatasetImportJobsCommandInput
|
|
19
20
|
extends ListDatasetImportJobsRequest {}
|
|
20
21
|
export interface ListDatasetImportJobsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
16
17
|
export interface ListDatasetsCommandOutput
|
|
17
18
|
extends ListDatasetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListExplainabilitiesRequest,
|
|
16
16
|
ListExplainabilitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListExplainabilitiesCommandInput
|
|
19
20
|
extends ListExplainabilitiesRequest {}
|
|
20
21
|
export interface ListExplainabilitiesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListExplainabilityExportsRequest,
|
|
16
16
|
ListExplainabilityExportsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListExplainabilityExportsCommandInput
|
|
19
20
|
extends ListExplainabilityExportsRequest {}
|
|
20
21
|
export interface ListExplainabilityExportsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListForecastExportJobsRequest,
|
|
16
16
|
ListForecastExportJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListForecastExportJobsCommandInput
|
|
19
20
|
extends ListForecastExportJobsRequest {}
|
|
20
21
|
export interface ListForecastExportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListForecastsRequest,
|
|
16
16
|
ListForecastsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListForecastsCommandInput extends ListForecastsRequest {}
|
|
19
20
|
export interface ListForecastsCommandOutput
|
|
20
21
|
extends ListForecastsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListMonitorEvaluationsRequest,
|
|
16
16
|
ListMonitorEvaluationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMonitorEvaluationsCommandInput
|
|
19
20
|
extends ListMonitorEvaluationsRequest {}
|
|
20
21
|
export interface ListMonitorEvaluationsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListMonitorsCommandInput extends ListMonitorsRequest {}
|
|
16
17
|
export interface ListMonitorsCommandOutput
|
|
17
18
|
extends ListMonitorsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPredictorBacktestExportJobsRequest,
|
|
16
16
|
ListPredictorBacktestExportJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPredictorBacktestExportJobsCommandInput
|
|
19
20
|
extends ListPredictorBacktestExportJobsRequest {}
|
|
20
21
|
export interface ListPredictorBacktestExportJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPredictorsRequest,
|
|
16
16
|
ListPredictorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPredictorsCommandInput extends ListPredictorsRequest {}
|
|
19
20
|
export interface ListPredictorsCommandOutput
|
|
20
21
|
extends ListPredictorsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListWhatIfAnalysesRequest,
|
|
16
16
|
ListWhatIfAnalysesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWhatIfAnalysesCommandInput
|
|
19
20
|
extends ListWhatIfAnalysesRequest {}
|
|
20
21
|
export interface ListWhatIfAnalysesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListWhatIfForecastExportsRequest,
|
|
16
16
|
ListWhatIfForecastExportsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWhatIfForecastExportsCommandInput
|
|
19
20
|
extends ListWhatIfForecastExportsRequest {}
|
|
20
21
|
export interface ListWhatIfForecastExportsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListWhatIfForecastsRequest,
|
|
16
16
|
ListWhatIfForecastsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListWhatIfForecastsCommandInput
|
|
19
20
|
extends ListWhatIfForecastsRequest {}
|
|
20
21
|
export interface ListWhatIfForecastsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { ResumeResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ResumeResourceCommandInput extends ResumeResourceRequest {}
|
|
16
17
|
export interface ResumeResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class ResumeResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { StopResourceRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopResourceCommandInput extends StopResourceRequest {}
|
|
16
17
|
export interface StopResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class StopResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ForecastClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDatasetGroupRequest,
|
|
16
16
|
UpdateDatasetGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDatasetGroupCommandInput
|
|
19
20
|
extends UpdateDatasetGroupRequest {}
|
|
20
21
|
export interface UpdateDatasetGroupCommandOutput
|
|
@@ -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";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ForecastServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecast",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|