aws-sdk-lookoutequipment 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,8 @@ module Aws::LookoutEquipment
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AmazonResourceArn = Shapes::StringShape.new(name: 'AmazonResourceArn')
18
+ AutoPromotionResult = Shapes::StringShape.new(name: 'AutoPromotionResult')
19
+ AutoPromotionResultReason = Shapes::StringShape.new(name: 'AutoPromotionResultReason')
18
20
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
21
  BoundedLengthString = Shapes::StringShape.new(name: 'BoundedLengthString')
20
22
  CategoricalValues = Shapes::StructureShape.new(name: 'CategoricalValues')
@@ -33,6 +35,8 @@ module Aws::LookoutEquipment
33
35
  CreateLabelResponse = Shapes::StructureShape.new(name: 'CreateLabelResponse')
34
36
  CreateModelRequest = Shapes::StructureShape.new(name: 'CreateModelRequest')
35
37
  CreateModelResponse = Shapes::StructureShape.new(name: 'CreateModelResponse')
38
+ CreateRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'CreateRetrainingSchedulerRequest')
39
+ CreateRetrainingSchedulerResponse = Shapes::StructureShape.new(name: 'CreateRetrainingSchedulerResponse')
36
40
  DataDelayOffsetInMinutes = Shapes::IntegerShape.new(name: 'DataDelayOffsetInMinutes')
37
41
  DataIngestionJobSummaries = Shapes::ListShape.new(name: 'DataIngestionJobSummaries')
38
42
  DataIngestionJobSummary = Shapes::StructureShape.new(name: 'DataIngestionJobSummary')
@@ -53,6 +57,7 @@ module Aws::LookoutEquipment
53
57
  DeleteLabelRequest = Shapes::StructureShape.new(name: 'DeleteLabelRequest')
54
58
  DeleteModelRequest = Shapes::StructureShape.new(name: 'DeleteModelRequest')
55
59
  DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
60
+ DeleteRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'DeleteRetrainingSchedulerRequest')
56
61
  DescribeDataIngestionJobRequest = Shapes::StructureShape.new(name: 'DescribeDataIngestionJobRequest')
57
62
  DescribeDataIngestionJobResponse = Shapes::StructureShape.new(name: 'DescribeDataIngestionJobResponse')
58
63
  DescribeDatasetRequest = Shapes::StructureShape.new(name: 'DescribeDatasetRequest')
@@ -69,6 +74,8 @@ module Aws::LookoutEquipment
69
74
  DescribeModelVersionResponse = Shapes::StructureShape.new(name: 'DescribeModelVersionResponse')
70
75
  DescribeResourcePolicyRequest = Shapes::StructureShape.new(name: 'DescribeResourcePolicyRequest')
71
76
  DescribeResourcePolicyResponse = Shapes::StructureShape.new(name: 'DescribeResourcePolicyResponse')
77
+ DescribeRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'DescribeRetrainingSchedulerRequest')
78
+ DescribeRetrainingSchedulerResponse = Shapes::StructureShape.new(name: 'DescribeRetrainingSchedulerResponse')
72
79
  DuplicateTimestamps = Shapes::StructureShape.new(name: 'DuplicateTimestamps')
73
80
  Equipment = Shapes::StringShape.new(name: 'Equipment')
74
81
  EventDurationInSeconds = Shapes::IntegerShape.new(name: 'EventDurationInSeconds')
@@ -82,6 +89,7 @@ module Aws::LookoutEquipment
82
89
  ImportDatasetResponse = Shapes::StructureShape.new(name: 'ImportDatasetResponse')
83
90
  ImportModelVersionRequest = Shapes::StructureShape.new(name: 'ImportModelVersionRequest')
84
91
  ImportModelVersionResponse = Shapes::StructureShape.new(name: 'ImportModelVersionResponse')
92
+ InferenceDataImportStrategy = Shapes::StringShape.new(name: 'InferenceDataImportStrategy')
85
93
  InferenceEventSummaries = Shapes::ListShape.new(name: 'InferenceEventSummaries')
86
94
  InferenceEventSummary = Shapes::StructureShape.new(name: 'InferenceEventSummary')
87
95
  InferenceExecutionStatus = Shapes::StringShape.new(name: 'InferenceExecutionStatus')
@@ -141,16 +149,20 @@ module Aws::LookoutEquipment
141
149
  ListModelsRequest = Shapes::StructureShape.new(name: 'ListModelsRequest')
142
150
  ListModelsResponse = Shapes::StructureShape.new(name: 'ListModelsResponse')
143
151
  ListOfDiscardedFiles = Shapes::ListShape.new(name: 'ListOfDiscardedFiles')
152
+ ListRetrainingSchedulersRequest = Shapes::StructureShape.new(name: 'ListRetrainingSchedulersRequest')
153
+ ListRetrainingSchedulersResponse = Shapes::StructureShape.new(name: 'ListRetrainingSchedulersResponse')
144
154
  ListSensorStatisticsRequest = Shapes::StructureShape.new(name: 'ListSensorStatisticsRequest')
145
155
  ListSensorStatisticsResponse = Shapes::StructureShape.new(name: 'ListSensorStatisticsResponse')
146
156
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
147
157
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
158
+ LookbackWindow = Shapes::StringShape.new(name: 'LookbackWindow')
148
159
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
149
160
  MissingCompleteSensorData = Shapes::StructureShape.new(name: 'MissingCompleteSensorData')
150
161
  MissingSensorData = Shapes::StructureShape.new(name: 'MissingSensorData')
151
162
  ModelArn = Shapes::StringShape.new(name: 'ModelArn')
152
163
  ModelMetrics = Shapes::StringShape.new(name: 'ModelMetrics')
153
164
  ModelName = Shapes::StringShape.new(name: 'ModelName')
165
+ ModelPromoteMode = Shapes::StringShape.new(name: 'ModelPromoteMode')
154
166
  ModelStatus = Shapes::StringShape.new(name: 'ModelStatus')
155
167
  ModelSummaries = Shapes::ListShape.new(name: 'ModelSummaries')
156
168
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
@@ -172,6 +184,10 @@ module Aws::LookoutEquipment
172
184
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
173
185
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
174
186
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
187
+ RetrainingFrequency = Shapes::StringShape.new(name: 'RetrainingFrequency')
188
+ RetrainingSchedulerStatus = Shapes::StringShape.new(name: 'RetrainingSchedulerStatus')
189
+ RetrainingSchedulerSummaries = Shapes::ListShape.new(name: 'RetrainingSchedulerSummaries')
190
+ RetrainingSchedulerSummary = Shapes::StructureShape.new(name: 'RetrainingSchedulerSummary')
175
191
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
176
192
  S3Key = Shapes::StringShape.new(name: 'S3Key')
177
193
  S3Object = Shapes::StructureShape.new(name: 'S3Object')
@@ -185,9 +201,13 @@ module Aws::LookoutEquipment
185
201
  StartDataIngestionJobResponse = Shapes::StructureShape.new(name: 'StartDataIngestionJobResponse')
186
202
  StartInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'StartInferenceSchedulerRequest')
187
203
  StartInferenceSchedulerResponse = Shapes::StructureShape.new(name: 'StartInferenceSchedulerResponse')
204
+ StartRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'StartRetrainingSchedulerRequest')
205
+ StartRetrainingSchedulerResponse = Shapes::StructureShape.new(name: 'StartRetrainingSchedulerResponse')
188
206
  StatisticalIssueStatus = Shapes::StringShape.new(name: 'StatisticalIssueStatus')
189
207
  StopInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'StopInferenceSchedulerRequest')
190
208
  StopInferenceSchedulerResponse = Shapes::StructureShape.new(name: 'StopInferenceSchedulerResponse')
209
+ StopRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'StopRetrainingSchedulerRequest')
210
+ StopRetrainingSchedulerResponse = Shapes::StructureShape.new(name: 'StopRetrainingSchedulerResponse')
191
211
  Tag = Shapes::StructureShape.new(name: 'Tag')
192
212
  TagKey = Shapes::StringShape.new(name: 'TagKey')
193
213
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -206,6 +226,8 @@ module Aws::LookoutEquipment
206
226
  UpdateActiveModelVersionResponse = Shapes::StructureShape.new(name: 'UpdateActiveModelVersionResponse')
207
227
  UpdateInferenceSchedulerRequest = Shapes::StructureShape.new(name: 'UpdateInferenceSchedulerRequest')
208
228
  UpdateLabelGroupRequest = Shapes::StructureShape.new(name: 'UpdateLabelGroupRequest')
229
+ UpdateModelRequest = Shapes::StructureShape.new(name: 'UpdateModelRequest')
230
+ UpdateRetrainingSchedulerRequest = Shapes::StructureShape.new(name: 'UpdateRetrainingSchedulerRequest')
209
231
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
210
232
 
211
233
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Message"))
@@ -294,6 +316,19 @@ module Aws::LookoutEquipment
294
316
  CreateModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: ModelStatus, location_name: "Status"))
295
317
  CreateModelResponse.struct_class = Types::CreateModelResponse
296
318
 
319
+ CreateRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
320
+ CreateRetrainingSchedulerRequest.add_member(:retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RetrainingStartDate"))
321
+ CreateRetrainingSchedulerRequest.add_member(:retraining_frequency, Shapes::ShapeRef.new(shape: RetrainingFrequency, required: true, location_name: "RetrainingFrequency"))
322
+ CreateRetrainingSchedulerRequest.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
323
+ CreateRetrainingSchedulerRequest.add_member(:promote_mode, Shapes::ShapeRef.new(shape: ModelPromoteMode, location_name: "PromoteMode"))
324
+ CreateRetrainingSchedulerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotenceToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
325
+ CreateRetrainingSchedulerRequest.struct_class = Types::CreateRetrainingSchedulerRequest
326
+
327
+ CreateRetrainingSchedulerResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
328
+ CreateRetrainingSchedulerResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
329
+ CreateRetrainingSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
330
+ CreateRetrainingSchedulerResponse.struct_class = Types::CreateRetrainingSchedulerResponse
331
+
297
332
  DataIngestionJobSummaries.member = Shapes::ShapeRef.new(shape: DataIngestionJobSummary)
298
333
 
299
334
  DataIngestionJobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: IngestionJobId, location_name: "JobId"))
@@ -343,6 +378,9 @@ module Aws::LookoutEquipment
343
378
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
344
379
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
345
380
 
381
+ DeleteRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
382
+ DeleteRetrainingSchedulerRequest.struct_class = Types::DeleteRetrainingSchedulerRequest
383
+
346
384
  DescribeDataIngestionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: IngestionJobId, required: true, location_name: "JobId"))
347
385
  DescribeDataIngestionJobRequest.struct_class = Types::DescribeDataIngestionJobRequest
348
386
 
@@ -459,6 +497,16 @@ module Aws::LookoutEquipment
459
497
  DescribeModelResponse.add_member(:previous_active_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "PreviousActiveModelVersion"))
460
498
  DescribeModelResponse.add_member(:previous_active_model_version_arn, Shapes::ShapeRef.new(shape: ModelVersionArn, location_name: "PreviousActiveModelVersionArn"))
461
499
  DescribeModelResponse.add_member(:previous_model_version_activated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PreviousModelVersionActivatedAt"))
500
+ DescribeModelResponse.add_member(:prior_model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "PriorModelMetrics", metadata: {"jsonvalue"=>true}))
501
+ DescribeModelResponse.add_member(:latest_scheduled_retraining_failed_reason, Shapes::ShapeRef.new(shape: BoundedLengthString, location_name: "LatestScheduledRetrainingFailedReason"))
502
+ DescribeModelResponse.add_member(:latest_scheduled_retraining_status, Shapes::ShapeRef.new(shape: ModelVersionStatus, location_name: "LatestScheduledRetrainingStatus"))
503
+ DescribeModelResponse.add_member(:latest_scheduled_retraining_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "LatestScheduledRetrainingModelVersion"))
504
+ DescribeModelResponse.add_member(:latest_scheduled_retraining_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestScheduledRetrainingStartTime"))
505
+ DescribeModelResponse.add_member(:latest_scheduled_retraining_available_data_in_days, Shapes::ShapeRef.new(shape: Integer, location_name: "LatestScheduledRetrainingAvailableDataInDays"))
506
+ DescribeModelResponse.add_member(:next_scheduled_retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "NextScheduledRetrainingStartDate"))
507
+ DescribeModelResponse.add_member(:accumulated_inference_data_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AccumulatedInferenceDataStartTime"))
508
+ DescribeModelResponse.add_member(:accumulated_inference_data_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AccumulatedInferenceDataEndTime"))
509
+ DescribeModelResponse.add_member(:retraining_scheduler_status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "RetrainingSchedulerStatus"))
462
510
  DescribeModelResponse.struct_class = Types::DescribeModelResponse
463
511
 
464
512
  DescribeModelVersionRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
@@ -493,6 +541,10 @@ module Aws::LookoutEquipment
493
541
  DescribeModelVersionResponse.add_member(:import_job_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ImportJobStartTime"))
494
542
  DescribeModelVersionResponse.add_member(:import_job_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ImportJobEndTime"))
495
543
  DescribeModelVersionResponse.add_member(:imported_data_size_in_bytes, Shapes::ShapeRef.new(shape: DataSizeInBytes, location_name: "ImportedDataSizeInBytes"))
544
+ DescribeModelVersionResponse.add_member(:prior_model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "PriorModelMetrics"))
545
+ DescribeModelVersionResponse.add_member(:retraining_available_data_in_days, Shapes::ShapeRef.new(shape: Integer, location_name: "RetrainingAvailableDataInDays"))
546
+ DescribeModelVersionResponse.add_member(:auto_promotion_result, Shapes::ShapeRef.new(shape: AutoPromotionResult, location_name: "AutoPromotionResult"))
547
+ DescribeModelVersionResponse.add_member(:auto_promotion_result_reason, Shapes::ShapeRef.new(shape: AutoPromotionResultReason, location_name: "AutoPromotionResultReason"))
496
548
  DescribeModelVersionResponse.struct_class = Types::DescribeModelVersionResponse
497
549
 
498
550
  DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
@@ -504,6 +556,20 @@ module Aws::LookoutEquipment
504
556
  DescribeResourcePolicyResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
505
557
  DescribeResourcePolicyResponse.struct_class = Types::DescribeResourcePolicyResponse
506
558
 
559
+ DescribeRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
560
+ DescribeRetrainingSchedulerRequest.struct_class = Types::DescribeRetrainingSchedulerRequest
561
+
562
+ DescribeRetrainingSchedulerResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
563
+ DescribeRetrainingSchedulerResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
564
+ DescribeRetrainingSchedulerResponse.add_member(:retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RetrainingStartDate"))
565
+ DescribeRetrainingSchedulerResponse.add_member(:retraining_frequency, Shapes::ShapeRef.new(shape: RetrainingFrequency, location_name: "RetrainingFrequency"))
566
+ DescribeRetrainingSchedulerResponse.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, location_name: "LookbackWindow"))
567
+ DescribeRetrainingSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
568
+ DescribeRetrainingSchedulerResponse.add_member(:promote_mode, Shapes::ShapeRef.new(shape: ModelPromoteMode, location_name: "PromoteMode"))
569
+ DescribeRetrainingSchedulerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
570
+ DescribeRetrainingSchedulerResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
571
+ DescribeRetrainingSchedulerResponse.struct_class = Types::DescribeRetrainingSchedulerResponse
572
+
507
573
  DuplicateTimestamps.add_member(:total_number_of_duplicate_timestamps, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalNumberOfDuplicateTimestamps"))
508
574
  DuplicateTimestamps.struct_class = Types::DuplicateTimestamps
509
575
 
@@ -530,6 +596,7 @@ module Aws::LookoutEquipment
530
596
  ImportModelVersionRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
531
597
  ImportModelVersionRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
532
598
  ImportModelVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
599
+ ImportModelVersionRequest.add_member(:inference_data_import_strategy, Shapes::ShapeRef.new(shape: InferenceDataImportStrategy, location_name: "InferenceDataImportStrategy"))
533
600
  ImportModelVersionRequest.struct_class = Types::ImportModelVersionRequest
534
601
 
535
602
  ImportModelVersionResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
@@ -563,6 +630,8 @@ module Aws::LookoutEquipment
563
630
  InferenceExecutionSummary.add_member(:customer_result_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "CustomerResultObject"))
564
631
  InferenceExecutionSummary.add_member(:status, Shapes::ShapeRef.new(shape: InferenceExecutionStatus, location_name: "Status"))
565
632
  InferenceExecutionSummary.add_member(:failed_reason, Shapes::ShapeRef.new(shape: BoundedLengthString, location_name: "FailedReason"))
633
+ InferenceExecutionSummary.add_member(:model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "ModelVersion"))
634
+ InferenceExecutionSummary.add_member(:model_version_arn, Shapes::ShapeRef.new(shape: ModelVersionArn, location_name: "ModelVersionArn"))
566
635
  InferenceExecutionSummary.struct_class = Types::InferenceExecutionSummary
567
636
 
568
637
  InferenceInputConfiguration.add_member(:s3_input_configuration, Shapes::ShapeRef.new(shape: InferenceS3InputConfiguration, location_name: "S3InputConfiguration"))
@@ -759,6 +828,16 @@ module Aws::LookoutEquipment
759
828
 
760
829
  ListOfDiscardedFiles.member = Shapes::ShapeRef.new(shape: S3Object)
761
830
 
831
+ ListRetrainingSchedulersRequest.add_member(:model_name_begins_with, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelNameBeginsWith"))
832
+ ListRetrainingSchedulersRequest.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
833
+ ListRetrainingSchedulersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
834
+ ListRetrainingSchedulersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
835
+ ListRetrainingSchedulersRequest.struct_class = Types::ListRetrainingSchedulersRequest
836
+
837
+ ListRetrainingSchedulersResponse.add_member(:retraining_scheduler_summaries, Shapes::ShapeRef.new(shape: RetrainingSchedulerSummaries, location_name: "RetrainingSchedulerSummaries"))
838
+ ListRetrainingSchedulersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
839
+ ListRetrainingSchedulersResponse.struct_class = Types::ListRetrainingSchedulersResponse
840
+
762
841
  ListSensorStatisticsRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: DatasetName, required: true, location_name: "DatasetName"))
763
842
  ListSensorStatisticsRequest.add_member(:ingestion_job_id, Shapes::ShapeRef.new(shape: IngestionJobId, location_name: "IngestionJobId"))
764
843
  ListSensorStatisticsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
@@ -792,6 +871,11 @@ module Aws::LookoutEquipment
792
871
  ModelSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
793
872
  ModelSummary.add_member(:active_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "ActiveModelVersion"))
794
873
  ModelSummary.add_member(:active_model_version_arn, Shapes::ShapeRef.new(shape: ModelVersionArn, location_name: "ActiveModelVersionArn"))
874
+ ModelSummary.add_member(:latest_scheduled_retraining_status, Shapes::ShapeRef.new(shape: ModelVersionStatus, location_name: "LatestScheduledRetrainingStatus"))
875
+ ModelSummary.add_member(:latest_scheduled_retraining_model_version, Shapes::ShapeRef.new(shape: ModelVersion, location_name: "LatestScheduledRetrainingModelVersion"))
876
+ ModelSummary.add_member(:latest_scheduled_retraining_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestScheduledRetrainingStartTime"))
877
+ ModelSummary.add_member(:next_scheduled_retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "NextScheduledRetrainingStartDate"))
878
+ ModelSummary.add_member(:retraining_scheduler_status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "RetrainingSchedulerStatus"))
795
879
  ModelSummary.struct_class = Types::ModelSummary
796
880
 
797
881
  ModelVersionSummaries.member = Shapes::ShapeRef.new(shape: ModelVersionSummary)
@@ -825,6 +909,16 @@ module Aws::LookoutEquipment
825
909
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Message"))
826
910
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
827
911
 
912
+ RetrainingSchedulerSummaries.member = Shapes::ShapeRef.new(shape: RetrainingSchedulerSummary)
913
+
914
+ RetrainingSchedulerSummary.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
915
+ RetrainingSchedulerSummary.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
916
+ RetrainingSchedulerSummary.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
917
+ RetrainingSchedulerSummary.add_member(:retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RetrainingStartDate"))
918
+ RetrainingSchedulerSummary.add_member(:retraining_frequency, Shapes::ShapeRef.new(shape: RetrainingFrequency, location_name: "RetrainingFrequency"))
919
+ RetrainingSchedulerSummary.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, location_name: "LookbackWindow"))
920
+ RetrainingSchedulerSummary.struct_class = Types::RetrainingSchedulerSummary
921
+
828
922
  S3Object.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "Bucket"))
829
923
  S3Object.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "Key"))
830
924
  S3Object.struct_class = Types::S3Object
@@ -872,6 +966,14 @@ module Aws::LookoutEquipment
872
966
  StartInferenceSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: InferenceSchedulerStatus, location_name: "Status"))
873
967
  StartInferenceSchedulerResponse.struct_class = Types::StartInferenceSchedulerResponse
874
968
 
969
+ StartRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
970
+ StartRetrainingSchedulerRequest.struct_class = Types::StartRetrainingSchedulerRequest
971
+
972
+ StartRetrainingSchedulerResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
973
+ StartRetrainingSchedulerResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
974
+ StartRetrainingSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
975
+ StartRetrainingSchedulerResponse.struct_class = Types::StartRetrainingSchedulerResponse
976
+
875
977
  StopInferenceSchedulerRequest.add_member(:inference_scheduler_name, Shapes::ShapeRef.new(shape: InferenceSchedulerIdentifier, required: true, location_name: "InferenceSchedulerName"))
876
978
  StopInferenceSchedulerRequest.struct_class = Types::StopInferenceSchedulerRequest
877
979
 
@@ -882,6 +984,14 @@ module Aws::LookoutEquipment
882
984
  StopInferenceSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: InferenceSchedulerStatus, location_name: "Status"))
883
985
  StopInferenceSchedulerResponse.struct_class = Types::StopInferenceSchedulerResponse
884
986
 
987
+ StopRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
988
+ StopRetrainingSchedulerRequest.struct_class = Types::StopRetrainingSchedulerRequest
989
+
990
+ StopRetrainingSchedulerResponse.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
991
+ StopRetrainingSchedulerResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
992
+ StopRetrainingSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "Status"))
993
+ StopRetrainingSchedulerResponse.struct_class = Types::StopRetrainingSchedulerResponse
994
+
885
995
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
886
996
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
887
997
  Tag.struct_class = Types::Tag
@@ -932,6 +1042,18 @@ module Aws::LookoutEquipment
932
1042
  UpdateLabelGroupRequest.add_member(:fault_codes, Shapes::ShapeRef.new(shape: FaultCodes, location_name: "FaultCodes"))
933
1043
  UpdateLabelGroupRequest.struct_class = Types::UpdateLabelGroupRequest
934
1044
 
1045
+ UpdateModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
1046
+ UpdateModelRequest.add_member(:labels_input_configuration, Shapes::ShapeRef.new(shape: LabelsInputConfiguration, location_name: "LabelsInputConfiguration"))
1047
+ UpdateModelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
1048
+ UpdateModelRequest.struct_class = Types::UpdateModelRequest
1049
+
1050
+ UpdateRetrainingSchedulerRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
1051
+ UpdateRetrainingSchedulerRequest.add_member(:retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RetrainingStartDate"))
1052
+ UpdateRetrainingSchedulerRequest.add_member(:retraining_frequency, Shapes::ShapeRef.new(shape: RetrainingFrequency, location_name: "RetrainingFrequency"))
1053
+ UpdateRetrainingSchedulerRequest.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, location_name: "LookbackWindow"))
1054
+ UpdateRetrainingSchedulerRequest.add_member(:promote_mode, Shapes::ShapeRef.new(shape: ModelPromoteMode, location_name: "PromoteMode"))
1055
+ UpdateRetrainingSchedulerRequest.struct_class = Types::UpdateRetrainingSchedulerRequest
1056
+
935
1057
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Message"))
936
1058
  ValidationException.struct_class = Types::ValidationException
937
1059
 
@@ -1027,6 +1149,20 @@ module Aws::LookoutEquipment
1027
1149
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1028
1150
  end)
1029
1151
 
1152
+ api.add_operation(:create_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1153
+ o.name = "CreateRetrainingScheduler"
1154
+ o.http_method = "POST"
1155
+ o.http_request_uri = "/"
1156
+ o.input = Shapes::ShapeRef.new(shape: CreateRetrainingSchedulerRequest)
1157
+ o.output = Shapes::ShapeRef.new(shape: CreateRetrainingSchedulerResponse)
1158
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1159
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1160
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1161
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1163
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1164
+ end)
1165
+
1030
1166
  api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
1031
1167
  o.name = "DeleteDataset"
1032
1168
  o.http_method = "POST"
@@ -1111,6 +1247,20 @@ module Aws::LookoutEquipment
1111
1247
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1112
1248
  end)
1113
1249
 
1250
+ api.add_operation(:delete_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1251
+ o.name = "DeleteRetrainingScheduler"
1252
+ o.http_method = "POST"
1253
+ o.http_request_uri = "/"
1254
+ o.input = Shapes::ShapeRef.new(shape: DeleteRetrainingSchedulerRequest)
1255
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1256
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1262
+ end)
1263
+
1114
1264
  api.add_operation(:describe_data_ingestion_job, Seahorse::Model::Operation.new.tap do |o|
1115
1265
  o.name = "DescribeDataIngestionJob"
1116
1266
  o.http_method = "POST"
@@ -1215,6 +1365,19 @@ module Aws::LookoutEquipment
1215
1365
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1216
1366
  end)
1217
1367
 
1368
+ api.add_operation(:describe_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1369
+ o.name = "DescribeRetrainingScheduler"
1370
+ o.http_method = "POST"
1371
+ o.http_request_uri = "/"
1372
+ o.input = Shapes::ShapeRef.new(shape: DescribeRetrainingSchedulerRequest)
1373
+ o.output = Shapes::ShapeRef.new(shape: DescribeRetrainingSchedulerResponse)
1374
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1379
+ end)
1380
+
1218
1381
  api.add_operation(:import_dataset, Seahorse::Model::Operation.new.tap do |o|
1219
1382
  o.name = "ImportDataset"
1220
1383
  o.http_method = "POST"
@@ -1410,6 +1573,24 @@ module Aws::LookoutEquipment
1410
1573
  )
1411
1574
  end)
1412
1575
 
1576
+ api.add_operation(:list_retraining_schedulers, Seahorse::Model::Operation.new.tap do |o|
1577
+ o.name = "ListRetrainingSchedulers"
1578
+ o.http_method = "POST"
1579
+ o.http_request_uri = "/"
1580
+ o.input = Shapes::ShapeRef.new(shape: ListRetrainingSchedulersRequest)
1581
+ o.output = Shapes::ShapeRef.new(shape: ListRetrainingSchedulersResponse)
1582
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1586
+ o[:pager] = Aws::Pager.new(
1587
+ limit_key: "max_results",
1588
+ tokens: {
1589
+ "next_token" => "next_token"
1590
+ }
1591
+ )
1592
+ end)
1593
+
1413
1594
  api.add_operation(:list_sensor_statistics, Seahorse::Model::Operation.new.tap do |o|
1414
1595
  o.name = "ListSensorStatistics"
1415
1596
  o.http_method = "POST"
@@ -1486,6 +1667,20 @@ module Aws::LookoutEquipment
1486
1667
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1487
1668
  end)
1488
1669
 
1670
+ api.add_operation(:start_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1671
+ o.name = "StartRetrainingScheduler"
1672
+ o.http_method = "POST"
1673
+ o.http_request_uri = "/"
1674
+ o.input = Shapes::ShapeRef.new(shape: StartRetrainingSchedulerRequest)
1675
+ o.output = Shapes::ShapeRef.new(shape: StartRetrainingSchedulerResponse)
1676
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1677
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1682
+ end)
1683
+
1489
1684
  api.add_operation(:stop_inference_scheduler, Seahorse::Model::Operation.new.tap do |o|
1490
1685
  o.name = "StopInferenceScheduler"
1491
1686
  o.http_method = "POST"
@@ -1500,6 +1695,20 @@ module Aws::LookoutEquipment
1500
1695
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1501
1696
  end)
1502
1697
 
1698
+ api.add_operation(:stop_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1699
+ o.name = "StopRetrainingScheduler"
1700
+ o.http_method = "POST"
1701
+ o.http_request_uri = "/"
1702
+ o.input = Shapes::ShapeRef.new(shape: StopRetrainingSchedulerRequest)
1703
+ o.output = Shapes::ShapeRef.new(shape: StopRetrainingSchedulerResponse)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1706
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1708
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1710
+ end)
1711
+
1503
1712
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1504
1713
  o.name = "TagResource"
1505
1714
  o.http_method = "POST"
@@ -1568,6 +1777,34 @@ module Aws::LookoutEquipment
1568
1777
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1569
1778
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1570
1779
  end)
1780
+
1781
+ api.add_operation(:update_model, Seahorse::Model::Operation.new.tap do |o|
1782
+ o.name = "UpdateModel"
1783
+ o.http_method = "POST"
1784
+ o.http_request_uri = "/"
1785
+ o.input = Shapes::ShapeRef.new(shape: UpdateModelRequest)
1786
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1787
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1788
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1789
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1793
+ end)
1794
+
1795
+ api.add_operation(:update_retraining_scheduler, Seahorse::Model::Operation.new.tap do |o|
1796
+ o.name = "UpdateRetrainingScheduler"
1797
+ o.http_method = "POST"
1798
+ o.http_request_uri = "/"
1799
+ o.input = Shapes::ShapeRef.new(shape: UpdateRetrainingSchedulerRequest)
1800
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1801
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1803
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1804
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1805
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1806
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1807
+ end)
1571
1808
  end
1572
1809
 
1573
1810
  end
@@ -82,6 +82,20 @@ module Aws::LookoutEquipment
82
82
  end
83
83
  end
84
84
 
85
+ class CreateRetrainingScheduler
86
+ def self.build(context)
87
+ unless context.config.regional_endpoint
88
+ endpoint = context.config.endpoint.to_s
89
+ end
90
+ Aws::LookoutEquipment::EndpointParameters.new(
91
+ region: context.config.region,
92
+ use_dual_stack: context.config.use_dualstack_endpoint,
93
+ use_fips: context.config.use_fips_endpoint,
94
+ endpoint: endpoint,
95
+ )
96
+ end
97
+ end
98
+
85
99
  class DeleteDataset
86
100
  def self.build(context)
87
101
  unless context.config.regional_endpoint
@@ -166,6 +180,20 @@ module Aws::LookoutEquipment
166
180
  end
167
181
  end
168
182
 
183
+ class DeleteRetrainingScheduler
184
+ def self.build(context)
185
+ unless context.config.regional_endpoint
186
+ endpoint = context.config.endpoint.to_s
187
+ end
188
+ Aws::LookoutEquipment::EndpointParameters.new(
189
+ region: context.config.region,
190
+ use_dual_stack: context.config.use_dualstack_endpoint,
191
+ use_fips: context.config.use_fips_endpoint,
192
+ endpoint: endpoint,
193
+ )
194
+ end
195
+ end
196
+
169
197
  class DescribeDataIngestionJob
170
198
  def self.build(context)
171
199
  unless context.config.regional_endpoint
@@ -278,6 +306,20 @@ module Aws::LookoutEquipment
278
306
  end
279
307
  end
280
308
 
309
+ class DescribeRetrainingScheduler
310
+ def self.build(context)
311
+ unless context.config.regional_endpoint
312
+ endpoint = context.config.endpoint.to_s
313
+ end
314
+ Aws::LookoutEquipment::EndpointParameters.new(
315
+ region: context.config.region,
316
+ use_dual_stack: context.config.use_dualstack_endpoint,
317
+ use_fips: context.config.use_fips_endpoint,
318
+ endpoint: endpoint,
319
+ )
320
+ end
321
+ end
322
+
281
323
  class ImportDataset
282
324
  def self.build(context)
283
325
  unless context.config.regional_endpoint
@@ -432,6 +474,20 @@ module Aws::LookoutEquipment
432
474
  end
433
475
  end
434
476
 
477
+ class ListRetrainingSchedulers
478
+ def self.build(context)
479
+ unless context.config.regional_endpoint
480
+ endpoint = context.config.endpoint.to_s
481
+ end
482
+ Aws::LookoutEquipment::EndpointParameters.new(
483
+ region: context.config.region,
484
+ use_dual_stack: context.config.use_dualstack_endpoint,
485
+ use_fips: context.config.use_fips_endpoint,
486
+ endpoint: endpoint,
487
+ )
488
+ end
489
+ end
490
+
435
491
  class ListSensorStatistics
436
492
  def self.build(context)
437
493
  unless context.config.regional_endpoint
@@ -502,6 +558,20 @@ module Aws::LookoutEquipment
502
558
  end
503
559
  end
504
560
 
561
+ class StartRetrainingScheduler
562
+ def self.build(context)
563
+ unless context.config.regional_endpoint
564
+ endpoint = context.config.endpoint.to_s
565
+ end
566
+ Aws::LookoutEquipment::EndpointParameters.new(
567
+ region: context.config.region,
568
+ use_dual_stack: context.config.use_dualstack_endpoint,
569
+ use_fips: context.config.use_fips_endpoint,
570
+ endpoint: endpoint,
571
+ )
572
+ end
573
+ end
574
+
505
575
  class StopInferenceScheduler
506
576
  def self.build(context)
507
577
  unless context.config.regional_endpoint
@@ -516,6 +586,20 @@ module Aws::LookoutEquipment
516
586
  end
517
587
  end
518
588
 
589
+ class StopRetrainingScheduler
590
+ def self.build(context)
591
+ unless context.config.regional_endpoint
592
+ endpoint = context.config.endpoint.to_s
593
+ end
594
+ Aws::LookoutEquipment::EndpointParameters.new(
595
+ region: context.config.region,
596
+ use_dual_stack: context.config.use_dualstack_endpoint,
597
+ use_fips: context.config.use_fips_endpoint,
598
+ endpoint: endpoint,
599
+ )
600
+ end
601
+ end
602
+
519
603
  class TagResource
520
604
  def self.build(context)
521
605
  unless context.config.regional_endpoint
@@ -586,5 +670,33 @@ module Aws::LookoutEquipment
586
670
  end
587
671
  end
588
672
 
673
+ class UpdateModel
674
+ def self.build(context)
675
+ unless context.config.regional_endpoint
676
+ endpoint = context.config.endpoint.to_s
677
+ end
678
+ Aws::LookoutEquipment::EndpointParameters.new(
679
+ region: context.config.region,
680
+ use_dual_stack: context.config.use_dualstack_endpoint,
681
+ use_fips: context.config.use_fips_endpoint,
682
+ endpoint: endpoint,
683
+ )
684
+ end
685
+ end
686
+
687
+ class UpdateRetrainingScheduler
688
+ def self.build(context)
689
+ unless context.config.regional_endpoint
690
+ endpoint = context.config.endpoint.to_s
691
+ end
692
+ Aws::LookoutEquipment::EndpointParameters.new(
693
+ region: context.config.region,
694
+ use_dual_stack: context.config.use_dualstack_endpoint,
695
+ use_fips: context.config.use_fips_endpoint,
696
+ endpoint: endpoint,
697
+ )
698
+ end
699
+ end
700
+
589
701
  end
590
702
  end