@aws-sdk/client-forecast 3.651.1 → 3.658.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 (127) hide show
  1. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateExplainabilityCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateForecastCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateMonitorCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +11 -0
  11. package/dist-types/commands/CreatePredictorCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteForecastCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteMonitorCommand.d.ts +11 -0
  23. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +11 -0
  24. package/dist-types/commands/DeletePredictorCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +11 -0
  35. package/dist-types/commands/DescribeForecastCommand.d.ts +11 -0
  36. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +11 -0
  37. package/dist-types/commands/DescribeMonitorCommand.d.ts +11 -0
  38. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribePredictorCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +11 -0
  42. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +11 -0
  43. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
  47. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +11 -0
  48. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListForecastsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListMonitorsCommand.d.ts +11 -0
  53. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListPredictorsCommand.d.ts +11 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  56. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +11 -0
  57. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +11 -0
  58. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +11 -0
  59. package/dist-types/commands/ResumeResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/StopResourceCommand.d.ts +11 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +11 -0
  64. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +12 -1
  127. package/package.json +35 -35
@@ -173,4 +173,15 @@ declare const CreateAutoPredictorCommand_base: {
173
173
  * @public
174
174
  */
175
175
  export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {
176
+ /** @internal type navigation helper, not in runtime. */
177
+ protected static __types: {
178
+ api: {
179
+ input: CreateAutoPredictorRequest;
180
+ output: CreateAutoPredictorResponse;
181
+ };
182
+ sdk: {
183
+ input: CreateAutoPredictorCommandInput;
184
+ output: CreateAutoPredictorCommandOutput;
185
+ };
186
+ };
176
187
  }
@@ -129,4 +129,15 @@ declare const CreateDatasetCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: CreateDatasetRequest;
136
+ output: CreateDatasetResponse;
137
+ };
138
+ sdk: {
139
+ input: CreateDatasetCommandInput;
140
+ output: CreateDatasetCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -93,4 +93,15 @@ declare const CreateDatasetGroupCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateDatasetGroupRequest;
100
+ output: CreateDatasetGroupResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateDatasetGroupCommandInput;
104
+ output: CreateDatasetGroupCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -110,4 +110,15 @@ declare const CreateDatasetImportJobCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: CreateDatasetImportJobRequest;
117
+ output: CreateDatasetImportJobResponse;
118
+ };
119
+ sdk: {
120
+ input: CreateDatasetImportJobCommandInput;
121
+ output: CreateDatasetImportJobCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -221,4 +221,15 @@ declare const CreateExplainabilityCommand_base: {
221
221
  * @public
222
222
  */
223
223
  export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {
224
+ /** @internal type navigation helper, not in runtime. */
225
+ protected static __types: {
226
+ api: {
227
+ input: CreateExplainabilityRequest;
228
+ output: CreateExplainabilityResponse;
229
+ };
230
+ sdk: {
231
+ input: CreateExplainabilityCommandInput;
232
+ output: CreateExplainabilityCommandOutput;
233
+ };
234
+ };
224
235
  }
@@ -97,4 +97,15 @@ declare const CreateExplainabilityExportCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateExplainabilityExportRequest;
104
+ output: CreateExplainabilityExportResponse;
105
+ };
106
+ sdk: {
107
+ input: CreateExplainabilityExportCommandInput;
108
+ output: CreateExplainabilityExportCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -124,4 +124,15 @@ declare const CreateForecastCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class CreateForecastCommand extends CreateForecastCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: CreateForecastRequest;
131
+ output: CreateForecastResponse;
132
+ };
133
+ sdk: {
134
+ input: CreateForecastCommandInput;
135
+ output: CreateForecastCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -102,4 +102,15 @@ declare const CreateForecastExportJobCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: CreateForecastExportJobRequest;
109
+ output: CreateForecastExportJobResponse;
110
+ };
111
+ sdk: {
112
+ input: CreateForecastExportJobCommandInput;
113
+ output: CreateForecastExportJobCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -83,4 +83,15 @@ declare const CreateMonitorCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateMonitorRequest;
90
+ output: CreateMonitorResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateMonitorCommandInput;
94
+ output: CreateMonitorCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -103,4 +103,15 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: CreatePredictorBacktestExportJobRequest;
110
+ output: CreatePredictorBacktestExportJobResponse;
111
+ };
112
+ sdk: {
113
+ input: CreatePredictorBacktestExportJobCommandInput;
114
+ output: CreatePredictorBacktestExportJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -215,4 +215,15 @@ declare const CreatePredictorCommand_base: {
215
215
  * @public
216
216
  */
217
217
  export declare class CreatePredictorCommand extends CreatePredictorCommand_base {
218
+ /** @internal type navigation helper, not in runtime. */
219
+ protected static __types: {
220
+ api: {
221
+ input: CreatePredictorRequest;
222
+ output: CreatePredictorResponse;
223
+ };
224
+ sdk: {
225
+ input: CreatePredictorCommandInput;
226
+ output: CreatePredictorCommandOutput;
227
+ };
228
+ };
218
229
  }
@@ -113,4 +113,15 @@ declare const CreateWhatIfAnalysisCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: CreateWhatIfAnalysisRequest;
120
+ output: CreateWhatIfAnalysisResponse;
121
+ };
122
+ sdk: {
123
+ input: CreateWhatIfAnalysisCommandInput;
124
+ output: CreateWhatIfAnalysisCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -115,4 +115,15 @@ declare const CreateWhatIfForecastCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: CreateWhatIfForecastRequest;
122
+ output: CreateWhatIfForecastResponse;
123
+ };
124
+ sdk: {
125
+ input: CreateWhatIfForecastCommandInput;
126
+ output: CreateWhatIfForecastCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -107,4 +107,15 @@ declare const CreateWhatIfForecastExportCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: CreateWhatIfForecastExportRequest;
114
+ output: CreateWhatIfForecastExportResponse;
115
+ };
116
+ sdk: {
117
+ input: CreateWhatIfForecastExportCommandInput;
118
+ output: CreateWhatIfForecastExportCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -73,4 +73,15 @@ declare const DeleteDatasetCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteDatasetRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteDatasetCommandInput;
84
+ output: DeleteDatasetCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -69,4 +69,15 @@ declare const DeleteDatasetGroupCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteDatasetGroupRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteDatasetGroupCommandInput;
80
+ output: DeleteDatasetGroupCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -69,4 +69,15 @@ declare const DeleteDatasetImportJobCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteDatasetImportJobRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteDatasetImportJobCommandInput;
80
+ output: DeleteDatasetImportJobCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -68,4 +68,15 @@ declare const DeleteExplainabilityCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteExplainabilityRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteExplainabilityCommandInput;
79
+ output: DeleteExplainabilityCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -66,4 +66,15 @@ declare const DeleteExplainabilityExportCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteExplainabilityExportRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteExplainabilityExportCommandInput;
77
+ output: DeleteExplainabilityExportCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -70,4 +70,15 @@ declare const DeleteForecastCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteForecastCommand extends DeleteForecastCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteForecastRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteForecastCommandInput;
81
+ output: DeleteForecastCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -68,4 +68,15 @@ declare const DeleteForecastExportJobCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteForecastExportJobRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteForecastExportJobCommandInput;
79
+ output: DeleteForecastExportJobCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -66,4 +66,15 @@ declare const DeleteMonitorCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteMonitorRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteMonitorCommandInput;
77
+ output: DeleteMonitorCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -66,4 +66,15 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeletePredictorBacktestExportJobRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeletePredictorBacktestExportJobCommandInput;
77
+ output: DeletePredictorBacktestExportJobCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -67,4 +67,15 @@ declare const DeletePredictorCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeletePredictorCommand extends DeletePredictorCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeletePredictorRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeletePredictorCommandInput;
78
+ output: DeletePredictorCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -96,4 +96,15 @@ declare const DeleteResourceTreeCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: DeleteResourceTreeRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: DeleteResourceTreeCommandInput;
107
+ output: DeleteResourceTreeCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -68,4 +68,15 @@ declare const DeleteWhatIfAnalysisCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteWhatIfAnalysisRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteWhatIfAnalysisCommandInput;
79
+ output: DeleteWhatIfAnalysisCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -68,4 +68,15 @@ declare const DeleteWhatIfForecastCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteWhatIfForecastRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteWhatIfForecastCommandInput;
79
+ output: DeleteWhatIfForecastCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -67,4 +67,15 @@ declare const DeleteWhatIfForecastExportCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteWhatIfForecastExportRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteWhatIfForecastExportCommandInput;
78
+ output: DeleteWhatIfForecastExportCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -126,4 +126,15 @@ declare const DescribeAutoPredictorCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: DescribeAutoPredictorRequest;
133
+ output: DescribeAutoPredictorResponse;
134
+ };
135
+ sdk: {
136
+ input: DescribeAutoPredictorCommandInput;
137
+ output: DescribeAutoPredictorCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -103,4 +103,15 @@ declare const DescribeDatasetCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeDatasetRequest;
110
+ output: DescribeDatasetResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeDatasetCommandInput;
114
+ output: DescribeDatasetCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -97,4 +97,15 @@ declare const DescribeDatasetGroupCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeDatasetGroupRequest;
104
+ output: DescribeDatasetGroupResponse;
105
+ };
106
+ sdk: {
107
+ input: DescribeDatasetGroupCommandInput;
108
+ output: DescribeDatasetGroupCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -136,4 +136,15 @@ declare const DescribeDatasetImportJobCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: DescribeDatasetImportJobRequest;
143
+ output: DescribeDatasetImportJobResponse;
144
+ };
145
+ sdk: {
146
+ input: DescribeDatasetImportJobCommandInput;
147
+ output: DescribeDatasetImportJobCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -94,4 +94,15 @@ declare const DescribeExplainabilityCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeExplainabilityRequest;
101
+ output: DescribeExplainabilityResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeExplainabilityCommandInput;
105
+ output: DescribeExplainabilityCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -79,4 +79,15 @@ declare const DescribeExplainabilityExportCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DescribeExplainabilityExportRequest;
86
+ output: DescribeExplainabilityExportResponse;
87
+ };
88
+ sdk: {
89
+ input: DescribeExplainabilityExportCommandInput;
90
+ output: DescribeExplainabilityExportCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -124,4 +124,15 @@ declare const DescribeForecastCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class DescribeForecastCommand extends DescribeForecastCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: DescribeForecastRequest;
131
+ output: DescribeForecastResponse;
132
+ };
133
+ sdk: {
134
+ input: DescribeForecastCommandInput;
135
+ output: DescribeForecastCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -103,4 +103,15 @@ declare const DescribeForecastExportJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeForecastExportJobRequest;
110
+ output: DescribeForecastExportJobResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeForecastExportJobCommandInput;
114
+ output: DescribeForecastExportJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -121,4 +121,15 @@ declare const DescribeMonitorCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: DescribeMonitorRequest;
128
+ output: DescribeMonitorResponse;
129
+ };
130
+ sdk: {
131
+ input: DescribeMonitorCommandInput;
132
+ output: DescribeMonitorCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -103,4 +103,15 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribePredictorBacktestExportJobRequest;
110
+ output: DescribePredictorBacktestExportJobResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribePredictorBacktestExportJobCommandInput;
114
+ output: DescribePredictorBacktestExportJobCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -207,4 +207,15 @@ declare const DescribePredictorCommand_base: {
207
207
  * @public
208
208
  */
209
209
  export declare class DescribePredictorCommand extends DescribePredictorCommand_base {
210
+ /** @internal type navigation helper, not in runtime. */
211
+ protected static __types: {
212
+ api: {
213
+ input: DescribePredictorRequest;
214
+ output: DescribePredictorResponse;
215
+ };
216
+ sdk: {
217
+ input: DescribePredictorCommandInput;
218
+ output: DescribePredictorCommandOutput;
219
+ };
220
+ };
210
221
  }