@aws-sdk/client-forecast 3.95.0 → 3.100.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 (81) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/Forecast.js +90 -0
  3. package/dist-cjs/commands/CreateMonitorCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteMonitorCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeMonitorCommand.js +36 -0
  6. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +36 -0
  7. package/dist-cjs/commands/ListMonitorsCommand.js +36 -0
  8. package/dist-cjs/commands/ResumeResourceCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +156 -3
  11. package/dist-cjs/pagination/ListExplainabilitiesPaginator.js +36 -0
  12. package/dist-cjs/pagination/ListExplainabilityExportsPaginator.js +36 -0
  13. package/dist-cjs/pagination/ListMonitorEvaluationsPaginator.js +36 -0
  14. package/dist-cjs/pagination/ListMonitorsPaginator.js +36 -0
  15. package/dist-cjs/pagination/index.js +4 -0
  16. package/dist-cjs/protocols/Aws_json1_1.js +562 -2
  17. package/dist-cjs/runtimeConfig.js +2 -0
  18. package/dist-es/Forecast.js +90 -0
  19. package/dist-es/commands/CreateMonitorCommand.js +39 -0
  20. package/dist-es/commands/DeleteMonitorCommand.js +39 -0
  21. package/dist-es/commands/DescribeMonitorCommand.js +39 -0
  22. package/dist-es/commands/ListMonitorEvaluationsCommand.js +39 -0
  23. package/dist-es/commands/ListMonitorsCommand.js +39 -0
  24. package/dist-es/commands/ResumeResourceCommand.js +39 -0
  25. package/dist-es/commands/index.js +6 -0
  26. package/dist-es/models/models_0.js +109 -0
  27. package/dist-es/pagination/ListExplainabilitiesPaginator.js +75 -0
  28. package/dist-es/pagination/ListExplainabilityExportsPaginator.js +75 -0
  29. package/dist-es/pagination/ListMonitorEvaluationsPaginator.js +75 -0
  30. package/dist-es/pagination/ListMonitorsPaginator.js +75 -0
  31. package/dist-es/pagination/index.js +4 -0
  32. package/dist-es/protocols/Aws_json1_1.js +642 -2
  33. package/dist-es/runtimeConfig.js +2 -0
  34. package/dist-types/Forecast.d.ts +134 -45
  35. package/dist-types/ForecastClient.d.ts +8 -2
  36. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +7 -5
  37. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
  39. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -4
  40. package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateMonitorCommand.d.ts +37 -0
  42. package/dist-types/commands/DeleteDatasetCommand.d.ts +5 -6
  43. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +3 -2
  45. package/dist-types/commands/DeleteMonitorCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -2
  47. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeMonitorCommand.d.ts +72 -0
  50. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +5 -4
  51. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +5 -4
  52. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  53. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +38 -0
  54. package/dist-types/commands/ListMonitorsCommand.d.ts +36 -0
  55. package/dist-types/commands/ResumeResourceCommand.d.ts +35 -0
  56. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +1 -1
  57. package/dist-types/commands/index.d.ts +6 -0
  58. package/dist-types/models/models_0.d.ts +736 -62
  59. package/dist-types/pagination/ListExplainabilitiesPaginator.d.ts +4 -0
  60. package/dist-types/pagination/ListExplainabilityExportsPaginator.d.ts +4 -0
  61. package/dist-types/pagination/ListMonitorEvaluationsPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListMonitorsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/index.d.ts +4 -0
  64. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  65. package/dist-types/ts3.4/Forecast.d.ts +30 -0
  66. package/dist-types/ts3.4/ForecastClient.d.ts +8 -2
  67. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +296 -0
  75. package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  80. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +18 -0
  81. package/package.json +6 -6
@@ -50,6 +50,15 @@ export declare namespace EncryptionConfig {
50
50
 
51
51
  const filterSensitiveLog: (obj: EncryptionConfig) => any;
52
52
  }
53
+
54
+ export interface MonitorConfig {
55
+
56
+ MonitorName: string | undefined;
57
+ }
58
+ export declare namespace MonitorConfig {
59
+
60
+ const filterSensitiveLog: (obj: MonitorConfig) => any;
61
+ }
53
62
  export declare enum OptimizationMetric {
54
63
  AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
55
64
  MAPE = "MAPE",
@@ -68,6 +77,44 @@ export declare namespace Tag {
68
77
 
69
78
  const filterSensitiveLog: (obj: Tag) => any;
70
79
  }
80
+ export declare enum DayOfWeek {
81
+ FRIDAY = "FRIDAY",
82
+ MONDAY = "MONDAY",
83
+ SATURDAY = "SATURDAY",
84
+ SUNDAY = "SUNDAY",
85
+ THURSDAY = "THURSDAY",
86
+ TUESDAY = "TUESDAY",
87
+ WEDNESDAY = "WEDNESDAY"
88
+ }
89
+ export declare enum Month {
90
+ APRIL = "APRIL",
91
+ AUGUST = "AUGUST",
92
+ DECEMBER = "DECEMBER",
93
+ FEBRUARY = "FEBRUARY",
94
+ JANUARY = "JANUARY",
95
+ JULY = "JULY",
96
+ JUNE = "JUNE",
97
+ MARCH = "MARCH",
98
+ MAY = "MAY",
99
+ NOVEMBER = "NOVEMBER",
100
+ OCTOBER = "OCTOBER",
101
+ SEPTEMBER = "SEPTEMBER"
102
+ }
103
+
104
+ export interface TimeAlignmentBoundary {
105
+
106
+ Month?: Month | string;
107
+
108
+ DayOfMonth?: number;
109
+
110
+ DayOfWeek?: DayOfWeek | string;
111
+
112
+ Hour?: number;
113
+ }
114
+ export declare namespace TimeAlignmentBoundary {
115
+
116
+ const filterSensitiveLog: (obj: TimeAlignmentBoundary) => any;
117
+ }
71
118
  export interface CreateAutoPredictorRequest {
72
119
 
73
120
  PredictorName: string | undefined;
@@ -91,6 +138,10 @@ export interface CreateAutoPredictorRequest {
91
138
  ExplainPredictor?: boolean;
92
139
 
93
140
  Tags?: Tag[];
141
+
142
+ MonitorConfig?: MonitorConfig;
143
+
144
+ TimeAlignmentBoundary?: TimeAlignmentBoundary;
94
145
  }
95
146
  export declare namespace CreateAutoPredictorRequest {
96
147
 
@@ -413,6 +464,26 @@ export declare namespace CreateForecastExportJobResponse {
413
464
 
414
465
  const filterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
415
466
  }
467
+ export interface CreateMonitorRequest {
468
+
469
+ MonitorName: string | undefined;
470
+
471
+ ResourceArn: string | undefined;
472
+
473
+ Tags?: Tag[];
474
+ }
475
+ export declare namespace CreateMonitorRequest {
476
+
477
+ const filterSensitiveLog: (obj: CreateMonitorRequest) => any;
478
+ }
479
+ export interface CreateMonitorResponse {
480
+
481
+ MonitorArn?: string;
482
+ }
483
+ export declare namespace CreateMonitorResponse {
484
+
485
+ const filterSensitiveLog: (obj: CreateMonitorResponse) => any;
486
+ }
416
487
  export declare enum AutoMLOverrideStrategy {
417
488
  AccuracyOptimized = "AccuracyOptimized",
418
489
  LatencyOptimized = "LatencyOptimized"
@@ -683,6 +754,14 @@ export declare namespace DeleteForecastExportJobRequest {
683
754
 
684
755
  const filterSensitiveLog: (obj: DeleteForecastExportJobRequest) => any;
685
756
  }
757
+ export interface DeleteMonitorRequest {
758
+
759
+ MonitorArn: string | undefined;
760
+ }
761
+ export declare namespace DeleteMonitorRequest {
762
+
763
+ const filterSensitiveLog: (obj: DeleteMonitorRequest) => any;
764
+ }
686
765
  export interface DeletePredictorRequest {
687
766
 
688
767
  PredictorArn: string | undefined;
@@ -726,6 +805,17 @@ export declare namespace ExplainabilityInfo {
726
805
 
727
806
  const filterSensitiveLog: (obj: ExplainabilityInfo) => any;
728
807
  }
808
+
809
+ export interface MonitorInfo {
810
+
811
+ MonitorArn?: string;
812
+
813
+ Status?: string;
814
+ }
815
+ export declare namespace MonitorInfo {
816
+
817
+ const filterSensitiveLog: (obj: MonitorInfo) => any;
818
+ }
729
819
  export declare enum State {
730
820
  Active = "Active",
731
821
  Deleted = "Deleted"
@@ -776,6 +866,10 @@ export interface DescribeAutoPredictorResponse {
776
866
  OptimizationMetric?: OptimizationMetric | string;
777
867
 
778
868
  ExplainabilityInfo?: ExplainabilityInfo;
869
+
870
+ MonitorInfo?: MonitorInfo;
871
+
872
+ TimeAlignmentBoundary?: TimeAlignmentBoundary;
779
873
  }
780
874
  export declare namespace DescribeAutoPredictorResponse {
781
875
 
@@ -1056,6 +1150,71 @@ export declare namespace DescribeForecastExportJobResponse {
1056
1150
 
1057
1151
  const filterSensitiveLog: (obj: DescribeForecastExportJobResponse) => any;
1058
1152
  }
1153
+ export interface DescribeMonitorRequest {
1154
+
1155
+ MonitorArn: string | undefined;
1156
+ }
1157
+ export declare namespace DescribeMonitorRequest {
1158
+
1159
+ const filterSensitiveLog: (obj: DescribeMonitorRequest) => any;
1160
+ }
1161
+
1162
+ export interface BaselineMetric {
1163
+
1164
+ Name?: string;
1165
+
1166
+ Value?: number;
1167
+ }
1168
+ export declare namespace BaselineMetric {
1169
+
1170
+ const filterSensitiveLog: (obj: BaselineMetric) => any;
1171
+ }
1172
+
1173
+ export interface PredictorBaseline {
1174
+
1175
+ BaselineMetrics?: BaselineMetric[];
1176
+ }
1177
+ export declare namespace PredictorBaseline {
1178
+
1179
+ const filterSensitiveLog: (obj: PredictorBaseline) => any;
1180
+ }
1181
+
1182
+ export interface Baseline {
1183
+
1184
+ PredictorBaseline?: PredictorBaseline;
1185
+ }
1186
+ export declare namespace Baseline {
1187
+
1188
+ const filterSensitiveLog: (obj: Baseline) => any;
1189
+ }
1190
+ export interface DescribeMonitorResponse {
1191
+
1192
+ MonitorName?: string;
1193
+
1194
+ MonitorArn?: string;
1195
+
1196
+ ResourceArn?: string;
1197
+
1198
+ Status?: string;
1199
+
1200
+ LastEvaluationTime?: Date;
1201
+
1202
+ LastEvaluationState?: string;
1203
+
1204
+ Baseline?: Baseline;
1205
+
1206
+ Message?: string;
1207
+
1208
+ CreationTime?: Date;
1209
+
1210
+ LastModificationTime?: Date;
1211
+
1212
+ EstimatedEvaluationTimeRemainingInMinutes?: number;
1213
+ }
1214
+ export declare namespace DescribeMonitorResponse {
1215
+
1216
+ const filterSensitiveLog: (obj: DescribeMonitorResponse) => any;
1217
+ }
1059
1218
  export interface DescribePredictorRequest {
1060
1219
 
1061
1220
  PredictorArn: string | undefined;
@@ -1602,6 +1761,135 @@ export declare namespace ListForecastsResponse {
1602
1761
 
1603
1762
  const filterSensitiveLog: (obj: ListForecastsResponse) => any;
1604
1763
  }
1764
+ export interface ListMonitorEvaluationsRequest {
1765
+
1766
+ NextToken?: string;
1767
+
1768
+ MaxResults?: number;
1769
+
1770
+ MonitorArn: string | undefined;
1771
+
1772
+ Filters?: Filter[];
1773
+ }
1774
+ export declare namespace ListMonitorEvaluationsRequest {
1775
+
1776
+ const filterSensitiveLog: (obj: ListMonitorEvaluationsRequest) => any;
1777
+ }
1778
+
1779
+ export interface MetricResult {
1780
+
1781
+ MetricName?: string;
1782
+
1783
+ MetricValue?: number;
1784
+ }
1785
+ export declare namespace MetricResult {
1786
+
1787
+ const filterSensitiveLog: (obj: MetricResult) => any;
1788
+ }
1789
+
1790
+ export interface MonitorDataSource {
1791
+
1792
+ DatasetImportJobArn?: string;
1793
+
1794
+ ForecastArn?: string;
1795
+
1796
+ PredictorArn?: string;
1797
+ }
1798
+ export declare namespace MonitorDataSource {
1799
+
1800
+ const filterSensitiveLog: (obj: MonitorDataSource) => any;
1801
+ }
1802
+
1803
+ export interface PredictorEvent {
1804
+
1805
+ Detail?: string;
1806
+
1807
+ Datetime?: Date;
1808
+ }
1809
+ export declare namespace PredictorEvent {
1810
+
1811
+ const filterSensitiveLog: (obj: PredictorEvent) => any;
1812
+ }
1813
+
1814
+ export interface PredictorMonitorEvaluation {
1815
+
1816
+ ResourceArn?: string;
1817
+
1818
+ MonitorArn?: string;
1819
+
1820
+ EvaluationTime?: Date;
1821
+
1822
+ EvaluationState?: string;
1823
+
1824
+ WindowStartDatetime?: Date;
1825
+
1826
+ WindowEndDatetime?: Date;
1827
+
1828
+ PredictorEvent?: PredictorEvent;
1829
+
1830
+ MonitorDataSource?: MonitorDataSource;
1831
+
1832
+ MetricResults?: MetricResult[];
1833
+
1834
+ NumItemsEvaluated?: number;
1835
+
1836
+ Message?: string;
1837
+ }
1838
+ export declare namespace PredictorMonitorEvaluation {
1839
+
1840
+ const filterSensitiveLog: (obj: PredictorMonitorEvaluation) => any;
1841
+ }
1842
+ export interface ListMonitorEvaluationsResponse {
1843
+
1844
+ NextToken?: string;
1845
+
1846
+ PredictorMonitorEvaluations?: PredictorMonitorEvaluation[];
1847
+ }
1848
+ export declare namespace ListMonitorEvaluationsResponse {
1849
+
1850
+ const filterSensitiveLog: (obj: ListMonitorEvaluationsResponse) => any;
1851
+ }
1852
+ export interface ListMonitorsRequest {
1853
+
1854
+ NextToken?: string;
1855
+
1856
+ MaxResults?: number;
1857
+
1858
+ Filters?: Filter[];
1859
+ }
1860
+ export declare namespace ListMonitorsRequest {
1861
+
1862
+ const filterSensitiveLog: (obj: ListMonitorsRequest) => any;
1863
+ }
1864
+
1865
+ export interface MonitorSummary {
1866
+
1867
+ MonitorArn?: string;
1868
+
1869
+ MonitorName?: string;
1870
+
1871
+ ResourceArn?: string;
1872
+
1873
+ Status?: string;
1874
+
1875
+ CreationTime?: Date;
1876
+
1877
+ LastModificationTime?: Date;
1878
+ }
1879
+ export declare namespace MonitorSummary {
1880
+
1881
+ const filterSensitiveLog: (obj: MonitorSummary) => any;
1882
+ }
1883
+ export interface ListMonitorsResponse {
1884
+
1885
+ Monitors?: MonitorSummary[];
1886
+
1887
+ NextToken?: string;
1888
+ }
1889
+ export declare namespace ListMonitorsResponse {
1890
+
1891
+ const filterSensitiveLog: (obj: ListMonitorsResponse) => any;
1892
+ }
1605
1893
  export interface ListPredictorBacktestExportJobsRequest {
1606
1894
 
1607
1895
  NextToken?: string;
@@ -1708,6 +1996,14 @@ export declare namespace ListTagsForResourceResponse {
1708
1996
 
1709
1997
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1710
1998
  }
1999
+ export interface ResumeResourceRequest {
2000
+
2001
+ ResourceArn: string | undefined;
2002
+ }
2003
+ export declare namespace ResumeResourceRequest {
2004
+
2005
+ const filterSensitiveLog: (obj: ResumeResourceRequest) => any;
2006
+ }
1711
2007
  export interface StopResourceRequest {
1712
2008
 
1713
2009
  ResourceArn: string | undefined;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "../commands/ListExplainabilitiesCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListExplainabilities(config: ForecastPaginationConfiguration, input: ListExplainabilitiesCommandInput, ...additionalArguments: any): Paginator<ListExplainabilitiesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "../commands/ListExplainabilityExportsCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListExplainabilityExports(config: ForecastPaginationConfiguration, input: ListExplainabilityExportsCommandInput, ...additionalArguments: any): Paginator<ListExplainabilityExportsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "../commands/ListMonitorEvaluationsCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMonitorEvaluations(config: ForecastPaginationConfiguration, input: ListMonitorEvaluationsCommandInput, ...additionalArguments: any): Paginator<ListMonitorEvaluationsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
3
+ import { ForecastPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListMonitors(config: ForecastPaginationConfiguration, input: ListMonitorsCommandInput, ...additionalArguments: any): Paginator<ListMonitorsCommandOutput>;
@@ -2,7 +2,11 @@ export * from "./Interfaces";
2
2
  export * from "./ListDatasetGroupsPaginator";
3
3
  export * from "./ListDatasetImportJobsPaginator";
4
4
  export * from "./ListDatasetsPaginator";
5
+ export * from "./ListExplainabilitiesPaginator";
6
+ export * from "./ListExplainabilityExportsPaginator";
5
7
  export * from "./ListForecastExportJobsPaginator";
6
8
  export * from "./ListForecastsPaginator";
9
+ export * from "./ListMonitorEvaluationsPaginator";
10
+ export * from "./ListMonitorsPaginator";
7
11
  export * from "./ListPredictorBacktestExportJobsPaginator";
8
12
  export * from "./ListPredictorsPaginator";
@@ -8,6 +8,7 @@ import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } f
8
8
  import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "../commands/CreateExplainabilityExportCommand";
9
9
  import { CreateForecastCommandInput, CreateForecastCommandOutput } from "../commands/CreateForecastCommand";
10
10
  import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "../commands/CreateForecastExportJobCommand";
11
+ import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "../commands/CreateMonitorCommand";
11
12
  import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "../commands/CreatePredictorBacktestExportJobCommand";
12
13
  import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "../commands/CreatePredictorCommand";
13
14
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
@@ -17,6 +18,7 @@ import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } f
17
18
  import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "../commands/DeleteExplainabilityExportCommand";
18
19
  import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "../commands/DeleteForecastCommand";
19
20
  import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "../commands/DeleteForecastExportJobCommand";
21
+ import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "../commands/DeleteMonitorCommand";
20
22
  import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "../commands/DeletePredictorBacktestExportJobCommand";
21
23
  import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "../commands/DeletePredictorCommand";
22
24
  import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "../commands/DeleteResourceTreeCommand";
@@ -28,6 +30,7 @@ import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput
28
30
  import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "../commands/DescribeExplainabilityExportCommand";
29
31
  import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "../commands/DescribeForecastCommand";
30
32
  import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "../commands/DescribeForecastExportJobCommand";
33
+ import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "../commands/DescribeMonitorCommand";
31
34
  import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "../commands/DescribePredictorBacktestExportJobCommand";
32
35
  import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "../commands/DescribePredictorCommand";
33
36
  import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "../commands/GetAccuracyMetricsCommand";
@@ -38,9 +41,12 @@ import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } f
38
41
  import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "../commands/ListExplainabilityExportsCommand";
39
42
  import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "../commands/ListForecastExportJobsCommand";
40
43
  import { ListForecastsCommandInput, ListForecastsCommandOutput } from "../commands/ListForecastsCommand";
44
+ import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "../commands/ListMonitorEvaluationsCommand";
45
+ import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "../commands/ListMonitorsCommand";
41
46
  import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "../commands/ListPredictorBacktestExportJobsCommand";
42
47
  import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "../commands/ListPredictorsCommand";
43
48
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
49
+ import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "../commands/ResumeResourceCommand";
44
50
  import { StopResourceCommandInput, StopResourceCommandOutput } from "../commands/StopResourceCommand";
45
51
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
52
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
@@ -53,6 +59,7 @@ export declare const serializeAws_json1_1CreateExplainabilityCommand: (input: Cr
53
59
  export declare const serializeAws_json1_1CreateExplainabilityExportCommand: (input: CreateExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
60
  export declare const serializeAws_json1_1CreateForecastCommand: (input: CreateForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
61
  export declare const serializeAws_json1_1CreateForecastExportJobCommand: (input: CreateForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1CreateMonitorCommand: (input: CreateMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
63
  export declare const serializeAws_json1_1CreatePredictorCommand: (input: CreatePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
64
  export declare const serializeAws_json1_1CreatePredictorBacktestExportJobCommand: (input: CreatePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
65
  export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -62,6 +69,7 @@ export declare const serializeAws_json1_1DeleteExplainabilityCommand: (input: De
62
69
  export declare const serializeAws_json1_1DeleteExplainabilityExportCommand: (input: DeleteExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
70
  export declare const serializeAws_json1_1DeleteForecastCommand: (input: DeleteForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
71
  export declare const serializeAws_json1_1DeleteForecastExportJobCommand: (input: DeleteForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_1DeleteMonitorCommand: (input: DeleteMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
73
  export declare const serializeAws_json1_1DeletePredictorCommand: (input: DeletePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
74
  export declare const serializeAws_json1_1DeletePredictorBacktestExportJobCommand: (input: DeletePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
75
  export declare const serializeAws_json1_1DeleteResourceTreeCommand: (input: DeleteResourceTreeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -73,6 +81,7 @@ export declare const serializeAws_json1_1DescribeExplainabilityCommand: (input:
73
81
  export declare const serializeAws_json1_1DescribeExplainabilityExportCommand: (input: DescribeExplainabilityExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
82
  export declare const serializeAws_json1_1DescribeForecastCommand: (input: DescribeForecastCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
83
  export declare const serializeAws_json1_1DescribeForecastExportJobCommand: (input: DescribeForecastExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ export declare const serializeAws_json1_1DescribeMonitorCommand: (input: DescribeMonitorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
85
  export declare const serializeAws_json1_1DescribePredictorCommand: (input: DescribePredictorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
86
  export declare const serializeAws_json1_1DescribePredictorBacktestExportJobCommand: (input: DescribePredictorBacktestExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
87
  export declare const serializeAws_json1_1GetAccuracyMetricsCommand: (input: GetAccuracyMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -83,9 +92,12 @@ export declare const serializeAws_json1_1ListExplainabilitiesCommand: (input: Li
83
92
  export declare const serializeAws_json1_1ListExplainabilityExportsCommand: (input: ListExplainabilityExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
93
  export declare const serializeAws_json1_1ListForecastExportJobsCommand: (input: ListForecastExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
94
  export declare const serializeAws_json1_1ListForecastsCommand: (input: ListForecastsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_json1_1ListMonitorEvaluationsCommand: (input: ListMonitorEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_json1_1ListMonitorsCommand: (input: ListMonitorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
97
  export declare const serializeAws_json1_1ListPredictorBacktestExportJobsCommand: (input: ListPredictorBacktestExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
98
  export declare const serializeAws_json1_1ListPredictorsCommand: (input: ListPredictorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
99
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_json1_1ResumeResourceCommand: (input: ResumeResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
101
  export declare const serializeAws_json1_1StopResourceCommand: (input: StopResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
102
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
103
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -98,6 +110,7 @@ export declare const deserializeAws_json1_1CreateExplainabilityCommand: (output:
98
110
  export declare const deserializeAws_json1_1CreateExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExplainabilityExportCommandOutput>;
99
111
  export declare const deserializeAws_json1_1CreateForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastCommandOutput>;
100
112
  export declare const deserializeAws_json1_1CreateForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateForecastExportJobCommandOutput>;
113
+ export declare const deserializeAws_json1_1CreateMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMonitorCommandOutput>;
101
114
  export declare const deserializeAws_json1_1CreatePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorCommandOutput>;
102
115
  export declare const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePredictorBacktestExportJobCommandOutput>;
103
116
  export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
@@ -107,6 +120,7 @@ export declare const deserializeAws_json1_1DeleteExplainabilityCommand: (output:
107
120
  export declare const deserializeAws_json1_1DeleteExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExplainabilityExportCommandOutput>;
108
121
  export declare const deserializeAws_json1_1DeleteForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastCommandOutput>;
109
122
  export declare const deserializeAws_json1_1DeleteForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteForecastExportJobCommandOutput>;
123
+ export declare const deserializeAws_json1_1DeleteMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMonitorCommandOutput>;
110
124
  export declare const deserializeAws_json1_1DeletePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorCommandOutput>;
111
125
  export declare const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePredictorBacktestExportJobCommandOutput>;
112
126
  export declare const deserializeAws_json1_1DeleteResourceTreeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceTreeCommandOutput>;
@@ -118,6 +132,7 @@ export declare const deserializeAws_json1_1DescribeExplainabilityCommand: (outpu
118
132
  export declare const deserializeAws_json1_1DescribeExplainabilityExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExplainabilityExportCommandOutput>;
119
133
  export declare const deserializeAws_json1_1DescribeForecastCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastCommandOutput>;
120
134
  export declare const deserializeAws_json1_1DescribeForecastExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeForecastExportJobCommandOutput>;
135
+ export declare const deserializeAws_json1_1DescribeMonitorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMonitorCommandOutput>;
121
136
  export declare const deserializeAws_json1_1DescribePredictorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorCommandOutput>;
122
137
  export declare const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePredictorBacktestExportJobCommandOutput>;
123
138
  export declare const deserializeAws_json1_1GetAccuracyMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccuracyMetricsCommandOutput>;
@@ -128,9 +143,12 @@ export declare const deserializeAws_json1_1ListExplainabilitiesCommand: (output:
128
143
  export declare const deserializeAws_json1_1ListExplainabilityExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExplainabilityExportsCommandOutput>;
129
144
  export declare const deserializeAws_json1_1ListForecastExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastExportJobsCommandOutput>;
130
145
  export declare const deserializeAws_json1_1ListForecastsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListForecastsCommandOutput>;
146
+ export declare const deserializeAws_json1_1ListMonitorEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorEvaluationsCommandOutput>;
147
+ export declare const deserializeAws_json1_1ListMonitorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitorsCommandOutput>;
131
148
  export declare const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorBacktestExportJobsCommandOutput>;
132
149
  export declare const deserializeAws_json1_1ListPredictorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPredictorsCommandOutput>;
133
150
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
151
+ export declare const deserializeAws_json1_1ResumeResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeResourceCommandOutput>;
134
152
  export declare const deserializeAws_json1_1StopResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopResourceCommandOutput>;
135
153
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
136
154
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
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.95.0",
4
+ "version": "3.100.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",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.95.0",
21
+ "@aws-sdk/client-sts": "3.100.0",
22
22
  "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.95.0",
23
+ "@aws-sdk/credential-provider-node": "3.100.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.78.0",
25
25
  "@aws-sdk/hash-node": "3.78.0",
26
26
  "@aws-sdk/invalid-dependency": "3.78.0",
@@ -35,15 +35,15 @@
35
35
  "@aws-sdk/node-config-provider": "3.80.0",
36
36
  "@aws-sdk/node-http-handler": "3.94.0",
37
37
  "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.85.0",
38
+ "@aws-sdk/smithy-client": "3.99.0",
39
39
  "@aws-sdk/types": "3.78.0",
40
40
  "@aws-sdk/url-parser": "3.78.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.85.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.85.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.99.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.99.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.78.0",
48
48
  "@aws-sdk/util-user-agent-node": "3.80.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",