@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
|
+
ListDatasetImportJobsRequest,
|
|
15
|
+
ListDatasetImportJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDatasetImportJobsCommandInput
|
|
18
|
+
extends ListDatasetImportJobsRequest {}
|
|
19
|
+
export interface ListDatasetImportJobsCommandOutput
|
|
20
|
+
extends ListDatasetImportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDatasetImportJobsCommand extends $Command<
|
|
24
|
+
ListDatasetImportJobsCommandInput,
|
|
25
|
+
ListDatasetImportJobsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDatasetImportJobsCommandInput;
|
|
29
|
+
constructor(input: ListDatasetImportJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDatasetImportJobsCommandInput,
|
|
37
|
+
ListDatasetImportJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
15
|
+
export interface ListDatasetsCommandOutput
|
|
16
|
+
extends ListDatasetsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListDatasetsCommand extends $Command<
|
|
20
|
+
ListDatasetsCommandInput,
|
|
21
|
+
ListDatasetsCommandOutput,
|
|
22
|
+
ForecastClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListDatasetsCommandInput;
|
|
25
|
+
constructor(input: ListDatasetsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ForecastClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
ListExplainabilitiesRequest,
|
|
15
|
+
ListExplainabilitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListExplainabilitiesCommandInput
|
|
18
|
+
extends ListExplainabilitiesRequest {}
|
|
19
|
+
export interface ListExplainabilitiesCommandOutput
|
|
20
|
+
extends ListExplainabilitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListExplainabilitiesCommand extends $Command<
|
|
24
|
+
ListExplainabilitiesCommandInput,
|
|
25
|
+
ListExplainabilitiesCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListExplainabilitiesCommandInput;
|
|
29
|
+
constructor(input: ListExplainabilitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListExplainabilitiesCommandInput,
|
|
37
|
+
ListExplainabilitiesCommandOutput
|
|
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
|
+
ListExplainabilityExportsRequest,
|
|
15
|
+
ListExplainabilityExportsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListExplainabilityExportsCommandInput
|
|
18
|
+
extends ListExplainabilityExportsRequest {}
|
|
19
|
+
export interface ListExplainabilityExportsCommandOutput
|
|
20
|
+
extends ListExplainabilityExportsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListExplainabilityExportsCommand extends $Command<
|
|
24
|
+
ListExplainabilityExportsCommandInput,
|
|
25
|
+
ListExplainabilityExportsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListExplainabilityExportsCommandInput;
|
|
29
|
+
constructor(input: ListExplainabilityExportsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListExplainabilityExportsCommandInput,
|
|
37
|
+
ListExplainabilityExportsCommandOutput
|
|
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
|
+
ListForecastExportJobsRequest,
|
|
15
|
+
ListForecastExportJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListForecastExportJobsCommandInput
|
|
18
|
+
extends ListForecastExportJobsRequest {}
|
|
19
|
+
export interface ListForecastExportJobsCommandOutput
|
|
20
|
+
extends ListForecastExportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListForecastExportJobsCommand extends $Command<
|
|
24
|
+
ListForecastExportJobsCommandInput,
|
|
25
|
+
ListForecastExportJobsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListForecastExportJobsCommandInput;
|
|
29
|
+
constructor(input: ListForecastExportJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListForecastExportJobsCommandInput,
|
|
37
|
+
ListForecastExportJobsCommandOutput
|
|
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
|
+
ListForecastsRequest,
|
|
15
|
+
ListForecastsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListForecastsCommandInput extends ListForecastsRequest {}
|
|
18
|
+
export interface ListForecastsCommandOutput
|
|
19
|
+
extends ListForecastsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListForecastsCommand extends $Command<
|
|
23
|
+
ListForecastsCommandInput,
|
|
24
|
+
ListForecastsCommandOutput,
|
|
25
|
+
ForecastClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListForecastsCommandInput;
|
|
28
|
+
constructor(input: ListForecastsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ForecastClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListForecastsCommandInput, ListForecastsCommandOutput>;
|
|
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
|
+
ListMonitorEvaluationsRequest,
|
|
15
|
+
ListMonitorEvaluationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListMonitorEvaluationsCommandInput
|
|
18
|
+
extends ListMonitorEvaluationsRequest {}
|
|
19
|
+
export interface ListMonitorEvaluationsCommandOutput
|
|
20
|
+
extends ListMonitorEvaluationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListMonitorEvaluationsCommand extends $Command<
|
|
24
|
+
ListMonitorEvaluationsCommandInput,
|
|
25
|
+
ListMonitorEvaluationsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListMonitorEvaluationsCommandInput;
|
|
29
|
+
constructor(input: ListMonitorEvaluationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListMonitorEvaluationsCommandInput,
|
|
37
|
+
ListMonitorEvaluationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListMonitorsCommandInput extends ListMonitorsRequest {}
|
|
15
|
+
export interface ListMonitorsCommandOutput
|
|
16
|
+
extends ListMonitorsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListMonitorsCommand extends $Command<
|
|
20
|
+
ListMonitorsCommandInput,
|
|
21
|
+
ListMonitorsCommandOutput,
|
|
22
|
+
ForecastClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListMonitorsCommandInput;
|
|
25
|
+
constructor(input: ListMonitorsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ForecastClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListMonitorsCommandInput, ListMonitorsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
ListPredictorBacktestExportJobsRequest,
|
|
15
|
+
ListPredictorBacktestExportJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPredictorBacktestExportJobsCommandInput
|
|
18
|
+
extends ListPredictorBacktestExportJobsRequest {}
|
|
19
|
+
export interface ListPredictorBacktestExportJobsCommandOutput
|
|
20
|
+
extends ListPredictorBacktestExportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPredictorBacktestExportJobsCommand extends $Command<
|
|
24
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
25
|
+
ListPredictorBacktestExportJobsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPredictorBacktestExportJobsCommandInput;
|
|
29
|
+
constructor(input: ListPredictorBacktestExportJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
37
|
+
ListPredictorBacktestExportJobsCommandOutput
|
|
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
|
+
ListPredictorsRequest,
|
|
15
|
+
ListPredictorsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPredictorsCommandInput extends ListPredictorsRequest {}
|
|
18
|
+
export interface ListPredictorsCommandOutput
|
|
19
|
+
extends ListPredictorsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListPredictorsCommand extends $Command<
|
|
23
|
+
ListPredictorsCommandInput,
|
|
24
|
+
ListPredictorsCommandOutput,
|
|
25
|
+
ForecastClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPredictorsCommandInput;
|
|
28
|
+
constructor(input: ListPredictorsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ForecastClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListPredictorsCommandInput, ListPredictorsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|