@aws-sdk/client-forecast 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist-cjs/commands/CreateAutoPredictorCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -2
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -2
  7. package/dist-cjs/commands/CreateForecastCommand.js +2 -2
  8. package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -2
  9. package/dist-cjs/commands/CreateMonitorCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -2
  11. package/dist-cjs/commands/CreatePredictorCommand.js +2 -2
  12. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -2
  13. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -2
  14. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteForecastCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteMonitorCommand.js +2 -2
  23. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -2
  24. package/dist-cjs/commands/DeletePredictorCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeForecastCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeMonitorCommand.js +2 -2
  38. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -2
  39. package/dist-cjs/commands/DescribePredictorCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -2
  43. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -2
  44. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
  45. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  47. package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -2
  48. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -2
  49. package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListForecastsCommand.js +2 -2
  51. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -2
  52. package/dist-cjs/commands/ListMonitorsCommand.js +2 -2
  53. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -2
  54. package/dist-cjs/commands/ListPredictorsCommand.js +2 -2
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  56. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -2
  57. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -2
  58. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -2
  59. package/dist-cjs/commands/ResumeResourceCommand.js +2 -2
  60. package/dist-cjs/commands/StopResourceCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -2
  64. package/dist-cjs/protocols/Aws_json1_1.js +1195 -1289
  65. package/dist-es/commands/CreateAutoPredictorCommand.js +3 -3
  66. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  67. package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
  68. package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
  69. package/dist-es/commands/CreateExplainabilityCommand.js +3 -3
  70. package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -3
  71. package/dist-es/commands/CreateForecastCommand.js +3 -3
  72. package/dist-es/commands/CreateForecastExportJobCommand.js +3 -3
  73. package/dist-es/commands/CreateMonitorCommand.js +3 -3
  74. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
  75. package/dist-es/commands/CreatePredictorCommand.js +3 -3
  76. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -3
  77. package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -3
  78. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -3
  79. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  80. package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -3
  81. package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -3
  82. package/dist-es/commands/DeleteExplainabilityCommand.js +3 -3
  83. package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -3
  84. package/dist-es/commands/DeleteForecastCommand.js +3 -3
  85. package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -3
  86. package/dist-es/commands/DeleteMonitorCommand.js +3 -3
  87. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -3
  88. package/dist-es/commands/DeletePredictorCommand.js +3 -3
  89. package/dist-es/commands/DeleteResourceTreeCommand.js +3 -3
  90. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -3
  91. package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -3
  92. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -3
  93. package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -3
  94. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  95. package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
  96. package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
  97. package/dist-es/commands/DescribeExplainabilityCommand.js +3 -3
  98. package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -3
  99. package/dist-es/commands/DescribeForecastCommand.js +3 -3
  100. package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -3
  101. package/dist-es/commands/DescribeMonitorCommand.js +3 -3
  102. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
  103. package/dist-es/commands/DescribePredictorCommand.js +3 -3
  104. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -3
  105. package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -3
  106. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -3
  107. package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -3
  108. package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
  109. package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
  110. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  111. package/dist-es/commands/ListExplainabilitiesCommand.js +3 -3
  112. package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -3
  113. package/dist-es/commands/ListForecastExportJobsCommand.js +3 -3
  114. package/dist-es/commands/ListForecastsCommand.js +3 -3
  115. package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -3
  116. package/dist-es/commands/ListMonitorsCommand.js +3 -3
  117. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
  118. package/dist-es/commands/ListPredictorsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  120. package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -3
  121. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -3
  122. package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -3
  123. package/dist-es/commands/ResumeResourceCommand.js +3 -3
  124. package/dist-es/commands/StopResourceCommand.js +3 -3
  125. package/dist-es/commands/TagResourceCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -3
  128. package/dist-es/protocols/Aws_json1_1.js +1066 -1160
  129. package/dist-types/protocols/Aws_json1_1.d.ts +504 -126
  130. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +126 -126
  131. package/package.json +29 -29
@@ -255,507 +255,507 @@ import {
255
255
  UpdateDatasetGroupCommandInput,
256
256
  UpdateDatasetGroupCommandOutput,
257
257
  } from "../commands/UpdateDatasetGroupCommand";
258
- export declare const serializeAws_json1_1CreateAutoPredictorCommand: (
258
+ export declare const se_CreateAutoPredictorCommand: (
259
259
  input: CreateAutoPredictorCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1CreateDatasetCommand: (
262
+ export declare const se_CreateDatasetCommand: (
263
263
  input: CreateDatasetCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1CreateDatasetGroupCommand: (
266
+ export declare const se_CreateDatasetGroupCommand: (
267
267
  input: CreateDatasetGroupCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (
270
+ export declare const se_CreateDatasetImportJobCommand: (
271
271
  input: CreateDatasetImportJobCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1CreateExplainabilityCommand: (
274
+ export declare const se_CreateExplainabilityCommand: (
275
275
  input: CreateExplainabilityCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (
278
+ export declare const se_CreateExplainabilityExportCommand: (
279
279
  input: CreateExplainabilityExportCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1CreateForecastCommand: (
282
+ export declare const se_CreateForecastCommand: (
283
283
  input: CreateForecastCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1CreateForecastExportJobCommand: (
286
+ export declare const se_CreateForecastExportJobCommand: (
287
287
  input: CreateForecastExportJobCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1CreateMonitorCommand: (
290
+ export declare const se_CreateMonitorCommand: (
291
291
  input: CreateMonitorCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1CreatePredictorCommand: (
294
+ export declare const se_CreatePredictorCommand: (
295
295
  input: CreatePredictorCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
298
+ export declare const se_CreatePredictorBacktestExportJobCommand: (
299
299
  input: CreatePredictorBacktestExportJobCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (
302
+ export declare const se_CreateWhatIfAnalysisCommand: (
303
303
  input: CreateWhatIfAnalysisCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (
306
+ export declare const se_CreateWhatIfForecastCommand: (
307
307
  input: CreateWhatIfForecastCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (
310
+ export declare const se_CreateWhatIfForecastExportCommand: (
311
311
  input: CreateWhatIfForecastExportCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1DeleteDatasetCommand: (
314
+ export declare const se_DeleteDatasetCommand: (
315
315
  input: DeleteDatasetCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (
318
+ export declare const se_DeleteDatasetGroupCommand: (
319
319
  input: DeleteDatasetGroupCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (
322
+ export declare const se_DeleteDatasetImportJobCommand: (
323
323
  input: DeleteDatasetImportJobCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1DeleteExplainabilityCommand: (
326
+ export declare const se_DeleteExplainabilityCommand: (
327
327
  input: DeleteExplainabilityCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (
330
+ export declare const se_DeleteExplainabilityExportCommand: (
331
331
  input: DeleteExplainabilityExportCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1DeleteForecastCommand: (
334
+ export declare const se_DeleteForecastCommand: (
335
335
  input: DeleteForecastCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (
338
+ export declare const se_DeleteForecastExportJobCommand: (
339
339
  input: DeleteForecastExportJobCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1DeleteMonitorCommand: (
342
+ export declare const se_DeleteMonitorCommand: (
343
343
  input: DeleteMonitorCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1DeletePredictorCommand: (
346
+ export declare const se_DeletePredictorCommand: (
347
347
  input: DeletePredictorCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
350
+ export declare const se_DeletePredictorBacktestExportJobCommand: (
351
351
  input: DeletePredictorBacktestExportJobCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1DeleteResourceTreeCommand: (
354
+ export declare const se_DeleteResourceTreeCommand: (
355
355
  input: DeleteResourceTreeCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (
358
+ export declare const se_DeleteWhatIfAnalysisCommand: (
359
359
  input: DeleteWhatIfAnalysisCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (
362
+ export declare const se_DeleteWhatIfForecastCommand: (
363
363
  input: DeleteWhatIfForecastCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (
366
+ export declare const se_DeleteWhatIfForecastExportCommand: (
367
367
  input: DeleteWhatIfForecastExportCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (
370
+ export declare const se_DescribeAutoPredictorCommand: (
371
371
  input: DescribeAutoPredictorCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1DescribeDatasetCommand: (
374
+ export declare const se_DescribeDatasetCommand: (
375
375
  input: DescribeDatasetCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (
378
+ export declare const se_DescribeDatasetGroupCommand: (
379
379
  input: DescribeDatasetGroupCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1DescribeDatasetImportJobCommand: (
382
+ export declare const se_DescribeDatasetImportJobCommand: (
383
383
  input: DescribeDatasetImportJobCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1DescribeExplainabilityCommand: (
386
+ export declare const se_DescribeExplainabilityCommand: (
387
387
  input: DescribeExplainabilityCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (
390
+ export declare const se_DescribeExplainabilityExportCommand: (
391
391
  input: DescribeExplainabilityExportCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1DescribeForecastCommand: (
394
+ export declare const se_DescribeForecastCommand: (
395
395
  input: DescribeForecastCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (
398
+ export declare const se_DescribeForecastExportJobCommand: (
399
399
  input: DescribeForecastExportJobCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1DescribeMonitorCommand: (
402
+ export declare const se_DescribeMonitorCommand: (
403
403
  input: DescribeMonitorCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1DescribePredictorCommand: (
406
+ export declare const se_DescribePredictorCommand: (
407
407
  input: DescribePredictorCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
410
+ export declare const se_DescribePredictorBacktestExportJobCommand: (
411
411
  input: DescribePredictorBacktestExportJobCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (
414
+ export declare const se_DescribeWhatIfAnalysisCommand: (
415
415
  input: DescribeWhatIfAnalysisCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (
418
+ export declare const se_DescribeWhatIfForecastCommand: (
419
419
  input: DescribeWhatIfForecastCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (
422
+ export declare const se_DescribeWhatIfForecastExportCommand: (
423
423
  input: DescribeWhatIfForecastExportCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (
426
+ export declare const se_GetAccuracyMetricsCommand: (
427
427
  input: GetAccuracyMetricsCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1ListDatasetGroupsCommand: (
430
+ export declare const se_ListDatasetGroupsCommand: (
431
431
  input: ListDatasetGroupsCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (
434
+ export declare const se_ListDatasetImportJobsCommand: (
435
435
  input: ListDatasetImportJobsCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1ListDatasetsCommand: (
438
+ export declare const se_ListDatasetsCommand: (
439
439
  input: ListDatasetsCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1ListExplainabilitiesCommand: (
442
+ export declare const se_ListExplainabilitiesCommand: (
443
443
  input: ListExplainabilitiesCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (
446
+ export declare const se_ListExplainabilityExportsCommand: (
447
447
  input: ListExplainabilityExportsCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1ListForecastExportJobsCommand: (
450
+ export declare const se_ListForecastExportJobsCommand: (
451
451
  input: ListForecastExportJobsCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1ListForecastsCommand: (
454
+ export declare const se_ListForecastsCommand: (
455
455
  input: ListForecastsCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1ListMonitorEvaluationsCommand: (
458
+ export declare const se_ListMonitorEvaluationsCommand: (
459
459
  input: ListMonitorEvaluationsCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1ListMonitorsCommand: (
462
+ export declare const se_ListMonitorsCommand: (
463
463
  input: ListMonitorsCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
466
+ export declare const se_ListPredictorBacktestExportJobsCommand: (
467
467
  input: ListPredictorBacktestExportJobsCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_json1_1ListPredictorsCommand: (
470
+ export declare const se_ListPredictorsCommand: (
471
471
  input: ListPredictorsCommandInput,
472
472
  context: __SerdeContext
473
473
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
474
+ export declare const se_ListTagsForResourceCommand: (
475
475
  input: ListTagsForResourceCommandInput,
476
476
  context: __SerdeContext
477
477
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (
478
+ export declare const se_ListWhatIfAnalysesCommand: (
479
479
  input: ListWhatIfAnalysesCommandInput,
480
480
  context: __SerdeContext
481
481
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (
482
+ export declare const se_ListWhatIfForecastExportsCommand: (
483
483
  input: ListWhatIfForecastExportsCommandInput,
484
484
  context: __SerdeContext
485
485
  ) => Promise<__HttpRequest>;
486
- export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (
486
+ export declare const se_ListWhatIfForecastsCommand: (
487
487
  input: ListWhatIfForecastsCommandInput,
488
488
  context: __SerdeContext
489
489
  ) => Promise<__HttpRequest>;
490
- export declare const serializeAws_json1_1ResumeResourceCommand: (
490
+ export declare const se_ResumeResourceCommand: (
491
491
  input: ResumeResourceCommandInput,
492
492
  context: __SerdeContext
493
493
  ) => Promise<__HttpRequest>;
494
- export declare const serializeAws_json1_1StopResourceCommand: (
494
+ export declare const se_StopResourceCommand: (
495
495
  input: StopResourceCommandInput,
496
496
  context: __SerdeContext
497
497
  ) => Promise<__HttpRequest>;
498
- export declare const serializeAws_json1_1TagResourceCommand: (
498
+ export declare const se_TagResourceCommand: (
499
499
  input: TagResourceCommandInput,
500
500
  context: __SerdeContext
501
501
  ) => Promise<__HttpRequest>;
502
- export declare const serializeAws_json1_1UntagResourceCommand: (
502
+ export declare const se_UntagResourceCommand: (
503
503
  input: UntagResourceCommandInput,
504
504
  context: __SerdeContext
505
505
  ) => Promise<__HttpRequest>;
506
- export declare const serializeAws_json1_1UpdateDatasetGroupCommand: (
506
+ export declare const se_UpdateDatasetGroupCommand: (
507
507
  input: UpdateDatasetGroupCommandInput,
508
508
  context: __SerdeContext
509
509
  ) => Promise<__HttpRequest>;
510
- export declare const deserializeAws_json1_1CreateAutoPredictorCommand: (
510
+ export declare const de_CreateAutoPredictorCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<CreateAutoPredictorCommandOutput>;
514
- export declare const deserializeAws_json1_1CreateDatasetCommand: (
514
+ export declare const de_CreateDatasetCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<CreateDatasetCommandOutput>;
518
- export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (
518
+ export declare const de_CreateDatasetGroupCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<CreateDatasetGroupCommandOutput>;
522
- export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (
522
+ export declare const de_CreateDatasetImportJobCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<CreateDatasetImportJobCommandOutput>;
526
- export declare const deserializeAws_json1_1CreateExplainabilityCommand: (
526
+ export declare const de_CreateExplainabilityCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<CreateExplainabilityCommandOutput>;
530
- export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (
530
+ export declare const de_CreateExplainabilityExportCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<CreateExplainabilityExportCommandOutput>;
534
- export declare const deserializeAws_json1_1CreateForecastCommand: (
534
+ export declare const de_CreateForecastCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<CreateForecastCommandOutput>;
538
- export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (
538
+ export declare const de_CreateForecastExportJobCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<CreateForecastExportJobCommandOutput>;
542
- export declare const deserializeAws_json1_1CreateMonitorCommand: (
542
+ export declare const de_CreateMonitorCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<CreateMonitorCommandOutput>;
546
- export declare const deserializeAws_json1_1CreatePredictorCommand: (
546
+ export declare const de_CreatePredictorCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<CreatePredictorCommandOutput>;
550
- export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (
550
+ export declare const de_CreatePredictorBacktestExportJobCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
554
- export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (
554
+ export declare const de_CreateWhatIfAnalysisCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<CreateWhatIfAnalysisCommandOutput>;
558
- export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (
558
+ export declare const de_CreateWhatIfForecastCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<CreateWhatIfForecastCommandOutput>;
562
- export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (
562
+ export declare const de_CreateWhatIfForecastExportCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<CreateWhatIfForecastExportCommandOutput>;
566
- export declare const deserializeAws_json1_1DeleteDatasetCommand: (
566
+ export declare const de_DeleteDatasetCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<DeleteDatasetCommandOutput>;
570
- export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (
570
+ export declare const de_DeleteDatasetGroupCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<DeleteDatasetGroupCommandOutput>;
574
- export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (
574
+ export declare const de_DeleteDatasetImportJobCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<DeleteDatasetImportJobCommandOutput>;
578
- export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (
578
+ export declare const de_DeleteExplainabilityCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<DeleteExplainabilityCommandOutput>;
582
- export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (
582
+ export declare const de_DeleteExplainabilityExportCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<DeleteExplainabilityExportCommandOutput>;
586
- export declare const deserializeAws_json1_1DeleteForecastCommand: (
586
+ export declare const de_DeleteForecastCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<DeleteForecastCommandOutput>;
590
- export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (
590
+ export declare const de_DeleteForecastExportJobCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<DeleteForecastExportJobCommandOutput>;
594
- export declare const deserializeAws_json1_1DeleteMonitorCommand: (
594
+ export declare const de_DeleteMonitorCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<DeleteMonitorCommandOutput>;
598
- export declare const deserializeAws_json1_1DeletePredictorCommand: (
598
+ export declare const de_DeletePredictorCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<DeletePredictorCommandOutput>;
602
- export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (
602
+ export declare const de_DeletePredictorBacktestExportJobCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
606
- export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (
606
+ export declare const de_DeleteResourceTreeCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<DeleteResourceTreeCommandOutput>;
610
- export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (
610
+ export declare const de_DeleteWhatIfAnalysisCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<DeleteWhatIfAnalysisCommandOutput>;
614
- export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (
614
+ export declare const de_DeleteWhatIfForecastCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<DeleteWhatIfForecastCommandOutput>;
618
- export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (
618
+ export declare const de_DeleteWhatIfForecastExportCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<DeleteWhatIfForecastExportCommandOutput>;
622
- export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (
622
+ export declare const de_DescribeAutoPredictorCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<DescribeAutoPredictorCommandOutput>;
626
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (
626
+ export declare const de_DescribeDatasetCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<DescribeDatasetCommandOutput>;
630
- export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (
630
+ export declare const de_DescribeDatasetGroupCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<DescribeDatasetGroupCommandOutput>;
634
- export declare const deserializeAws_json1_1DescribeDatasetImportJobCommand: (
634
+ export declare const de_DescribeDatasetImportJobCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<DescribeDatasetImportJobCommandOutput>;
638
- export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (
638
+ export declare const de_DescribeExplainabilityCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<DescribeExplainabilityCommandOutput>;
642
- export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (
642
+ export declare const de_DescribeExplainabilityExportCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<DescribeExplainabilityExportCommandOutput>;
646
- export declare const deserializeAws_json1_1DescribeForecastCommand: (
646
+ export declare const de_DescribeForecastCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<DescribeForecastCommandOutput>;
650
- export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (
650
+ export declare const de_DescribeForecastExportJobCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<DescribeForecastExportJobCommandOutput>;
654
- export declare const deserializeAws_json1_1DescribeMonitorCommand: (
654
+ export declare const de_DescribeMonitorCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<DescribeMonitorCommandOutput>;
658
- export declare const deserializeAws_json1_1DescribePredictorCommand: (
658
+ export declare const de_DescribePredictorCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<DescribePredictorCommandOutput>;
662
- export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (
662
+ export declare const de_DescribePredictorBacktestExportJobCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
666
- export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (
666
+ export declare const de_DescribeWhatIfAnalysisCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<DescribeWhatIfAnalysisCommandOutput>;
670
- export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (
670
+ export declare const de_DescribeWhatIfForecastCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<DescribeWhatIfForecastCommandOutput>;
674
- export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (
674
+ export declare const de_DescribeWhatIfForecastExportCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<DescribeWhatIfForecastExportCommandOutput>;
678
- export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (
678
+ export declare const de_GetAccuracyMetricsCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<GetAccuracyMetricsCommandOutput>;
682
- export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (
682
+ export declare const de_ListDatasetGroupsCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<ListDatasetGroupsCommandOutput>;
686
- export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (
686
+ export declare const de_ListDatasetImportJobsCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<ListDatasetImportJobsCommandOutput>;
690
- export declare const deserializeAws_json1_1ListDatasetsCommand: (
690
+ export declare const de_ListDatasetsCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<ListDatasetsCommandOutput>;
694
- export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (
694
+ export declare const de_ListExplainabilitiesCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<ListExplainabilitiesCommandOutput>;
698
- export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (
698
+ export declare const de_ListExplainabilityExportsCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<ListExplainabilityExportsCommandOutput>;
702
- export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (
702
+ export declare const de_ListForecastExportJobsCommand: (
703
703
  output: __HttpResponse,
704
704
  context: __SerdeContext
705
705
  ) => Promise<ListForecastExportJobsCommandOutput>;
706
- export declare const deserializeAws_json1_1ListForecastsCommand: (
706
+ export declare const de_ListForecastsCommand: (
707
707
  output: __HttpResponse,
708
708
  context: __SerdeContext
709
709
  ) => Promise<ListForecastsCommandOutput>;
710
- export declare const deserializeAws_json1_1ListMonitorEvaluationsCommand: (
710
+ export declare const de_ListMonitorEvaluationsCommand: (
711
711
  output: __HttpResponse,
712
712
  context: __SerdeContext
713
713
  ) => Promise<ListMonitorEvaluationsCommandOutput>;
714
- export declare const deserializeAws_json1_1ListMonitorsCommand: (
714
+ export declare const de_ListMonitorsCommand: (
715
715
  output: __HttpResponse,
716
716
  context: __SerdeContext
717
717
  ) => Promise<ListMonitorsCommandOutput>;
718
- export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (
718
+ export declare const de_ListPredictorBacktestExportJobsCommand: (
719
719
  output: __HttpResponse,
720
720
  context: __SerdeContext
721
721
  ) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
722
- export declare const deserializeAws_json1_1ListPredictorsCommand: (
722
+ export declare const de_ListPredictorsCommand: (
723
723
  output: __HttpResponse,
724
724
  context: __SerdeContext
725
725
  ) => Promise<ListPredictorsCommandOutput>;
726
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
726
+ export declare const de_ListTagsForResourceCommand: (
727
727
  output: __HttpResponse,
728
728
  context: __SerdeContext
729
729
  ) => Promise<ListTagsForResourceCommandOutput>;
730
- export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (
730
+ export declare const de_ListWhatIfAnalysesCommand: (
731
731
  output: __HttpResponse,
732
732
  context: __SerdeContext
733
733
  ) => Promise<ListWhatIfAnalysesCommandOutput>;
734
- export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (
734
+ export declare const de_ListWhatIfForecastExportsCommand: (
735
735
  output: __HttpResponse,
736
736
  context: __SerdeContext
737
737
  ) => Promise<ListWhatIfForecastExportsCommandOutput>;
738
- export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (
738
+ export declare const de_ListWhatIfForecastsCommand: (
739
739
  output: __HttpResponse,
740
740
  context: __SerdeContext
741
741
  ) => Promise<ListWhatIfForecastsCommandOutput>;
742
- export declare const deserializeAws_json1_1ResumeResourceCommand: (
742
+ export declare const de_ResumeResourceCommand: (
743
743
  output: __HttpResponse,
744
744
  context: __SerdeContext
745
745
  ) => Promise<ResumeResourceCommandOutput>;
746
- export declare const deserializeAws_json1_1StopResourceCommand: (
746
+ export declare const de_StopResourceCommand: (
747
747
  output: __HttpResponse,
748
748
  context: __SerdeContext
749
749
  ) => Promise<StopResourceCommandOutput>;
750
- export declare const deserializeAws_json1_1TagResourceCommand: (
750
+ export declare const de_TagResourceCommand: (
751
751
  output: __HttpResponse,
752
752
  context: __SerdeContext
753
753
  ) => Promise<TagResourceCommandOutput>;
754
- export declare const deserializeAws_json1_1UntagResourceCommand: (
754
+ export declare const de_UntagResourceCommand: (
755
755
  output: __HttpResponse,
756
756
  context: __SerdeContext
757
757
  ) => Promise<UntagResourceCommandOutput>;
758
- export declare const deserializeAws_json1_1UpdateDatasetGroupCommand: (
758
+ export declare const de_UpdateDatasetGroupCommand: (
759
759
  output: __HttpResponse,
760
760
  context: __SerdeContext
761
761
  ) => Promise<UpdateDatasetGroupCommandOutput>;