@aws-sdk/client-forecast 3.43.0 → 3.45.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.
@@ -86,6 +86,7 @@ export interface CreateAutoPredictorRequest {
86
86
  ReferencePredictorArn?: string;
87
87
 
88
88
  OptimizationMetric?: OptimizationMetric | string;
89
+
89
90
  ExplainPredictor?: boolean;
90
91
 
91
92
  Tags?: Tag[];
@@ -723,8 +724,11 @@ export declare namespace DescribeAutoPredictorRequest {
723
724
 
724
725
  const filterSensitiveLog: (obj: DescribeAutoPredictorRequest) => any;
725
726
  }
727
+
726
728
  export interface ExplainabilityInfo {
729
+
727
730
  ExplainabilityArn?: string;
731
+
728
732
  Status?: string;
729
733
  }
730
734
  export declare namespace ExplainabilityInfo {
@@ -758,6 +762,8 @@ export interface DescribeAutoPredictorResponse {
758
762
 
759
763
  ForecastFrequency?: string;
760
764
 
765
+ ForecastDimensions?: string[];
766
+
761
767
  DatasetImportJobArns?: string[];
762
768
 
763
769
  DataConfig?: DataConfig;
@@ -777,6 +783,7 @@ export interface DescribeAutoPredictorResponse {
777
783
  LastModificationTime?: Date;
778
784
 
779
785
  OptimizationMetric?: OptimizationMetric | string;
786
+
780
787
  ExplainabilityInfo?: ExplainabilityInfo;
781
788
  }
782
789
  export declare namespace DescribeAutoPredictorResponse {
@@ -1579,6 +1586,7 @@ export interface ForecastSummary {
1579
1586
  ForecastName?: string;
1580
1587
 
1581
1588
  PredictorArn?: string;
1589
+
1582
1590
  CreatedUsingAutoPredictor?: boolean;
1583
1591
 
1584
1592
  DatasetGroupArn?: string;
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.43.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.43.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",