@aws-sdk/client-forecast 3.1077.0 → 3.1079.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/index.js +195 -757
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +2 -14
- package/dist-es/commands/CreateDatasetCommand.js +2 -14
- package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
- package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/CreateExplainabilityCommand.js +2 -14
- package/dist-es/commands/CreateExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/CreateForecastCommand.js +2 -14
- package/dist-es/commands/CreateForecastExportJobCommand.js +2 -14
- package/dist-es/commands/CreateMonitorCommand.js +2 -14
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/CreatePredictorCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteExplainabilityCommand.js +2 -14
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/DeleteForecastCommand.js +2 -14
- package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -14
- package/dist-es/commands/DeleteMonitorCommand.js +2 -14
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/DeletePredictorCommand.js +2 -14
- package/dist-es/commands/DeleteResourceTreeCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/DescribeAutoPredictorCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
- package/dist-es/commands/DescribeExplainabilityCommand.js +2 -14
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +2 -14
- package/dist-es/commands/DescribeForecastCommand.js +2 -14
- package/dist-es/commands/DescribeForecastExportJobCommand.js +2 -14
- package/dist-es/commands/DescribeMonitorCommand.js +2 -14
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +2 -14
- package/dist-es/commands/DescribePredictorCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +2 -14
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +2 -14
- package/dist-es/commands/GetAccuracyMetricsCommand.js +2 -14
- package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
- package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
- package/dist-es/commands/ListDatasetsCommand.js +2 -14
- package/dist-es/commands/ListExplainabilitiesCommand.js +2 -14
- package/dist-es/commands/ListExplainabilityExportsCommand.js +2 -14
- package/dist-es/commands/ListForecastExportJobsCommand.js +2 -14
- package/dist-es/commands/ListForecastsCommand.js +2 -14
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +2 -14
- package/dist-es/commands/ListMonitorsCommand.js +2 -14
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +2 -14
- package/dist-es/commands/ListPredictorsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +2 -14
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +2 -14
- package/dist-es/commands/ListWhatIfForecastsCommand.js +2 -14
- package/dist-es/commands/ResumeResourceCommand.js +2 -14
- package/dist-es/commands/StopResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDatasetGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/CreateForecastCommand.d.ts +3 -8
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -8
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreatePredictorCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/DeleteForecastCommand.d.ts +3 -8
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMonitorCommand.d.ts +3 -8
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeletePredictorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +3 -8
- package/dist-types/commands/DescribeForecastCommand.d.ts +3 -8
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMonitorCommand.d.ts +3 -8
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePredictorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +3 -8
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -8
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -8
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -8
- package/dist-types/commands/ResumeResourceCommand.d.ts +3 -8
- package/dist-types/commands/StopResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonForecast", "ForecastClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAutoPredictor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAutoPredictorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateAutoPredictor", {})
|
|
13
|
-
.n("ForecastClient", "CreateAutoPredictorCommand")
|
|
14
|
-
.sc(CreateAutoPredictor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAutoPredictorCommand extends command(_ep0, _mw0, "CreateAutoPredictor", CreateAutoPredictor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateDataset", {})
|
|
13
|
-
.n("ForecastClient", "CreateDatasetCommand")
|
|
14
|
-
.sc(CreateDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDatasetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateDatasetGroup", {})
|
|
13
|
-
.n("ForecastClient", "CreateDatasetGroupCommand")
|
|
14
|
-
.sc(CreateDatasetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDatasetGroupCommand extends command(_ep0, _mw0, "CreateDatasetGroup", CreateDatasetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDatasetImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDatasetImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateDatasetImportJob", {})
|
|
13
|
-
.n("ForecastClient", "CreateDatasetImportJobCommand")
|
|
14
|
-
.sc(CreateDatasetImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDatasetImportJobCommand extends command(_ep0, _mw0, "CreateDatasetImportJob", CreateDatasetImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateExplainability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateExplainabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateExplainability", {})
|
|
13
|
-
.n("ForecastClient", "CreateExplainabilityCommand")
|
|
14
|
-
.sc(CreateExplainability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateExplainabilityCommand extends command(_ep0, _mw0, "CreateExplainability", CreateExplainability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateExplainabilityExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateExplainabilityExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateExplainabilityExport", {})
|
|
13
|
-
.n("ForecastClient", "CreateExplainabilityExportCommand")
|
|
14
|
-
.sc(CreateExplainabilityExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateExplainabilityExportCommand extends command(_ep0, _mw0, "CreateExplainabilityExport", CreateExplainabilityExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateForecast$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateForecastCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateForecast", {})
|
|
13
|
-
.n("ForecastClient", "CreateForecastCommand")
|
|
14
|
-
.sc(CreateForecast$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateForecastCommand extends command(_ep0, _mw0, "CreateForecast", CreateForecast$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateForecastExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateForecastExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateForecastExportJob", {})
|
|
13
|
-
.n("ForecastClient", "CreateForecastExportJobCommand")
|
|
14
|
-
.sc(CreateForecastExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateForecastExportJobCommand extends command(_ep0, _mw0, "CreateForecastExportJob", CreateForecastExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateMonitor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMonitorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateMonitor", {})
|
|
13
|
-
.n("ForecastClient", "CreateMonitorCommand")
|
|
14
|
-
.sc(CreateMonitor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMonitorCommand extends command(_ep0, _mw0, "CreateMonitor", CreateMonitor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePredictorBacktestExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePredictorBacktestExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreatePredictorBacktestExportJob", {})
|
|
13
|
-
.n("ForecastClient", "CreatePredictorBacktestExportJobCommand")
|
|
14
|
-
.sc(CreatePredictorBacktestExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "CreatePredictorBacktestExportJob", CreatePredictorBacktestExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePredictor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePredictorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreatePredictor", {})
|
|
13
|
-
.n("ForecastClient", "CreatePredictorCommand")
|
|
14
|
-
.sc(CreatePredictor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePredictorCommand extends command(_ep0, _mw0, "CreatePredictor", CreatePredictor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWhatIfAnalysis$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWhatIfAnalysisCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateWhatIfAnalysis", {})
|
|
13
|
-
.n("ForecastClient", "CreateWhatIfAnalysisCommand")
|
|
14
|
-
.sc(CreateWhatIfAnalysis$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWhatIfAnalysisCommand extends command(_ep0, _mw0, "CreateWhatIfAnalysis", CreateWhatIfAnalysis$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWhatIfForecast$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWhatIfForecastCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateWhatIfForecast", {})
|
|
13
|
-
.n("ForecastClient", "CreateWhatIfForecastCommand")
|
|
14
|
-
.sc(CreateWhatIfForecast$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWhatIfForecastCommand extends command(_ep0, _mw0, "CreateWhatIfForecast", CreateWhatIfForecast$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateWhatIfForecastExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateWhatIfForecastExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "CreateWhatIfForecastExport", {})
|
|
13
|
-
.n("ForecastClient", "CreateWhatIfForecastExportCommand")
|
|
14
|
-
.sc(CreateWhatIfForecastExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateWhatIfForecastExportCommand extends command(_ep0, _mw0, "CreateWhatIfForecastExport", CreateWhatIfForecastExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteDataset", {})
|
|
13
|
-
.n("ForecastClient", "DeleteDatasetCommand")
|
|
14
|
-
.sc(DeleteDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDatasetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteDatasetGroup", {})
|
|
13
|
-
.n("ForecastClient", "DeleteDatasetGroupCommand")
|
|
14
|
-
.sc(DeleteDatasetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDatasetGroupCommand extends command(_ep0, _mw0, "DeleteDatasetGroup", DeleteDatasetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDatasetImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDatasetImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteDatasetImportJob", {})
|
|
13
|
-
.n("ForecastClient", "DeleteDatasetImportJobCommand")
|
|
14
|
-
.sc(DeleteDatasetImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDatasetImportJobCommand extends command(_ep0, _mw0, "DeleteDatasetImportJob", DeleteDatasetImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteExplainability$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteExplainabilityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteExplainability", {})
|
|
13
|
-
.n("ForecastClient", "DeleteExplainabilityCommand")
|
|
14
|
-
.sc(DeleteExplainability$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteExplainabilityCommand extends command(_ep0, _mw0, "DeleteExplainability", DeleteExplainability$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteExplainabilityExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteExplainabilityExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteExplainabilityExport", {})
|
|
13
|
-
.n("ForecastClient", "DeleteExplainabilityExportCommand")
|
|
14
|
-
.sc(DeleteExplainabilityExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteExplainabilityExportCommand extends command(_ep0, _mw0, "DeleteExplainabilityExport", DeleteExplainabilityExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteForecast$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteForecastCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteForecast", {})
|
|
13
|
-
.n("ForecastClient", "DeleteForecastCommand")
|
|
14
|
-
.sc(DeleteForecast$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteForecastCommand extends command(_ep0, _mw0, "DeleteForecast", DeleteForecast$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteForecastExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteForecastExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteForecastExportJob", {})
|
|
13
|
-
.n("ForecastClient", "DeleteForecastExportJobCommand")
|
|
14
|
-
.sc(DeleteForecastExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteForecastExportJobCommand extends command(_ep0, _mw0, "DeleteForecastExportJob", DeleteForecastExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMonitor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMonitorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteMonitor", {})
|
|
13
|
-
.n("ForecastClient", "DeleteMonitorCommand")
|
|
14
|
-
.sc(DeleteMonitor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMonitorCommand extends command(_ep0, _mw0, "DeleteMonitor", DeleteMonitor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePredictorBacktestExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePredictorBacktestExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeletePredictorBacktestExportJob", {})
|
|
13
|
-
.n("ForecastClient", "DeletePredictorBacktestExportJobCommand")
|
|
14
|
-
.sc(DeletePredictorBacktestExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePredictorBacktestExportJobCommand extends command(_ep0, _mw0, "DeletePredictorBacktestExportJob", DeletePredictorBacktestExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePredictor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePredictorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeletePredictor", {})
|
|
13
|
-
.n("ForecastClient", "DeletePredictorCommand")
|
|
14
|
-
.sc(DeletePredictor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePredictorCommand extends command(_ep0, _mw0, "DeletePredictor", DeletePredictor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResourceTree$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourceTreeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteResourceTree", {})
|
|
13
|
-
.n("ForecastClient", "DeleteResourceTreeCommand")
|
|
14
|
-
.sc(DeleteResourceTree$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourceTreeCommand extends command(_ep0, _mw0, "DeleteResourceTree", DeleteResourceTree$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWhatIfAnalysis$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWhatIfAnalysisCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteWhatIfAnalysis", {})
|
|
13
|
-
.n("ForecastClient", "DeleteWhatIfAnalysisCommand")
|
|
14
|
-
.sc(DeleteWhatIfAnalysis$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWhatIfAnalysisCommand extends command(_ep0, _mw0, "DeleteWhatIfAnalysis", DeleteWhatIfAnalysis$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWhatIfForecast$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWhatIfForecastCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteWhatIfForecast", {})
|
|
13
|
-
.n("ForecastClient", "DeleteWhatIfForecastCommand")
|
|
14
|
-
.sc(DeleteWhatIfForecast$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWhatIfForecastCommand extends command(_ep0, _mw0, "DeleteWhatIfForecast", DeleteWhatIfForecast$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWhatIfForecastExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWhatIfForecastExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DeleteWhatIfForecastExport", {})
|
|
13
|
-
.n("ForecastClient", "DeleteWhatIfForecastExportCommand")
|
|
14
|
-
.sc(DeleteWhatIfForecastExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWhatIfForecastExportCommand extends command(_ep0, _mw0, "DeleteWhatIfForecastExport", DeleteWhatIfForecastExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAutoPredictor$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAutoPredictorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DescribeAutoPredictor", {})
|
|
13
|
-
.n("ForecastClient", "DescribeAutoPredictorCommand")
|
|
14
|
-
.sc(DescribeAutoPredictor$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAutoPredictorCommand extends command(_ep0, _mw0, "DescribeAutoPredictor", DescribeAutoPredictor$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DescribeDataset", {})
|
|
13
|
-
.n("ForecastClient", "DescribeDatasetCommand")
|
|
14
|
-
.sc(DescribeDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDatasetCommand extends command(_ep0, _mw0, "DescribeDataset", DescribeDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDatasetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDatasetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonForecast", "DescribeDatasetGroup", {})
|
|
13
|
-
.n("ForecastClient", "DescribeDatasetGroupCommand")
|
|
14
|
-
.sc(DescribeDatasetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDatasetGroupCommand extends command(_ep0, _mw0, "DescribeDatasetGroup", DescribeDatasetGroup$) {
|
|
16
4
|
}
|