@aws-sdk/client-forecast 3.42.0 → 3.47.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 (82) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Forecast.js +150 -0
  4. package/dist-cjs/commands/CreateAutoPredictorCommand.js +36 -0
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +36 -0
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteExplainabilityCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeExplainabilityCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +36 -0
  12. package/dist-cjs/commands/ListExplainabilitiesCommand.js +36 -0
  13. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +1 -12
  16. package/dist-cjs/models/models_0.js +206 -67
  17. package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/Forecast.js +150 -0
  21. package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
  22. package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
  23. package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
  24. package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
  25. package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
  26. package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
  27. package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
  28. package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
  29. package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
  30. package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +1 -12
  33. package/dist-es/models/models_0.js +140 -44
  34. package/dist-es/protocols/Aws_json1_1.js +1367 -138
  35. package/dist-es/runtimeConfig.browser.js +12 -3
  36. package/dist-es/runtimeConfig.js +13 -6
  37. package/dist-types/Forecast.d.ts +306 -40
  38. package/dist-types/ForecastClient.d.ts +17 -3
  39. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
  40. package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
  41. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
  42. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
  43. package/dist-types/commands/CreatePredictorCommand.d.ts +19 -18
  44. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
  45. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
  46. package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
  47. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
  48. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
  49. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
  50. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribePredictorCommand.d.ts +5 -1
  52. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
  53. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
  54. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -4
  55. package/dist-types/commands/ListPredictorsCommand.d.ts +5 -5
  56. package/dist-types/commands/StopResourceCommand.d.ts +9 -3
  57. package/dist-types/commands/TagResourceCommand.d.ts +4 -1
  58. package/dist-types/commands/index.d.ts +10 -0
  59. package/dist-types/models/models_0.d.ts +2078 -500
  60. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  61. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  62. package/dist-types/runtimeConfig.d.ts +4 -3
  63. package/dist-types/runtimeConfig.native.d.ts +1 -0
  64. package/dist-types/ts3.4/Forecast.d.ts +50 -0
  65. package/dist-types/ts3.4/ForecastClient.d.ts +15 -3
  66. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +479 -94
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  82. package/package.json +38 -45
@@ -1,4 +1,138 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface AdditionalDataset {
4
+
5
+ Name: string | undefined;
6
+
7
+ Configuration?: {
8
+ [key: string]: string[];
9
+ };
10
+ }
11
+ export declare namespace AdditionalDataset {
12
+
13
+ const filterSensitiveLog: (obj: AdditionalDataset) => any;
14
+ }
15
+
16
+ export interface AttributeConfig {
17
+
18
+ AttributeName: string | undefined;
19
+
20
+ Transformations: {
21
+ [key: string]: string;
22
+ } | undefined;
23
+ }
24
+ export declare namespace AttributeConfig {
25
+
26
+ const filterSensitiveLog: (obj: AttributeConfig) => any;
27
+ }
28
+
29
+ export interface DataConfig {
30
+
31
+ DatasetGroupArn: string | undefined;
32
+
33
+ AttributeConfigs?: AttributeConfig[];
34
+
35
+ AdditionalDatasets?: AdditionalDataset[];
36
+ }
37
+ export declare namespace DataConfig {
38
+
39
+ const filterSensitiveLog: (obj: DataConfig) => any;
40
+ }
41
+
42
+ export interface EncryptionConfig {
43
+
44
+ RoleArn: string | undefined;
45
+
46
+ KMSKeyArn: string | undefined;
47
+ }
48
+ export declare namespace EncryptionConfig {
49
+
50
+ const filterSensitiveLog: (obj: EncryptionConfig) => any;
51
+ }
52
+ export declare enum OptimizationMetric {
53
+ AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
54
+ MAPE = "MAPE",
55
+ MASE = "MASE",
56
+ RMSE = "RMSE",
57
+ WAPE = "WAPE"
58
+ }
59
+
60
+ export interface Tag {
61
+
62
+ Key: string | undefined;
63
+
64
+ Value: string | undefined;
65
+ }
66
+ export declare namespace Tag {
67
+
68
+ const filterSensitiveLog: (obj: Tag) => any;
69
+ }
70
+ export interface CreateAutoPredictorRequest {
71
+
72
+ PredictorName: string | undefined;
73
+
74
+ ForecastHorizon?: number;
75
+
76
+ ForecastTypes?: string[];
77
+
78
+ ForecastDimensions?: string[];
79
+
80
+ ForecastFrequency?: string;
81
+
82
+ DataConfig?: DataConfig;
83
+
84
+ EncryptionConfig?: EncryptionConfig;
85
+
86
+ ReferencePredictorArn?: string;
87
+
88
+ OptimizationMetric?: OptimizationMetric | string;
89
+
90
+ ExplainPredictor?: boolean;
91
+
92
+ Tags?: Tag[];
93
+ }
94
+ export declare namespace CreateAutoPredictorRequest {
95
+
96
+ const filterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
97
+ }
98
+ export interface CreateAutoPredictorResponse {
99
+
100
+ PredictorArn?: string;
101
+ }
102
+ export declare namespace CreateAutoPredictorResponse {
103
+
104
+ const filterSensitiveLog: (obj: CreateAutoPredictorResponse) => any;
105
+ }
106
+
107
+ export interface InvalidInputException extends __SmithyException, $MetadataBearer {
108
+ name: "InvalidInputException";
109
+ $fault: "client";
110
+ Message?: string;
111
+ }
112
+
113
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
114
+ name: "LimitExceededException";
115
+ $fault: "client";
116
+ Message?: string;
117
+ }
118
+
119
+ export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
120
+ name: "ResourceAlreadyExistsException";
121
+ $fault: "client";
122
+ Message?: string;
123
+ }
124
+
125
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
126
+ name: "ResourceInUseException";
127
+ $fault: "client";
128
+ Message?: string;
129
+ }
130
+
131
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
132
+ name: "ResourceNotFoundException";
133
+ $fault: "client";
134
+ Message?: string;
135
+ }
2
136
  export declare enum DatasetType {
3
137
  ITEM_METADATA = "ITEM_METADATA",
4
138
  RELATED_TIME_SERIES = "RELATED_TIME_SERIES",
@@ -13,17 +147,6 @@ export declare enum Domain {
13
147
  WEB_TRAFFIC = "WEB_TRAFFIC",
14
148
  WORK_FORCE = "WORK_FORCE"
15
149
  }
16
-
17
- export interface EncryptionConfig {
18
-
19
- RoleArn: string | undefined;
20
-
21
- KMSKeyArn: string | undefined;
22
- }
23
- export declare namespace EncryptionConfig {
24
-
25
- const filterSensitiveLog: (obj: EncryptionConfig) => any;
26
- }
27
150
  export declare enum AttributeType {
28
151
  FLOAT = "float",
29
152
  GEOLOCATION = "geolocation",
@@ -51,17 +174,6 @@ export declare namespace Schema {
51
174
 
52
175
  const filterSensitiveLog: (obj: Schema) => any;
53
176
  }
54
-
55
- export interface Tag {
56
-
57
- Key: string | undefined;
58
-
59
- Value: string | undefined;
60
- }
61
- export declare namespace Tag {
62
-
63
- const filterSensitiveLog: (obj: Tag) => any;
64
- }
65
177
  export interface CreateDatasetRequest {
66
178
 
67
179
  DatasetName: string | undefined;
@@ -90,36 +202,6 @@ export declare namespace CreateDatasetResponse {
90
202
 
91
203
  const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
92
204
  }
93
-
94
- export interface InvalidInputException extends __SmithyException, $MetadataBearer {
95
- name: "InvalidInputException";
96
- $fault: "client";
97
- Message?: string;
98
- }
99
- export declare namespace InvalidInputException {
100
-
101
- const filterSensitiveLog: (obj: InvalidInputException) => any;
102
- }
103
-
104
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
105
- name: "LimitExceededException";
106
- $fault: "client";
107
- Message?: string;
108
- }
109
- export declare namespace LimitExceededException {
110
-
111
- const filterSensitiveLog: (obj: LimitExceededException) => any;
112
- }
113
-
114
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
115
- name: "ResourceAlreadyExistsException";
116
- $fault: "client";
117
- Message?: string;
118
- }
119
- export declare namespace ResourceAlreadyExistsException {
120
-
121
- const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
122
- }
123
205
  export interface CreateDatasetGroupRequest {
124
206
 
125
207
  DatasetGroupName: string | undefined;
@@ -143,26 +225,6 @@ export declare namespace CreateDatasetGroupResponse {
143
225
  const filterSensitiveLog: (obj: CreateDatasetGroupResponse) => any;
144
226
  }
145
227
 
146
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
147
- name: "ResourceInUseException";
148
- $fault: "client";
149
- Message?: string;
150
- }
151
- export declare namespace ResourceInUseException {
152
-
153
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
154
- }
155
-
156
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
157
- name: "ResourceNotFoundException";
158
- $fault: "client";
159
- Message?: string;
160
- }
161
- export declare namespace ResourceNotFoundException {
162
-
163
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
164
- }
165
-
166
228
  export interface S3Config {
167
229
 
168
230
  Path: string | undefined;
@@ -214,6 +276,88 @@ export declare namespace CreateDatasetImportJobResponse {
214
276
 
215
277
  const filterSensitiveLog: (obj: CreateDatasetImportJobResponse) => any;
216
278
  }
279
+ export declare enum TimePointGranularity {
280
+ ALL = "ALL",
281
+ SPECIFIC = "SPECIFIC"
282
+ }
283
+ export declare enum TimeSeriesGranularity {
284
+ ALL = "ALL",
285
+ SPECIFIC = "SPECIFIC"
286
+ }
287
+
288
+ export interface ExplainabilityConfig {
289
+
290
+ TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
291
+
292
+ TimePointGranularity: TimePointGranularity | string | undefined;
293
+ }
294
+ export declare namespace ExplainabilityConfig {
295
+
296
+ const filterSensitiveLog: (obj: ExplainabilityConfig) => any;
297
+ }
298
+ export interface CreateExplainabilityRequest {
299
+
300
+ ExplainabilityName: string | undefined;
301
+
302
+ ResourceArn: string | undefined;
303
+
304
+ ExplainabilityConfig: ExplainabilityConfig | undefined;
305
+
306
+ DataSource?: DataSource;
307
+
308
+ Schema?: Schema;
309
+
310
+ EnableVisualization?: boolean;
311
+
312
+ StartDateTime?: string;
313
+
314
+ EndDateTime?: string;
315
+
316
+ Tags?: Tag[];
317
+ }
318
+ export declare namespace CreateExplainabilityRequest {
319
+
320
+ const filterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
321
+ }
322
+ export interface CreateExplainabilityResponse {
323
+
324
+ ExplainabilityArn?: string;
325
+ }
326
+ export declare namespace CreateExplainabilityResponse {
327
+
328
+ const filterSensitiveLog: (obj: CreateExplainabilityResponse) => any;
329
+ }
330
+
331
+ export interface DataDestination {
332
+
333
+ S3Config: S3Config | undefined;
334
+ }
335
+ export declare namespace DataDestination {
336
+
337
+ const filterSensitiveLog: (obj: DataDestination) => any;
338
+ }
339
+ export interface CreateExplainabilityExportRequest {
340
+
341
+ ExplainabilityExportName: string | undefined;
342
+
343
+ ExplainabilityArn: string | undefined;
344
+
345
+ Destination: DataDestination | undefined;
346
+
347
+ Tags?: Tag[];
348
+ }
349
+ export declare namespace CreateExplainabilityExportRequest {
350
+
351
+ const filterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
352
+ }
353
+ export interface CreateExplainabilityExportResponse {
354
+
355
+ ExplainabilityExportArn?: string;
356
+ }
357
+ export declare namespace CreateExplainabilityExportResponse {
358
+
359
+ const filterSensitiveLog: (obj: CreateExplainabilityExportResponse) => any;
360
+ }
217
361
  export interface CreateForecastRequest {
218
362
 
219
363
  ForecastName: string | undefined;
@@ -236,15 +380,6 @@ export declare namespace CreateForecastResponse {
236
380
 
237
381
  const filterSensitiveLog: (obj: CreateForecastResponse) => any;
238
382
  }
239
-
240
- export interface DataDestination {
241
-
242
- S3Config: S3Config | undefined;
243
- }
244
- export declare namespace DataDestination {
245
-
246
- const filterSensitiveLog: (obj: DataDestination) => any;
247
- }
248
383
  export interface CreateForecastExportJobRequest {
249
384
 
250
385
  ForecastExportJobName: string | undefined;
@@ -268,6 +403,7 @@ export declare namespace CreateForecastExportJobResponse {
268
403
  const filterSensitiveLog: (obj: CreateForecastExportJobResponse) => any;
269
404
  }
270
405
  export declare enum AutoMLOverrideStrategy {
406
+ AccuracyOptimized = "AccuracyOptimized",
271
407
  LatencyOptimized = "LatencyOptimized"
272
408
  }
273
409
 
@@ -412,13 +548,6 @@ export declare namespace InputDataConfig {
412
548
 
413
549
  const filterSensitiveLog: (obj: InputDataConfig) => any;
414
550
  }
415
- export declare enum OptimizationMetric {
416
- AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
417
- MAPE = "MAPE",
418
- MASE = "MASE",
419
- RMSE = "RMSE",
420
- WAPE = "WAPE"
421
- }
422
551
  export interface CreatePredictorRequest {
423
552
 
424
553
  PredictorName: string | undefined;
@@ -511,6 +640,22 @@ export declare namespace DeleteDatasetImportJobRequest {
511
640
 
512
641
  const filterSensitiveLog: (obj: DeleteDatasetImportJobRequest) => any;
513
642
  }
643
+ export interface DeleteExplainabilityRequest {
644
+
645
+ ExplainabilityArn: string | undefined;
646
+ }
647
+ export declare namespace DeleteExplainabilityRequest {
648
+
649
+ const filterSensitiveLog: (obj: DeleteExplainabilityRequest) => any;
650
+ }
651
+ export interface DeleteExplainabilityExportRequest {
652
+
653
+ ExplainabilityExportArn: string | undefined;
654
+ }
655
+ export declare namespace DeleteExplainabilityExportRequest {
656
+
657
+ const filterSensitiveLog: (obj: DeleteExplainabilityExportRequest) => any;
658
+ }
514
659
  export interface DeleteForecastRequest {
515
660
 
516
661
  ForecastArn: string | undefined;
@@ -551,6 +696,80 @@ export declare namespace DeleteResourceTreeRequest {
551
696
 
552
697
  const filterSensitiveLog: (obj: DeleteResourceTreeRequest) => any;
553
698
  }
699
+ export interface DescribeAutoPredictorRequest {
700
+
701
+ PredictorArn: string | undefined;
702
+ }
703
+ export declare namespace DescribeAutoPredictorRequest {
704
+
705
+ const filterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
706
+ }
707
+
708
+ export interface ExplainabilityInfo {
709
+
710
+ ExplainabilityArn?: string;
711
+
712
+ Status?: string;
713
+ }
714
+ export declare namespace ExplainabilityInfo {
715
+
716
+ const filterSensitiveLog: (obj: ExplainabilityInfo) => any;
717
+ }
718
+ export declare enum State {
719
+ Active = "Active",
720
+ Deleted = "Deleted"
721
+ }
722
+
723
+ export interface ReferencePredictorSummary {
724
+
725
+ Arn?: string;
726
+
727
+ State?: State | string;
728
+ }
729
+ export declare namespace ReferencePredictorSummary {
730
+
731
+ const filterSensitiveLog: (obj: ReferencePredictorSummary) => any;
732
+ }
733
+ export interface DescribeAutoPredictorResponse {
734
+
735
+ PredictorArn?: string;
736
+
737
+ PredictorName?: string;
738
+
739
+ ForecastHorizon?: number;
740
+
741
+ ForecastTypes?: string[];
742
+
743
+ ForecastFrequency?: string;
744
+
745
+ ForecastDimensions?: string[];
746
+
747
+ DatasetImportJobArns?: string[];
748
+
749
+ DataConfig?: DataConfig;
750
+
751
+ EncryptionConfig?: EncryptionConfig;
752
+
753
+ ReferencePredictorSummary?: ReferencePredictorSummary;
754
+
755
+ EstimatedTimeRemainingInMinutes?: number;
756
+
757
+ Status?: string;
758
+
759
+ Message?: string;
760
+
761
+ CreationTime?: Date;
762
+
763
+ LastModificationTime?: Date;
764
+
765
+ OptimizationMetric?: OptimizationMetric | string;
766
+
767
+ ExplainabilityInfo?: ExplainabilityInfo;
768
+ }
769
+ export declare namespace DescribeAutoPredictorResponse {
770
+
771
+ const filterSensitiveLog: (obj: DescribeAutoPredictorResponse) => any;
772
+ }
554
773
  export interface DescribeDatasetRequest {
555
774
 
556
775
  DatasetArn: string | undefined;
@@ -690,6 +909,78 @@ export declare namespace DescribeDatasetImportJobResponse {
690
909
 
691
910
  const filterSensitiveLog: (obj: DescribeDatasetImportJobResponse) => any;
692
911
  }
912
+ export interface DescribeExplainabilityRequest {
913
+
914
+ ExplainabilityArn: string | undefined;
915
+ }
916
+ export declare namespace DescribeExplainabilityRequest {
917
+
918
+ const filterSensitiveLog: (obj: DescribeExplainabilityRequest) => any;
919
+ }
920
+ export interface DescribeExplainabilityResponse {
921
+
922
+ ExplainabilityArn?: string;
923
+
924
+ ExplainabilityName?: string;
925
+
926
+ ResourceArn?: string;
927
+
928
+ ExplainabilityConfig?: ExplainabilityConfig;
929
+
930
+ EnableVisualization?: boolean;
931
+
932
+ DataSource?: DataSource;
933
+
934
+ Schema?: Schema;
935
+
936
+ StartDateTime?: string;
937
+
938
+ EndDateTime?: string;
939
+
940
+ EstimatedTimeRemainingInMinutes?: number;
941
+
942
+ Message?: string;
943
+
944
+ Status?: string;
945
+
946
+ CreationTime?: Date;
947
+
948
+ LastModificationTime?: Date;
949
+ }
950
+ export declare namespace DescribeExplainabilityResponse {
951
+
952
+ const filterSensitiveLog: (obj: DescribeExplainabilityResponse) => any;
953
+ }
954
+ export interface DescribeExplainabilityExportRequest {
955
+
956
+ ExplainabilityExportArn: string | undefined;
957
+ }
958
+ export declare namespace DescribeExplainabilityExportRequest {
959
+
960
+ const filterSensitiveLog: (obj: DescribeExplainabilityExportRequest) => any;
961
+ }
962
+ export interface DescribeExplainabilityExportResponse {
963
+
964
+ ExplainabilityExportArn?: string;
965
+
966
+ ExplainabilityExportName?: string;
967
+
968
+ ExplainabilityArn?: string;
969
+
970
+ Destination?: DataDestination;
971
+
972
+ Message?: string;
973
+
974
+ Status?: string;
975
+
976
+ CreationTime?: Date;
977
+
978
+ LastModificationTime?: Date;
979
+ }
980
+ export declare namespace DescribeExplainabilityExportResponse {
981
+
982
+ const filterSensitiveLog: (obj: DescribeExplainabilityExportResponse) => any;
983
+ }
693
984
  export interface DescribeForecastRequest {
694
985
 
695
986
  ForecastArn: string | undefined;
@@ -805,6 +1096,8 @@ export interface DescribePredictorResponse {
805
1096
 
806
1097
  AlgorithmArn?: string;
807
1098
 
1099
+ AutoMLAlgorithmArns?: string[];
1100
+
808
1101
  ForecastHorizon?: number;
809
1102
 
810
1103
  ForecastTypes?: string[];
@@ -833,9 +1126,9 @@ export interface DescribePredictorResponse {
833
1126
 
834
1127
  EstimatedTimeRemainingInMinutes?: number;
835
1128
 
836
- DatasetImportJobArns?: string[];
1129
+ IsAutoPredictor?: boolean;
837
1130
 
838
- AutoMLAlgorithmArns?: string[];
1131
+ DatasetImportJobArns?: string[];
839
1132
 
840
1133
  Status?: string;
841
1134
 
@@ -968,6 +1261,8 @@ export interface GetAccuracyMetricsResponse {
968
1261
 
969
1262
  PredictorEvaluationResults?: EvaluationResult[];
970
1263
 
1264
+ IsAutoPredictor?: boolean;
1265
+
971
1266
  AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
972
1267
 
973
1268
  OptimizationMetric?: OptimizationMetric | string;
@@ -982,10 +1277,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
982
1277
  $fault: "client";
983
1278
  Message?: string;
984
1279
  }
985
- export declare namespace InvalidNextTokenException {
986
-
987
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
988
- }
989
1280
  export interface ListDatasetGroupsRequest {
990
1281
 
991
1282
  NextToken?: string;
@@ -1120,6 +1411,94 @@ export declare namespace ListDatasetsResponse {
1120
1411
 
1121
1412
  const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
1122
1413
  }
1414
+ export interface ListExplainabilitiesRequest {
1415
+
1416
+ NextToken?: string;
1417
+
1418
+ MaxResults?: number;
1419
+
1420
+ Filters?: Filter[];
1421
+ }
1422
+ export declare namespace ListExplainabilitiesRequest {
1423
+
1424
+ const filterSensitiveLog: (obj: ListExplainabilitiesRequest) => any;
1425
+ }
1426
+
1427
+ export interface ExplainabilitySummary {
1428
+
1429
+ ExplainabilityArn?: string;
1430
+
1431
+ ExplainabilityName?: string;
1432
+
1433
+ ResourceArn?: string;
1434
+
1435
+ ExplainabilityConfig?: ExplainabilityConfig;
1436
+
1437
+ Status?: string;
1438
+
1439
+ Message?: string;
1440
+
1441
+ CreationTime?: Date;
1442
+
1443
+ LastModificationTime?: Date;
1444
+ }
1445
+ export declare namespace ExplainabilitySummary {
1446
+
1447
+ const filterSensitiveLog: (obj: ExplainabilitySummary) => any;
1448
+ }
1449
+ export interface ListExplainabilitiesResponse {
1450
+
1451
+ Explainabilities?: ExplainabilitySummary[];
1452
+
1453
+ NextToken?: string;
1454
+ }
1455
+ export declare namespace ListExplainabilitiesResponse {
1456
+
1457
+ const filterSensitiveLog: (obj: ListExplainabilitiesResponse) => any;
1458
+ }
1459
+ export interface ListExplainabilityExportsRequest {
1460
+
1461
+ NextToken?: string;
1462
+
1463
+ MaxResults?: number;
1464
+
1465
+ Filters?: Filter[];
1466
+ }
1467
+ export declare namespace ListExplainabilityExportsRequest {
1468
+
1469
+ const filterSensitiveLog: (obj: ListExplainabilityExportsRequest) => any;
1470
+ }
1471
+
1472
+ export interface ExplainabilityExportSummary {
1473
+
1474
+ ExplainabilityExportArn?: string;
1475
+
1476
+ ExplainabilityExportName?: string;
1477
+
1478
+ Destination?: DataDestination;
1479
+
1480
+ Status?: string;
1481
+
1482
+ Message?: string;
1483
+
1484
+ CreationTime?: Date;
1485
+
1486
+ LastModificationTime?: Date;
1487
+ }
1488
+ export declare namespace ExplainabilityExportSummary {
1489
+
1490
+ const filterSensitiveLog: (obj: ExplainabilityExportSummary) => any;
1491
+ }
1492
+ export interface ListExplainabilityExportsResponse {
1493
+
1494
+ ExplainabilityExports?: ExplainabilityExportSummary[];
1495
+
1496
+ NextToken?: string;
1497
+ }
1498
+ export declare namespace ListExplainabilityExportsResponse {
1499
+
1500
+ const filterSensitiveLog: (obj: ListExplainabilityExportsResponse) => any;
1501
+ }
1123
1502
  export interface ListForecastExportJobsRequest {
1124
1503
 
1125
1504
  NextToken?: string;
@@ -1184,6 +1563,8 @@ export interface ForecastSummary {
1184
1563
 
1185
1564
  PredictorArn?: string;
1186
1565
 
1566
+ CreatedUsingAutoPredictor?: boolean;
1567
+
1187
1568
  DatasetGroupArn?: string;
1188
1569
 
1189
1570
  Status?: string;
@@ -1272,6 +1653,10 @@ export interface PredictorSummary {
1272
1653
 
1273
1654
  DatasetGroupArn?: string;
1274
1655
 
1656
+ IsAutoPredictor?: boolean;
1657
+
1658
+ ReferencePredictorSummary?: ReferencePredictorSummary;
1659
+
1275
1660
  Status?: string;
1276
1661
 
1277
1662
  Message?: string;