@aws-sdk/client-forecast 3.154.0 → 3.155.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 (84) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Forecast.js +180 -0
  3. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +36 -0
  4. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +36 -0
  5. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +36 -0
  12. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +36 -0
  13. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +36 -0
  14. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +36 -0
  15. package/dist-cjs/commands/index.js +12 -0
  16. package/dist-cjs/models/models_0.js +133 -4
  17. package/dist-cjs/pagination/ListWhatIfAnalysesPaginator.js +36 -0
  18. package/dist-cjs/pagination/ListWhatIfForecastExportsPaginator.js +36 -0
  19. package/dist-cjs/pagination/ListWhatIfForecastsPaginator.js +36 -0
  20. package/dist-cjs/pagination/index.js +3 -0
  21. package/dist-cjs/protocols/Aws_json1_1.js +1007 -26
  22. package/dist-es/Forecast.js +180 -0
  23. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +39 -0
  24. package/dist-es/commands/CreateWhatIfForecastCommand.js +39 -0
  25. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +39 -0
  26. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +39 -0
  27. package/dist-es/commands/DeleteWhatIfForecastCommand.js +39 -0
  28. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +39 -0
  29. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +39 -0
  30. package/dist-es/commands/DescribeWhatIfForecastCommand.js +39 -0
  31. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +39 -0
  32. package/dist-es/commands/ListWhatIfAnalysesCommand.js +39 -0
  33. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +39 -0
  34. package/dist-es/commands/ListWhatIfForecastsCommand.js +39 -0
  35. package/dist-es/commands/index.js +12 -0
  36. package/dist-es/models/models_0.js +42 -0
  37. package/dist-es/pagination/ListWhatIfAnalysesPaginator.js +75 -0
  38. package/dist-es/pagination/ListWhatIfForecastExportsPaginator.js +75 -0
  39. package/dist-es/pagination/ListWhatIfForecastsPaginator.js +75 -0
  40. package/dist-es/pagination/index.js +3 -0
  41. package/dist-es/protocols/Aws_json1_1.js +1318 -145
  42. package/dist-types/Forecast.d.ts +183 -0
  43. package/dist-types/ForecastClient.d.ts +14 -2
  44. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +46 -0
  45. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +36 -0
  46. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +51 -0
  47. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +37 -0
  48. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +37 -0
  49. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +36 -0
  50. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +57 -0
  51. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +57 -0
  52. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +57 -0
  53. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +35 -0
  54. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +35 -0
  55. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +35 -0
  56. package/dist-types/commands/index.d.ts +12 -0
  57. package/dist-types/models/models_0.d.ts +1918 -840
  58. package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +4 -0
  59. package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +4 -0
  60. package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +4 -0
  61. package/dist-types/pagination/index.d.ts +3 -0
  62. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  63. package/dist-types/ts3.4/Forecast.d.ts +60 -0
  64. package/dist-types/ts3.4/ForecastClient.d.ts +14 -2
  65. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +335 -0
  79. package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  84. package/package.json +1 -1
@@ -9,6 +9,9 @@ export * from "./CreateForecastExportJobCommand";
9
9
  export * from "./CreateMonitorCommand";
10
10
  export * from "./CreatePredictorBacktestExportJobCommand";
11
11
  export * from "./CreatePredictorCommand";
12
+ export * from "./CreateWhatIfAnalysisCommand";
13
+ export * from "./CreateWhatIfForecastCommand";
14
+ export * from "./CreateWhatIfForecastExportCommand";
12
15
  export * from "./DeleteDatasetCommand";
13
16
  export * from "./DeleteDatasetGroupCommand";
14
17
  export * from "./DeleteDatasetImportJobCommand";
@@ -20,6 +23,9 @@ export * from "./DeleteMonitorCommand";
20
23
  export * from "./DeletePredictorBacktestExportJobCommand";
21
24
  export * from "./DeletePredictorCommand";
22
25
  export * from "./DeleteResourceTreeCommand";
26
+ export * from "./DeleteWhatIfAnalysisCommand";
27
+ export * from "./DeleteWhatIfForecastCommand";
28
+ export * from "./DeleteWhatIfForecastExportCommand";
23
29
  export * from "./DescribeAutoPredictorCommand";
24
30
  export * from "./DescribeDatasetCommand";
25
31
  export * from "./DescribeDatasetGroupCommand";
@@ -31,6 +37,9 @@ export * from "./DescribeForecastExportJobCommand";
31
37
  export * from "./DescribeMonitorCommand";
32
38
  export * from "./DescribePredictorBacktestExportJobCommand";
33
39
  export * from "./DescribePredictorCommand";
40
+ export * from "./DescribeWhatIfAnalysisCommand";
41
+ export * from "./DescribeWhatIfForecastCommand";
42
+ export * from "./DescribeWhatIfForecastExportCommand";
34
43
  export * from "./GetAccuracyMetricsCommand";
35
44
  export * from "./ListDatasetGroupsCommand";
36
45
  export * from "./ListDatasetImportJobsCommand";
@@ -44,6 +53,9 @@ export * from "./ListMonitorsCommand";
44
53
  export * from "./ListPredictorBacktestExportJobsCommand";
45
54
  export * from "./ListPredictorsCommand";
46
55
  export * from "./ListTagsForResourceCommand";
56
+ export * from "./ListWhatIfAnalysesCommand";
57
+ export * from "./ListWhatIfForecastExportsCommand";
58
+ export * from "./ListWhatIfForecastsCommand";
47
59
  export * from "./ResumeResourceCommand";
48
60
  export * from "./StopResourceCommand";
49
61
  export * from "./TagResourceCommand";
@@ -1,5 +1,20 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
3
+ export declare enum Operation {
4
+ ADD = "ADD",
5
+ DIVIDE = "DIVIDE",
6
+ MULTIPLY = "MULTIPLY",
7
+ SUBTRACT = "SUBTRACT"
8
+ }
9
+
10
+ export interface Action {
11
+
12
+ AttributeName: string | undefined;
13
+
14
+ Operation: Operation | string | undefined;
15
+
16
+ Value: number | undefined;
17
+ }
3
18
 
4
19
  export interface AdditionalDataset {
5
20
 
@@ -530,6 +545,85 @@ export interface CreatePredictorBacktestExportJobResponse {
530
545
 
531
546
  PredictorBacktestExportJobArn?: string;
532
547
  }
548
+ export interface CreateWhatIfAnalysisRequest {
549
+
550
+ WhatIfAnalysisName: string | undefined;
551
+
552
+ ForecastArn: string | undefined;
553
+
554
+ TimeSeriesSelector?: TimeSeriesSelector;
555
+
556
+ Tags?: Tag[];
557
+ }
558
+ export interface CreateWhatIfAnalysisResponse {
559
+
560
+ WhatIfAnalysisArn?: string;
561
+ }
562
+
563
+ export interface TimeSeriesReplacementsDataSource {
564
+
565
+ S3Config: S3Config | undefined;
566
+
567
+ Schema: Schema | undefined;
568
+
569
+ Format?: string;
570
+
571
+ TimestampFormat?: string;
572
+ }
573
+ export declare enum Condition {
574
+ EQUALS = "EQUALS",
575
+ GREATER_THAN = "GREATER_THAN",
576
+ LESS_THAN = "LESS_THAN",
577
+ NOT_EQUALS = "NOT_EQUALS"
578
+ }
579
+
580
+ export interface TimeSeriesCondition {
581
+
582
+ AttributeName: string | undefined;
583
+
584
+ AttributeValue: string | undefined;
585
+
586
+ Condition: Condition | string | undefined;
587
+ }
588
+
589
+ export interface TimeSeriesTransformation {
590
+
591
+ Action?: Action;
592
+
593
+ TimeSeriesConditions?: TimeSeriesCondition[];
594
+ }
595
+ export interface CreateWhatIfForecastRequest {
596
+
597
+ WhatIfForecastName: string | undefined;
598
+
599
+ WhatIfAnalysisArn: string | undefined;
600
+
601
+ TimeSeriesTransformations?: TimeSeriesTransformation[];
602
+
603
+ TimeSeriesReplacementsDataSource?: TimeSeriesReplacementsDataSource;
604
+
605
+ Tags?: Tag[];
606
+ }
607
+ export interface CreateWhatIfForecastResponse {
608
+
609
+ WhatIfForecastArn?: string;
610
+ }
611
+ export interface CreateWhatIfForecastExportRequest {
612
+
613
+ WhatIfForecastExportName: string | undefined;
614
+
615
+ WhatIfForecastArns: string[] | undefined;
616
+
617
+ Destination: DataDestination | undefined;
618
+
619
+ Tags?: Tag[];
620
+
621
+ Format?: string;
622
+ }
623
+ export interface CreateWhatIfForecastExportResponse {
624
+
625
+ WhatIfForecastExportArn?: string;
626
+ }
533
627
  export interface DeleteDatasetRequest {
534
628
 
535
629
  DatasetArn: string | undefined;
@@ -574,6 +668,18 @@ export interface DeleteResourceTreeRequest {
574
668
 
575
669
  ResourceArn: string | undefined;
576
670
  }
671
+ export interface DeleteWhatIfAnalysisRequest {
672
+
673
+ WhatIfAnalysisArn: string | undefined;
674
+ }
675
+ export interface DeleteWhatIfForecastRequest {
676
+
677
+ WhatIfForecastArn: string | undefined;
678
+ }
679
+ export interface DeleteWhatIfForecastExportRequest {
680
+
681
+ WhatIfForecastExportArn: string | undefined;
682
+ }
577
683
  export interface DescribeAutoPredictorRequest {
578
684
 
579
685
  PredictorArn: string | undefined;
@@ -1010,6 +1116,84 @@ export interface DescribePredictorBacktestExportJobResponse {
1010
1116
 
1011
1117
  Format?: string;
1012
1118
  }
1119
+ export interface DescribeWhatIfAnalysisRequest {
1120
+
1121
+ WhatIfAnalysisArn: string | undefined;
1122
+ }
1123
+ export interface DescribeWhatIfAnalysisResponse {
1124
+
1125
+ WhatIfAnalysisName?: string;
1126
+
1127
+ WhatIfAnalysisArn?: string;
1128
+
1129
+ ForecastArn?: string;
1130
+
1131
+ EstimatedTimeRemainingInMinutes?: number;
1132
+
1133
+ Status?: string;
1134
+
1135
+ Message?: string;
1136
+
1137
+ CreationTime?: Date;
1138
+
1139
+ LastModificationTime?: Date;
1140
+
1141
+ TimeSeriesSelector?: TimeSeriesSelector;
1142
+ }
1143
+ export interface DescribeWhatIfForecastRequest {
1144
+
1145
+ WhatIfForecastArn: string | undefined;
1146
+ }
1147
+ export interface DescribeWhatIfForecastResponse {
1148
+
1149
+ WhatIfForecastName?: string;
1150
+
1151
+ WhatIfForecastArn?: string;
1152
+
1153
+ WhatIfAnalysisArn?: string;
1154
+
1155
+ EstimatedTimeRemainingInMinutes?: number;
1156
+
1157
+ Status?: string;
1158
+
1159
+ Message?: string;
1160
+
1161
+ CreationTime?: Date;
1162
+
1163
+ LastModificationTime?: Date;
1164
+
1165
+ TimeSeriesTransformations?: TimeSeriesTransformation[];
1166
+
1167
+ TimeSeriesReplacementsDataSource?: TimeSeriesReplacementsDataSource;
1168
+
1169
+ ForecastTypes?: string[];
1170
+ }
1171
+ export interface DescribeWhatIfForecastExportRequest {
1172
+
1173
+ WhatIfForecastExportArn: string | undefined;
1174
+ }
1175
+ export interface DescribeWhatIfForecastExportResponse {
1176
+
1177
+ WhatIfForecastExportArn?: string;
1178
+
1179
+ WhatIfForecastExportName?: string;
1180
+
1181
+ WhatIfForecastArns?: string[];
1182
+
1183
+ Destination?: DataDestination;
1184
+
1185
+ Message?: string;
1186
+
1187
+ Status?: string;
1188
+
1189
+ CreationTime?: Date;
1190
+
1191
+ EstimatedTimeRemainingInMinutes?: number;
1192
+
1193
+ LastModificationTime?: Date;
1194
+
1195
+ Format?: string;
1196
+ }
1013
1197
  export interface GetAccuracyMetricsRequest {
1014
1198
 
1015
1199
  PredictorArn: string | undefined;
@@ -1478,6 +1662,101 @@ export interface ListTagsForResourceResponse {
1478
1662
 
1479
1663
  Tags?: Tag[];
1480
1664
  }
1665
+ export interface ListWhatIfAnalysesRequest {
1666
+
1667
+ NextToken?: string;
1668
+
1669
+ MaxResults?: number;
1670
+
1671
+ Filters?: Filter[];
1672
+ }
1673
+
1674
+ export interface WhatIfAnalysisSummary {
1675
+
1676
+ WhatIfAnalysisArn?: string;
1677
+
1678
+ WhatIfAnalysisName?: string;
1679
+
1680
+ ForecastArn?: string;
1681
+
1682
+ Status?: string;
1683
+
1684
+ Message?: string;
1685
+
1686
+ CreationTime?: Date;
1687
+
1688
+ LastModificationTime?: Date;
1689
+ }
1690
+ export interface ListWhatIfAnalysesResponse {
1691
+
1692
+ WhatIfAnalyses?: WhatIfAnalysisSummary[];
1693
+
1694
+ NextToken?: string;
1695
+ }
1696
+ export interface ListWhatIfForecastExportsRequest {
1697
+
1698
+ NextToken?: string;
1699
+
1700
+ MaxResults?: number;
1701
+
1702
+ Filters?: Filter[];
1703
+ }
1704
+
1705
+ export interface WhatIfForecastExportSummary {
1706
+
1707
+ WhatIfForecastExportArn?: string;
1708
+
1709
+ WhatIfForecastArns?: string[];
1710
+
1711
+ WhatIfForecastExportName?: string;
1712
+
1713
+ Destination?: DataDestination;
1714
+
1715
+ Status?: string;
1716
+
1717
+ Message?: string;
1718
+
1719
+ CreationTime?: Date;
1720
+
1721
+ LastModificationTime?: Date;
1722
+ }
1723
+ export interface ListWhatIfForecastExportsResponse {
1724
+
1725
+ WhatIfForecastExports?: WhatIfForecastExportSummary[];
1726
+
1727
+ NextToken?: string;
1728
+ }
1729
+ export interface ListWhatIfForecastsRequest {
1730
+
1731
+ NextToken?: string;
1732
+
1733
+ MaxResults?: number;
1734
+
1735
+ Filters?: Filter[];
1736
+ }
1737
+
1738
+ export interface WhatIfForecastSummary {
1739
+
1740
+ WhatIfForecastArn?: string;
1741
+
1742
+ WhatIfForecastName?: string;
1743
+
1744
+ WhatIfAnalysisArn?: string;
1745
+
1746
+ Status?: string;
1747
+
1748
+ Message?: string;
1749
+
1750
+ CreationTime?: Date;
1751
+
1752
+ LastModificationTime?: Date;
1753
+ }
1754
+ export interface ListWhatIfForecastsResponse {
1755
+
1756
+ WhatIfForecasts?: WhatIfForecastSummary[];
1757
+
1758
+ NextToken?: string;
1759
+ }
1481
1760
  export interface ResumeResourceRequest {
1482
1761
 
1483
1762
  ResourceArn: string | undefined;
@@ -1511,6 +1790,8 @@ export interface UpdateDatasetGroupRequest {
1511
1790
  export interface UpdateDatasetGroupResponse {
1512
1791
  }
1513
1792
 
1793
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
1794
+
1514
1795
  export declare const AdditionalDatasetFilterSensitiveLog: (obj: AdditionalDataset) => any;
1515
1796
 
1516
1797
  export declare const AttributeConfigFilterSensitiveLog: (obj: AttributeConfig) => any;
@@ -1607,6 +1888,24 @@ export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog:
1607
1888
 
1608
1889
  export declare const CreatePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobResponse) => any;
1609
1890
 
1891
+ export declare const CreateWhatIfAnalysisRequestFilterSensitiveLog: (obj: CreateWhatIfAnalysisRequest) => any;
1892
+
1893
+ export declare const CreateWhatIfAnalysisResponseFilterSensitiveLog: (obj: CreateWhatIfAnalysisResponse) => any;
1894
+
1895
+ export declare const TimeSeriesReplacementsDataSourceFilterSensitiveLog: (obj: TimeSeriesReplacementsDataSource) => any;
1896
+
1897
+ export declare const TimeSeriesConditionFilterSensitiveLog: (obj: TimeSeriesCondition) => any;
1898
+
1899
+ export declare const TimeSeriesTransformationFilterSensitiveLog: (obj: TimeSeriesTransformation) => any;
1900
+
1901
+ export declare const CreateWhatIfForecastRequestFilterSensitiveLog: (obj: CreateWhatIfForecastRequest) => any;
1902
+
1903
+ export declare const CreateWhatIfForecastResponseFilterSensitiveLog: (obj: CreateWhatIfForecastResponse) => any;
1904
+
1905
+ export declare const CreateWhatIfForecastExportRequestFilterSensitiveLog: (obj: CreateWhatIfForecastExportRequest) => any;
1906
+
1907
+ export declare const CreateWhatIfForecastExportResponseFilterSensitiveLog: (obj: CreateWhatIfForecastExportResponse) => any;
1908
+
1610
1909
  export declare const DeleteDatasetRequestFilterSensitiveLog: (obj: DeleteDatasetRequest) => any;
1611
1910
 
1612
1911
  export declare const DeleteDatasetGroupRequestFilterSensitiveLog: (obj: DeleteDatasetGroupRequest) => any;
@@ -1629,6 +1928,12 @@ export declare const DeletePredictorBacktestExportJobRequestFilterSensitiveLog:
1629
1928
 
1630
1929
  export declare const DeleteResourceTreeRequestFilterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
1631
1930
 
1931
+ export declare const DeleteWhatIfAnalysisRequestFilterSensitiveLog: (obj: DeleteWhatIfAnalysisRequest) => any;
1932
+
1933
+ export declare const DeleteWhatIfForecastRequestFilterSensitiveLog: (obj: DeleteWhatIfForecastRequest) => any;
1934
+
1935
+ export declare const DeleteWhatIfForecastExportRequestFilterSensitiveLog: (obj: DeleteWhatIfForecastExportRequest) => any;
1936
+
1632
1937
  export declare const DescribeAutoPredictorRequestFilterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
1633
1938
 
1634
1939
  export declare const ExplainabilityInfoFilterSensitiveLog: (obj: ExplainabilityInfo) => any;
@@ -1693,6 +1998,18 @@ export declare const DescribePredictorBacktestExportJobRequestFilterSensitiveLog
1693
1998
 
1694
1999
  export declare const DescribePredictorBacktestExportJobResponseFilterSensitiveLog: (obj: DescribePredictorBacktestExportJobResponse) => any;
1695
2000
 
2001
+ export declare const DescribeWhatIfAnalysisRequestFilterSensitiveLog: (obj: DescribeWhatIfAnalysisRequest) => any;
2002
+
2003
+ export declare const DescribeWhatIfAnalysisResponseFilterSensitiveLog: (obj: DescribeWhatIfAnalysisResponse) => any;
2004
+
2005
+ export declare const DescribeWhatIfForecastRequestFilterSensitiveLog: (obj: DescribeWhatIfForecastRequest) => any;
2006
+
2007
+ export declare const DescribeWhatIfForecastResponseFilterSensitiveLog: (obj: DescribeWhatIfForecastResponse) => any;
2008
+
2009
+ export declare const DescribeWhatIfForecastExportRequestFilterSensitiveLog: (obj: DescribeWhatIfForecastExportRequest) => any;
2010
+
2011
+ export declare const DescribeWhatIfForecastExportResponseFilterSensitiveLog: (obj: DescribeWhatIfForecastExportResponse) => any;
2012
+
1696
2013
  export declare const GetAccuracyMetricsRequestFilterSensitiveLog: (obj: GetAccuracyMetricsRequest) => any;
1697
2014
 
1698
2015
  export declare const ErrorMetricFilterSensitiveLog: (obj: ErrorMetric) => any;
@@ -1785,6 +2102,24 @@ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTag
1785
2102
 
1786
2103
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1787
2104
 
2105
+ export declare const ListWhatIfAnalysesRequestFilterSensitiveLog: (obj: ListWhatIfAnalysesRequest) => any;
2106
+
2107
+ export declare const WhatIfAnalysisSummaryFilterSensitiveLog: (obj: WhatIfAnalysisSummary) => any;
2108
+
2109
+ export declare const ListWhatIfAnalysesResponseFilterSensitiveLog: (obj: ListWhatIfAnalysesResponse) => any;
2110
+
2111
+ export declare const ListWhatIfForecastExportsRequestFilterSensitiveLog: (obj: ListWhatIfForecastExportsRequest) => any;
2112
+
2113
+ export declare const WhatIfForecastExportSummaryFilterSensitiveLog: (obj: WhatIfForecastExportSummary) => any;
2114
+
2115
+ export declare const ListWhatIfForecastExportsResponseFilterSensitiveLog: (obj: ListWhatIfForecastExportsResponse) => any;
2116
+
2117
+ export declare const ListWhatIfForecastsRequestFilterSensitiveLog: (obj: ListWhatIfForecastsRequest) => any;
2118
+
2119
+ export declare const WhatIfForecastSummaryFilterSensitiveLog: (obj: WhatIfForecastSummary) => any;
2120
+
2121
+ export declare const ListWhatIfForecastsResponseFilterSensitiveLog: (obj: ListWhatIfForecastsResponse) => any;
2122
+
1788
2123
  export declare const ResumeResourceRequestFilterSensitiveLog: (obj: ResumeResourceRequest) => any;
1789
2124
 
1790
2125
  export declare const StopResourceRequestFilterSensitiveLog: (obj: StopResourceRequest) => any;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWhatIfAnalyses(config: ForecastPaginationConfiguration, input: ListWhatIfAnalysesCommandInput, ...additionalArguments: any): Paginator<ListWhatIfAnalysesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWhatIfForecastExports(config: ForecastPaginationConfiguration, input: ListWhatIfForecastExportsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastExportsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListWhatIfForecasts(config: ForecastPaginationConfiguration, input: ListWhatIfForecastsCommandInput, ...additionalArguments: any): Paginator<ListWhatIfForecastsCommandOutput>;
@@ -10,3 +10,6 @@ export * from "./ListMonitorEvaluationsPaginator";
10
10
  export * from "./ListMonitorsPaginator";
11
11
  export * from "./ListPredictorBacktestExportJobsPaginator";
12
12
  export * from "./ListPredictorsPaginator";
13
+ export * from "./ListWhatIfAnalysesPaginator";
14
+ export * from "./ListWhatIfForecastExportsPaginator";
15
+ export * from "./ListWhatIfForecastsPaginator";
@@ -11,6 +11,9 @@ import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutp
11
11
  import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
12
12
  import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "../commands/CreatePredictorBacktestExportJobCommand";
13
13
  import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "../commands/CreatePredictorCommand";
14
+ import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "../commands/CreateWhatIfAnalysisCommand";
15
+ import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "../commands/CreateWhatIfForecastCommand";
16
+ import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "../commands/CreateWhatIfForecastExportCommand";
14
17
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
15
18
  import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
16
19
  import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "../commands/DeleteDatasetImportJobCommand";
@@ -22,6 +25,9 @@ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../comman
22
25
  import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "../commands/DeletePredictorBacktestExportJobCommand";
23
26
  import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "../commands/DeletePredictorCommand";
24
27
  import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "../commands/DeleteResourceTreeCommand";
28
+ import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "../commands/DeleteWhatIfAnalysisCommand";
29
+ import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "../commands/DeleteWhatIfForecastCommand";
30
+ import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "../commands/DeleteWhatIfForecastExportCommand";
25
31
  import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "../commands/DescribeAutoPredictorCommand";
26
32
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
27
33
  import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "../commands/DescribeDatasetGroupCommand";
@@ -33,6 +39,9 @@ import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommand
33
39
  import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "../commands/DescribeMonitorCommand";
34
40
  import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "../commands/DescribePredictorBacktestExportJobCommand";
35
41
  import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "../commands/DescribePredictorCommand";
42
+ import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "../commands/DescribeWhatIfAnalysisCommand";
43
+ import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "../commands/DescribeWhatIfForecastCommand";
44
+ import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "../commands/DescribeWhatIfForecastExportCommand";
36
45
  import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "../commands/GetAccuracyMetricsCommand";
37
46
  import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
38
47
  import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "../commands/ListDatasetImportJobsCommand";
@@ -46,6 +55,9 @@ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands
46
55
  import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
47
56
  import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "../commands/ListPredictorsCommand";
48
57
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
58
+ import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "../commands/ListWhatIfAnalysesCommand";
59
+ import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "../commands/ListWhatIfForecastExportsCommand";
60
+ import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "../commands/ListWhatIfForecastsCommand";
49
61
  import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "../commands/ResumeResourceCommand";
50
62
  import { StopResourceCommandInput, StopResourceCommandOutput } from "../commands/StopResourceCommand";
51
63
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
@@ -62,6 +74,9 @@ export declare const serializeAws_json1_1CreateForecastExportJobCommand: (input:
62
74
  export declare const serializeAws_json1_1CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
75
  export declare const serializeAws_json1_1CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
76
  export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (input: CreatePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const serializeAws_json1_1CreateWhatIfAnalysisCommand: (input: CreateWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ export declare const serializeAws_json1_1CreateWhatIfForecastCommand: (input: CreateWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ export declare const serializeAws_json1_1CreateWhatIfForecastExportCommand: (input: CreateWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
80
  export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
81
  export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
82
  export declare const serializeAws_json1_1DeleteDatasetImportJobCommand: (input: DeleteDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -73,6 +88,9 @@ export declare const serializeAws_json1_1DeleteMonitorCommand: (input: DeleteMon
73
88
  export declare const serializeAws_json1_1DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
89
  export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
90
  export declare const serializeAws_json1_1DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ export declare const serializeAws_json1_1DeleteWhatIfAnalysisCommand: (input: DeleteWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ export declare const serializeAws_json1_1DeleteWhatIfForecastCommand: (input: DeleteWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_json1_1DeleteWhatIfForecastExportCommand: (input: DeleteWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
94
  export declare const serializeAws_json1_1DescribeAutoPredictorCommand: (input: DescribeAutoPredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
95
  export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
96
  export declare const serializeAws_json1_1DescribeDatasetGroupCommand: (input: DescribeDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -84,6 +102,9 @@ export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (inpu
84
102
  export declare const serializeAws_json1_1DescribeMonitorCommand: (input: DescribeMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
103
  export declare const serializeAws_json1_1DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
104
  export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (input: DescribePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_json1_1DescribeWhatIfAnalysisCommand: (input: DescribeWhatIfAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1DescribeWhatIfForecastCommand: (input: DescribeWhatIfForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ export declare const serializeAws_json1_1DescribeWhatIfForecastExportCommand: (input: DescribeWhatIfForecastExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
108
  export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (input: GetAccuracyMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
109
  export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
110
  export declare const serializeAws_json1_1ListDatasetImportJobsCommand: (input: ListDatasetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -97,6 +118,9 @@ export declare const serializeAws_json1_1ListMonitorsCommand: (input: ListMonito
97
118
  export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
119
  export declare const serializeAws_json1_1ListPredictorsCommand: (input: ListPredictorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
120
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ export declare const serializeAws_json1_1ListWhatIfAnalysesCommand: (input: ListWhatIfAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_json1_1ListWhatIfForecastExportsCommand: (input: ListWhatIfForecastExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ export declare const serializeAws_json1_1ListWhatIfForecastsCommand: (input: ListWhatIfForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
124
  export declare const serializeAws_json1_1ResumeResourceCommand: (input: ResumeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
125
  export declare const serializeAws_json1_1StopResourceCommand: (input: StopResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
126
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -113,6 +137,9 @@ export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (outp
113
137
  export declare const deserializeAws_json1_1CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
114
138
  export declare const deserializeAws_json1_1CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
115
139
  export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
140
+ export declare const deserializeAws_json1_1CreateWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfAnalysisCommandOutput>;
141
+ export declare const deserializeAws_json1_1CreateWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastCommandOutput>;
142
+ export declare const deserializeAws_json1_1CreateWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatIfForecastExportCommandOutput>;
116
143
  export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
117
144
  export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
118
145
  export declare const deserializeAws_json1_1DeleteDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetImportJobCommandOutput>;
@@ -124,6 +151,9 @@ export declare const deserializeAws_json1_1DeleteMonitorCommand: (output: __Http
124
151
  export declare const deserializeAws_json1_1DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
125
152
  export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
126
153
  export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
154
+ export declare const deserializeAws_json1_1DeleteWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfAnalysisCommandOutput>;
155
+ export declare const deserializeAws_json1_1DeleteWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastCommandOutput>;
156
+ export declare const deserializeAws_json1_1DeleteWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatIfForecastExportCommandOutput>;
127
157
  export declare const deserializeAws_json1_1DescribeAutoPredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoPredictorCommandOutput>;
128
158
  export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
129
159
  export declare const deserializeAws_json1_1DescribeDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetGroupCommandOutput>;
@@ -135,6 +165,9 @@ export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (ou
135
165
  export declare const deserializeAws_json1_1DescribeMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitorCommandOutput>;
136
166
  export declare const deserializeAws_json1_1DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
137
167
  export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
168
+ export declare const deserializeAws_json1_1DescribeWhatIfAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfAnalysisCommandOutput>;
169
+ export declare const deserializeAws_json1_1DescribeWhatIfForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastCommandOutput>;
170
+ export declare const deserializeAws_json1_1DescribeWhatIfForecastExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWhatIfForecastExportCommandOutput>;
138
171
  export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccuracyMetricsCommandOutput>;
139
172
  export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
140
173
  export declare const deserializeAws_json1_1ListDatasetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetImportJobsCommandOutput>;
@@ -148,6 +181,9 @@ export declare const deserializeAws_json1_1ListMonitorsCommand: (output: __HttpR
148
181
  export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
149
182
  export declare const deserializeAws_json1_1ListPredictorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorsCommandOutput>;
150
183
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
184
+ export declare const deserializeAws_json1_1ListWhatIfAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfAnalysesCommandOutput>;
185
+ export declare const deserializeAws_json1_1ListWhatIfForecastExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastExportsCommandOutput>;
186
+ export declare const deserializeAws_json1_1ListWhatIfForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatIfForecastsCommandOutput>;
151
187
  export declare const deserializeAws_json1_1ResumeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeResourceCommandOutput>;
152
188
  export declare const deserializeAws_json1_1StopResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopResourceCommandOutput>;
153
189
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-forecast",
3
3
  "description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
4
- "version": "3.154.0",
4
+ "version": "3.155.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",