@aws-sdk/client-forecast 3.169.0 → 3.171.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 (94) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Forecast.d.ts +1081 -320
  3. package/dist-types/ts3.4/ForecastClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +31 -17
  29. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1600 -2137
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  94. package/package.json +34 -34
@@ -1,320 +1,1081 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
3
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
4
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
5
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
6
- import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "./commands/CreateExplainabilityCommand";
7
- import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "./commands/CreateExplainabilityExportCommand";
8
- import { CreateForecastCommandInput, CreateForecastCommandOutput } from "./commands/CreateForecastCommand";
9
- import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "./commands/CreateForecastExportJobCommand";
10
- import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
11
- import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
12
- import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./commands/CreatePredictorCommand";
13
- import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "./commands/CreateWhatIfAnalysisCommand";
14
- import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "./commands/CreateWhatIfForecastCommand";
15
- import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "./commands/CreateWhatIfForecastExportCommand";
16
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
17
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
18
- import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
19
- import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "./commands/DeleteExplainabilityCommand";
20
- import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "./commands/DeleteExplainabilityExportCommand";
21
- import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "./commands/DeleteForecastCommand";
22
- import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "./commands/DeleteForecastExportJobCommand";
23
- import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
24
- import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
25
- import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
26
- import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
27
- import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "./commands/DeleteWhatIfAnalysisCommand";
28
- import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "./commands/DeleteWhatIfForecastCommand";
29
- import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "./commands/DeleteWhatIfForecastExportCommand";
30
- import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
31
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
32
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
33
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
34
- import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "./commands/DescribeExplainabilityCommand";
35
- import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "./commands/DescribeExplainabilityExportCommand";
36
- import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "./commands/DescribeForecastCommand";
37
- import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "./commands/DescribeForecastExportJobCommand";
38
- import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "./commands/DescribeMonitorCommand";
39
- import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
40
- import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "./commands/DescribePredictorCommand";
41
- import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "./commands/DescribeWhatIfAnalysisCommand";
42
- import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "./commands/DescribeWhatIfForecastCommand";
43
- import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "./commands/DescribeWhatIfForecastExportCommand";
44
- import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "./commands/GetAccuracyMetricsCommand";
45
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
46
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
47
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
48
- import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "./commands/ListExplainabilitiesCommand";
49
- import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "./commands/ListExplainabilityExportsCommand";
50
- import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "./commands/ListForecastExportJobsCommand";
51
- import { ListForecastsCommandInput, ListForecastsCommandOutput } from "./commands/ListForecastsCommand";
52
- import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "./commands/ListMonitorEvaluationsCommand";
53
- import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
54
- import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
55
- import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "./commands/ListPredictorsCommand";
56
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
57
- import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "./commands/ListWhatIfAnalysesCommand";
58
- import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "./commands/ListWhatIfForecastExportsCommand";
59
- import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "./commands/ListWhatIfForecastsCommand";
60
- import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "./commands/ResumeResourceCommand";
61
- import { StopResourceCommandInput, StopResourceCommandOutput } from "./commands/StopResourceCommand";
62
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
63
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
64
- import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
65
- import { ForecastClient } from "./ForecastClient";
66
-
67
- export declare class Forecast extends ForecastClient {
68
-
69
- createAutoPredictor(args: CreateAutoPredictorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAutoPredictorCommandOutput>;
70
- createAutoPredictor(args: CreateAutoPredictorCommandInput, cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void): void;
71
- createAutoPredictor(args: CreateAutoPredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void): void;
72
-
73
- createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
74
- createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
75
- createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
76
-
77
- createDatasetGroup(args: CreateDatasetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetGroupCommandOutput>;
78
- createDatasetGroup(args: CreateDatasetGroupCommandInput, cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void): void;
79
- createDatasetGroup(args: CreateDatasetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void): void;
80
-
81
- createDatasetImportJob(args: CreateDatasetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetImportJobCommandOutput>;
82
- createDatasetImportJob(args: CreateDatasetImportJobCommandInput, cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void): void;
83
- createDatasetImportJob(args: CreateDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void): void;
84
-
85
- createExplainability(args: CreateExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<CreateExplainabilityCommandOutput>;
86
- createExplainability(args: CreateExplainabilityCommandInput, cb: (err: any, data?: CreateExplainabilityCommandOutput) => void): void;
87
- createExplainability(args: CreateExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExplainabilityCommandOutput) => void): void;
88
-
89
- createExplainabilityExport(args: CreateExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<CreateExplainabilityExportCommandOutput>;
90
- createExplainabilityExport(args: CreateExplainabilityExportCommandInput, cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void): void;
91
- createExplainabilityExport(args: CreateExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void): void;
92
-
93
- createForecast(args: CreateForecastCommandInput, options?: __HttpHandlerOptions): Promise<CreateForecastCommandOutput>;
94
- createForecast(args: CreateForecastCommandInput, cb: (err: any, data?: CreateForecastCommandOutput) => void): void;
95
- createForecast(args: CreateForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateForecastCommandOutput) => void): void;
96
-
97
- createForecastExportJob(args: CreateForecastExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateForecastExportJobCommandOutput>;
98
- createForecastExportJob(args: CreateForecastExportJobCommandInput, cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void): void;
99
- createForecastExportJob(args: CreateForecastExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void): void;
100
-
101
- createMonitor(args: CreateMonitorCommandInput, options?: __HttpHandlerOptions): Promise<CreateMonitorCommandOutput>;
102
- createMonitor(args: CreateMonitorCommandInput, cb: (err: any, data?: CreateMonitorCommandOutput) => void): void;
103
- createMonitor(args: CreateMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMonitorCommandOutput) => void): void;
104
-
105
- createPredictor(args: CreatePredictorCommandInput, options?: __HttpHandlerOptions): Promise<CreatePredictorCommandOutput>;
106
- createPredictor(args: CreatePredictorCommandInput, cb: (err: any, data?: CreatePredictorCommandOutput) => void): void;
107
- createPredictor(args: CreatePredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePredictorCommandOutput) => void): void;
108
-
109
- createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreatePredictorBacktestExportJobCommandOutput>;
110
- createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void): void;
111
- createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void): void;
112
-
113
- createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfAnalysisCommandOutput>;
114
- createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void): void;
115
- createWhatIfAnalysis(args: CreateWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void): void;
116
-
117
- createWhatIfForecast(args: CreateWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfForecastCommandOutput>;
118
- createWhatIfForecast(args: CreateWhatIfForecastCommandInput, cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void): void;
119
- createWhatIfForecast(args: CreateWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void): void;
120
-
121
- createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<CreateWhatIfForecastExportCommandOutput>;
122
- createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void): void;
123
- createWhatIfForecastExport(args: CreateWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void): void;
124
-
125
- deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
126
- deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
127
- deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
128
-
129
- deleteDatasetGroup(args: DeleteDatasetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetGroupCommandOutput>;
130
- deleteDatasetGroup(args: DeleteDatasetGroupCommandInput, cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void): void;
131
- deleteDatasetGroup(args: DeleteDatasetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void): void;
132
-
133
- deleteDatasetImportJob(args: DeleteDatasetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetImportJobCommandOutput>;
134
- deleteDatasetImportJob(args: DeleteDatasetImportJobCommandInput, cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void): void;
135
- deleteDatasetImportJob(args: DeleteDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void): void;
136
-
137
- deleteExplainability(args: DeleteExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExplainabilityCommandOutput>;
138
- deleteExplainability(args: DeleteExplainabilityCommandInput, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
139
- deleteExplainability(args: DeleteExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
140
-
141
- deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExplainabilityExportCommandOutput>;
142
- deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void): void;
143
- deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void): void;
144
-
145
- deleteForecast(args: DeleteForecastCommandInput, options?: __HttpHandlerOptions): Promise<DeleteForecastCommandOutput>;
146
- deleteForecast(args: DeleteForecastCommandInput, cb: (err: any, data?: DeleteForecastCommandOutput) => void): void;
147
- deleteForecast(args: DeleteForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteForecastCommandOutput) => void): void;
148
-
149
- deleteForecastExportJob(args: DeleteForecastExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteForecastExportJobCommandOutput>;
150
- deleteForecastExportJob(args: DeleteForecastExportJobCommandInput, cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void): void;
151
- deleteForecastExportJob(args: DeleteForecastExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void): void;
152
-
153
- deleteMonitor(args: DeleteMonitorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMonitorCommandOutput>;
154
- deleteMonitor(args: DeleteMonitorCommandInput, cb: (err: any, data?: DeleteMonitorCommandOutput) => void): void;
155
- deleteMonitor(args: DeleteMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMonitorCommandOutput) => void): void;
156
-
157
- deletePredictor(args: DeletePredictorCommandInput, options?: __HttpHandlerOptions): Promise<DeletePredictorCommandOutput>;
158
- deletePredictor(args: DeletePredictorCommandInput, cb: (err: any, data?: DeletePredictorCommandOutput) => void): void;
159
- deletePredictor(args: DeletePredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePredictorCommandOutput) => void): void;
160
-
161
- deletePredictorBacktestExportJob(args: DeletePredictorBacktestExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeletePredictorBacktestExportJobCommandOutput>;
162
- deletePredictorBacktestExportJob(args: DeletePredictorBacktestExportJobCommandInput, cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void): void;
163
- deletePredictorBacktestExportJob(args: DeletePredictorBacktestExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void): void;
164
-
165
- deleteResourceTree(args: DeleteResourceTreeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceTreeCommandOutput>;
166
- deleteResourceTree(args: DeleteResourceTreeCommandInput, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
167
- deleteResourceTree(args: DeleteResourceTreeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void): void;
168
-
169
- deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfAnalysisCommandOutput>;
170
- deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void): void;
171
- deleteWhatIfAnalysis(args: DeleteWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void): void;
172
-
173
- deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfForecastCommandOutput>;
174
- deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void): void;
175
- deleteWhatIfForecast(args: DeleteWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void): void;
176
-
177
- deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWhatIfForecastExportCommandOutput>;
178
- deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void): void;
179
- deleteWhatIfForecastExport(args: DeleteWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void): void;
180
-
181
- describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoPredictorCommandOutput>;
182
- describeAutoPredictor(args: DescribeAutoPredictorCommandInput, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
183
- describeAutoPredictor(args: DescribeAutoPredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void): void;
184
-
185
- describeDataset(args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetCommandOutput>;
186
- describeDataset(args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
187
- describeDataset(args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
188
-
189
- describeDatasetGroup(args: DescribeDatasetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetGroupCommandOutput>;
190
- describeDatasetGroup(args: DescribeDatasetGroupCommandInput, cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void): void;
191
- describeDatasetGroup(args: DescribeDatasetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void): void;
192
-
193
- describeDatasetImportJob(args: DescribeDatasetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetImportJobCommandOutput>;
194
- describeDatasetImportJob(args: DescribeDatasetImportJobCommandInput, cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void): void;
195
- describeDatasetImportJob(args: DescribeDatasetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void): void;
196
-
197
- describeExplainability(args: DescribeExplainabilityCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExplainabilityCommandOutput>;
198
- describeExplainability(args: DescribeExplainabilityCommandInput, cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void): void;
199
- describeExplainability(args: DescribeExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void): void;
200
-
201
- describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExplainabilityExportCommandOutput>;
202
- describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void): void;
203
- describeExplainabilityExport(args: DescribeExplainabilityExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void): void;
204
-
205
- describeForecast(args: DescribeForecastCommandInput, options?: __HttpHandlerOptions): Promise<DescribeForecastCommandOutput>;
206
- describeForecast(args: DescribeForecastCommandInput, cb: (err: any, data?: DescribeForecastCommandOutput) => void): void;
207
- describeForecast(args: DescribeForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeForecastCommandOutput) => void): void;
208
-
209
- describeForecastExportJob(args: DescribeForecastExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeForecastExportJobCommandOutput>;
210
- describeForecastExportJob(args: DescribeForecastExportJobCommandInput, cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void): void;
211
- describeForecastExportJob(args: DescribeForecastExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void): void;
212
-
213
- describeMonitor(args: DescribeMonitorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMonitorCommandOutput>;
214
- describeMonitor(args: DescribeMonitorCommandInput, cb: (err: any, data?: DescribeMonitorCommandOutput) => void): void;
215
- describeMonitor(args: DescribeMonitorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMonitorCommandOutput) => void): void;
216
-
217
- describePredictor(args: DescribePredictorCommandInput, options?: __HttpHandlerOptions): Promise<DescribePredictorCommandOutput>;
218
- describePredictor(args: DescribePredictorCommandInput, cb: (err: any, data?: DescribePredictorCommandOutput) => void): void;
219
- describePredictor(args: DescribePredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePredictorCommandOutput) => void): void;
220
-
221
- describePredictorBacktestExportJob(args: DescribePredictorBacktestExportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribePredictorBacktestExportJobCommandOutput>;
222
- describePredictorBacktestExportJob(args: DescribePredictorBacktestExportJobCommandInput, cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void): void;
223
- describePredictorBacktestExportJob(args: DescribePredictorBacktestExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePredictorBacktestExportJobCommandOutput) => void): void;
224
-
225
- describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfAnalysisCommandOutput>;
226
- describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void): void;
227
- describeWhatIfAnalysis(args: DescribeWhatIfAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void): void;
228
-
229
- describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfForecastCommandOutput>;
230
- describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void): void;
231
- describeWhatIfForecast(args: DescribeWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void): void;
232
-
233
- describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWhatIfForecastExportCommandOutput>;
234
- describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void): void;
235
- describeWhatIfForecastExport(args: DescribeWhatIfForecastExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void): void;
236
-
237
- getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccuracyMetricsCommandOutput>;
238
- getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void): void;
239
- getAccuracyMetrics(args: GetAccuracyMetricsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void): void;
240
-
241
- listDatasetGroups(args: ListDatasetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetGroupsCommandOutput>;
242
- listDatasetGroups(args: ListDatasetGroupsCommandInput, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
243
- listDatasetGroups(args: ListDatasetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void): void;
244
-
245
- listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetImportJobsCommandOutput>;
246
- listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
247
- listDatasetImportJobs(args: ListDatasetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void): void;
248
-
249
- listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
250
- listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
251
- listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
252
-
253
- listExplainabilities(args: ListExplainabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilitiesCommandOutput>;
254
- listExplainabilities(args: ListExplainabilitiesCommandInput, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
255
- listExplainabilities(args: ListExplainabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void): void;
256
-
257
- listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListExplainabilityExportsCommandOutput>;
258
- listExplainabilityExports(args: ListExplainabilityExportsCommandInput, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
259
- listExplainabilityExports(args: ListExplainabilityExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void): void;
260
-
261
- listForecastExportJobs(args: ListForecastExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListForecastExportJobsCommandOutput>;
262
- listForecastExportJobs(args: ListForecastExportJobsCommandInput, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
263
- listForecastExportJobs(args: ListForecastExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void): void;
264
-
265
- listForecasts(args: ListForecastsCommandInput, options?: __HttpHandlerOptions): Promise<ListForecastsCommandOutput>;
266
- listForecasts(args: ListForecastsCommandInput, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
267
- listForecasts(args: ListForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
268
-
269
- listMonitorEvaluations(args: ListMonitorEvaluationsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitorEvaluationsCommandOutput>;
270
- listMonitorEvaluations(args: ListMonitorEvaluationsCommandInput, cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void): void;
271
- listMonitorEvaluations(args: ListMonitorEvaluationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void): void;
272
-
273
- listMonitors(args: ListMonitorsCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitorsCommandOutput>;
274
- listMonitors(args: ListMonitorsCommandInput, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
275
- listMonitors(args: ListMonitorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitorsCommandOutput) => void): void;
276
-
277
- listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorBacktestExportJobsCommandOutput>;
278
- listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
279
- listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
280
-
281
- listPredictors(args: ListPredictorsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorsCommandOutput>;
282
- listPredictors(args: ListPredictorsCommandInput, cb: (err: any, data?: ListPredictorsCommandOutput) => void): void;
283
- listPredictors(args: ListPredictorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPredictorsCommandOutput) => void): void;
284
-
285
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
286
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
287
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
288
-
289
- listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfAnalysesCommandOutput>;
290
- listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
291
- listWhatIfAnalyses(args: ListWhatIfAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void): void;
292
-
293
- listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastExportsCommandOutput>;
294
- listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
295
- listWhatIfForecastExports(args: ListWhatIfForecastExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void): void;
296
-
297
- listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options?: __HttpHandlerOptions): Promise<ListWhatIfForecastsCommandOutput>;
298
- listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
299
- listWhatIfForecasts(args: ListWhatIfForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void): void;
300
-
301
- resumeResource(args: ResumeResourceCommandInput, options?: __HttpHandlerOptions): Promise<ResumeResourceCommandOutput>;
302
- resumeResource(args: ResumeResourceCommandInput, cb: (err: any, data?: ResumeResourceCommandOutput) => void): void;
303
- resumeResource(args: ResumeResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeResourceCommandOutput) => void): void;
304
-
305
- stopResource(args: StopResourceCommandInput, options?: __HttpHandlerOptions): Promise<StopResourceCommandOutput>;
306
- stopResource(args: StopResourceCommandInput, cb: (err: any, data?: StopResourceCommandOutput) => void): void;
307
- stopResource(args: StopResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopResourceCommandOutput) => void): void;
308
-
309
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
310
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
311
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
312
-
313
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
314
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
315
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
316
-
317
- updateDatasetGroup(args: UpdateDatasetGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDatasetGroupCommandOutput>;
318
- updateDatasetGroup(args: UpdateDatasetGroupCommandInput, cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void): void;
319
- updateDatasetGroup(args: UpdateDatasetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void): void;
320
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateAutoPredictorCommandInput,
4
+ CreateAutoPredictorCommandOutput,
5
+ } from "./commands/CreateAutoPredictorCommand";
6
+ import {
7
+ CreateDatasetCommandInput,
8
+ CreateDatasetCommandOutput,
9
+ } from "./commands/CreateDatasetCommand";
10
+ import {
11
+ CreateDatasetGroupCommandInput,
12
+ CreateDatasetGroupCommandOutput,
13
+ } from "./commands/CreateDatasetGroupCommand";
14
+ import {
15
+ CreateDatasetImportJobCommandInput,
16
+ CreateDatasetImportJobCommandOutput,
17
+ } from "./commands/CreateDatasetImportJobCommand";
18
+ import {
19
+ CreateExplainabilityCommandInput,
20
+ CreateExplainabilityCommandOutput,
21
+ } from "./commands/CreateExplainabilityCommand";
22
+ import {
23
+ CreateExplainabilityExportCommandInput,
24
+ CreateExplainabilityExportCommandOutput,
25
+ } from "./commands/CreateExplainabilityExportCommand";
26
+ import {
27
+ CreateForecastCommandInput,
28
+ CreateForecastCommandOutput,
29
+ } from "./commands/CreateForecastCommand";
30
+ import {
31
+ CreateForecastExportJobCommandInput,
32
+ CreateForecastExportJobCommandOutput,
33
+ } from "./commands/CreateForecastExportJobCommand";
34
+ import {
35
+ CreateMonitorCommandInput,
36
+ CreateMonitorCommandOutput,
37
+ } from "./commands/CreateMonitorCommand";
38
+ import {
39
+ CreatePredictorBacktestExportJobCommandInput,
40
+ CreatePredictorBacktestExportJobCommandOutput,
41
+ } from "./commands/CreatePredictorBacktestExportJobCommand";
42
+ import {
43
+ CreatePredictorCommandInput,
44
+ CreatePredictorCommandOutput,
45
+ } from "./commands/CreatePredictorCommand";
46
+ import {
47
+ CreateWhatIfAnalysisCommandInput,
48
+ CreateWhatIfAnalysisCommandOutput,
49
+ } from "./commands/CreateWhatIfAnalysisCommand";
50
+ import {
51
+ CreateWhatIfForecastCommandInput,
52
+ CreateWhatIfForecastCommandOutput,
53
+ } from "./commands/CreateWhatIfForecastCommand";
54
+ import {
55
+ CreateWhatIfForecastExportCommandInput,
56
+ CreateWhatIfForecastExportCommandOutput,
57
+ } from "./commands/CreateWhatIfForecastExportCommand";
58
+ import {
59
+ DeleteDatasetCommandInput,
60
+ DeleteDatasetCommandOutput,
61
+ } from "./commands/DeleteDatasetCommand";
62
+ import {
63
+ DeleteDatasetGroupCommandInput,
64
+ DeleteDatasetGroupCommandOutput,
65
+ } from "./commands/DeleteDatasetGroupCommand";
66
+ import {
67
+ DeleteDatasetImportJobCommandInput,
68
+ DeleteDatasetImportJobCommandOutput,
69
+ } from "./commands/DeleteDatasetImportJobCommand";
70
+ import {
71
+ DeleteExplainabilityCommandInput,
72
+ DeleteExplainabilityCommandOutput,
73
+ } from "./commands/DeleteExplainabilityCommand";
74
+ import {
75
+ DeleteExplainabilityExportCommandInput,
76
+ DeleteExplainabilityExportCommandOutput,
77
+ } from "./commands/DeleteExplainabilityExportCommand";
78
+ import {
79
+ DeleteForecastCommandInput,
80
+ DeleteForecastCommandOutput,
81
+ } from "./commands/DeleteForecastCommand";
82
+ import {
83
+ DeleteForecastExportJobCommandInput,
84
+ DeleteForecastExportJobCommandOutput,
85
+ } from "./commands/DeleteForecastExportJobCommand";
86
+ import {
87
+ DeleteMonitorCommandInput,
88
+ DeleteMonitorCommandOutput,
89
+ } from "./commands/DeleteMonitorCommand";
90
+ import {
91
+ DeletePredictorBacktestExportJobCommandInput,
92
+ DeletePredictorBacktestExportJobCommandOutput,
93
+ } from "./commands/DeletePredictorBacktestExportJobCommand";
94
+ import {
95
+ DeletePredictorCommandInput,
96
+ DeletePredictorCommandOutput,
97
+ } from "./commands/DeletePredictorCommand";
98
+ import {
99
+ DeleteResourceTreeCommandInput,
100
+ DeleteResourceTreeCommandOutput,
101
+ } from "./commands/DeleteResourceTreeCommand";
102
+ import {
103
+ DeleteWhatIfAnalysisCommandInput,
104
+ DeleteWhatIfAnalysisCommandOutput,
105
+ } from "./commands/DeleteWhatIfAnalysisCommand";
106
+ import {
107
+ DeleteWhatIfForecastCommandInput,
108
+ DeleteWhatIfForecastCommandOutput,
109
+ } from "./commands/DeleteWhatIfForecastCommand";
110
+ import {
111
+ DeleteWhatIfForecastExportCommandInput,
112
+ DeleteWhatIfForecastExportCommandOutput,
113
+ } from "./commands/DeleteWhatIfForecastExportCommand";
114
+ import {
115
+ DescribeAutoPredictorCommandInput,
116
+ DescribeAutoPredictorCommandOutput,
117
+ } from "./commands/DescribeAutoPredictorCommand";
118
+ import {
119
+ DescribeDatasetCommandInput,
120
+ DescribeDatasetCommandOutput,
121
+ } from "./commands/DescribeDatasetCommand";
122
+ import {
123
+ DescribeDatasetGroupCommandInput,
124
+ DescribeDatasetGroupCommandOutput,
125
+ } from "./commands/DescribeDatasetGroupCommand";
126
+ import {
127
+ DescribeDatasetImportJobCommandInput,
128
+ DescribeDatasetImportJobCommandOutput,
129
+ } from "./commands/DescribeDatasetImportJobCommand";
130
+ import {
131
+ DescribeExplainabilityCommandInput,
132
+ DescribeExplainabilityCommandOutput,
133
+ } from "./commands/DescribeExplainabilityCommand";
134
+ import {
135
+ DescribeExplainabilityExportCommandInput,
136
+ DescribeExplainabilityExportCommandOutput,
137
+ } from "./commands/DescribeExplainabilityExportCommand";
138
+ import {
139
+ DescribeForecastCommandInput,
140
+ DescribeForecastCommandOutput,
141
+ } from "./commands/DescribeForecastCommand";
142
+ import {
143
+ DescribeForecastExportJobCommandInput,
144
+ DescribeForecastExportJobCommandOutput,
145
+ } from "./commands/DescribeForecastExportJobCommand";
146
+ import {
147
+ DescribeMonitorCommandInput,
148
+ DescribeMonitorCommandOutput,
149
+ } from "./commands/DescribeMonitorCommand";
150
+ import {
151
+ DescribePredictorBacktestExportJobCommandInput,
152
+ DescribePredictorBacktestExportJobCommandOutput,
153
+ } from "./commands/DescribePredictorBacktestExportJobCommand";
154
+ import {
155
+ DescribePredictorCommandInput,
156
+ DescribePredictorCommandOutput,
157
+ } from "./commands/DescribePredictorCommand";
158
+ import {
159
+ DescribeWhatIfAnalysisCommandInput,
160
+ DescribeWhatIfAnalysisCommandOutput,
161
+ } from "./commands/DescribeWhatIfAnalysisCommand";
162
+ import {
163
+ DescribeWhatIfForecastCommandInput,
164
+ DescribeWhatIfForecastCommandOutput,
165
+ } from "./commands/DescribeWhatIfForecastCommand";
166
+ import {
167
+ DescribeWhatIfForecastExportCommandInput,
168
+ DescribeWhatIfForecastExportCommandOutput,
169
+ } from "./commands/DescribeWhatIfForecastExportCommand";
170
+ import {
171
+ GetAccuracyMetricsCommandInput,
172
+ GetAccuracyMetricsCommandOutput,
173
+ } from "./commands/GetAccuracyMetricsCommand";
174
+ import {
175
+ ListDatasetGroupsCommandInput,
176
+ ListDatasetGroupsCommandOutput,
177
+ } from "./commands/ListDatasetGroupsCommand";
178
+ import {
179
+ ListDatasetImportJobsCommandInput,
180
+ ListDatasetImportJobsCommandOutput,
181
+ } from "./commands/ListDatasetImportJobsCommand";
182
+ import {
183
+ ListDatasetsCommandInput,
184
+ ListDatasetsCommandOutput,
185
+ } from "./commands/ListDatasetsCommand";
186
+ import {
187
+ ListExplainabilitiesCommandInput,
188
+ ListExplainabilitiesCommandOutput,
189
+ } from "./commands/ListExplainabilitiesCommand";
190
+ import {
191
+ ListExplainabilityExportsCommandInput,
192
+ ListExplainabilityExportsCommandOutput,
193
+ } from "./commands/ListExplainabilityExportsCommand";
194
+ import {
195
+ ListForecastExportJobsCommandInput,
196
+ ListForecastExportJobsCommandOutput,
197
+ } from "./commands/ListForecastExportJobsCommand";
198
+ import {
199
+ ListForecastsCommandInput,
200
+ ListForecastsCommandOutput,
201
+ } from "./commands/ListForecastsCommand";
202
+ import {
203
+ ListMonitorEvaluationsCommandInput,
204
+ ListMonitorEvaluationsCommandOutput,
205
+ } from "./commands/ListMonitorEvaluationsCommand";
206
+ import {
207
+ ListMonitorsCommandInput,
208
+ ListMonitorsCommandOutput,
209
+ } from "./commands/ListMonitorsCommand";
210
+ import {
211
+ ListPredictorBacktestExportJobsCommandInput,
212
+ ListPredictorBacktestExportJobsCommandOutput,
213
+ } from "./commands/ListPredictorBacktestExportJobsCommand";
214
+ import {
215
+ ListPredictorsCommandInput,
216
+ ListPredictorsCommandOutput,
217
+ } from "./commands/ListPredictorsCommand";
218
+ import {
219
+ ListTagsForResourceCommandInput,
220
+ ListTagsForResourceCommandOutput,
221
+ } from "./commands/ListTagsForResourceCommand";
222
+ import {
223
+ ListWhatIfAnalysesCommandInput,
224
+ ListWhatIfAnalysesCommandOutput,
225
+ } from "./commands/ListWhatIfAnalysesCommand";
226
+ import {
227
+ ListWhatIfForecastExportsCommandInput,
228
+ ListWhatIfForecastExportsCommandOutput,
229
+ } from "./commands/ListWhatIfForecastExportsCommand";
230
+ import {
231
+ ListWhatIfForecastsCommandInput,
232
+ ListWhatIfForecastsCommandOutput,
233
+ } from "./commands/ListWhatIfForecastsCommand";
234
+ import {
235
+ ResumeResourceCommandInput,
236
+ ResumeResourceCommandOutput,
237
+ } from "./commands/ResumeResourceCommand";
238
+ import {
239
+ StopResourceCommandInput,
240
+ StopResourceCommandOutput,
241
+ } from "./commands/StopResourceCommand";
242
+ import {
243
+ TagResourceCommandInput,
244
+ TagResourceCommandOutput,
245
+ } from "./commands/TagResourceCommand";
246
+ import {
247
+ UntagResourceCommandInput,
248
+ UntagResourceCommandOutput,
249
+ } from "./commands/UntagResourceCommand";
250
+ import {
251
+ UpdateDatasetGroupCommandInput,
252
+ UpdateDatasetGroupCommandOutput,
253
+ } from "./commands/UpdateDatasetGroupCommand";
254
+ import { ForecastClient } from "./ForecastClient";
255
+ export declare class Forecast extends ForecastClient {
256
+ createAutoPredictor(
257
+ args: CreateAutoPredictorCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<CreateAutoPredictorCommandOutput>;
260
+ createAutoPredictor(
261
+ args: CreateAutoPredictorCommandInput,
262
+ cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
263
+ ): void;
264
+ createAutoPredictor(
265
+ args: CreateAutoPredictorCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: CreateAutoPredictorCommandOutput) => void
268
+ ): void;
269
+ createDataset(
270
+ args: CreateDatasetCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<CreateDatasetCommandOutput>;
273
+ createDataset(
274
+ args: CreateDatasetCommandInput,
275
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
276
+ ): void;
277
+ createDataset(
278
+ args: CreateDatasetCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void
281
+ ): void;
282
+ createDatasetGroup(
283
+ args: CreateDatasetGroupCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<CreateDatasetGroupCommandOutput>;
286
+ createDatasetGroup(
287
+ args: CreateDatasetGroupCommandInput,
288
+ cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
289
+ ): void;
290
+ createDatasetGroup(
291
+ args: CreateDatasetGroupCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: CreateDatasetGroupCommandOutput) => void
294
+ ): void;
295
+ createDatasetImportJob(
296
+ args: CreateDatasetImportJobCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<CreateDatasetImportJobCommandOutput>;
299
+ createDatasetImportJob(
300
+ args: CreateDatasetImportJobCommandInput,
301
+ cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
302
+ ): void;
303
+ createDatasetImportJob(
304
+ args: CreateDatasetImportJobCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: CreateDatasetImportJobCommandOutput) => void
307
+ ): void;
308
+ createExplainability(
309
+ args: CreateExplainabilityCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<CreateExplainabilityCommandOutput>;
312
+ createExplainability(
313
+ args: CreateExplainabilityCommandInput,
314
+ cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
315
+ ): void;
316
+ createExplainability(
317
+ args: CreateExplainabilityCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: CreateExplainabilityCommandOutput) => void
320
+ ): void;
321
+ createExplainabilityExport(
322
+ args: CreateExplainabilityExportCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<CreateExplainabilityExportCommandOutput>;
325
+ createExplainabilityExport(
326
+ args: CreateExplainabilityExportCommandInput,
327
+ cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
328
+ ): void;
329
+ createExplainabilityExport(
330
+ args: CreateExplainabilityExportCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: CreateExplainabilityExportCommandOutput) => void
333
+ ): void;
334
+ createForecast(
335
+ args: CreateForecastCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<CreateForecastCommandOutput>;
338
+ createForecast(
339
+ args: CreateForecastCommandInput,
340
+ cb: (err: any, data?: CreateForecastCommandOutput) => void
341
+ ): void;
342
+ createForecast(
343
+ args: CreateForecastCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: CreateForecastCommandOutput) => void
346
+ ): void;
347
+ createForecastExportJob(
348
+ args: CreateForecastExportJobCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<CreateForecastExportJobCommandOutput>;
351
+ createForecastExportJob(
352
+ args: CreateForecastExportJobCommandInput,
353
+ cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
354
+ ): void;
355
+ createForecastExportJob(
356
+ args: CreateForecastExportJobCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: CreateForecastExportJobCommandOutput) => void
359
+ ): void;
360
+ createMonitor(
361
+ args: CreateMonitorCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<CreateMonitorCommandOutput>;
364
+ createMonitor(
365
+ args: CreateMonitorCommandInput,
366
+ cb: (err: any, data?: CreateMonitorCommandOutput) => void
367
+ ): void;
368
+ createMonitor(
369
+ args: CreateMonitorCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: CreateMonitorCommandOutput) => void
372
+ ): void;
373
+ createPredictor(
374
+ args: CreatePredictorCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<CreatePredictorCommandOutput>;
377
+ createPredictor(
378
+ args: CreatePredictorCommandInput,
379
+ cb: (err: any, data?: CreatePredictorCommandOutput) => void
380
+ ): void;
381
+ createPredictor(
382
+ args: CreatePredictorCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: CreatePredictorCommandOutput) => void
385
+ ): void;
386
+ createPredictorBacktestExportJob(
387
+ args: CreatePredictorBacktestExportJobCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<CreatePredictorBacktestExportJobCommandOutput>;
390
+ createPredictorBacktestExportJob(
391
+ args: CreatePredictorBacktestExportJobCommandInput,
392
+ cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
393
+ ): void;
394
+ createPredictorBacktestExportJob(
395
+ args: CreatePredictorBacktestExportJobCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: CreatePredictorBacktestExportJobCommandOutput) => void
398
+ ): void;
399
+ createWhatIfAnalysis(
400
+ args: CreateWhatIfAnalysisCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<CreateWhatIfAnalysisCommandOutput>;
403
+ createWhatIfAnalysis(
404
+ args: CreateWhatIfAnalysisCommandInput,
405
+ cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
406
+ ): void;
407
+ createWhatIfAnalysis(
408
+ args: CreateWhatIfAnalysisCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: CreateWhatIfAnalysisCommandOutput) => void
411
+ ): void;
412
+ createWhatIfForecast(
413
+ args: CreateWhatIfForecastCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<CreateWhatIfForecastCommandOutput>;
416
+ createWhatIfForecast(
417
+ args: CreateWhatIfForecastCommandInput,
418
+ cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
419
+ ): void;
420
+ createWhatIfForecast(
421
+ args: CreateWhatIfForecastCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: CreateWhatIfForecastCommandOutput) => void
424
+ ): void;
425
+ createWhatIfForecastExport(
426
+ args: CreateWhatIfForecastExportCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<CreateWhatIfForecastExportCommandOutput>;
429
+ createWhatIfForecastExport(
430
+ args: CreateWhatIfForecastExportCommandInput,
431
+ cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
432
+ ): void;
433
+ createWhatIfForecastExport(
434
+ args: CreateWhatIfForecastExportCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: CreateWhatIfForecastExportCommandOutput) => void
437
+ ): void;
438
+ deleteDataset(
439
+ args: DeleteDatasetCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<DeleteDatasetCommandOutput>;
442
+ deleteDataset(
443
+ args: DeleteDatasetCommandInput,
444
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
445
+ ): void;
446
+ deleteDataset(
447
+ args: DeleteDatasetCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: DeleteDatasetCommandOutput) => void
450
+ ): void;
451
+ deleteDatasetGroup(
452
+ args: DeleteDatasetGroupCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<DeleteDatasetGroupCommandOutput>;
455
+ deleteDatasetGroup(
456
+ args: DeleteDatasetGroupCommandInput,
457
+ cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
458
+ ): void;
459
+ deleteDatasetGroup(
460
+ args: DeleteDatasetGroupCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: DeleteDatasetGroupCommandOutput) => void
463
+ ): void;
464
+ deleteDatasetImportJob(
465
+ args: DeleteDatasetImportJobCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<DeleteDatasetImportJobCommandOutput>;
468
+ deleteDatasetImportJob(
469
+ args: DeleteDatasetImportJobCommandInput,
470
+ cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
471
+ ): void;
472
+ deleteDatasetImportJob(
473
+ args: DeleteDatasetImportJobCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: DeleteDatasetImportJobCommandOutput) => void
476
+ ): void;
477
+ deleteExplainability(
478
+ args: DeleteExplainabilityCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<DeleteExplainabilityCommandOutput>;
481
+ deleteExplainability(
482
+ args: DeleteExplainabilityCommandInput,
483
+ cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
484
+ ): void;
485
+ deleteExplainability(
486
+ args: DeleteExplainabilityCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void
489
+ ): void;
490
+ deleteExplainabilityExport(
491
+ args: DeleteExplainabilityExportCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<DeleteExplainabilityExportCommandOutput>;
494
+ deleteExplainabilityExport(
495
+ args: DeleteExplainabilityExportCommandInput,
496
+ cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
497
+ ): void;
498
+ deleteExplainabilityExport(
499
+ args: DeleteExplainabilityExportCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void
502
+ ): void;
503
+ deleteForecast(
504
+ args: DeleteForecastCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<DeleteForecastCommandOutput>;
507
+ deleteForecast(
508
+ args: DeleteForecastCommandInput,
509
+ cb: (err: any, data?: DeleteForecastCommandOutput) => void
510
+ ): void;
511
+ deleteForecast(
512
+ args: DeleteForecastCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: DeleteForecastCommandOutput) => void
515
+ ): void;
516
+ deleteForecastExportJob(
517
+ args: DeleteForecastExportJobCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<DeleteForecastExportJobCommandOutput>;
520
+ deleteForecastExportJob(
521
+ args: DeleteForecastExportJobCommandInput,
522
+ cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
523
+ ): void;
524
+ deleteForecastExportJob(
525
+ args: DeleteForecastExportJobCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void
528
+ ): void;
529
+ deleteMonitor(
530
+ args: DeleteMonitorCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<DeleteMonitorCommandOutput>;
533
+ deleteMonitor(
534
+ args: DeleteMonitorCommandInput,
535
+ cb: (err: any, data?: DeleteMonitorCommandOutput) => void
536
+ ): void;
537
+ deleteMonitor(
538
+ args: DeleteMonitorCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: DeleteMonitorCommandOutput) => void
541
+ ): void;
542
+ deletePredictor(
543
+ args: DeletePredictorCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<DeletePredictorCommandOutput>;
546
+ deletePredictor(
547
+ args: DeletePredictorCommandInput,
548
+ cb: (err: any, data?: DeletePredictorCommandOutput) => void
549
+ ): void;
550
+ deletePredictor(
551
+ args: DeletePredictorCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: DeletePredictorCommandOutput) => void
554
+ ): void;
555
+ deletePredictorBacktestExportJob(
556
+ args: DeletePredictorBacktestExportJobCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<DeletePredictorBacktestExportJobCommandOutput>;
559
+ deletePredictorBacktestExportJob(
560
+ args: DeletePredictorBacktestExportJobCommandInput,
561
+ cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
562
+ ): void;
563
+ deletePredictorBacktestExportJob(
564
+ args: DeletePredictorBacktestExportJobCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: DeletePredictorBacktestExportJobCommandOutput) => void
567
+ ): void;
568
+ deleteResourceTree(
569
+ args: DeleteResourceTreeCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<DeleteResourceTreeCommandOutput>;
572
+ deleteResourceTree(
573
+ args: DeleteResourceTreeCommandInput,
574
+ cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
575
+ ): void;
576
+ deleteResourceTree(
577
+ args: DeleteResourceTreeCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: DeleteResourceTreeCommandOutput) => void
580
+ ): void;
581
+ deleteWhatIfAnalysis(
582
+ args: DeleteWhatIfAnalysisCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<DeleteWhatIfAnalysisCommandOutput>;
585
+ deleteWhatIfAnalysis(
586
+ args: DeleteWhatIfAnalysisCommandInput,
587
+ cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
588
+ ): void;
589
+ deleteWhatIfAnalysis(
590
+ args: DeleteWhatIfAnalysisCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: DeleteWhatIfAnalysisCommandOutput) => void
593
+ ): void;
594
+ deleteWhatIfForecast(
595
+ args: DeleteWhatIfForecastCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<DeleteWhatIfForecastCommandOutput>;
598
+ deleteWhatIfForecast(
599
+ args: DeleteWhatIfForecastCommandInput,
600
+ cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
601
+ ): void;
602
+ deleteWhatIfForecast(
603
+ args: DeleteWhatIfForecastCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: DeleteWhatIfForecastCommandOutput) => void
606
+ ): void;
607
+ deleteWhatIfForecastExport(
608
+ args: DeleteWhatIfForecastExportCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<DeleteWhatIfForecastExportCommandOutput>;
611
+ deleteWhatIfForecastExport(
612
+ args: DeleteWhatIfForecastExportCommandInput,
613
+ cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
614
+ ): void;
615
+ deleteWhatIfForecastExport(
616
+ args: DeleteWhatIfForecastExportCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: DeleteWhatIfForecastExportCommandOutput) => void
619
+ ): void;
620
+ describeAutoPredictor(
621
+ args: DescribeAutoPredictorCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<DescribeAutoPredictorCommandOutput>;
624
+ describeAutoPredictor(
625
+ args: DescribeAutoPredictorCommandInput,
626
+ cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
627
+ ): void;
628
+ describeAutoPredictor(
629
+ args: DescribeAutoPredictorCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: DescribeAutoPredictorCommandOutput) => void
632
+ ): void;
633
+ describeDataset(
634
+ args: DescribeDatasetCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<DescribeDatasetCommandOutput>;
637
+ describeDataset(
638
+ args: DescribeDatasetCommandInput,
639
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void
640
+ ): void;
641
+ describeDataset(
642
+ args: DescribeDatasetCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void
645
+ ): void;
646
+ describeDatasetGroup(
647
+ args: DescribeDatasetGroupCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<DescribeDatasetGroupCommandOutput>;
650
+ describeDatasetGroup(
651
+ args: DescribeDatasetGroupCommandInput,
652
+ cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
653
+ ): void;
654
+ describeDatasetGroup(
655
+ args: DescribeDatasetGroupCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: DescribeDatasetGroupCommandOutput) => void
658
+ ): void;
659
+ describeDatasetImportJob(
660
+ args: DescribeDatasetImportJobCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<DescribeDatasetImportJobCommandOutput>;
663
+ describeDatasetImportJob(
664
+ args: DescribeDatasetImportJobCommandInput,
665
+ cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
666
+ ): void;
667
+ describeDatasetImportJob(
668
+ args: DescribeDatasetImportJobCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: DescribeDatasetImportJobCommandOutput) => void
671
+ ): void;
672
+ describeExplainability(
673
+ args: DescribeExplainabilityCommandInput,
674
+ options?: __HttpHandlerOptions
675
+ ): Promise<DescribeExplainabilityCommandOutput>;
676
+ describeExplainability(
677
+ args: DescribeExplainabilityCommandInput,
678
+ cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
679
+ ): void;
680
+ describeExplainability(
681
+ args: DescribeExplainabilityCommandInput,
682
+ options: __HttpHandlerOptions,
683
+ cb: (err: any, data?: DescribeExplainabilityCommandOutput) => void
684
+ ): void;
685
+ describeExplainabilityExport(
686
+ args: DescribeExplainabilityExportCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<DescribeExplainabilityExportCommandOutput>;
689
+ describeExplainabilityExport(
690
+ args: DescribeExplainabilityExportCommandInput,
691
+ cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
692
+ ): void;
693
+ describeExplainabilityExport(
694
+ args: DescribeExplainabilityExportCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: DescribeExplainabilityExportCommandOutput) => void
697
+ ): void;
698
+ describeForecast(
699
+ args: DescribeForecastCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<DescribeForecastCommandOutput>;
702
+ describeForecast(
703
+ args: DescribeForecastCommandInput,
704
+ cb: (err: any, data?: DescribeForecastCommandOutput) => void
705
+ ): void;
706
+ describeForecast(
707
+ args: DescribeForecastCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: DescribeForecastCommandOutput) => void
710
+ ): void;
711
+ describeForecastExportJob(
712
+ args: DescribeForecastExportJobCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<DescribeForecastExportJobCommandOutput>;
715
+ describeForecastExportJob(
716
+ args: DescribeForecastExportJobCommandInput,
717
+ cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
718
+ ): void;
719
+ describeForecastExportJob(
720
+ args: DescribeForecastExportJobCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: DescribeForecastExportJobCommandOutput) => void
723
+ ): void;
724
+ describeMonitor(
725
+ args: DescribeMonitorCommandInput,
726
+ options?: __HttpHandlerOptions
727
+ ): Promise<DescribeMonitorCommandOutput>;
728
+ describeMonitor(
729
+ args: DescribeMonitorCommandInput,
730
+ cb: (err: any, data?: DescribeMonitorCommandOutput) => void
731
+ ): void;
732
+ describeMonitor(
733
+ args: DescribeMonitorCommandInput,
734
+ options: __HttpHandlerOptions,
735
+ cb: (err: any, data?: DescribeMonitorCommandOutput) => void
736
+ ): void;
737
+ describePredictor(
738
+ args: DescribePredictorCommandInput,
739
+ options?: __HttpHandlerOptions
740
+ ): Promise<DescribePredictorCommandOutput>;
741
+ describePredictor(
742
+ args: DescribePredictorCommandInput,
743
+ cb: (err: any, data?: DescribePredictorCommandOutput) => void
744
+ ): void;
745
+ describePredictor(
746
+ args: DescribePredictorCommandInput,
747
+ options: __HttpHandlerOptions,
748
+ cb: (err: any, data?: DescribePredictorCommandOutput) => void
749
+ ): void;
750
+ describePredictorBacktestExportJob(
751
+ args: DescribePredictorBacktestExportJobCommandInput,
752
+ options?: __HttpHandlerOptions
753
+ ): Promise<DescribePredictorBacktestExportJobCommandOutput>;
754
+ describePredictorBacktestExportJob(
755
+ args: DescribePredictorBacktestExportJobCommandInput,
756
+ cb: (
757
+ err: any,
758
+ data?: DescribePredictorBacktestExportJobCommandOutput
759
+ ) => void
760
+ ): void;
761
+ describePredictorBacktestExportJob(
762
+ args: DescribePredictorBacktestExportJobCommandInput,
763
+ options: __HttpHandlerOptions,
764
+ cb: (
765
+ err: any,
766
+ data?: DescribePredictorBacktestExportJobCommandOutput
767
+ ) => void
768
+ ): void;
769
+ describeWhatIfAnalysis(
770
+ args: DescribeWhatIfAnalysisCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<DescribeWhatIfAnalysisCommandOutput>;
773
+ describeWhatIfAnalysis(
774
+ args: DescribeWhatIfAnalysisCommandInput,
775
+ cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
776
+ ): void;
777
+ describeWhatIfAnalysis(
778
+ args: DescribeWhatIfAnalysisCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: DescribeWhatIfAnalysisCommandOutput) => void
781
+ ): void;
782
+ describeWhatIfForecast(
783
+ args: DescribeWhatIfForecastCommandInput,
784
+ options?: __HttpHandlerOptions
785
+ ): Promise<DescribeWhatIfForecastCommandOutput>;
786
+ describeWhatIfForecast(
787
+ args: DescribeWhatIfForecastCommandInput,
788
+ cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
789
+ ): void;
790
+ describeWhatIfForecast(
791
+ args: DescribeWhatIfForecastCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (err: any, data?: DescribeWhatIfForecastCommandOutput) => void
794
+ ): void;
795
+ describeWhatIfForecastExport(
796
+ args: DescribeWhatIfForecastExportCommandInput,
797
+ options?: __HttpHandlerOptions
798
+ ): Promise<DescribeWhatIfForecastExportCommandOutput>;
799
+ describeWhatIfForecastExport(
800
+ args: DescribeWhatIfForecastExportCommandInput,
801
+ cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
802
+ ): void;
803
+ describeWhatIfForecastExport(
804
+ args: DescribeWhatIfForecastExportCommandInput,
805
+ options: __HttpHandlerOptions,
806
+ cb: (err: any, data?: DescribeWhatIfForecastExportCommandOutput) => void
807
+ ): void;
808
+ getAccuracyMetrics(
809
+ args: GetAccuracyMetricsCommandInput,
810
+ options?: __HttpHandlerOptions
811
+ ): Promise<GetAccuracyMetricsCommandOutput>;
812
+ getAccuracyMetrics(
813
+ args: GetAccuracyMetricsCommandInput,
814
+ cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
815
+ ): void;
816
+ getAccuracyMetrics(
817
+ args: GetAccuracyMetricsCommandInput,
818
+ options: __HttpHandlerOptions,
819
+ cb: (err: any, data?: GetAccuracyMetricsCommandOutput) => void
820
+ ): void;
821
+ listDatasetGroups(
822
+ args: ListDatasetGroupsCommandInput,
823
+ options?: __HttpHandlerOptions
824
+ ): Promise<ListDatasetGroupsCommandOutput>;
825
+ listDatasetGroups(
826
+ args: ListDatasetGroupsCommandInput,
827
+ cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
828
+ ): void;
829
+ listDatasetGroups(
830
+ args: ListDatasetGroupsCommandInput,
831
+ options: __HttpHandlerOptions,
832
+ cb: (err: any, data?: ListDatasetGroupsCommandOutput) => void
833
+ ): void;
834
+ listDatasetImportJobs(
835
+ args: ListDatasetImportJobsCommandInput,
836
+ options?: __HttpHandlerOptions
837
+ ): Promise<ListDatasetImportJobsCommandOutput>;
838
+ listDatasetImportJobs(
839
+ args: ListDatasetImportJobsCommandInput,
840
+ cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
841
+ ): void;
842
+ listDatasetImportJobs(
843
+ args: ListDatasetImportJobsCommandInput,
844
+ options: __HttpHandlerOptions,
845
+ cb: (err: any, data?: ListDatasetImportJobsCommandOutput) => void
846
+ ): void;
847
+ listDatasets(
848
+ args: ListDatasetsCommandInput,
849
+ options?: __HttpHandlerOptions
850
+ ): Promise<ListDatasetsCommandOutput>;
851
+ listDatasets(
852
+ args: ListDatasetsCommandInput,
853
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void
854
+ ): void;
855
+ listDatasets(
856
+ args: ListDatasetsCommandInput,
857
+ options: __HttpHandlerOptions,
858
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void
859
+ ): void;
860
+ listExplainabilities(
861
+ args: ListExplainabilitiesCommandInput,
862
+ options?: __HttpHandlerOptions
863
+ ): Promise<ListExplainabilitiesCommandOutput>;
864
+ listExplainabilities(
865
+ args: ListExplainabilitiesCommandInput,
866
+ cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
867
+ ): void;
868
+ listExplainabilities(
869
+ args: ListExplainabilitiesCommandInput,
870
+ options: __HttpHandlerOptions,
871
+ cb: (err: any, data?: ListExplainabilitiesCommandOutput) => void
872
+ ): void;
873
+ listExplainabilityExports(
874
+ args: ListExplainabilityExportsCommandInput,
875
+ options?: __HttpHandlerOptions
876
+ ): Promise<ListExplainabilityExportsCommandOutput>;
877
+ listExplainabilityExports(
878
+ args: ListExplainabilityExportsCommandInput,
879
+ cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
880
+ ): void;
881
+ listExplainabilityExports(
882
+ args: ListExplainabilityExportsCommandInput,
883
+ options: __HttpHandlerOptions,
884
+ cb: (err: any, data?: ListExplainabilityExportsCommandOutput) => void
885
+ ): void;
886
+ listForecastExportJobs(
887
+ args: ListForecastExportJobsCommandInput,
888
+ options?: __HttpHandlerOptions
889
+ ): Promise<ListForecastExportJobsCommandOutput>;
890
+ listForecastExportJobs(
891
+ args: ListForecastExportJobsCommandInput,
892
+ cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
893
+ ): void;
894
+ listForecastExportJobs(
895
+ args: ListForecastExportJobsCommandInput,
896
+ options: __HttpHandlerOptions,
897
+ cb: (err: any, data?: ListForecastExportJobsCommandOutput) => void
898
+ ): void;
899
+ listForecasts(
900
+ args: ListForecastsCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<ListForecastsCommandOutput>;
903
+ listForecasts(
904
+ args: ListForecastsCommandInput,
905
+ cb: (err: any, data?: ListForecastsCommandOutput) => void
906
+ ): void;
907
+ listForecasts(
908
+ args: ListForecastsCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: ListForecastsCommandOutput) => void
911
+ ): void;
912
+ listMonitorEvaluations(
913
+ args: ListMonitorEvaluationsCommandInput,
914
+ options?: __HttpHandlerOptions
915
+ ): Promise<ListMonitorEvaluationsCommandOutput>;
916
+ listMonitorEvaluations(
917
+ args: ListMonitorEvaluationsCommandInput,
918
+ cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
919
+ ): void;
920
+ listMonitorEvaluations(
921
+ args: ListMonitorEvaluationsCommandInput,
922
+ options: __HttpHandlerOptions,
923
+ cb: (err: any, data?: ListMonitorEvaluationsCommandOutput) => void
924
+ ): void;
925
+ listMonitors(
926
+ args: ListMonitorsCommandInput,
927
+ options?: __HttpHandlerOptions
928
+ ): Promise<ListMonitorsCommandOutput>;
929
+ listMonitors(
930
+ args: ListMonitorsCommandInput,
931
+ cb: (err: any, data?: ListMonitorsCommandOutput) => void
932
+ ): void;
933
+ listMonitors(
934
+ args: ListMonitorsCommandInput,
935
+ options: __HttpHandlerOptions,
936
+ cb: (err: any, data?: ListMonitorsCommandOutput) => void
937
+ ): void;
938
+ listPredictorBacktestExportJobs(
939
+ args: ListPredictorBacktestExportJobsCommandInput,
940
+ options?: __HttpHandlerOptions
941
+ ): Promise<ListPredictorBacktestExportJobsCommandOutput>;
942
+ listPredictorBacktestExportJobs(
943
+ args: ListPredictorBacktestExportJobsCommandInput,
944
+ cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
945
+ ): void;
946
+ listPredictorBacktestExportJobs(
947
+ args: ListPredictorBacktestExportJobsCommandInput,
948
+ options: __HttpHandlerOptions,
949
+ cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void
950
+ ): void;
951
+ listPredictors(
952
+ args: ListPredictorsCommandInput,
953
+ options?: __HttpHandlerOptions
954
+ ): Promise<ListPredictorsCommandOutput>;
955
+ listPredictors(
956
+ args: ListPredictorsCommandInput,
957
+ cb: (err: any, data?: ListPredictorsCommandOutput) => void
958
+ ): void;
959
+ listPredictors(
960
+ args: ListPredictorsCommandInput,
961
+ options: __HttpHandlerOptions,
962
+ cb: (err: any, data?: ListPredictorsCommandOutput) => void
963
+ ): void;
964
+ listTagsForResource(
965
+ args: ListTagsForResourceCommandInput,
966
+ options?: __HttpHandlerOptions
967
+ ): Promise<ListTagsForResourceCommandOutput>;
968
+ listTagsForResource(
969
+ args: ListTagsForResourceCommandInput,
970
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
971
+ ): void;
972
+ listTagsForResource(
973
+ args: ListTagsForResourceCommandInput,
974
+ options: __HttpHandlerOptions,
975
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
976
+ ): void;
977
+ listWhatIfAnalyses(
978
+ args: ListWhatIfAnalysesCommandInput,
979
+ options?: __HttpHandlerOptions
980
+ ): Promise<ListWhatIfAnalysesCommandOutput>;
981
+ listWhatIfAnalyses(
982
+ args: ListWhatIfAnalysesCommandInput,
983
+ cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
984
+ ): void;
985
+ listWhatIfAnalyses(
986
+ args: ListWhatIfAnalysesCommandInput,
987
+ options: __HttpHandlerOptions,
988
+ cb: (err: any, data?: ListWhatIfAnalysesCommandOutput) => void
989
+ ): void;
990
+ listWhatIfForecastExports(
991
+ args: ListWhatIfForecastExportsCommandInput,
992
+ options?: __HttpHandlerOptions
993
+ ): Promise<ListWhatIfForecastExportsCommandOutput>;
994
+ listWhatIfForecastExports(
995
+ args: ListWhatIfForecastExportsCommandInput,
996
+ cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
997
+ ): void;
998
+ listWhatIfForecastExports(
999
+ args: ListWhatIfForecastExportsCommandInput,
1000
+ options: __HttpHandlerOptions,
1001
+ cb: (err: any, data?: ListWhatIfForecastExportsCommandOutput) => void
1002
+ ): void;
1003
+ listWhatIfForecasts(
1004
+ args: ListWhatIfForecastsCommandInput,
1005
+ options?: __HttpHandlerOptions
1006
+ ): Promise<ListWhatIfForecastsCommandOutput>;
1007
+ listWhatIfForecasts(
1008
+ args: ListWhatIfForecastsCommandInput,
1009
+ cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
1010
+ ): void;
1011
+ listWhatIfForecasts(
1012
+ args: ListWhatIfForecastsCommandInput,
1013
+ options: __HttpHandlerOptions,
1014
+ cb: (err: any, data?: ListWhatIfForecastsCommandOutput) => void
1015
+ ): void;
1016
+ resumeResource(
1017
+ args: ResumeResourceCommandInput,
1018
+ options?: __HttpHandlerOptions
1019
+ ): Promise<ResumeResourceCommandOutput>;
1020
+ resumeResource(
1021
+ args: ResumeResourceCommandInput,
1022
+ cb: (err: any, data?: ResumeResourceCommandOutput) => void
1023
+ ): void;
1024
+ resumeResource(
1025
+ args: ResumeResourceCommandInput,
1026
+ options: __HttpHandlerOptions,
1027
+ cb: (err: any, data?: ResumeResourceCommandOutput) => void
1028
+ ): void;
1029
+ stopResource(
1030
+ args: StopResourceCommandInput,
1031
+ options?: __HttpHandlerOptions
1032
+ ): Promise<StopResourceCommandOutput>;
1033
+ stopResource(
1034
+ args: StopResourceCommandInput,
1035
+ cb: (err: any, data?: StopResourceCommandOutput) => void
1036
+ ): void;
1037
+ stopResource(
1038
+ args: StopResourceCommandInput,
1039
+ options: __HttpHandlerOptions,
1040
+ cb: (err: any, data?: StopResourceCommandOutput) => void
1041
+ ): void;
1042
+ tagResource(
1043
+ args: TagResourceCommandInput,
1044
+ options?: __HttpHandlerOptions
1045
+ ): Promise<TagResourceCommandOutput>;
1046
+ tagResource(
1047
+ args: TagResourceCommandInput,
1048
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1049
+ ): void;
1050
+ tagResource(
1051
+ args: TagResourceCommandInput,
1052
+ options: __HttpHandlerOptions,
1053
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1054
+ ): void;
1055
+ untagResource(
1056
+ args: UntagResourceCommandInput,
1057
+ options?: __HttpHandlerOptions
1058
+ ): Promise<UntagResourceCommandOutput>;
1059
+ untagResource(
1060
+ args: UntagResourceCommandInput,
1061
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1062
+ ): void;
1063
+ untagResource(
1064
+ args: UntagResourceCommandInput,
1065
+ options: __HttpHandlerOptions,
1066
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1067
+ ): void;
1068
+ updateDatasetGroup(
1069
+ args: UpdateDatasetGroupCommandInput,
1070
+ options?: __HttpHandlerOptions
1071
+ ): Promise<UpdateDatasetGroupCommandOutput>;
1072
+ updateDatasetGroup(
1073
+ args: UpdateDatasetGroupCommandInput,
1074
+ cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
1075
+ ): void;
1076
+ updateDatasetGroup(
1077
+ args: UpdateDatasetGroupCommandInput,
1078
+ options: __HttpHandlerOptions,
1079
+ cb: (err: any, data?: UpdateDatasetGroupCommandOutput) => void
1080
+ ): void;
1081
+ }