@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,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
|
+
ListWhatIfAnalysesRequest,
|
|
15
|
+
ListWhatIfAnalysesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWhatIfAnalysesCommandInput
|
|
18
|
+
extends ListWhatIfAnalysesRequest {}
|
|
19
|
+
export interface ListWhatIfAnalysesCommandOutput
|
|
20
|
+
extends ListWhatIfAnalysesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListWhatIfAnalysesCommand extends $Command<
|
|
24
|
+
ListWhatIfAnalysesCommandInput,
|
|
25
|
+
ListWhatIfAnalysesCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListWhatIfAnalysesCommandInput;
|
|
29
|
+
constructor(input: ListWhatIfAnalysesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput>;
|
|
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
|
+
ListWhatIfForecastExportsRequest,
|
|
15
|
+
ListWhatIfForecastExportsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWhatIfForecastExportsCommandInput
|
|
18
|
+
extends ListWhatIfForecastExportsRequest {}
|
|
19
|
+
export interface ListWhatIfForecastExportsCommandOutput
|
|
20
|
+
extends ListWhatIfForecastExportsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListWhatIfForecastExportsCommand extends $Command<
|
|
24
|
+
ListWhatIfForecastExportsCommandInput,
|
|
25
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListWhatIfForecastExportsCommandInput;
|
|
29
|
+
constructor(input: ListWhatIfForecastExportsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListWhatIfForecastExportsCommandInput,
|
|
37
|
+
ListWhatIfForecastExportsCommandOutput
|
|
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
|
+
ListWhatIfForecastsRequest,
|
|
15
|
+
ListWhatIfForecastsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWhatIfForecastsCommandInput
|
|
18
|
+
extends ListWhatIfForecastsRequest {}
|
|
19
|
+
export interface ListWhatIfForecastsCommandOutput
|
|
20
|
+
extends ListWhatIfForecastsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListWhatIfForecastsCommand extends $Command<
|
|
24
|
+
ListWhatIfForecastsCommandInput,
|
|
25
|
+
ListWhatIfForecastsCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListWhatIfForecastsCommandInput;
|
|
29
|
+
constructor(input: ListWhatIfForecastsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { ResumeResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface ResumeResourceCommandInput extends ResumeResourceRequest {}
|
|
15
|
+
export interface ResumeResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class ResumeResourceCommand extends $Command<
|
|
18
|
+
ResumeResourceCommandInput,
|
|
19
|
+
ResumeResourceCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: ResumeResourceCommandInput;
|
|
23
|
+
constructor(input: ResumeResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ForecastClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ResumeResourceCommandInput, ResumeResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { StopResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface StopResourceCommandInput extends StopResourceRequest {}
|
|
15
|
+
export interface StopResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class StopResourceCommand extends $Command<
|
|
18
|
+
StopResourceCommandInput,
|
|
19
|
+
StopResourceCommandOutput,
|
|
20
|
+
ForecastClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: StopResourceCommandInput;
|
|
23
|
+
constructor(input: StopResourceCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ForecastClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopResourceCommandInput, StopResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
ForecastClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ForecastClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
ForecastClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ForecastClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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
|
+
UpdateDatasetGroupRequest,
|
|
15
|
+
UpdateDatasetGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDatasetGroupCommandInput
|
|
18
|
+
extends UpdateDatasetGroupRequest {}
|
|
19
|
+
export interface UpdateDatasetGroupCommandOutput
|
|
20
|
+
extends UpdateDatasetGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateDatasetGroupCommand extends $Command<
|
|
24
|
+
UpdateDatasetGroupCommandInput,
|
|
25
|
+
UpdateDatasetGroupCommandOutput,
|
|
26
|
+
ForecastClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateDatasetGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateDatasetGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ForecastClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
export * from "./CreateAutoPredictorCommand";
|
|
2
|
-
export * from "./CreateDatasetCommand";
|
|
3
|
-
export * from "./CreateDatasetGroupCommand";
|
|
4
|
-
export * from "./CreateDatasetImportJobCommand";
|
|
5
|
-
export * from "./CreateExplainabilityCommand";
|
|
6
|
-
export * from "./CreateExplainabilityExportCommand";
|
|
7
|
-
export * from "./CreateForecastCommand";
|
|
8
|
-
export * from "./CreateForecastExportJobCommand";
|
|
9
|
-
export * from "./CreateMonitorCommand";
|
|
10
|
-
export * from "./CreatePredictorBacktestExportJobCommand";
|
|
11
|
-
export * from "./CreatePredictorCommand";
|
|
12
|
-
export * from "./CreateWhatIfAnalysisCommand";
|
|
13
|
-
export * from "./CreateWhatIfForecastCommand";
|
|
14
|
-
export * from "./CreateWhatIfForecastExportCommand";
|
|
15
|
-
export * from "./DeleteDatasetCommand";
|
|
16
|
-
export * from "./DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./DeleteDatasetImportJobCommand";
|
|
18
|
-
export * from "./DeleteExplainabilityCommand";
|
|
19
|
-
export * from "./DeleteExplainabilityExportCommand";
|
|
20
|
-
export * from "./DeleteForecastCommand";
|
|
21
|
-
export * from "./DeleteForecastExportJobCommand";
|
|
22
|
-
export * from "./DeleteMonitorCommand";
|
|
23
|
-
export * from "./DeletePredictorBacktestExportJobCommand";
|
|
24
|
-
export * from "./DeletePredictorCommand";
|
|
25
|
-
export * from "./DeleteResourceTreeCommand";
|
|
26
|
-
export * from "./DeleteWhatIfAnalysisCommand";
|
|
27
|
-
export * from "./DeleteWhatIfForecastCommand";
|
|
28
|
-
export * from "./DeleteWhatIfForecastExportCommand";
|
|
29
|
-
export * from "./DescribeAutoPredictorCommand";
|
|
30
|
-
export * from "./DescribeDatasetCommand";
|
|
31
|
-
export * from "./DescribeDatasetGroupCommand";
|
|
32
|
-
export * from "./DescribeDatasetImportJobCommand";
|
|
33
|
-
export * from "./DescribeExplainabilityCommand";
|
|
34
|
-
export * from "./DescribeExplainabilityExportCommand";
|
|
35
|
-
export * from "./DescribeForecastCommand";
|
|
36
|
-
export * from "./DescribeForecastExportJobCommand";
|
|
37
|
-
export * from "./DescribeMonitorCommand";
|
|
38
|
-
export * from "./DescribePredictorBacktestExportJobCommand";
|
|
39
|
-
export * from "./DescribePredictorCommand";
|
|
40
|
-
export * from "./DescribeWhatIfAnalysisCommand";
|
|
41
|
-
export * from "./DescribeWhatIfForecastCommand";
|
|
42
|
-
export * from "./DescribeWhatIfForecastExportCommand";
|
|
43
|
-
export * from "./GetAccuracyMetricsCommand";
|
|
44
|
-
export * from "./ListDatasetGroupsCommand";
|
|
45
|
-
export * from "./ListDatasetImportJobsCommand";
|
|
46
|
-
export * from "./ListDatasetsCommand";
|
|
47
|
-
export * from "./ListExplainabilitiesCommand";
|
|
48
|
-
export * from "./ListExplainabilityExportsCommand";
|
|
49
|
-
export * from "./ListForecastExportJobsCommand";
|
|
50
|
-
export * from "./ListForecastsCommand";
|
|
51
|
-
export * from "./ListMonitorEvaluationsCommand";
|
|
52
|
-
export * from "./ListMonitorsCommand";
|
|
53
|
-
export * from "./ListPredictorBacktestExportJobsCommand";
|
|
54
|
-
export * from "./ListPredictorsCommand";
|
|
55
|
-
export * from "./ListTagsForResourceCommand";
|
|
56
|
-
export * from "./ListWhatIfAnalysesCommand";
|
|
57
|
-
export * from "./ListWhatIfForecastExportsCommand";
|
|
58
|
-
export * from "./ListWhatIfForecastsCommand";
|
|
59
|
-
export * from "./ResumeResourceCommand";
|
|
60
|
-
export * from "./StopResourceCommand";
|
|
61
|
-
export * from "./TagResourceCommand";
|
|
62
|
-
export * from "./UntagResourceCommand";
|
|
63
|
-
export * from "./UpdateDatasetGroupCommand";
|
|
1
|
+
export * from "./CreateAutoPredictorCommand";
|
|
2
|
+
export * from "./CreateDatasetCommand";
|
|
3
|
+
export * from "./CreateDatasetGroupCommand";
|
|
4
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
5
|
+
export * from "./CreateExplainabilityCommand";
|
|
6
|
+
export * from "./CreateExplainabilityExportCommand";
|
|
7
|
+
export * from "./CreateForecastCommand";
|
|
8
|
+
export * from "./CreateForecastExportJobCommand";
|
|
9
|
+
export * from "./CreateMonitorCommand";
|
|
10
|
+
export * from "./CreatePredictorBacktestExportJobCommand";
|
|
11
|
+
export * from "./CreatePredictorCommand";
|
|
12
|
+
export * from "./CreateWhatIfAnalysisCommand";
|
|
13
|
+
export * from "./CreateWhatIfForecastCommand";
|
|
14
|
+
export * from "./CreateWhatIfForecastExportCommand";
|
|
15
|
+
export * from "./DeleteDatasetCommand";
|
|
16
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
17
|
+
export * from "./DeleteDatasetImportJobCommand";
|
|
18
|
+
export * from "./DeleteExplainabilityCommand";
|
|
19
|
+
export * from "./DeleteExplainabilityExportCommand";
|
|
20
|
+
export * from "./DeleteForecastCommand";
|
|
21
|
+
export * from "./DeleteForecastExportJobCommand";
|
|
22
|
+
export * from "./DeleteMonitorCommand";
|
|
23
|
+
export * from "./DeletePredictorBacktestExportJobCommand";
|
|
24
|
+
export * from "./DeletePredictorCommand";
|
|
25
|
+
export * from "./DeleteResourceTreeCommand";
|
|
26
|
+
export * from "./DeleteWhatIfAnalysisCommand";
|
|
27
|
+
export * from "./DeleteWhatIfForecastCommand";
|
|
28
|
+
export * from "./DeleteWhatIfForecastExportCommand";
|
|
29
|
+
export * from "./DescribeAutoPredictorCommand";
|
|
30
|
+
export * from "./DescribeDatasetCommand";
|
|
31
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
32
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
33
|
+
export * from "./DescribeExplainabilityCommand";
|
|
34
|
+
export * from "./DescribeExplainabilityExportCommand";
|
|
35
|
+
export * from "./DescribeForecastCommand";
|
|
36
|
+
export * from "./DescribeForecastExportJobCommand";
|
|
37
|
+
export * from "./DescribeMonitorCommand";
|
|
38
|
+
export * from "./DescribePredictorBacktestExportJobCommand";
|
|
39
|
+
export * from "./DescribePredictorCommand";
|
|
40
|
+
export * from "./DescribeWhatIfAnalysisCommand";
|
|
41
|
+
export * from "./DescribeWhatIfForecastCommand";
|
|
42
|
+
export * from "./DescribeWhatIfForecastExportCommand";
|
|
43
|
+
export * from "./GetAccuracyMetricsCommand";
|
|
44
|
+
export * from "./ListDatasetGroupsCommand";
|
|
45
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
46
|
+
export * from "./ListDatasetsCommand";
|
|
47
|
+
export * from "./ListExplainabilitiesCommand";
|
|
48
|
+
export * from "./ListExplainabilityExportsCommand";
|
|
49
|
+
export * from "./ListForecastExportJobsCommand";
|
|
50
|
+
export * from "./ListForecastsCommand";
|
|
51
|
+
export * from "./ListMonitorEvaluationsCommand";
|
|
52
|
+
export * from "./ListMonitorsCommand";
|
|
53
|
+
export * from "./ListPredictorBacktestExportJobsCommand";
|
|
54
|
+
export * from "./ListPredictorsCommand";
|
|
55
|
+
export * from "./ListTagsForResourceCommand";
|
|
56
|
+
export * from "./ListWhatIfAnalysesCommand";
|
|
57
|
+
export * from "./ListWhatIfForecastExportsCommand";
|
|
58
|
+
export * from "./ListWhatIfForecastsCommand";
|
|
59
|
+
export * from "./ResumeResourceCommand";
|
|
60
|
+
export * from "./StopResourceCommand";
|
|
61
|
+
export * from "./TagResourceCommand";
|
|
62
|
+
export * from "./UntagResourceCommand";
|
|
63
|
+
export * from "./UpdateDatasetGroupCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Forecast";
|
|
2
|
-
export * from "./ForecastClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { ForecastServiceException } from "./models/ForecastServiceException";
|
|
1
|
+
export * from "./Forecast";
|
|
2
|
+
export * from "./ForecastClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { ForecastServiceException } from "./models/ForecastServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class ForecastServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|