@aws-sdk/client-forecast 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Forecast.d.ts +204 -213
- package/dist-types/ts3.4/ForecastClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDatasetGroupRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDatasetGroupCommandInput
|
|
5
|
-
extends DeleteDatasetGroupRequest {}
|
|
4
|
+
export interface DeleteDatasetGroupCommandInput extends DeleteDatasetGroupRequest {}
|
|
6
5
|
export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDatasetGroupCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDatasetGroupCommandInput
|
|
8
|
+
input: DeleteDatasetGroupCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDatasetGroupCommandInput,
|
|
12
11
|
DeleteDatasetGroupCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDatasetGroupCommandInput
|
|
17
|
+
input: DeleteDatasetGroupCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDatasetGroupCommandInput,
|
|
21
20
|
DeleteDatasetGroupCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteDatasetImportJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteDatasetImportJobCommandInput
|
|
5
|
-
extends DeleteDatasetImportJobRequest {}
|
|
4
|
+
export interface DeleteDatasetImportJobCommandInput extends DeleteDatasetImportJobRequest {}
|
|
6
5
|
export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteDatasetImportJobCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteDatasetImportJobCommandInput
|
|
8
|
+
input: DeleteDatasetImportJobCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteDatasetImportJobCommandInput,
|
|
12
11
|
DeleteDatasetImportJobCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteDatasetImportJobCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteDatasetImportJobCommandInput
|
|
17
|
+
input: DeleteDatasetImportJobCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteDatasetImportJobCommandInput,
|
|
21
20
|
DeleteDatasetImportJobCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteExplainabilityRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteExplainabilityCommandInput
|
|
5
|
-
extends DeleteExplainabilityRequest {}
|
|
4
|
+
export interface DeleteExplainabilityCommandInput extends DeleteExplainabilityRequest {}
|
|
6
5
|
export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteExplainabilityCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteExplainabilityCommandInput
|
|
8
|
+
input: DeleteExplainabilityCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteExplainabilityCommandInput,
|
|
12
11
|
DeleteExplainabilityCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteExplainabilityCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteExplainabilityCommandInput
|
|
17
|
+
input: DeleteExplainabilityCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteExplainabilityCommandInput,
|
|
21
20
|
DeleteExplainabilityCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteExplainabilityExportRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteExplainabilityExportCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteExplainabilityExportCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteExplainabilityExportCommandInput extends DeleteExplainabilityExportRequest {}
|
|
5
|
+
export interface DeleteExplainabilityExportCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteExplainabilityExportCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteExplainabilityExportCommandInput
|
|
8
|
+
input: DeleteExplainabilityExportCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteExplainabilityExportCommandInput,
|
|
13
11
|
DeleteExplainabilityExportCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteExplainabilityExportCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteExplainabilityExportCommandInput
|
|
17
|
+
input: DeleteExplainabilityExportCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteExplainabilityExportCommandInput,
|
|
22
20
|
DeleteExplainabilityExportCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteForecastCommandInput extends DeleteForecastRequest {}
|
|
|
5
5
|
export interface DeleteForecastCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteForecastCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteForecastCommandInput
|
|
8
|
+
input: DeleteForecastCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteForecastCommandInput,
|
|
11
11
|
DeleteForecastCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteForecastCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteForecastCommandInput
|
|
17
|
+
input: DeleteForecastCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteForecastCommandInput,
|
|
20
20
|
DeleteForecastCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteForecastExportJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteForecastExportJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteForecastExportJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteForecastExportJobCommandInput extends DeleteForecastExportJobRequest {}
|
|
5
|
+
export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteForecastExportJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteForecastExportJobCommandInput
|
|
8
|
+
input: DeleteForecastExportJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteForecastExportJobCommandInput,
|
|
13
11
|
DeleteForecastExportJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteForecastExportJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteForecastExportJobCommandInput
|
|
17
|
+
input: DeleteForecastExportJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteForecastExportJobCommandInput,
|
|
22
20
|
DeleteForecastExportJobCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteMonitorCommandInput extends DeleteMonitorRequest {}
|
|
|
5
5
|
export interface DeleteMonitorCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteMonitorCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteMonitorCommandInput
|
|
8
|
+
input: DeleteMonitorCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteMonitorCommandInput,
|
|
11
11
|
DeleteMonitorCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteMonitorCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteMonitorCommandInput
|
|
17
|
+
input: DeleteMonitorCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteMonitorCommandInput,
|
|
20
20
|
DeleteMonitorCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeletePredictorBacktestExportJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeletePredictorBacktestExportJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeletePredictorBacktestExportJobCommandInput extends DeletePredictorBacktestExportJobRequest {}
|
|
5
|
+
export interface DeletePredictorBacktestExportJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeletePredictorBacktestExportJobCommandInput
|
|
8
|
+
input: DeletePredictorBacktestExportJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeletePredictorBacktestExportJobCommandInput,
|
|
13
11
|
DeletePredictorBacktestExportJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeletePredictorBacktestExportJobCommandInput
|
|
17
|
+
input: DeletePredictorBacktestExportJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeletePredictorBacktestExportJobCommandInput,
|
|
22
20
|
DeletePredictorBacktestExportJobCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeletePredictorCommandInput extends DeletePredictorRequest {}
|
|
|
5
5
|
export interface DeletePredictorCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeletePredictorCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeletePredictorCommandInput
|
|
8
|
+
input: DeletePredictorCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeletePredictorCommandInput,
|
|
11
11
|
DeletePredictorCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeletePredictorCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeletePredictorCommandInput
|
|
17
|
+
input: DeletePredictorCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeletePredictorCommandInput,
|
|
20
20
|
DeletePredictorCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteResourceTreeRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteResourceTreeCommandInput
|
|
5
|
-
extends DeleteResourceTreeRequest {}
|
|
4
|
+
export interface DeleteResourceTreeCommandInput extends DeleteResourceTreeRequest {}
|
|
6
5
|
export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteResourceTreeCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteResourceTreeCommandInput
|
|
8
|
+
input: DeleteResourceTreeCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteResourceTreeCommandInput,
|
|
12
11
|
DeleteResourceTreeCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteResourceTreeCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteResourceTreeCommandInput
|
|
17
|
+
input: DeleteResourceTreeCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteResourceTreeCommandInput,
|
|
21
20
|
DeleteResourceTreeCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteWhatIfAnalysisRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteWhatIfAnalysisCommandInput
|
|
5
|
-
extends DeleteWhatIfAnalysisRequest {}
|
|
4
|
+
export interface DeleteWhatIfAnalysisCommandInput extends DeleteWhatIfAnalysisRequest {}
|
|
6
5
|
export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteWhatIfAnalysisCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteWhatIfAnalysisCommandInput
|
|
8
|
+
input: DeleteWhatIfAnalysisCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteWhatIfAnalysisCommandInput,
|
|
12
11
|
DeleteWhatIfAnalysisCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteWhatIfAnalysisCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteWhatIfAnalysisCommandInput
|
|
17
|
+
input: DeleteWhatIfAnalysisCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteWhatIfAnalysisCommandInput,
|
|
21
20
|
DeleteWhatIfAnalysisCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteWhatIfForecastRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteWhatIfForecastCommandInput
|
|
5
|
-
extends DeleteWhatIfForecastRequest {}
|
|
4
|
+
export interface DeleteWhatIfForecastCommandInput extends DeleteWhatIfForecastRequest {}
|
|
6
5
|
export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteWhatIfForecastCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteWhatIfForecastCommandInput
|
|
8
|
+
input: DeleteWhatIfForecastCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteWhatIfForecastCommandInput,
|
|
12
11
|
DeleteWhatIfForecastCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteWhatIfForecastCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteWhatIfForecastCommandInput
|
|
17
|
+
input: DeleteWhatIfForecastCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteWhatIfForecastCommandInput,
|
|
21
20
|
DeleteWhatIfForecastCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteWhatIfForecastExportRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteWhatIfForecastExportCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteWhatIfForecastExportCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteWhatIfForecastExportCommandInput extends DeleteWhatIfForecastExportRequest {}
|
|
5
|
+
export interface DeleteWhatIfForecastExportCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteWhatIfForecastExportCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteWhatIfForecastExportCommandInput
|
|
8
|
+
input: DeleteWhatIfForecastExportCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteWhatIfForecastExportCommandInput,
|
|
13
11
|
DeleteWhatIfForecastExportCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteWhatIfForecastExportCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteWhatIfForecastExportCommandInput
|
|
17
|
+
input: DeleteWhatIfForecastExportCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteWhatIfForecastExportCommandInput,
|
|
22
20
|
DeleteWhatIfForecastExportCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAutoPredictorRequest,
|
|
4
|
-
DescribeAutoPredictorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeAutoPredictorCommandInput
|
|
8
|
-
extends DescribeAutoPredictorRequest {}
|
|
4
|
+
export interface DescribeAutoPredictorCommandInput extends DescribeAutoPredictorRequest {}
|
|
9
5
|
export interface DescribeAutoPredictorCommandOutput
|
|
10
|
-
extends DescribeAutoPredictorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeAutoPredictorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeAutoPredictorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeAutoPredictorCommandInput
|
|
9
|
+
input: DescribeAutoPredictorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeAutoPredictorCommandInput,
|
|
17
12
|
DescribeAutoPredictorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeAutoPredictorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeAutoPredictorCommandInput
|
|
18
|
+
input: DescribeAutoPredictorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeAutoPredictorCommandInput,
|
|
26
21
|
DescribeAutoPredictorCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDatasetRequest,
|
|
4
|
-
DescribeDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
8
|
-
export interface DescribeDatasetCommandOutput
|
|
9
|
-
extends DescribeDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeDatasetCommandInput
|
|
8
|
+
input: DescribeDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeDatasetCommandInput,
|
|
16
11
|
DescribeDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeDatasetCommandInput
|
|
17
|
+
input: DescribeDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeDatasetCommandInput,
|
|
25
20
|
DescribeDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeDatasetGroupRequest,
|
|
4
|
-
DescribeDatasetGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDatasetGroupCommandInput
|
|
8
|
-
extends DescribeDatasetGroupRequest {}
|
|
4
|
+
export interface DescribeDatasetGroupCommandInput extends DescribeDatasetGroupRequest {}
|
|
9
5
|
export interface DescribeDatasetGroupCommandOutput
|
|
10
|
-
extends DescribeDatasetGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeDatasetGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeDatasetGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeDatasetGroupCommandInput
|
|
9
|
+
input: DescribeDatasetGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeDatasetGroupCommandInput,
|
|
17
12
|
DescribeDatasetGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeDatasetGroupCommandInput
|
|
18
|
+
input: DescribeDatasetGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeDatasetGroupCommandInput,
|
|
26
21
|
DescribeDatasetGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeDatasetImportJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeDatasetImportJobCommandInput
|
|
8
|
-
extends DescribeDatasetImportJobRequest {}
|
|
7
|
+
export interface DescribeDatasetImportJobCommandInput extends DescribeDatasetImportJobRequest {}
|
|
9
8
|
export interface DescribeDatasetImportJobCommandOutput
|
|
10
|
-
extends DescribeDatasetImportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeDatasetImportJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeDatasetImportJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeDatasetImportJobCommandInput
|
|
12
|
+
input: DescribeDatasetImportJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeDatasetImportJobCommandInput,
|
|
17
15
|
DescribeDatasetImportJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeDatasetImportJobCommandInput
|
|
21
|
+
input: DescribeDatasetImportJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeDatasetImportJobCommandInput,
|
|
26
24
|
DescribeDatasetImportJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeExplainabilityRequest,
|
|
4
|
-
DescribeExplainabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeExplainabilityCommandInput
|
|
8
|
-
extends DescribeExplainabilityRequest {}
|
|
4
|
+
export interface DescribeExplainabilityCommandInput extends DescribeExplainabilityRequest {}
|
|
9
5
|
export interface DescribeExplainabilityCommandOutput
|
|
10
|
-
extends DescribeExplainabilityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeExplainabilityResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeExplainabilityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeExplainabilityCommandInput
|
|
9
|
+
input: DescribeExplainabilityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeExplainabilityCommandInput,
|
|
17
12
|
DescribeExplainabilityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeExplainabilityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeExplainabilityCommandInput
|
|
18
|
+
input: DescribeExplainabilityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeExplainabilityCommandInput,
|
|
26
21
|
DescribeExplainabilityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeExplainabilityExportResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeExplainabilityExportCommandInput
|
|
8
|
-
extends DescribeExplainabilityExportRequest {}
|
|
7
|
+
export interface DescribeExplainabilityExportCommandInput extends DescribeExplainabilityExportRequest {}
|
|
9
8
|
export interface DescribeExplainabilityExportCommandOutput
|
|
10
|
-
extends DescribeExplainabilityExportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeExplainabilityExportResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeExplainabilityExportCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeExplainabilityExportCommandInput
|
|
12
|
+
input: DescribeExplainabilityExportCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeExplainabilityExportCommandInput,
|
|
17
15
|
DescribeExplainabilityExportCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeExplainabilityExportCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeExplainabilityExportCommandInput
|
|
21
|
+
input: DescribeExplainabilityExportCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeExplainabilityExportCommandInput,
|
|
26
24
|
DescribeExplainabilityExportCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeForecastRequest,
|
|
4
|
-
DescribeForecastResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeForecastRequest, DescribeForecastResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeForecastCommandInput extends DescribeForecastRequest {}
|
|
8
|
-
export interface DescribeForecastCommandOutput
|
|
9
|
-
extends DescribeForecastResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeForecastCommandOutput extends DescribeForecastResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeForecastCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeForecastCommandInput
|
|
8
|
+
input: DescribeForecastCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeForecastCommandInput,
|
|
16
11
|
DescribeForecastCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeForecastCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeForecastCommandInput
|
|
17
|
+
input: DescribeForecastCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeForecastCommandInput,
|
|
25
20
|
DescribeForecastCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeForecastExportJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeForecastExportJobCommandInput
|
|
8
|
-
extends DescribeForecastExportJobRequest {}
|
|
7
|
+
export interface DescribeForecastExportJobCommandInput extends DescribeForecastExportJobRequest {}
|
|
9
8
|
export interface DescribeForecastExportJobCommandOutput
|
|
10
|
-
extends DescribeForecastExportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeForecastExportJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeForecastExportJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeForecastExportJobCommandInput
|
|
12
|
+
input: DescribeForecastExportJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeForecastExportJobCommandInput,
|
|
17
15
|
DescribeForecastExportJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeForecastExportJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeForecastExportJobCommandInput
|
|
21
|
+
input: DescribeForecastExportJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeForecastExportJobCommandInput,
|
|
26
24
|
DescribeForecastExportJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeMonitorRequest,
|
|
4
|
-
DescribeMonitorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeMonitorRequest, DescribeMonitorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeMonitorCommandInput extends DescribeMonitorRequest {}
|
|
8
|
-
export interface DescribeMonitorCommandOutput
|
|
9
|
-
extends DescribeMonitorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeMonitorCommandOutput extends DescribeMonitorResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeMonitorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeMonitorCommandInput
|
|
8
|
+
input: DescribeMonitorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeMonitorCommandInput,
|
|
16
11
|
DescribeMonitorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeMonitorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeMonitorCommandInput
|
|
17
|
+
input: DescribeMonitorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeMonitorCommandInput,
|
|
25
20
|
DescribeMonitorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribePredictorBacktestExportJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePredictorBacktestExportJobCommandInput
|
|
8
|
-
extends DescribePredictorBacktestExportJobRequest {}
|
|
7
|
+
export interface DescribePredictorBacktestExportJobCommandInput extends DescribePredictorBacktestExportJobRequest {}
|
|
9
8
|
export interface DescribePredictorBacktestExportJobCommandOutput
|
|
10
|
-
extends DescribePredictorBacktestExportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribePredictorBacktestExportJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribePredictorBacktestExportJobCommandInput
|
|
12
|
+
input: DescribePredictorBacktestExportJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribePredictorBacktestExportJobCommandInput,
|
|
17
15
|
DescribePredictorBacktestExportJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribePredictorBacktestExportJobCommandInput
|
|
21
|
+
input: DescribePredictorBacktestExportJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribePredictorBacktestExportJobCommandInput,
|
|
26
24
|
DescribePredictorBacktestExportJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribePredictorRequest,
|
|
4
|
-
DescribePredictorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribePredictorRequest, DescribePredictorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribePredictorCommandInput
|
|
8
|
-
extends DescribePredictorRequest {}
|
|
4
|
+
export interface DescribePredictorCommandInput extends DescribePredictorRequest {}
|
|
9
5
|
export interface DescribePredictorCommandOutput
|
|
10
|
-
extends DescribePredictorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribePredictorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribePredictorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribePredictorCommandInput
|
|
9
|
+
input: DescribePredictorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribePredictorCommandInput,
|
|
17
12
|
DescribePredictorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribePredictorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribePredictorCommandInput
|
|
18
|
+
input: DescribePredictorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribePredictorCommandInput,
|
|
26
21
|
DescribePredictorCommandOutput,
|