@aws-sdk/client-forecast 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Forecast.d.ts +1144 -320
- package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ForecastServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2296 -2137
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeExplainabilityExportRequest,
|
|
15
|
+
DescribeExplainabilityExportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeExplainabilityExportCommandInput
|
|
18
|
+
extends DescribeExplainabilityExportRequest {}
|
|
19
|
+
export interface DescribeExplainabilityExportCommandOutput
|
|
20
|
+
extends DescribeExplainabilityExportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeExplainabilityExportCommand extends $Command<
|
|
24
|
+
DescribeExplainabilityExportCommandInput,
|
|
25
|
+
DescribeExplainabilityExportCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeExplainabilityExportCommandInput;
|
|
29
|
+
constructor(input: DescribeExplainabilityExportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeExplainabilityExportCommandInput,
|
|
37
|
+
DescribeExplainabilityExportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeForecastRequest,
|
|
15
|
+
DescribeForecastResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeForecastCommandInput extends DescribeForecastRequest {}
|
|
18
|
+
export interface DescribeForecastCommandOutput
|
|
19
|
+
extends DescribeForecastResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeForecastCommand extends $Command<
|
|
23
|
+
DescribeForecastCommandInput,
|
|
24
|
+
DescribeForecastCommandOutput,
|
|
25
|
+
ForecastClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeForecastCommandInput;
|
|
28
|
+
constructor(input: DescribeForecastCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ForecastClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeForecastCommandInput, DescribeForecastCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeForecastExportJobRequest,
|
|
15
|
+
DescribeForecastExportJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeForecastExportJobCommandInput
|
|
18
|
+
extends DescribeForecastExportJobRequest {}
|
|
19
|
+
export interface DescribeForecastExportJobCommandOutput
|
|
20
|
+
extends DescribeForecastExportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeForecastExportJobCommand extends $Command<
|
|
24
|
+
DescribeForecastExportJobCommandInput,
|
|
25
|
+
DescribeForecastExportJobCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeForecastExportJobCommandInput;
|
|
29
|
+
constructor(input: DescribeForecastExportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeForecastExportJobCommandInput,
|
|
37
|
+
DescribeForecastExportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeMonitorRequest,
|
|
15
|
+
DescribeMonitorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeMonitorCommandInput extends DescribeMonitorRequest {}
|
|
18
|
+
export interface DescribeMonitorCommandOutput
|
|
19
|
+
extends DescribeMonitorResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeMonitorCommand extends $Command<
|
|
23
|
+
DescribeMonitorCommandInput,
|
|
24
|
+
DescribeMonitorCommandOutput,
|
|
25
|
+
ForecastClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeMonitorCommandInput;
|
|
28
|
+
constructor(input: DescribeMonitorCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ForecastClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeMonitorCommandInput, DescribeMonitorCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePredictorBacktestExportJobRequest,
|
|
15
|
+
DescribePredictorBacktestExportJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePredictorBacktestExportJobCommandInput
|
|
18
|
+
extends DescribePredictorBacktestExportJobRequest {}
|
|
19
|
+
export interface DescribePredictorBacktestExportJobCommandOutput
|
|
20
|
+
extends DescribePredictorBacktestExportJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribePredictorBacktestExportJobCommand extends $Command<
|
|
24
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
25
|
+
DescribePredictorBacktestExportJobCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribePredictorBacktestExportJobCommandInput;
|
|
29
|
+
constructor(input: DescribePredictorBacktestExportJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
37
|
+
DescribePredictorBacktestExportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePredictorRequest,
|
|
15
|
+
DescribePredictorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePredictorCommandInput
|
|
18
|
+
extends DescribePredictorRequest {}
|
|
19
|
+
export interface DescribePredictorCommandOutput
|
|
20
|
+
extends DescribePredictorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribePredictorCommand extends $Command<
|
|
24
|
+
DescribePredictorCommandInput,
|
|
25
|
+
DescribePredictorCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribePredictorCommandInput;
|
|
29
|
+
constructor(input: DescribePredictorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribePredictorCommandInput, DescribePredictorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeWhatIfAnalysisRequest,
|
|
15
|
+
DescribeWhatIfAnalysisResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeWhatIfAnalysisCommandInput
|
|
18
|
+
extends DescribeWhatIfAnalysisRequest {}
|
|
19
|
+
export interface DescribeWhatIfAnalysisCommandOutput
|
|
20
|
+
extends DescribeWhatIfAnalysisResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWhatIfAnalysisCommand extends $Command<
|
|
24
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
25
|
+
DescribeWhatIfAnalysisCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWhatIfAnalysisCommandInput;
|
|
29
|
+
constructor(input: DescribeWhatIfAnalysisCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
37
|
+
DescribeWhatIfAnalysisCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeWhatIfForecastRequest,
|
|
15
|
+
DescribeWhatIfForecastResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeWhatIfForecastCommandInput
|
|
18
|
+
extends DescribeWhatIfForecastRequest {}
|
|
19
|
+
export interface DescribeWhatIfForecastCommandOutput
|
|
20
|
+
extends DescribeWhatIfForecastResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWhatIfForecastCommand extends $Command<
|
|
24
|
+
DescribeWhatIfForecastCommandInput,
|
|
25
|
+
DescribeWhatIfForecastCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWhatIfForecastCommandInput;
|
|
29
|
+
constructor(input: DescribeWhatIfForecastCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeWhatIfForecastCommandInput,
|
|
37
|
+
DescribeWhatIfForecastCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeWhatIfForecastExportRequest,
|
|
15
|
+
DescribeWhatIfForecastExportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeWhatIfForecastExportCommandInput
|
|
18
|
+
extends DescribeWhatIfForecastExportRequest {}
|
|
19
|
+
export interface DescribeWhatIfForecastExportCommandOutput
|
|
20
|
+
extends DescribeWhatIfForecastExportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWhatIfForecastExportCommand extends $Command<
|
|
24
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
25
|
+
DescribeWhatIfForecastExportCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWhatIfForecastExportCommandInput;
|
|
29
|
+
constructor(input: DescribeWhatIfForecastExportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
37
|
+
DescribeWhatIfForecastExportCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
GetAccuracyMetricsRequest,
|
|
15
|
+
GetAccuracyMetricsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAccuracyMetricsCommandInput
|
|
18
|
+
extends GetAccuracyMetricsRequest {}
|
|
19
|
+
export interface GetAccuracyMetricsCommandOutput
|
|
20
|
+
extends GetAccuracyMetricsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAccuracyMetricsCommand extends $Command<
|
|
24
|
+
GetAccuracyMetricsCommandInput,
|
|
25
|
+
GetAccuracyMetricsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAccuracyMetricsCommandInput;
|
|
29
|
+
constructor(input: GetAccuracyMetricsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ForecastClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ForecastClient";
|
|
13
|
+
import {
|
|
14
|
+
ListDatasetGroupsRequest,
|
|
15
|
+
ListDatasetGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDatasetGroupsCommandInput
|
|
18
|
+
extends ListDatasetGroupsRequest {}
|
|
19
|
+
export interface ListDatasetGroupsCommandOutput
|
|
20
|
+
extends ListDatasetGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDatasetGroupsCommand extends $Command<
|
|
24
|
+
ListDatasetGroupsCommandInput,
|
|
25
|
+
ListDatasetGroupsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDatasetGroupsCommandInput;
|
|
29
|
+
constructor(input: ListDatasetGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|