@aws-sdk/client-forecast 3.533.0 → 3.535.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-types/Forecast.d.ts +14 -1
- package/dist-types/ForecastClient.d.ts +1 -1
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
- package/dist-types/commands/StopResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +690 -690
- package/dist-types/ts3.4/Forecast.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -818,6 +818,7 @@ export interface Forecast {
|
|
|
818
818
|
options: __HttpHandlerOptions,
|
|
819
819
|
cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
|
|
820
820
|
): void;
|
|
821
|
+
listDatasetGroups(): Promise<ListDatasetGroupsCommandOutput>;
|
|
821
822
|
listDatasetGroups(
|
|
822
823
|
args: ListDatasetGroupsCommandInput,
|
|
823
824
|
options?: __HttpHandlerOptions
|
|
@@ -831,6 +832,7 @@ export interface Forecast {
|
|
|
831
832
|
options: __HttpHandlerOptions,
|
|
832
833
|
cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
|
|
833
834
|
): void;
|
|
835
|
+
listDatasetImportJobs(): Promise<ListDatasetImportJobsCommandOutput>;
|
|
834
836
|
listDatasetImportJobs(
|
|
835
837
|
args: ListDatasetImportJobsCommandInput,
|
|
836
838
|
options?: __HttpHandlerOptions
|
|
@@ -844,6 +846,7 @@ export interface Forecast {
|
|
|
844
846
|
options: __HttpHandlerOptions,
|
|
845
847
|
cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
|
|
846
848
|
): void;
|
|
849
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
847
850
|
listDatasets(
|
|
848
851
|
args: ListDatasetsCommandInput,
|
|
849
852
|
options?: __HttpHandlerOptions
|
|
@@ -857,6 +860,7 @@ export interface Forecast {
|
|
|
857
860
|
options: __HttpHandlerOptions,
|
|
858
861
|
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
859
862
|
): void;
|
|
863
|
+
listExplainabilities(): Promise<ListExplainabilitiesCommandOutput>;
|
|
860
864
|
listExplainabilities(
|
|
861
865
|
args: ListExplainabilitiesCommandInput,
|
|
862
866
|
options?: __HttpHandlerOptions
|
|
@@ -870,6 +874,7 @@ export interface Forecast {
|
|
|
870
874
|
options: __HttpHandlerOptions,
|
|
871
875
|
cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
|
|
872
876
|
): void;
|
|
877
|
+
listExplainabilityExports(): Promise<ListExplainabilityExportsCommandOutput>;
|
|
873
878
|
listExplainabilityExports(
|
|
874
879
|
args: ListExplainabilityExportsCommandInput,
|
|
875
880
|
options?: __HttpHandlerOptions
|
|
@@ -883,6 +888,7 @@ export interface Forecast {
|
|
|
883
888
|
options: __HttpHandlerOptions,
|
|
884
889
|
cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
|
|
885
890
|
): void;
|
|
891
|
+
listForecastExportJobs(): Promise<ListForecastExportJobsCommandOutput>;
|
|
886
892
|
listForecastExportJobs(
|
|
887
893
|
args: ListForecastExportJobsCommandInput,
|
|
888
894
|
options?: __HttpHandlerOptions
|
|
@@ -896,6 +902,7 @@ export interface Forecast {
|
|
|
896
902
|
options: __HttpHandlerOptions,
|
|
897
903
|
cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
|
|
898
904
|
): void;
|
|
905
|
+
listForecasts(): Promise<ListForecastsCommandOutput>;
|
|
899
906
|
listForecasts(
|
|
900
907
|
args: ListForecastsCommandInput,
|
|
901
908
|
options?: __HttpHandlerOptions
|
|
@@ -922,6 +929,7 @@ export interface Forecast {
|
|
|
922
929
|
options: __HttpHandlerOptions,
|
|
923
930
|
cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
|
|
924
931
|
): void;
|
|
932
|
+
listMonitors(): Promise<ListMonitorsCommandOutput>;
|
|
925
933
|
listMonitors(
|
|
926
934
|
args: ListMonitorsCommandInput,
|
|
927
935
|
options?: __HttpHandlerOptions
|
|
@@ -935,6 +943,7 @@ export interface Forecast {
|
|
|
935
943
|
options: __HttpHandlerOptions,
|
|
936
944
|
cb: (err: any, data?: ListMonitorsCommandOutput) => void
|
|
937
945
|
): void;
|
|
946
|
+
listPredictorBacktestExportJobs(): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
938
947
|
listPredictorBacktestExportJobs(
|
|
939
948
|
args: ListPredictorBacktestExportJobsCommandInput,
|
|
940
949
|
options?: __HttpHandlerOptions
|
|
@@ -948,6 +957,7 @@ export interface Forecast {
|
|
|
948
957
|
options: __HttpHandlerOptions,
|
|
949
958
|
cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
|
|
950
959
|
): void;
|
|
960
|
+
listPredictors(): Promise<ListPredictorsCommandOutput>;
|
|
951
961
|
listPredictors(
|
|
952
962
|
args: ListPredictorsCommandInput,
|
|
953
963
|
options?: __HttpHandlerOptions
|
|
@@ -974,6 +984,7 @@ export interface Forecast {
|
|
|
974
984
|
options: __HttpHandlerOptions,
|
|
975
985
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
976
986
|
): void;
|
|
987
|
+
listWhatIfAnalyses(): Promise<ListWhatIfAnalysesCommandOutput>;
|
|
977
988
|
listWhatIfAnalyses(
|
|
978
989
|
args: ListWhatIfAnalysesCommandInput,
|
|
979
990
|
options?: __HttpHandlerOptions
|
|
@@ -987,6 +998,7 @@ export interface Forecast {
|
|
|
987
998
|
options: __HttpHandlerOptions,
|
|
988
999
|
cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
|
|
989
1000
|
): void;
|
|
1001
|
+
listWhatIfForecastExports(): Promise<ListWhatIfForecastExportsCommandOutput>;
|
|
990
1002
|
listWhatIfForecastExports(
|
|
991
1003
|
args: ListWhatIfForecastExportsCommandInput,
|
|
992
1004
|
options?: __HttpHandlerOptions
|
|
@@ -1000,6 +1012,7 @@ export interface Forecast {
|
|
|
1000
1012
|
options: __HttpHandlerOptions,
|
|
1001
1013
|
cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
|
|
1002
1014
|
): void;
|
|
1015
|
+
listWhatIfForecasts(): Promise<ListWhatIfForecastsCommandOutput>;
|
|
1003
1016
|
listWhatIfForecasts(
|
|
1004
1017
|
args: ListWhatIfForecastsCommandInput,
|
|
1005
1018
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateAutoPredictorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateAutoPredictorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateAutoPredictorCommandInput,
|
|
32
|
+
CreateAutoPredictorCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDatasetCommandInput,
|
|
31
|
+
CreateDatasetCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDatasetGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDatasetGroupCommandInput,
|
|
32
|
+
CreateDatasetGroupCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDatasetImportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDatasetImportJobCommandInput,
|
|
32
|
+
CreateDatasetImportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateExplainabilityCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateExplainabilityCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateExplainabilityCommandInput,
|
|
32
|
+
CreateExplainabilityCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateExplainabilityExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateExplainabilityExportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateExplainabilityExportCommandInput,
|
|
32
|
+
CreateExplainabilityExportCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateForecastCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateForecastCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateForecastCommandInput,
|
|
31
|
+
CreateForecastCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateForecastCommand extends CreateForecastCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateForecastExportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateForecastExportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateForecastExportJobCommandInput,
|
|
32
|
+
CreateForecastExportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateMonitorCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateMonitorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateMonitorCommandInput,
|
|
31
|
+
CreateMonitorCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateMonitorCommand extends CreateMonitorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreatePredictorBacktestExportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreatePredictorBacktestExportJobCommandInput,
|
|
32
|
+
CreatePredictorBacktestExportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreatePredictorCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreatePredictorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreatePredictorCommandInput,
|
|
31
|
+
CreatePredictorCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreatePredictorCommand extends CreatePredictorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateWhatIfAnalysisCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateWhatIfAnalysisCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateWhatIfAnalysisCommandInput,
|
|
32
|
+
CreateWhatIfAnalysisCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateWhatIfForecastCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateWhatIfForecastCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateWhatIfForecastCommandInput,
|
|
32
|
+
CreateWhatIfForecastCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateWhatIfForecastExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateWhatIfForecastExportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateWhatIfForecastExportCommandInput,
|
|
32
|
+
CreateWhatIfForecastExportCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteDatasetCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteDatasetCommandInput,
|
|
26
|
+
DeleteDatasetCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteDatasetGroupCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteDatasetGroupCommandInput,
|
|
27
|
+
DeleteDatasetGroupCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteDatasetImportJobCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteDatasetImportJobCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteDatasetImportJobCommandInput,
|
|
27
|
+
DeleteDatasetImportJobCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteExplainabilityCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteExplainabilityCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteExplainabilityCommandInput,
|
|
27
|
+
DeleteExplainabilityCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteExplainabilityExportCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteExplainabilityExportCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteExplainabilityExportCommandInput,
|
|
28
|
+
DeleteExplainabilityExportCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteForecastCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteForecastCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteForecastCommandInput,
|
|
26
|
+
DeleteForecastCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteForecastCommand extends DeleteForecastCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteForecastExportJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteForecastExportJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteForecastExportJobCommandInput,
|
|
28
|
+
DeleteForecastExportJobCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteMonitorCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteMonitorCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteMonitorCommandInput,
|
|
26
|
+
DeleteMonitorCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeletePredictorBacktestExportJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeletePredictorBacktestExportJobCommandInput,
|
|
28
|
+
DeletePredictorBacktestExportJobCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeletePredictorCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeletePredictorCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeletePredictorCommandInput,
|
|
26
|
+
DeletePredictorCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeletePredictorCommand extends DeletePredictorCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteResourceTreeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteResourceTreeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteResourceTreeCommandInput,
|
|
27
|
+
DeleteResourceTreeCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteWhatIfAnalysisCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteWhatIfAnalysisCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteWhatIfAnalysisCommandInput,
|
|
27
|
+
DeleteWhatIfAnalysisCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteWhatIfForecastCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteWhatIfForecastCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteWhatIfForecastCommandInput,
|
|
27
|
+
DeleteWhatIfForecastCommandOutput,
|
|
28
|
+
ForecastClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteWhatIfForecastExportCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteWhatIfForecastExportCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteWhatIfForecastExportCommandInput,
|
|
28
|
+
DeleteWhatIfForecastExportCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeAutoPredictorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeAutoPredictorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeAutoPredictorCommandInput,
|
|
32
|
+
DescribeAutoPredictorCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeDatasetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeDatasetCommandInput,
|
|
31
|
+
DescribeDatasetCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDatasetGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDatasetGroupCommandInput,
|
|
32
|
+
DescribeDatasetGroupCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeDatasetImportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeDatasetImportJobCommandInput,
|
|
32
|
+
DescribeDatasetImportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeExplainabilityCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeExplainabilityCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeExplainabilityCommandInput,
|
|
32
|
+
DescribeExplainabilityCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {}
|