@aws-sdk/client-lookoutequipment 3.428.0 → 3.429.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.
@@ -135,7 +135,7 @@ export interface CreateDatasetResponse {
135
135
  * @public
136
136
  * <p>Indicates the status of the <code>CreateDataset</code> operation. </p>
137
137
  */
138
- Status?: DatasetStatus | string;
138
+ Status?: DatasetStatus;
139
139
  }
140
140
  /**
141
141
  * @public
@@ -338,7 +338,7 @@ export interface CreateInferenceSchedulerRequest {
338
338
  * <p>For more information, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-inference-process.html">Understanding
339
339
  * the inference process</a>.</p>
340
340
  */
341
- DataUploadFrequency: DataUploadFrequency | string | undefined;
341
+ DataUploadFrequency: DataUploadFrequency | undefined;
342
342
  /**
343
343
  * @public
344
344
  * <p>Specifies configuration information for the input data for the inference scheduler,
@@ -407,7 +407,7 @@ export interface CreateInferenceSchedulerResponse {
407
407
  * @public
408
408
  * <p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>
409
409
  */
410
- Status?: InferenceSchedulerStatus | string;
410
+ Status?: InferenceSchedulerStatus;
411
411
  }
412
412
  /**
413
413
  * @public
@@ -461,7 +461,7 @@ export interface CreateLabelRequest {
461
461
  * @public
462
462
  * <p> Indicates whether a labeled event represents an anomaly. </p>
463
463
  */
464
- Rating: LabelRating | string | undefined;
464
+ Rating: LabelRating | undefined;
465
465
  /**
466
466
  * @public
467
467
  * <p> Provides additional information about the label. The fault code must be defined in the
@@ -596,7 +596,7 @@ export interface DataPreProcessingConfiguration {
596
596
  * and the value for a 1 hour rate is <i>PT1H</i>
597
597
  * </p>
598
598
  */
599
- TargetSamplingRate?: TargetSamplingRate | string;
599
+ TargetSamplingRate?: TargetSamplingRate;
600
600
  }
601
601
  /**
602
602
  * @public
@@ -752,7 +752,7 @@ export interface CreateModelResponse {
752
752
  * @public
753
753
  * <p>Indicates the status of the <code>CreateModel</code> operation. </p>
754
754
  */
755
- Status?: ModelStatus | string;
755
+ Status?: ModelStatus;
756
756
  }
757
757
  /**
758
758
  * @public
@@ -812,7 +812,7 @@ export interface CreateRetrainingSchedulerRequest {
812
812
  * model. In <code>MANUAL</code> mode, the new models will not be used <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/versioning-model.html#model-activation">until they
813
813
  * are manually activated</a>.</p>
814
814
  */
815
- PromoteMode?: ModelPromoteMode | string;
815
+ PromoteMode?: ModelPromoteMode;
816
816
  /**
817
817
  * @public
818
818
  * <p>A unique identifier for the request. If you do not set the client request token, Amazon
@@ -852,7 +852,7 @@ export interface CreateRetrainingSchedulerResponse {
852
852
  * @public
853
853
  * <p>The status of the retraining scheduler. </p>
854
854
  */
855
- Status?: RetrainingSchedulerStatus | string;
855
+ Status?: RetrainingSchedulerStatus;
856
856
  }
857
857
  /**
858
858
  * @public
@@ -1211,7 +1211,7 @@ export interface DescribeDataIngestionJobResponse {
1211
1211
  * @public
1212
1212
  * <p>Indicates the status of the <code>DataIngestionJob</code> operation. </p>
1213
1213
  */
1214
- Status?: IngestionJobStatus | string;
1214
+ Status?: IngestionJobStatus;
1215
1215
  /**
1216
1216
  * @public
1217
1217
  * <p>Specifies the reason for failure when a data ingestion job has failed. </p>
@@ -1298,7 +1298,7 @@ export interface DescribeDatasetResponse {
1298
1298
  * @public
1299
1299
  * <p>Indicates the status of the dataset. </p>
1300
1300
  */
1301
- Status?: DatasetStatus | string;
1301
+ Status?: DatasetStatus;
1302
1302
  /**
1303
1303
  * @public
1304
1304
  * <p>A JSON description of the data that is in each time series dataset, including names,
@@ -1408,7 +1408,7 @@ export interface DescribeInferenceSchedulerResponse {
1408
1408
  * @public
1409
1409
  * <p>Indicates the status of the inference scheduler. </p>
1410
1410
  */
1411
- Status?: InferenceSchedulerStatus | string;
1411
+ Status?: InferenceSchedulerStatus;
1412
1412
  /**
1413
1413
  * @public
1414
1414
  * <p> A period of time (in minutes) by which inference on the data is delayed after the data
@@ -1428,7 +1428,7 @@ export interface DescribeInferenceSchedulerResponse {
1428
1428
  * frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In
1429
1429
  * this example, it starts once every 5 minutes. </p>
1430
1430
  */
1431
- DataUploadFrequency?: DataUploadFrequency | string;
1431
+ DataUploadFrequency?: DataUploadFrequency;
1432
1432
  /**
1433
1433
  * @public
1434
1434
  * <p>Specifies the time at which the inference scheduler was created. </p>
@@ -1468,7 +1468,7 @@ export interface DescribeInferenceSchedulerResponse {
1468
1468
  * <p>Indicates whether the latest execution for the inference scheduler was Anomalous
1469
1469
  * (anomalous events found) or Normal (no anomalous events found).</p>
1470
1470
  */
1471
- LatestInferenceResult?: LatestInferenceResult | string;
1471
+ LatestInferenceResult?: LatestInferenceResult;
1472
1472
  }
1473
1473
  /**
1474
1474
  * @public
@@ -1518,7 +1518,7 @@ export interface DescribeLabelResponse {
1518
1518
  * @public
1519
1519
  * <p> Indicates whether a labeled event represents an anomaly. </p>
1520
1520
  */
1521
- Rating?: LabelRating | string;
1521
+ Rating?: LabelRating;
1522
1522
  /**
1523
1523
  * @public
1524
1524
  * <p> Indicates the type of anomaly associated with the label. </p>
@@ -1695,7 +1695,7 @@ export interface DescribeModelResponse {
1695
1695
  * <p>Specifies the current status of the model being described. Status describes the status
1696
1696
  * of the most recent action of the model. </p>
1697
1697
  */
1698
- Status?: ModelStatus | string;
1698
+ Status?: ModelStatus;
1699
1699
  /**
1700
1700
  * @public
1701
1701
  * <p>Indicates the time at which the training of the machine learning model began. </p>
@@ -1813,7 +1813,7 @@ export interface DescribeModelResponse {
1813
1813
  * @public
1814
1814
  * <p>Indicates the status of the most recent scheduled retraining run. </p>
1815
1815
  */
1816
- LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
1816
+ LatestScheduledRetrainingStatus?: ModelVersionStatus;
1817
1817
  /**
1818
1818
  * @public
1819
1819
  * <p>Indicates the most recent model version that was generated by retraining. </p>
@@ -1850,7 +1850,7 @@ export interface DescribeModelResponse {
1850
1850
  * @public
1851
1851
  * <p>Indicates the status of the retraining scheduler. </p>
1852
1852
  */
1853
- RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
1853
+ RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
1854
1854
  }
1855
1855
  /**
1856
1856
  * @public
@@ -1909,12 +1909,12 @@ export interface DescribeModelVersionResponse {
1909
1909
  * @public
1910
1910
  * <p>The current status of the model version.</p>
1911
1911
  */
1912
- Status?: ModelVersionStatus | string;
1912
+ Status?: ModelVersionStatus;
1913
1913
  /**
1914
1914
  * @public
1915
1915
  * <p>Indicates whether this model version was created by training or by importing.</p>
1916
1916
  */
1917
- SourceType?: ModelVersionSourceType | string;
1917
+ SourceType?: ModelVersionSourceType;
1918
1918
  /**
1919
1919
  * @public
1920
1920
  * <p>The name of the dataset used to train the model version.</p>
@@ -2069,7 +2069,7 @@ export interface DescribeModelVersionResponse {
2069
2069
  * <p>Indicates whether the model version was promoted to be the active version after
2070
2070
  * retraining or if there was an error with or cancellation of the retraining. </p>
2071
2071
  */
2072
- AutoPromotionResult?: AutoPromotionResult | string;
2072
+ AutoPromotionResult?: AutoPromotionResult;
2073
2073
  /**
2074
2074
  * @public
2075
2075
  * <p>Indicates the reason for the <code>AutoPromotionResult</code>. For example, a model
@@ -2161,7 +2161,7 @@ export interface DescribeRetrainingSchedulerResponse {
2161
2161
  * @public
2162
2162
  * <p>The status of the retraining scheduler. </p>
2163
2163
  */
2164
- Status?: RetrainingSchedulerStatus | string;
2164
+ Status?: RetrainingSchedulerStatus;
2165
2165
  /**
2166
2166
  * @public
2167
2167
  * <p>Indicates how the service uses new models. In <code>MANAGED</code> mode, new models are
@@ -2169,7 +2169,7 @@ export interface DescribeRetrainingSchedulerResponse {
2169
2169
  * <code>MANUAL</code> mode, the new models are not used until they are <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/versioning-model.html#model-activation">manually
2170
2170
  * activated</a>.</p>
2171
2171
  */
2172
- PromoteMode?: ModelPromoteMode | string;
2172
+ PromoteMode?: ModelPromoteMode;
2173
2173
  /**
2174
2174
  * @public
2175
2175
  * <p>Indicates the time and date at which the retraining scheduler was created. </p>
@@ -2233,7 +2233,7 @@ export interface ImportDatasetResponse {
2233
2233
  * @public
2234
2234
  * <p>The status of the <code>ImportDataset</code> operation.</p>
2235
2235
  */
2236
- Status?: DatasetStatus | string;
2236
+ Status?: DatasetStatus;
2237
2237
  /**
2238
2238
  * @public
2239
2239
  * <p>A unique identifier for the job of importing the dataset.</p>
@@ -2321,7 +2321,7 @@ export interface ImportModelVersionRequest {
2321
2321
  * </li>
2322
2322
  * </ul>
2323
2323
  */
2324
- InferenceDataImportStrategy?: InferenceDataImportStrategy | string;
2324
+ InferenceDataImportStrategy?: InferenceDataImportStrategy;
2325
2325
  }
2326
2326
  /**
2327
2327
  * @public
@@ -2351,7 +2351,7 @@ export interface ImportModelVersionResponse {
2351
2351
  * @public
2352
2352
  * <p>The status of the <code>ImportModelVersion</code> operation. </p>
2353
2353
  */
2354
- Status?: ModelVersionStatus | string;
2354
+ Status?: ModelVersionStatus;
2355
2355
  }
2356
2356
  /**
2357
2357
  * @public
@@ -2377,7 +2377,7 @@ export interface ListDataIngestionJobsRequest {
2377
2377
  * @public
2378
2378
  * <p>Indicates the status of the data ingestion job. </p>
2379
2379
  */
2380
- Status?: IngestionJobStatus | string;
2380
+ Status?: IngestionJobStatus;
2381
2381
  }
2382
2382
  /**
2383
2383
  * @public
@@ -2410,7 +2410,7 @@ export interface DataIngestionJobSummary {
2410
2410
  * @public
2411
2411
  * <p>Indicates the status of the data ingestion job. </p>
2412
2412
  */
2413
- Status?: IngestionJobStatus | string;
2413
+ Status?: IngestionJobStatus;
2414
2414
  }
2415
2415
  /**
2416
2416
  * @public
@@ -2470,7 +2470,7 @@ export interface DatasetSummary {
2470
2470
  * @public
2471
2471
  * <p>Indicates the status of the dataset. </p>
2472
2472
  */
2473
- Status?: DatasetStatus | string;
2473
+ Status?: DatasetStatus;
2474
2474
  /**
2475
2475
  * @public
2476
2476
  * <p>The time at which the dataset was created in Amazon Lookout for Equipment. </p>
@@ -2633,7 +2633,7 @@ export interface ListInferenceExecutionsRequest {
2633
2633
  * @public
2634
2634
  * <p>The status of the inference execution. </p>
2635
2635
  */
2636
- Status?: InferenceExecutionStatus | string;
2636
+ Status?: InferenceExecutionStatus;
2637
2637
  }
2638
2638
  /**
2639
2639
  * @public
@@ -2703,7 +2703,7 @@ export interface InferenceExecutionSummary {
2703
2703
  * @public
2704
2704
  * <p>Indicates the status of the inference execution. </p>
2705
2705
  */
2706
- Status?: InferenceExecutionStatus | string;
2706
+ Status?: InferenceExecutionStatus;
2707
2707
  /**
2708
2708
  * @public
2709
2709
  * <p> Specifies the reason for failure when an inference execution has failed. </p>
@@ -2769,7 +2769,7 @@ export interface ListInferenceSchedulersRequest {
2769
2769
  * @public
2770
2770
  * <p>Specifies the current status of the inference schedulers.</p>
2771
2771
  */
2772
- Status?: InferenceSchedulerStatus | string;
2772
+ Status?: InferenceSchedulerStatus;
2773
2773
  }
2774
2774
  /**
2775
2775
  * @public
@@ -2802,7 +2802,7 @@ export interface InferenceSchedulerSummary {
2802
2802
  * @public
2803
2803
  * <p>Indicates the status of the inference scheduler. </p>
2804
2804
  */
2805
- Status?: InferenceSchedulerStatus | string;
2805
+ Status?: InferenceSchedulerStatus;
2806
2806
  /**
2807
2807
  * @public
2808
2808
  * <p>A period of time (in minutes) by which inference on the data is delayed after the data
@@ -2822,13 +2822,13 @@ export interface InferenceSchedulerSummary {
2822
2822
  * This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your
2823
2823
  * data. In this example, it starts once every 5 minutes. </p>
2824
2824
  */
2825
- DataUploadFrequency?: DataUploadFrequency | string;
2825
+ DataUploadFrequency?: DataUploadFrequency;
2826
2826
  /**
2827
2827
  * @public
2828
2828
  * <p>Indicates whether the latest execution for the inference scheduler was Anomalous
2829
2829
  * (anomalous events found) or Normal (no anomalous events found).</p>
2830
2830
  */
2831
- LatestInferenceResult?: LatestInferenceResult | string;
2831
+ LatestInferenceResult?: LatestInferenceResult;
2832
2832
  }
2833
2833
  /**
2834
2834
  * @public
@@ -2986,7 +2986,7 @@ export interface LabelSummary {
2986
2986
  * @public
2987
2987
  * <p> Indicates whether a labeled event represents an anomaly. </p>
2988
2988
  */
2989
- Rating?: LabelRating | string;
2989
+ Rating?: LabelRating;
2990
2990
  /**
2991
2991
  * @public
2992
2992
  * <p> Indicates the type of anomaly associated with the label. </p>
@@ -3040,7 +3040,7 @@ export interface ListModelsRequest {
3040
3040
  * @public
3041
3041
  * <p>The status of the machine learning model. </p>
3042
3042
  */
3043
- Status?: ModelStatus | string;
3043
+ Status?: ModelStatus;
3044
3044
  /**
3045
3045
  * @public
3046
3046
  * <p>The beginning of the name of the machine learning models being listed. </p>
@@ -3083,7 +3083,7 @@ export interface ModelSummary {
3083
3083
  * @public
3084
3084
  * <p>Indicates the status of the machine learning model. </p>
3085
3085
  */
3086
- Status?: ModelStatus | string;
3086
+ Status?: ModelStatus;
3087
3087
  /**
3088
3088
  * @public
3089
3089
  * <p>The time at which the specific model was created. </p>
@@ -3106,7 +3106,7 @@ export interface ModelSummary {
3106
3106
  * @public
3107
3107
  * <p>Indicates the status of the most recent scheduled retraining run. </p>
3108
3108
  */
3109
- LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
3109
+ LatestScheduledRetrainingStatus?: ModelVersionStatus;
3110
3110
  /**
3111
3111
  * @public
3112
3112
  * <p>Indicates the most recent model version that was generated by retraining. </p>
@@ -3127,7 +3127,7 @@ export interface ModelSummary {
3127
3127
  * @public
3128
3128
  * <p>Indicates the status of the retraining scheduler. </p>
3129
3129
  */
3130
- RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
3130
+ RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
3131
3131
  }
3132
3132
  /**
3133
3133
  * @public
@@ -3173,12 +3173,12 @@ export interface ListModelVersionsRequest {
3173
3173
  * @public
3174
3174
  * <p>Filter the results based on the current status of the model version.</p>
3175
3175
  */
3176
- Status?: ModelVersionStatus | string;
3176
+ Status?: ModelVersionStatus;
3177
3177
  /**
3178
3178
  * @public
3179
3179
  * <p>Filter the results based on the way the model version was generated.</p>
3180
3180
  */
3181
- SourceType?: ModelVersionSourceType | string;
3181
+ SourceType?: ModelVersionSourceType;
3182
3182
  /**
3183
3183
  * @public
3184
3184
  * <p>Filter results to return all the model versions created before this time.</p>
@@ -3235,12 +3235,12 @@ export interface ModelVersionSummary {
3235
3235
  * @public
3236
3236
  * <p>The current status of the model version.</p>
3237
3237
  */
3238
- Status?: ModelVersionStatus | string;
3238
+ Status?: ModelVersionStatus;
3239
3239
  /**
3240
3240
  * @public
3241
3241
  * <p>Indicates how this model version was generated.</p>
3242
3242
  */
3243
- SourceType?: ModelVersionSourceType | string;
3243
+ SourceType?: ModelVersionSourceType;
3244
3244
  }
3245
3245
  /**
3246
3246
  * @public
@@ -3276,7 +3276,7 @@ export interface ListRetrainingSchedulersRequest {
3276
3276
  * <p>Specify this field to only list retraining schedulers whose status matches the value you
3277
3277
  * specify. </p>
3278
3278
  */
3279
- Status?: RetrainingSchedulerStatus | string;
3279
+ Status?: RetrainingSchedulerStatus;
3280
3280
  /**
3281
3281
  * @public
3282
3282
  * <p>If the number of results exceeds the maximum, a pagination token is returned. Use the
@@ -3309,7 +3309,7 @@ export interface RetrainingSchedulerSummary {
3309
3309
  * @public
3310
3310
  * <p>The status of the retraining scheduler. </p>
3311
3311
  */
3312
- Status?: RetrainingSchedulerStatus | string;
3312
+ Status?: RetrainingSchedulerStatus;
3313
3313
  /**
3314
3314
  * @public
3315
3315
  * <p>The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the
@@ -3395,7 +3395,7 @@ export interface CategoricalValues {
3395
3395
  * <p> Indicates whether there is a potential data issue related to categorical values.
3396
3396
  * </p>
3397
3397
  */
3398
- Status: StatisticalIssueStatus | string | undefined;
3398
+ Status: StatisticalIssueStatus | undefined;
3399
3399
  /**
3400
3400
  * @public
3401
3401
  * <p> Indicates the number of categories in the data. </p>
@@ -3429,7 +3429,7 @@ export interface LargeTimestampGaps {
3429
3429
  * <p> Indicates whether there is a potential data issue related to large gaps in timestamps.
3430
3430
  * </p>
3431
3431
  */
3432
- Status: StatisticalIssueStatus | string | undefined;
3432
+ Status: StatisticalIssueStatus | undefined;
3433
3433
  /**
3434
3434
  * @public
3435
3435
  * <p> Indicates the number of large timestamp gaps, if there are any. </p>
@@ -3464,12 +3464,12 @@ export interface MonotonicValues {
3464
3464
  * <p> Indicates whether there is a potential data issue related to having monotonic values.
3465
3465
  * </p>
3466
3466
  */
3467
- Status: StatisticalIssueStatus | string | undefined;
3467
+ Status: StatisticalIssueStatus | undefined;
3468
3468
  /**
3469
3469
  * @public
3470
3470
  * <p> Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC. </p>
3471
3471
  */
3472
- Monotonicity?: Monotonicity | string;
3472
+ Monotonicity?: Monotonicity;
3473
3473
  }
3474
3474
  /**
3475
3475
  * @public
@@ -3481,7 +3481,7 @@ export interface MultipleOperatingModes {
3481
3481
  * <p> Indicates whether there is a potential data issue related to having multiple operating
3482
3482
  * modes. </p>
3483
3483
  */
3484
- Status: StatisticalIssueStatus | string | undefined;
3484
+ Status: StatisticalIssueStatus | undefined;
3485
3485
  }
3486
3486
  /**
3487
3487
  * @public
@@ -3689,7 +3689,7 @@ export interface StartDataIngestionJobResponse {
3689
3689
  * @public
3690
3690
  * <p>Indicates the status of the <code>StartDataIngestionJob</code> operation. </p>
3691
3691
  */
3692
- Status?: IngestionJobStatus | string;
3692
+ Status?: IngestionJobStatus;
3693
3693
  }
3694
3694
  /**
3695
3695
  * @public
@@ -3730,7 +3730,7 @@ export interface StartInferenceSchedulerResponse {
3730
3730
  * @public
3731
3731
  * <p>Indicates the status of the inference scheduler. </p>
3732
3732
  */
3733
- Status?: InferenceSchedulerStatus | string;
3733
+ Status?: InferenceSchedulerStatus;
3734
3734
  }
3735
3735
  /**
3736
3736
  * @public
@@ -3760,7 +3760,7 @@ export interface StartRetrainingSchedulerResponse {
3760
3760
  * @public
3761
3761
  * <p>The status of the retraining scheduler. </p>
3762
3762
  */
3763
- Status?: RetrainingSchedulerStatus | string;
3763
+ Status?: RetrainingSchedulerStatus;
3764
3764
  }
3765
3765
  /**
3766
3766
  * @public
@@ -3802,7 +3802,7 @@ export interface StopInferenceSchedulerResponse {
3802
3802
  * @public
3803
3803
  * <p>Indicates the status of the inference scheduler. </p>
3804
3804
  */
3805
- Status?: InferenceSchedulerStatus | string;
3805
+ Status?: InferenceSchedulerStatus;
3806
3806
  }
3807
3807
  /**
3808
3808
  * @public
@@ -3832,7 +3832,7 @@ export interface StopRetrainingSchedulerResponse {
3832
3832
  * @public
3833
3833
  * <p>The status of the retraining scheduler. </p>
3834
3834
  */
3835
- Status?: RetrainingSchedulerStatus | string;
3835
+ Status?: RetrainingSchedulerStatus;
3836
3836
  }
3837
3837
  /**
3838
3838
  * @public
@@ -3963,7 +3963,7 @@ export interface UpdateInferenceSchedulerRequest {
3963
3963
  * minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on
3964
3964
  * your data. In this example, it starts once every 5 minutes. </p>
3965
3965
  */
3966
- DataUploadFrequency?: DataUploadFrequency | string;
3966
+ DataUploadFrequency?: DataUploadFrequency;
3967
3967
  /**
3968
3968
  * @public
3969
3969
  * <p> Specifies information for the input data for the inference scheduler, including
@@ -4067,5 +4067,5 @@ export interface UpdateRetrainingSchedulerRequest {
4067
4067
  * model. In <code>MANUAL</code> mode, the new models will not be used <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/versioning-model.html#model-activation">until they
4068
4068
  * are manually activated</a>.</p>
4069
4069
  */
4070
- PromoteMode?: ModelPromoteMode | string;
4070
+ PromoteMode?: ModelPromoteMode;
4071
4071
  }
@@ -50,7 +50,7 @@ export type DatasetStatus = (typeof DatasetStatus)[keyof typeof DatasetStatus];
50
50
  export interface CreateDatasetResponse {
51
51
  DatasetName?: string;
52
52
  DatasetArn?: string;
53
- Status?: DatasetStatus | string;
53
+ Status?: DatasetStatus;
54
54
  }
55
55
  export declare class InternalServerException extends __BaseException {
56
56
  readonly name: "InternalServerException";
@@ -118,7 +118,7 @@ export interface CreateInferenceSchedulerRequest {
118
118
  ModelName: string | undefined;
119
119
  InferenceSchedulerName: string | undefined;
120
120
  DataDelayOffsetInMinutes?: number;
121
- DataUploadFrequency: DataUploadFrequency | string | undefined;
121
+ DataUploadFrequency: DataUploadFrequency | undefined;
122
122
  DataInputConfiguration: InferenceInputConfiguration | undefined;
123
123
  DataOutputConfiguration: InferenceOutputConfiguration | undefined;
124
124
  RoleArn: string | undefined;
@@ -137,7 +137,7 @@ export type InferenceSchedulerStatus =
137
137
  export interface CreateInferenceSchedulerResponse {
138
138
  InferenceSchedulerArn?: string;
139
139
  InferenceSchedulerName?: string;
140
- Status?: InferenceSchedulerStatus | string;
140
+ Status?: InferenceSchedulerStatus;
141
141
  }
142
142
  export declare class ResourceNotFoundException extends __BaseException {
143
143
  readonly name: "ResourceNotFoundException";
@@ -157,7 +157,7 @@ export interface CreateLabelRequest {
157
157
  LabelGroupName: string | undefined;
158
158
  StartTime: Date | undefined;
159
159
  EndTime: Date | undefined;
160
- Rating: LabelRating | string | undefined;
160
+ Rating: LabelRating | undefined;
161
161
  FaultCode?: string;
162
162
  Notes?: string;
163
163
  Equipment?: string;
@@ -192,7 +192,7 @@ export declare const TargetSamplingRate: {
192
192
  export type TargetSamplingRate =
193
193
  (typeof TargetSamplingRate)[keyof typeof TargetSamplingRate];
194
194
  export interface DataPreProcessingConfiguration {
195
- TargetSamplingRate?: TargetSamplingRate | string;
195
+ TargetSamplingRate?: TargetSamplingRate;
196
196
  }
197
197
  export interface LabelsS3InputConfiguration {
198
198
  Bucket: string | undefined;
@@ -227,7 +227,7 @@ export declare const ModelStatus: {
227
227
  export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
228
228
  export interface CreateModelResponse {
229
229
  ModelArn?: string;
230
- Status?: ModelStatus | string;
230
+ Status?: ModelStatus;
231
231
  }
232
232
  export declare const ModelPromoteMode: {
233
233
  readonly MANAGED: "MANAGED";
@@ -240,7 +240,7 @@ export interface CreateRetrainingSchedulerRequest {
240
240
  RetrainingStartDate?: Date;
241
241
  RetrainingFrequency: string | undefined;
242
242
  LookbackWindow: string | undefined;
243
- PromoteMode?: ModelPromoteMode | string;
243
+ PromoteMode?: ModelPromoteMode;
244
244
  ClientToken?: string;
245
245
  }
246
246
  export declare const RetrainingSchedulerStatus: {
@@ -254,7 +254,7 @@ export type RetrainingSchedulerStatus =
254
254
  export interface CreateRetrainingSchedulerResponse {
255
255
  ModelName?: string;
256
256
  ModelArn?: string;
257
- Status?: RetrainingSchedulerStatus | string;
257
+ Status?: RetrainingSchedulerStatus;
258
258
  }
259
259
  export interface DeleteDatasetRequest {
260
260
  DatasetName: string | undefined;
@@ -343,7 +343,7 @@ export interface DescribeDataIngestionJobResponse {
343
343
  IngestionInputConfiguration?: IngestionInputConfiguration;
344
344
  RoleArn?: string;
345
345
  CreatedAt?: Date;
346
- Status?: IngestionJobStatus | string;
346
+ Status?: IngestionJobStatus;
347
347
  FailedReason?: string;
348
348
  DataQualitySummary?: DataQualitySummary;
349
349
  IngestedFilesSummary?: IngestedFilesSummary;
@@ -361,7 +361,7 @@ export interface DescribeDatasetResponse {
361
361
  DatasetArn?: string;
362
362
  CreatedAt?: Date;
363
363
  LastUpdatedAt?: Date;
364
- Status?: DatasetStatus | string;
364
+ Status?: DatasetStatus;
365
365
  Schema?: __LazyJsonString | string;
366
366
  ServerSideKmsKeyId?: string;
367
367
  IngestionInputConfiguration?: IngestionInputConfiguration;
@@ -386,16 +386,16 @@ export interface DescribeInferenceSchedulerResponse {
386
386
  ModelName?: string;
387
387
  InferenceSchedulerName?: string;
388
388
  InferenceSchedulerArn?: string;
389
- Status?: InferenceSchedulerStatus | string;
389
+ Status?: InferenceSchedulerStatus;
390
390
  DataDelayOffsetInMinutes?: number;
391
- DataUploadFrequency?: DataUploadFrequency | string;
391
+ DataUploadFrequency?: DataUploadFrequency;
392
392
  CreatedAt?: Date;
393
393
  UpdatedAt?: Date;
394
394
  DataInputConfiguration?: InferenceInputConfiguration;
395
395
  DataOutputConfiguration?: InferenceOutputConfiguration;
396
396
  RoleArn?: string;
397
397
  ServerSideKmsKeyId?: string;
398
- LatestInferenceResult?: LatestInferenceResult | string;
398
+ LatestInferenceResult?: LatestInferenceResult;
399
399
  }
400
400
  export interface DescribeLabelRequest {
401
401
  LabelGroupName: string | undefined;
@@ -407,7 +407,7 @@ export interface DescribeLabelResponse {
407
407
  LabelId?: string;
408
408
  StartTime?: Date;
409
409
  EndTime?: Date;
410
- Rating?: LabelRating | string;
410
+ Rating?: LabelRating;
411
411
  FaultCode?: string;
412
412
  Notes?: string;
413
413
  Equipment?: string;
@@ -448,7 +448,7 @@ export interface DescribeModelResponse {
448
448
  EvaluationDataEndTime?: Date;
449
449
  RoleArn?: string;
450
450
  DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
451
- Status?: ModelStatus | string;
451
+ Status?: ModelStatus;
452
452
  TrainingExecutionStartTime?: Date;
453
453
  TrainingExecutionEndTime?: Date;
454
454
  FailedReason?: string;
@@ -468,14 +468,14 @@ export interface DescribeModelResponse {
468
468
  PreviousModelVersionActivatedAt?: Date;
469
469
  PriorModelMetrics?: __LazyJsonString | string;
470
470
  LatestScheduledRetrainingFailedReason?: string;
471
- LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
471
+ LatestScheduledRetrainingStatus?: ModelVersionStatus;
472
472
  LatestScheduledRetrainingModelVersion?: number;
473
473
  LatestScheduledRetrainingStartTime?: Date;
474
474
  LatestScheduledRetrainingAvailableDataInDays?: number;
475
475
  NextScheduledRetrainingStartDate?: Date;
476
476
  AccumulatedInferenceDataStartTime?: Date;
477
477
  AccumulatedInferenceDataEndTime?: Date;
478
- RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
478
+ RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
479
479
  }
480
480
  export interface DescribeModelVersionRequest {
481
481
  ModelName: string | undefined;
@@ -493,8 +493,8 @@ export interface DescribeModelVersionResponse {
493
493
  ModelArn?: string;
494
494
  ModelVersion?: number;
495
495
  ModelVersionArn?: string;
496
- Status?: ModelVersionStatus | string;
497
- SourceType?: ModelVersionSourceType | string;
496
+ Status?: ModelVersionStatus;
497
+ SourceType?: ModelVersionSourceType;
498
498
  DatasetName?: string;
499
499
  DatasetArn?: string;
500
500
  Schema?: string;
@@ -519,7 +519,7 @@ export interface DescribeModelVersionResponse {
519
519
  ImportedDataSizeInBytes?: number;
520
520
  PriorModelMetrics?: string;
521
521
  RetrainingAvailableDataInDays?: number;
522
- AutoPromotionResult?: AutoPromotionResult | string;
522
+ AutoPromotionResult?: AutoPromotionResult;
523
523
  AutoPromotionResultReason?: string;
524
524
  }
525
525
  export interface DescribeResourcePolicyRequest {
@@ -540,8 +540,8 @@ export interface DescribeRetrainingSchedulerResponse {
540
540
  RetrainingStartDate?: Date;
541
541
  RetrainingFrequency?: string;
542
542
  LookbackWindow?: string;
543
- Status?: RetrainingSchedulerStatus | string;
544
- PromoteMode?: ModelPromoteMode | string;
543
+ Status?: RetrainingSchedulerStatus;
544
+ PromoteMode?: ModelPromoteMode;
545
545
  CreatedAt?: Date;
546
546
  UpdatedAt?: Date;
547
547
  }
@@ -555,7 +555,7 @@ export interface ImportDatasetRequest {
555
555
  export interface ImportDatasetResponse {
556
556
  DatasetName?: string;
557
557
  DatasetArn?: string;
558
- Status?: DatasetStatus | string;
558
+ Status?: DatasetStatus;
559
559
  JobId?: string;
560
560
  }
561
561
  export declare const InferenceDataImportStrategy: {
@@ -574,27 +574,27 @@ export interface ImportModelVersionRequest {
574
574
  RoleArn?: string;
575
575
  ServerSideKmsKeyId?: string;
576
576
  Tags?: Tag[];
577
- InferenceDataImportStrategy?: InferenceDataImportStrategy | string;
577
+ InferenceDataImportStrategy?: InferenceDataImportStrategy;
578
578
  }
579
579
  export interface ImportModelVersionResponse {
580
580
  ModelName?: string;
581
581
  ModelArn?: string;
582
582
  ModelVersionArn?: string;
583
583
  ModelVersion?: number;
584
- Status?: ModelVersionStatus | string;
584
+ Status?: ModelVersionStatus;
585
585
  }
586
586
  export interface ListDataIngestionJobsRequest {
587
587
  DatasetName?: string;
588
588
  NextToken?: string;
589
589
  MaxResults?: number;
590
- Status?: IngestionJobStatus | string;
590
+ Status?: IngestionJobStatus;
591
591
  }
592
592
  export interface DataIngestionJobSummary {
593
593
  JobId?: string;
594
594
  DatasetName?: string;
595
595
  DatasetArn?: string;
596
596
  IngestionInputConfiguration?: IngestionInputConfiguration;
597
- Status?: IngestionJobStatus | string;
597
+ Status?: IngestionJobStatus;
598
598
  }
599
599
  export interface ListDataIngestionJobsResponse {
600
600
  NextToken?: string;
@@ -608,7 +608,7 @@ export interface ListDatasetsRequest {
608
608
  export interface DatasetSummary {
609
609
  DatasetName?: string;
610
610
  DatasetArn?: string;
611
- Status?: DatasetStatus | string;
611
+ Status?: DatasetStatus;
612
612
  CreatedAt?: Date;
613
613
  }
614
614
  export interface ListDatasetsResponse {
@@ -647,7 +647,7 @@ export interface ListInferenceExecutionsRequest {
647
647
  InferenceSchedulerName: string | undefined;
648
648
  DataStartTimeAfter?: Date;
649
649
  DataEndTimeBefore?: Date;
650
- Status?: InferenceExecutionStatus | string;
650
+ Status?: InferenceExecutionStatus;
651
651
  }
652
652
  export interface InferenceExecutionSummary {
653
653
  ModelName?: string;
@@ -660,7 +660,7 @@ export interface InferenceExecutionSummary {
660
660
  DataInputConfiguration?: InferenceInputConfiguration;
661
661
  DataOutputConfiguration?: InferenceOutputConfiguration;
662
662
  CustomerResultObject?: S3Object;
663
- Status?: InferenceExecutionStatus | string;
663
+ Status?: InferenceExecutionStatus;
664
664
  FailedReason?: string;
665
665
  ModelVersion?: number;
666
666
  ModelVersionArn?: string;
@@ -674,17 +674,17 @@ export interface ListInferenceSchedulersRequest {
674
674
  MaxResults?: number;
675
675
  InferenceSchedulerNameBeginsWith?: string;
676
676
  ModelName?: string;
677
- Status?: InferenceSchedulerStatus | string;
677
+ Status?: InferenceSchedulerStatus;
678
678
  }
679
679
  export interface InferenceSchedulerSummary {
680
680
  ModelName?: string;
681
681
  ModelArn?: string;
682
682
  InferenceSchedulerName?: string;
683
683
  InferenceSchedulerArn?: string;
684
- Status?: InferenceSchedulerStatus | string;
684
+ Status?: InferenceSchedulerStatus;
685
685
  DataDelayOffsetInMinutes?: number;
686
- DataUploadFrequency?: DataUploadFrequency | string;
687
- LatestInferenceResult?: LatestInferenceResult | string;
686
+ DataUploadFrequency?: DataUploadFrequency;
687
+ LatestInferenceResult?: LatestInferenceResult;
688
688
  }
689
689
  export interface ListInferenceSchedulersResponse {
690
690
  NextToken?: string;
@@ -720,7 +720,7 @@ export interface LabelSummary {
720
720
  LabelGroupArn?: string;
721
721
  StartTime?: Date;
722
722
  EndTime?: Date;
723
- Rating?: LabelRating | string;
723
+ Rating?: LabelRating;
724
724
  FaultCode?: string;
725
725
  Equipment?: string;
726
726
  CreatedAt?: Date;
@@ -732,7 +732,7 @@ export interface ListLabelsResponse {
732
732
  export interface ListModelsRequest {
733
733
  NextToken?: string;
734
734
  MaxResults?: number;
735
- Status?: ModelStatus | string;
735
+ Status?: ModelStatus;
736
736
  ModelNameBeginsWith?: string;
737
737
  DatasetNameBeginsWith?: string;
738
738
  }
@@ -741,15 +741,15 @@ export interface ModelSummary {
741
741
  ModelArn?: string;
742
742
  DatasetName?: string;
743
743
  DatasetArn?: string;
744
- Status?: ModelStatus | string;
744
+ Status?: ModelStatus;
745
745
  CreatedAt?: Date;
746
746
  ActiveModelVersion?: number;
747
747
  ActiveModelVersionArn?: string;
748
- LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
748
+ LatestScheduledRetrainingStatus?: ModelVersionStatus;
749
749
  LatestScheduledRetrainingModelVersion?: number;
750
750
  LatestScheduledRetrainingStartTime?: Date;
751
751
  NextScheduledRetrainingStartDate?: Date;
752
- RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
752
+ RetrainingSchedulerStatus?: RetrainingSchedulerStatus;
753
753
  }
754
754
  export interface ListModelsResponse {
755
755
  NextToken?: string;
@@ -759,8 +759,8 @@ export interface ListModelVersionsRequest {
759
759
  ModelName: string | undefined;
760
760
  NextToken?: string;
761
761
  MaxResults?: number;
762
- Status?: ModelVersionStatus | string;
763
- SourceType?: ModelVersionSourceType | string;
762
+ Status?: ModelVersionStatus;
763
+ SourceType?: ModelVersionSourceType;
764
764
  CreatedAtEndTime?: Date;
765
765
  CreatedAtStartTime?: Date;
766
766
  MaxModelVersion?: number;
@@ -772,8 +772,8 @@ export interface ModelVersionSummary {
772
772
  ModelVersion?: number;
773
773
  ModelVersionArn?: string;
774
774
  CreatedAt?: Date;
775
- Status?: ModelVersionStatus | string;
776
- SourceType?: ModelVersionSourceType | string;
775
+ Status?: ModelVersionStatus;
776
+ SourceType?: ModelVersionSourceType;
777
777
  }
778
778
  export interface ListModelVersionsResponse {
779
779
  NextToken?: string;
@@ -781,14 +781,14 @@ export interface ListModelVersionsResponse {
781
781
  }
782
782
  export interface ListRetrainingSchedulersRequest {
783
783
  ModelNameBeginsWith?: string;
784
- Status?: RetrainingSchedulerStatus | string;
784
+ Status?: RetrainingSchedulerStatus;
785
785
  NextToken?: string;
786
786
  MaxResults?: number;
787
787
  }
788
788
  export interface RetrainingSchedulerSummary {
789
789
  ModelName?: string;
790
790
  ModelArn?: string;
791
- Status?: RetrainingSchedulerStatus | string;
791
+ Status?: RetrainingSchedulerStatus;
792
792
  RetrainingStartDate?: Date;
793
793
  RetrainingFrequency?: string;
794
794
  LookbackWindow?: string;
@@ -810,7 +810,7 @@ export declare const StatisticalIssueStatus: {
810
810
  export type StatisticalIssueStatus =
811
811
  (typeof StatisticalIssueStatus)[keyof typeof StatisticalIssueStatus];
812
812
  export interface CategoricalValues {
813
- Status: StatisticalIssueStatus | string | undefined;
813
+ Status: StatisticalIssueStatus | undefined;
814
814
  NumberOfCategory?: number;
815
815
  }
816
816
  export interface CountPercent {
@@ -818,7 +818,7 @@ export interface CountPercent {
818
818
  Percentage: number | undefined;
819
819
  }
820
820
  export interface LargeTimestampGaps {
821
- Status: StatisticalIssueStatus | string | undefined;
821
+ Status: StatisticalIssueStatus | undefined;
822
822
  NumberOfLargeTimestampGaps?: number;
823
823
  MaxTimestampGapInDays?: number;
824
824
  }
@@ -829,11 +829,11 @@ export declare const Monotonicity: {
829
829
  };
830
830
  export type Monotonicity = (typeof Monotonicity)[keyof typeof Monotonicity];
831
831
  export interface MonotonicValues {
832
- Status: StatisticalIssueStatus | string | undefined;
833
- Monotonicity?: Monotonicity | string;
832
+ Status: StatisticalIssueStatus | undefined;
833
+ Monotonicity?: Monotonicity;
834
834
  }
835
835
  export interface MultipleOperatingModes {
836
- Status: StatisticalIssueStatus | string | undefined;
836
+ Status: StatisticalIssueStatus | undefined;
837
837
  }
838
838
  export interface SensorStatisticsSummary {
839
839
  ComponentName?: string;
@@ -878,7 +878,7 @@ export interface StartDataIngestionJobRequest {
878
878
  }
879
879
  export interface StartDataIngestionJobResponse {
880
880
  JobId?: string;
881
- Status?: IngestionJobStatus | string;
881
+ Status?: IngestionJobStatus;
882
882
  }
883
883
  export interface StartInferenceSchedulerRequest {
884
884
  InferenceSchedulerName: string | undefined;
@@ -888,7 +888,7 @@ export interface StartInferenceSchedulerResponse {
888
888
  ModelName?: string;
889
889
  InferenceSchedulerName?: string;
890
890
  InferenceSchedulerArn?: string;
891
- Status?: InferenceSchedulerStatus | string;
891
+ Status?: InferenceSchedulerStatus;
892
892
  }
893
893
  export interface StartRetrainingSchedulerRequest {
894
894
  ModelName: string | undefined;
@@ -896,7 +896,7 @@ export interface StartRetrainingSchedulerRequest {
896
896
  export interface StartRetrainingSchedulerResponse {
897
897
  ModelName?: string;
898
898
  ModelArn?: string;
899
- Status?: RetrainingSchedulerStatus | string;
899
+ Status?: RetrainingSchedulerStatus;
900
900
  }
901
901
  export interface StopInferenceSchedulerRequest {
902
902
  InferenceSchedulerName: string | undefined;
@@ -906,7 +906,7 @@ export interface StopInferenceSchedulerResponse {
906
906
  ModelName?: string;
907
907
  InferenceSchedulerName?: string;
908
908
  InferenceSchedulerArn?: string;
909
- Status?: InferenceSchedulerStatus | string;
909
+ Status?: InferenceSchedulerStatus;
910
910
  }
911
911
  export interface StopRetrainingSchedulerRequest {
912
912
  ModelName: string | undefined;
@@ -914,7 +914,7 @@ export interface StopRetrainingSchedulerRequest {
914
914
  export interface StopRetrainingSchedulerResponse {
915
915
  ModelName?: string;
916
916
  ModelArn?: string;
917
- Status?: RetrainingSchedulerStatus | string;
917
+ Status?: RetrainingSchedulerStatus;
918
918
  }
919
919
  export interface TagResourceRequest {
920
920
  ResourceArn: string | undefined;
@@ -941,7 +941,7 @@ export interface UpdateActiveModelVersionResponse {
941
941
  export interface UpdateInferenceSchedulerRequest {
942
942
  InferenceSchedulerName: string | undefined;
943
943
  DataDelayOffsetInMinutes?: number;
944
- DataUploadFrequency?: DataUploadFrequency | string;
944
+ DataUploadFrequency?: DataUploadFrequency;
945
945
  DataInputConfiguration?: InferenceInputConfiguration;
946
946
  DataOutputConfiguration?: InferenceOutputConfiguration;
947
947
  RoleArn?: string;
@@ -960,5 +960,5 @@ export interface UpdateRetrainingSchedulerRequest {
960
960
  RetrainingStartDate?: Date;
961
961
  RetrainingFrequency?: string;
962
962
  LookbackWindow?: string;
963
- PromoteMode?: ModelPromoteMode | string;
963
+ PromoteMode?: ModelPromoteMode;
964
964
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lookoutequipment",
3
3
  "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.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,9 +21,9 @@
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.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.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",
@@ -38,7 +38,7 @@
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",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",