@aws-sdk/client-forecast 3.428.0 → 3.430.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.
@@ -46,7 +46,7 @@ export interface Action {
46
46
  * </li>
47
47
  * </ul>
48
48
  */
49
- Operation: Operation | string | undefined;
49
+ Operation: Operation | undefined;
50
50
  /**
51
51
  * @public
52
52
  * <p>The value that is applied for the chosen <code>Operation</code>.</p>
@@ -567,7 +567,7 @@ export interface TimeAlignmentBoundary {
567
567
  * @public
568
568
  * <p>The month to use for time alignment during aggregation. The month must be in uppercase.</p>
569
569
  */
570
- Month?: Month | string;
570
+ Month?: Month;
571
571
  /**
572
572
  * @public
573
573
  * <p>The day of the month to use for time alignment during aggregation.</p>
@@ -577,7 +577,7 @@ export interface TimeAlignmentBoundary {
577
577
  * @public
578
578
  * <p>The day of week to use for time alignment during aggregation. The day must be in uppercase.</p>
579
579
  */
580
- DayOfWeek?: DayOfWeek | string;
580
+ DayOfWeek?: DayOfWeek;
581
581
  /**
582
582
  * @public
583
583
  * <p>The hour of day to use for time alignment during aggregation.</p>
@@ -680,7 +680,7 @@ export interface CreateAutoPredictorRequest {
680
680
  * @public
681
681
  * <p>The accuracy metric used to optimize the predictor.</p>
682
682
  */
683
- OptimizationMetric?: OptimizationMetric | string;
683
+ OptimizationMetric?: OptimizationMetric;
684
684
  /**
685
685
  * @public
686
686
  * <p>Create an Explainability resource for the predictor.</p>
@@ -877,7 +877,7 @@ export interface SchemaAttribute {
877
877
  * <p>The data type of the field.</p>
878
878
  * <p>For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).</p>
879
879
  */
880
- AttributeType?: AttributeType | string;
880
+ AttributeType?: AttributeType;
881
881
  }
882
882
  /**
883
883
  * @public
@@ -910,12 +910,12 @@ export interface CreateDatasetRequest {
910
910
  * and <code>demand</code> fields to be present in your data. For more information, see <a href="https://docs.aws.amazon.com/forecast/latest/dg/howitworks-datasets-groups.html">Importing
911
911
  * datasets</a>.</p>
912
912
  */
913
- Domain: Domain | string | undefined;
913
+ Domain: Domain | undefined;
914
914
  /**
915
915
  * @public
916
916
  * <p>The dataset type. Valid values depend on the chosen <code>Domain</code>.</p>
917
917
  */
918
- DatasetType: DatasetType | string | undefined;
918
+ DatasetType: DatasetType | undefined;
919
919
  /**
920
920
  * @public
921
921
  * <p>The frequency of data collection. This parameter is required for RELATED_TIME_SERIES
@@ -1031,7 +1031,7 @@ export interface CreateDatasetGroupRequest {
1031
1031
  * <code>timestamp</code>, and <code>demand</code> fields are present in your data. For more
1032
1032
  * information, see <a href="https://docs.aws.amazon.com/forecast/latest/dg/howitworks-datasets-groups.html">Dataset groups</a>.</p>
1033
1033
  */
1034
- Domain: Domain | string | undefined;
1034
+ Domain: Domain | undefined;
1035
1035
  /**
1036
1036
  * @public
1037
1037
  * <p>An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the
@@ -1269,7 +1269,7 @@ export interface CreateDatasetImportJobRequest {
1269
1269
  * @public
1270
1270
  * <p>Specifies whether the dataset import job is a <code>FULL</code> or <code>INCREMENTAL</code> import. A <code>FULL</code> dataset import replaces all of the existing data with the newly imported data. An <code>INCREMENTAL</code> import appends the imported data to the existing data.</p>
1271
1271
  */
1272
- ImportMode?: ImportMode | string;
1272
+ ImportMode?: ImportMode;
1273
1273
  }
1274
1274
  /**
1275
1275
  * @public
@@ -1326,7 +1326,7 @@ export interface ExplainabilityConfig {
1326
1326
  * <p>Specify time series by uploading a CSV or Parquet file to an Amazon S3 bucket and set the location
1327
1327
  * within the <a>DataDestination</a> data type.</p>
1328
1328
  */
1329
- TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
1329
+ TimeSeriesGranularity: TimeSeriesGranularity | undefined;
1330
1330
  /**
1331
1331
  * @public
1332
1332
  * <p>To create an Explainability for all time points in your forecast horizon, use
@@ -1335,7 +1335,7 @@ export interface ExplainabilityConfig {
1335
1335
  * <p>Specify time points with the <code>StartDateTime</code> and <code>EndDateTime</code>
1336
1336
  * parameters within the <a>CreateExplainability</a> operation.</p>
1337
1337
  */
1338
- TimePointGranularity: TimePointGranularity | string | undefined;
1338
+ TimePointGranularity: TimePointGranularity | undefined;
1339
1339
  }
1340
1340
  /**
1341
1341
  * @public
@@ -1856,7 +1856,7 @@ export interface FeaturizationMethod {
1856
1856
  * @public
1857
1857
  * <p>The name of the method. The "filling" method is the only supported method.</p>
1858
1858
  */
1859
- FeaturizationMethodName: FeaturizationMethodName | string | undefined;
1859
+ FeaturizationMethodName: FeaturizationMethodName | undefined;
1860
1860
  /**
1861
1861
  * @public
1862
1862
  * <p>The method parameters (key-value pairs), which are a map of override parameters. Specify
@@ -2125,7 +2125,7 @@ export interface ContinuousParameterRange {
2125
2125
  * <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type">Hyperparameter Scaling</a>.
2126
2126
  * One of the following values:</p>
2127
2127
  */
2128
- ScalingType?: ScalingType | string;
2128
+ ScalingType?: ScalingType;
2129
2129
  }
2130
2130
  /**
2131
2131
  * @public
@@ -2179,7 +2179,7 @@ export interface IntegerParameterRange {
2179
2179
  * <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type">Hyperparameter Scaling</a>.
2180
2180
  * One of the following values:</p>
2181
2181
  */
2182
- ScalingType?: ScalingType | string;
2182
+ ScalingType?: ScalingType;
2183
2183
  }
2184
2184
  /**
2185
2185
  * @public
@@ -2585,7 +2585,7 @@ export interface CreatePredictorRequest {
2585
2585
  * <code>LatencyOptimized</code>.</p>
2586
2586
  * <p>This parameter is only valid for predictors trained using AutoML.</p>
2587
2587
  */
2588
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
2588
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
2589
2589
  /**
2590
2590
  * @public
2591
2591
  * <p>Whether to perform hyperparameter optimization (HPO). HPO finds optimal hyperparameter
@@ -2691,7 +2691,7 @@ export interface CreatePredictorRequest {
2691
2691
  * @public
2692
2692
  * <p>The accuracy metric used to optimize the predictor.</p>
2693
2693
  */
2694
- OptimizationMetric?: OptimizationMetric | string;
2694
+ OptimizationMetric?: OptimizationMetric;
2695
2695
  }
2696
2696
  /**
2697
2697
  * @public
@@ -2896,7 +2896,7 @@ export interface TimeSeriesCondition {
2896
2896
  * <p>The condition to apply. Valid values are <code>EQUALS</code>, <code>NOT_EQUALS</code>, <code>LESS_THAN</code> and
2897
2897
  * <code>GREATER_THAN</code>.</p>
2898
2898
  */
2899
- Condition: Condition | string | undefined;
2899
+ Condition: Condition | undefined;
2900
2900
  }
2901
2901
  /**
2902
2902
  * @public
@@ -3267,7 +3267,7 @@ export interface ReferencePredictorSummary {
3267
3267
  * @public
3268
3268
  * <p>Whether the reference predictor is <code>Active</code> or <code>Deleted</code>.</p>
3269
3269
  */
3270
- State?: State | string;
3270
+ State?: State;
3271
3271
  }
3272
3272
  /**
3273
3273
  * @public
@@ -3411,7 +3411,7 @@ export interface DescribeAutoPredictorResponse {
3411
3411
  * @public
3412
3412
  * <p>The accuracy metric used to optimize the predictor.</p>
3413
3413
  */
3414
- OptimizationMetric?: OptimizationMetric | string;
3414
+ OptimizationMetric?: OptimizationMetric;
3415
3415
  /**
3416
3416
  * @public
3417
3417
  * <p>Provides the status and ARN of the Predictor Explainability.</p>
@@ -3456,12 +3456,12 @@ export interface DescribeDatasetResponse {
3456
3456
  * @public
3457
3457
  * <p>The domain associated with the dataset.</p>
3458
3458
  */
3459
- Domain?: Domain | string;
3459
+ Domain?: Domain;
3460
3460
  /**
3461
3461
  * @public
3462
3462
  * <p>The dataset type.</p>
3463
3463
  */
3464
- DatasetType?: DatasetType | string;
3464
+ DatasetType?: DatasetType;
3465
3465
  /**
3466
3466
  * @public
3467
3467
  * <p>The frequency of data collection.</p>
@@ -3570,7 +3570,7 @@ export interface DescribeDatasetGroupResponse {
3570
3570
  * @public
3571
3571
  * <p>The domain associated with the dataset group.</p>
3572
3572
  */
3573
- Domain?: Domain | string;
3573
+ Domain?: Domain;
3574
3574
  /**
3575
3575
  * @public
3576
3576
  * <p>The status of the dataset group. States include:</p>
@@ -3859,7 +3859,7 @@ export interface DescribeDatasetImportJobResponse {
3859
3859
  * @public
3860
3860
  * <p>The import mode of the dataset import job, FULL or INCREMENTAL.</p>
3861
3861
  */
3862
- ImportMode?: ImportMode | string;
3862
+ ImportMode?: ImportMode;
3863
3863
  }
3864
3864
  /**
3865
3865
  * @public
@@ -4591,7 +4591,7 @@ export interface DescribePredictorResponse {
4591
4591
  * is specified, the AutoML strategy optimizes predictor accuracy.</p>
4592
4592
  * <p>This parameter is only valid for predictors trained using AutoML.</p>
4593
4593
  */
4594
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
4594
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
4595
4595
  /**
4596
4596
  * @public
4597
4597
  * <p>Whether the predictor is set to perform hyperparameter optimization (HPO).</p>
@@ -4730,7 +4730,7 @@ export interface DescribePredictorResponse {
4730
4730
  * @public
4731
4731
  * <p>The accuracy metric used to optimize the predictor.</p>
4732
4732
  */
4733
- OptimizationMetric?: OptimizationMetric | string;
4733
+ OptimizationMetric?: OptimizationMetric;
4734
4734
  }
4735
4735
  /**
4736
4736
  * @public
@@ -5353,7 +5353,7 @@ export interface WindowSummary {
5353
5353
  * </li>
5354
5354
  * </ul>
5355
5355
  */
5356
- EvaluationType?: EvaluationType | string;
5356
+ EvaluationType?: EvaluationType;
5357
5357
  /**
5358
5358
  * @public
5359
5359
  * <p>Provides metrics used to evaluate the performance of a predictor.</p>
@@ -5403,12 +5403,12 @@ export interface GetAccuracyMetricsResponse {
5403
5403
  * is specified, the AutoML strategy optimizes predictor accuracy.</p>
5404
5404
  * <p>This parameter is only valid for predictors trained using AutoML.</p>
5405
5405
  */
5406
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
5406
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
5407
5407
  /**
5408
5408
  * @public
5409
5409
  * <p>The accuracy metric used to optimize the predictor.</p>
5410
5410
  */
5411
- OptimizationMetric?: OptimizationMetric | string;
5411
+ OptimizationMetric?: OptimizationMetric;
5412
5412
  }
5413
5413
  /**
5414
5414
  * @public
@@ -5522,7 +5522,7 @@ export interface Filter {
5522
5522
  * <p>The condition to apply. To include the objects that match the statement, specify
5523
5523
  * <code>IS</code>. To exclude matching objects, specify <code>IS_NOT</code>.</p>
5524
5524
  */
5525
- Condition: FilterConditionString | string | undefined;
5525
+ Condition: FilterConditionString | undefined;
5526
5526
  }
5527
5527
  /**
5528
5528
  * @public
@@ -5670,7 +5670,7 @@ export interface DatasetImportJobSummary {
5670
5670
  * @public
5671
5671
  * <p>The import mode of the dataset import job, FULL or INCREMENTAL.</p>
5672
5672
  */
5673
- ImportMode?: ImportMode | string;
5673
+ ImportMode?: ImportMode;
5674
5674
  }
5675
5675
  /**
5676
5676
  * @public
@@ -5726,12 +5726,12 @@ export interface DatasetSummary {
5726
5726
  * @public
5727
5727
  * <p>The dataset type.</p>
5728
5728
  */
5729
- DatasetType?: DatasetType | string;
5729
+ DatasetType?: DatasetType;
5730
5730
  /**
5731
5731
  * @public
5732
5732
  * <p>The domain associated with the dataset.</p>
5733
5733
  */
5734
- Domain?: Domain | string;
5734
+ Domain?: Domain;
5735
5735
  /**
5736
5736
  * @public
5737
5737
  * <p>When the dataset was created.</p>
@@ -9,7 +9,7 @@ export declare const Operation: {
9
9
  export type Operation = (typeof Operation)[keyof typeof Operation];
10
10
  export interface Action {
11
11
  AttributeName: string | undefined;
12
- Operation: Operation | string | undefined;
12
+ Operation: Operation | undefined;
13
13
  Value: number | undefined;
14
14
  }
15
15
  export interface AdditionalDataset {
@@ -71,9 +71,9 @@ export declare const Month: {
71
71
  };
72
72
  export type Month = (typeof Month)[keyof typeof Month];
73
73
  export interface TimeAlignmentBoundary {
74
- Month?: Month | string;
74
+ Month?: Month;
75
75
  DayOfMonth?: number;
76
- DayOfWeek?: DayOfWeek | string;
76
+ DayOfWeek?: DayOfWeek;
77
77
  Hour?: number;
78
78
  }
79
79
  export interface CreateAutoPredictorRequest {
@@ -85,7 +85,7 @@ export interface CreateAutoPredictorRequest {
85
85
  DataConfig?: DataConfig;
86
86
  EncryptionConfig?: EncryptionConfig;
87
87
  ReferencePredictorArn?: string;
88
- OptimizationMetric?: OptimizationMetric | string;
88
+ OptimizationMetric?: OptimizationMetric;
89
89
  ExplainPredictor?: boolean;
90
90
  Tags?: Tag[];
91
91
  MonitorConfig?: MonitorConfig;
@@ -160,15 +160,15 @@ export declare const AttributeType: {
160
160
  export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
161
161
  export interface SchemaAttribute {
162
162
  AttributeName?: string;
163
- AttributeType?: AttributeType | string;
163
+ AttributeType?: AttributeType;
164
164
  }
165
165
  export interface Schema {
166
166
  Attributes?: SchemaAttribute[];
167
167
  }
168
168
  export interface CreateDatasetRequest {
169
169
  DatasetName: string | undefined;
170
- Domain: Domain | string | undefined;
171
- DatasetType: DatasetType | string | undefined;
170
+ Domain: Domain | undefined;
171
+ DatasetType: DatasetType | undefined;
172
172
  DataFrequency?: string;
173
173
  Schema: Schema | undefined;
174
174
  EncryptionConfig?: EncryptionConfig;
@@ -179,7 +179,7 @@ export interface CreateDatasetResponse {
179
179
  }
180
180
  export interface CreateDatasetGroupRequest {
181
181
  DatasetGroupName: string | undefined;
182
- Domain: Domain | string | undefined;
182
+ Domain: Domain | undefined;
183
183
  DatasetArns?: string[];
184
184
  Tags?: Tag[];
185
185
  }
@@ -209,7 +209,7 @@ export interface CreateDatasetImportJobRequest {
209
209
  GeolocationFormat?: string;
210
210
  Tags?: Tag[];
211
211
  Format?: string;
212
- ImportMode?: ImportMode | string;
212
+ ImportMode?: ImportMode;
213
213
  }
214
214
  export interface CreateDatasetImportJobResponse {
215
215
  DatasetImportJobArn?: string;
@@ -227,8 +227,8 @@ export declare const TimeSeriesGranularity: {
227
227
  export type TimeSeriesGranularity =
228
228
  (typeof TimeSeriesGranularity)[keyof typeof TimeSeriesGranularity];
229
229
  export interface ExplainabilityConfig {
230
- TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
231
- TimePointGranularity: TimePointGranularity | string | undefined;
230
+ TimeSeriesGranularity: TimeSeriesGranularity | undefined;
231
+ TimePointGranularity: TimePointGranularity | undefined;
232
232
  }
233
233
  export interface CreateExplainabilityRequest {
234
234
  ExplainabilityName: string | undefined;
@@ -309,7 +309,7 @@ export declare const FeaturizationMethodName: {
309
309
  export type FeaturizationMethodName =
310
310
  (typeof FeaturizationMethodName)[keyof typeof FeaturizationMethodName];
311
311
  export interface FeaturizationMethod {
312
- FeaturizationMethodName: FeaturizationMethodName | string | undefined;
312
+ FeaturizationMethodName: FeaturizationMethodName | undefined;
313
313
  FeaturizationMethodParameters?: Record<string, string>;
314
314
  }
315
315
  export interface Featurization {
@@ -336,13 +336,13 @@ export interface ContinuousParameterRange {
336
336
  Name: string | undefined;
337
337
  MaxValue: number | undefined;
338
338
  MinValue: number | undefined;
339
- ScalingType?: ScalingType | string;
339
+ ScalingType?: ScalingType;
340
340
  }
341
341
  export interface IntegerParameterRange {
342
342
  Name: string | undefined;
343
343
  MaxValue: number | undefined;
344
344
  MinValue: number | undefined;
345
- ScalingType?: ScalingType | string;
345
+ ScalingType?: ScalingType;
346
346
  }
347
347
  export interface ParameterRanges {
348
348
  CategoricalParameterRanges?: CategoricalParameterRange[];
@@ -366,7 +366,7 @@ export interface CreatePredictorRequest {
366
366
  ForecastHorizon: number | undefined;
367
367
  ForecastTypes?: string[];
368
368
  PerformAutoML?: boolean;
369
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
369
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
370
370
  PerformHPO?: boolean;
371
371
  TrainingParameters?: Record<string, string>;
372
372
  EvaluationParameters?: EvaluationParameters;
@@ -375,7 +375,7 @@ export interface CreatePredictorRequest {
375
375
  FeaturizationConfig: FeaturizationConfig | undefined;
376
376
  EncryptionConfig?: EncryptionConfig;
377
377
  Tags?: Tag[];
378
- OptimizationMetric?: OptimizationMetric | string;
378
+ OptimizationMetric?: OptimizationMetric;
379
379
  }
380
380
  export interface CreatePredictorResponse {
381
381
  PredictorArn?: string;
@@ -415,7 +415,7 @@ export type Condition = (typeof Condition)[keyof typeof Condition];
415
415
  export interface TimeSeriesCondition {
416
416
  AttributeName: string | undefined;
417
417
  AttributeValue: string | undefined;
418
- Condition: Condition | string | undefined;
418
+ Condition: Condition | undefined;
419
419
  }
420
420
  export interface TimeSeriesTransformation {
421
421
  Action?: Action;
@@ -501,7 +501,7 @@ export declare const State: {
501
501
  export type State = (typeof State)[keyof typeof State];
502
502
  export interface ReferencePredictorSummary {
503
503
  Arn?: string;
504
- State?: State | string;
504
+ State?: State;
505
505
  }
506
506
  export interface DescribeAutoPredictorResponse {
507
507
  PredictorArn?: string;
@@ -519,7 +519,7 @@ export interface DescribeAutoPredictorResponse {
519
519
  Message?: string;
520
520
  CreationTime?: Date;
521
521
  LastModificationTime?: Date;
522
- OptimizationMetric?: OptimizationMetric | string;
522
+ OptimizationMetric?: OptimizationMetric;
523
523
  ExplainabilityInfo?: ExplainabilityInfo;
524
524
  MonitorInfo?: MonitorInfo;
525
525
  TimeAlignmentBoundary?: TimeAlignmentBoundary;
@@ -530,8 +530,8 @@ export interface DescribeDatasetRequest {
530
530
  export interface DescribeDatasetResponse {
531
531
  DatasetArn?: string;
532
532
  DatasetName?: string;
533
- Domain?: Domain | string;
534
- DatasetType?: DatasetType | string;
533
+ Domain?: Domain;
534
+ DatasetType?: DatasetType;
535
535
  DataFrequency?: string;
536
536
  Schema?: Schema;
537
537
  EncryptionConfig?: EncryptionConfig;
@@ -546,7 +546,7 @@ export interface DescribeDatasetGroupResponse {
546
546
  DatasetGroupName?: string;
547
547
  DatasetGroupArn?: string;
548
548
  DatasetArns?: string[];
549
- Domain?: Domain | string;
549
+ Domain?: Domain;
550
550
  Status?: string;
551
551
  CreationTime?: Date;
552
552
  LastModificationTime?: Date;
@@ -585,7 +585,7 @@ export interface DescribeDatasetImportJobResponse {
585
585
  CreationTime?: Date;
586
586
  LastModificationTime?: Date;
587
587
  Format?: string;
588
- ImportMode?: ImportMode | string;
588
+ ImportMode?: ImportMode;
589
589
  }
590
590
  export interface DescribeExplainabilityRequest {
591
591
  ExplainabilityArn: string | undefined;
@@ -700,7 +700,7 @@ export interface DescribePredictorResponse {
700
700
  ForecastHorizon?: number;
701
701
  ForecastTypes?: string[];
702
702
  PerformAutoML?: boolean;
703
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
703
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
704
704
  PerformHPO?: boolean;
705
705
  TrainingParameters?: Record<string, string>;
706
706
  EvaluationParameters?: EvaluationParameters;
@@ -716,7 +716,7 @@ export interface DescribePredictorResponse {
716
716
  Message?: string;
717
717
  CreationTime?: Date;
718
718
  LastModificationTime?: Date;
719
- OptimizationMetric?: OptimizationMetric | string;
719
+ OptimizationMetric?: OptimizationMetric;
720
720
  }
721
721
  export interface DescribePredictorBacktestExportJobRequest {
722
722
  PredictorBacktestExportJobArn: string | undefined;
@@ -807,7 +807,7 @@ export interface WindowSummary {
807
807
  TestWindowStart?: Date;
808
808
  TestWindowEnd?: Date;
809
809
  ItemCount?: number;
810
- EvaluationType?: EvaluationType | string;
810
+ EvaluationType?: EvaluationType;
811
811
  Metrics?: Metrics;
812
812
  }
813
813
  export interface EvaluationResult {
@@ -817,8 +817,8 @@ export interface EvaluationResult {
817
817
  export interface GetAccuracyMetricsResponse {
818
818
  PredictorEvaluationResults?: EvaluationResult[];
819
819
  IsAutoPredictor?: boolean;
820
- AutoMLOverrideStrategy?: AutoMLOverrideStrategy | string;
821
- OptimizationMetric?: OptimizationMetric | string;
820
+ AutoMLOverrideStrategy?: AutoMLOverrideStrategy;
821
+ OptimizationMetric?: OptimizationMetric;
822
822
  }
823
823
  export declare class InvalidNextTokenException extends __BaseException {
824
824
  readonly name: "InvalidNextTokenException";
@@ -851,7 +851,7 @@ export type FilterConditionString =
851
851
  export interface Filter {
852
852
  Key: string | undefined;
853
853
  Value: string | undefined;
854
- Condition: FilterConditionString | string | undefined;
854
+ Condition: FilterConditionString | undefined;
855
855
  }
856
856
  export interface ListDatasetImportJobsRequest {
857
857
  NextToken?: string;
@@ -866,7 +866,7 @@ export interface DatasetImportJobSummary {
866
866
  Message?: string;
867
867
  CreationTime?: Date;
868
868
  LastModificationTime?: Date;
869
- ImportMode?: ImportMode | string;
869
+ ImportMode?: ImportMode;
870
870
  }
871
871
  export interface ListDatasetImportJobsResponse {
872
872
  DatasetImportJobs?: DatasetImportJobSummary[];
@@ -879,8 +879,8 @@ export interface ListDatasetsRequest {
879
879
  export interface DatasetSummary {
880
880
  DatasetArn?: string;
881
881
  DatasetName?: string;
882
- DatasetType?: DatasetType | string;
883
- Domain?: Domain | string;
882
+ DatasetType?: DatasetType;
883
+ Domain?: Domain;
884
884
  CreationTime?: Date;
885
885
  LastModificationTime?: Date;
886
886
  }
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.428.0",
4
+ "version": "3.430.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",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"