@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.
Files changed (131) hide show
  1. package/dist-types/Forecast.d.ts +14 -1
  2. package/dist-types/ForecastClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
  25. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
  26. package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
  45. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
  50. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
  59. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
  61. package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/StopResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
  66. package/dist-types/models/models_0.d.ts +690 -690
  67. package/dist-types/ts3.4/Forecast.d.ts +13 -0
  68. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
  131. 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 {}