aws-sdk-cleanroomsml 1.26.0 → 1.27.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.
@@ -156,6 +156,10 @@ module Aws::CleanRoomsML
156
156
  HyperParametersKeyString = Shapes::StringShape.new(name: 'HyperParametersKeyString')
157
157
  HyperParametersValueString = Shapes::StringShape.new(name: 'HyperParametersValueString')
158
158
  IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
159
+ IncrementalTrainingDataChannel = Shapes::StructureShape.new(name: 'IncrementalTrainingDataChannel')
160
+ IncrementalTrainingDataChannelOutput = Shapes::StructureShape.new(name: 'IncrementalTrainingDataChannelOutput')
161
+ IncrementalTrainingDataChannels = Shapes::ListShape.new(name: 'IncrementalTrainingDataChannels')
162
+ IncrementalTrainingDataChannelsOutput = Shapes::ListShape.new(name: 'IncrementalTrainingDataChannelsOutput')
159
163
  InferenceContainerConfig = Shapes::StructureShape.new(name: 'InferenceContainerConfig')
160
164
  InferenceContainerExecutionParameters = Shapes::StructureShape.new(name: 'InferenceContainerExecutionParameters')
161
165
  InferenceContainerExecutionParametersMaxPayloadInMBInteger = Shapes::IntegerShape.new(name: 'InferenceContainerExecutionParametersMaxPayloadInMBInteger')
@@ -172,6 +176,7 @@ module Aws::CleanRoomsML
172
176
  InputChannel = Shapes::StructureShape.new(name: 'InputChannel')
173
177
  InputChannelDataSource = Shapes::UnionShape.new(name: 'InputChannelDataSource')
174
178
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
179
+ InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
175
180
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
176
181
  ListAudienceExportJobsRequest = Shapes::StructureShape.new(name: 'ListAudienceExportJobsRequest')
177
182
  ListAudienceExportJobsResponse = Shapes::StructureShape.new(name: 'ListAudienceExportJobsResponse')
@@ -201,6 +206,8 @@ module Aws::CleanRoomsML
201
206
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
202
207
  ListTrainedModelInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsRequest')
203
208
  ListTrainedModelInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsResponse')
209
+ ListTrainedModelVersionsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelVersionsRequest')
210
+ ListTrainedModelVersionsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelVersionsResponse')
204
211
  ListTrainedModelsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelsRequest')
205
212
  ListTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelsResponse')
206
213
  ListTrainingDatasetsRequest = Shapes::StructureShape.new(name: 'ListTrainingDatasetsRequest')
@@ -253,8 +260,10 @@ module Aws::CleanRoomsML
253
260
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
254
261
  ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
255
262
  S3ConfigMap = Shapes::StructureShape.new(name: 'S3ConfigMap')
263
+ S3DataDistributionType = Shapes::StringShape.new(name: 'S3DataDistributionType')
256
264
  S3Path = Shapes::StringShape.new(name: 'S3Path')
257
265
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
266
+ ServiceQuotaExceededExceptionQuotaValueDouble = Shapes::FloatShape.new(name: 'ServiceQuotaExceededExceptionQuotaValueDouble')
258
267
  SharedAudienceMetrics = Shapes::StringShape.new(name: 'SharedAudienceMetrics')
259
268
  StartAudienceExportJobRequest = Shapes::StructureShape.new(name: 'StartAudienceExportJobRequest')
260
269
  StartAudienceGenerationJobRequest = Shapes::StructureShape.new(name: 'StartAudienceGenerationJobRequest')
@@ -275,7 +284,11 @@ module Aws::CleanRoomsML
275
284
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
276
285
  TagValue = Shapes::StringShape.new(name: 'TagValue')
277
286
  TaggableArn = Shapes::StringShape.new(name: 'TaggableArn')
287
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
278
288
  TrainedModelArn = Shapes::StringShape.new(name: 'TrainedModelArn')
289
+ TrainedModelArtifactMaxSize = Shapes::StructureShape.new(name: 'TrainedModelArtifactMaxSize')
290
+ TrainedModelArtifactMaxSizeUnitType = Shapes::StringShape.new(name: 'TrainedModelArtifactMaxSizeUnitType')
291
+ TrainedModelArtifactMaxSizeValue = Shapes::FloatShape.new(name: 'TrainedModelArtifactMaxSizeValue')
279
292
  TrainedModelExportFileType = Shapes::StringShape.new(name: 'TrainedModelExportFileType')
280
293
  TrainedModelExportFileTypeList = Shapes::ListShape.new(name: 'TrainedModelExportFileTypeList')
281
294
  TrainedModelExportJobStatus = Shapes::StringShape.new(name: 'TrainedModelExportJobStatus')
@@ -302,6 +315,7 @@ module Aws::CleanRoomsML
302
315
  TrainingDatasetList = Shapes::ListShape.new(name: 'TrainingDatasetList')
303
316
  TrainingDatasetStatus = Shapes::StringShape.new(name: 'TrainingDatasetStatus')
304
317
  TrainingDatasetSummary = Shapes::StructureShape.new(name: 'TrainingDatasetSummary')
318
+ TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
305
319
  UUID = Shapes::StringShape.new(name: 'UUID')
306
320
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
307
321
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -383,6 +397,7 @@ module Aws::CleanRoomsML
383
397
 
384
398
  CancelTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
385
399
  CancelTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
400
+ CancelTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
386
401
  CancelTrainedModelRequest.struct_class = Types::CancelTrainedModelRequest
387
402
 
388
403
  CollaborationConfiguredModelAlgorithmAssociationList.member = Shapes::ShapeRef.new(shape: CollaborationConfiguredModelAlgorithmAssociationSummary)
@@ -425,6 +440,7 @@ module Aws::CleanRoomsML
425
440
  CollaborationTrainedModelExportJobSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
426
441
  CollaborationTrainedModelExportJobSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
427
442
  CollaborationTrainedModelExportJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
443
+ CollaborationTrainedModelExportJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
428
444
  CollaborationTrainedModelExportJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
429
445
  CollaborationTrainedModelExportJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
430
446
  CollaborationTrainedModelExportJobSummary.struct_class = Types::CollaborationTrainedModelExportJobSummary
@@ -435,6 +451,7 @@ module Aws::CleanRoomsML
435
451
  CollaborationTrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
436
452
  CollaborationTrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
437
453
  CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
454
+ CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
438
455
  CollaborationTrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
439
456
  CollaborationTrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
440
457
  CollaborationTrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
@@ -455,6 +472,8 @@ module Aws::CleanRoomsML
455
472
  CollaborationTrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
456
473
  CollaborationTrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
457
474
  CollaborationTrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
475
+ CollaborationTrainedModelSummary.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
476
+ CollaborationTrainedModelSummary.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
458
477
  CollaborationTrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
459
478
  CollaborationTrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
460
479
  CollaborationTrainedModelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
@@ -596,13 +615,16 @@ module Aws::CleanRoomsML
596
615
  CreateTrainedModelRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
597
616
  CreateTrainedModelRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "resourceConfig"))
598
617
  CreateTrainedModelRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
618
+ CreateTrainedModelRequest.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannels, location_name: "incrementalTrainingDataChannels"))
599
619
  CreateTrainedModelRequest.add_member(:data_channels, Shapes::ShapeRef.new(shape: ModelTrainingDataChannels, required: true, location_name: "dataChannels"))
620
+ CreateTrainedModelRequest.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
600
621
  CreateTrainedModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
601
622
  CreateTrainedModelRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
602
623
  CreateTrainedModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
603
624
  CreateTrainedModelRequest.struct_class = Types::CreateTrainedModelRequest
604
625
 
605
626
  CreateTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
627
+ CreateTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
606
628
  CreateTrainedModelResponse.struct_class = Types::CreateTrainedModelResponse
607
629
 
608
630
  CreateTrainingDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
@@ -660,6 +682,7 @@ module Aws::CleanRoomsML
660
682
 
661
683
  DeleteTrainedModelOutputRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
662
684
  DeleteTrainedModelOutputRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
685
+ DeleteTrainedModelOutputRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
663
686
  DeleteTrainedModelOutputRequest.struct_class = Types::DeleteTrainedModelOutputRequest
664
687
 
665
688
  DeleteTrainingDatasetRequest.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location: "uri", location_name: "trainingDatasetArn"))
@@ -747,17 +770,21 @@ module Aws::CleanRoomsML
747
770
 
748
771
  GetCollaborationTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
749
772
  GetCollaborationTrainedModelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
773
+ GetCollaborationTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
750
774
  GetCollaborationTrainedModelRequest.struct_class = Types::GetCollaborationTrainedModelRequest
751
775
 
752
776
  GetCollaborationTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
753
777
  GetCollaborationTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
754
778
  GetCollaborationTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
779
+ GetCollaborationTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
780
+ GetCollaborationTrainedModelResponse.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
755
781
  GetCollaborationTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
756
782
  GetCollaborationTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
757
783
  GetCollaborationTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
758
784
  GetCollaborationTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
759
785
  GetCollaborationTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
760
786
  GetCollaborationTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
787
+ GetCollaborationTrainedModelResponse.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
761
788
  GetCollaborationTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
762
789
  GetCollaborationTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
763
790
  GetCollaborationTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
@@ -872,6 +899,7 @@ module Aws::CleanRoomsML
872
899
  GetTrainedModelInferenceJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
873
900
  GetTrainedModelInferenceJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
874
901
  GetTrainedModelInferenceJobResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
902
+ GetTrainedModelInferenceJobResponse.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
875
903
  GetTrainedModelInferenceJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
876
904
  GetTrainedModelInferenceJobResponse.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
877
905
  GetTrainedModelInferenceJobResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
@@ -891,17 +919,21 @@ module Aws::CleanRoomsML
891
919
 
892
920
  GetTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
893
921
  GetTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
922
+ GetTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
894
923
  GetTrainedModelRequest.struct_class = Types::GetTrainedModelRequest
895
924
 
896
925
  GetTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
897
926
  GetTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
898
927
  GetTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
928
+ GetTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
929
+ GetTrainedModelResponse.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
899
930
  GetTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
900
931
  GetTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
901
932
  GetTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
902
933
  GetTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
903
934
  GetTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
904
935
  GetTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
936
+ GetTrainedModelResponse.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
905
937
  GetTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
906
938
  GetTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
907
939
  GetTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
@@ -939,6 +971,20 @@ module Aws::CleanRoomsML
939
971
  HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParametersKeyString)
940
972
  HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParametersValueString)
941
973
 
974
+ IncrementalTrainingDataChannel.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
975
+ IncrementalTrainingDataChannel.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
976
+ IncrementalTrainingDataChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
977
+ IncrementalTrainingDataChannel.struct_class = Types::IncrementalTrainingDataChannel
978
+
979
+ IncrementalTrainingDataChannelOutput.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
980
+ IncrementalTrainingDataChannelOutput.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
981
+ IncrementalTrainingDataChannelOutput.add_member(:model_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "modelName"))
982
+ IncrementalTrainingDataChannelOutput.struct_class = Types::IncrementalTrainingDataChannelOutput
983
+
984
+ IncrementalTrainingDataChannels.member = Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannel)
985
+
986
+ IncrementalTrainingDataChannelsOutput.member = Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelOutput)
987
+
942
988
  InferenceContainerConfig.add_member(:image_uri, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "imageUri"))
943
989
  InferenceContainerConfig.struct_class = Types::InferenceContainerConfig
944
990
 
@@ -971,6 +1017,9 @@ module Aws::CleanRoomsML
971
1017
  InputChannelDataSource.add_member_subclass(:unknown, Types::InputChannelDataSource::Unknown)
972
1018
  InputChannelDataSource.struct_class = Types::InputChannelDataSource
973
1019
 
1020
+ InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1021
+ InternalServiceException.struct_class = Types::InternalServiceException
1022
+
974
1023
  ListAudienceExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
975
1024
  ListAudienceExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
976
1025
  ListAudienceExportJobsRequest.add_member(:audience_generation_job_arn, Shapes::ShapeRef.new(shape: AudienceGenerationJobArn, location: "querystring", location_name: "audienceGenerationJobArn"))
@@ -1020,6 +1069,7 @@ module Aws::CleanRoomsML
1020
1069
  ListCollaborationTrainedModelExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1021
1070
  ListCollaborationTrainedModelExportJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1022
1071
  ListCollaborationTrainedModelExportJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
1072
+ ListCollaborationTrainedModelExportJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
1023
1073
  ListCollaborationTrainedModelExportJobsRequest.struct_class = Types::ListCollaborationTrainedModelExportJobsRequest
1024
1074
 
1025
1075
  ListCollaborationTrainedModelExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -1030,6 +1080,7 @@ module Aws::CleanRoomsML
1030
1080
  ListCollaborationTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1031
1081
  ListCollaborationTrainedModelInferenceJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1032
1082
  ListCollaborationTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
1083
+ ListCollaborationTrainedModelInferenceJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
1033
1084
  ListCollaborationTrainedModelInferenceJobsRequest.struct_class = Types::ListCollaborationTrainedModelInferenceJobsRequest
1034
1085
 
1035
1086
  ListCollaborationTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -1089,12 +1140,24 @@ module Aws::CleanRoomsML
1089
1140
  ListTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1090
1141
  ListTrainedModelInferenceJobsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1091
1142
  ListTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
1143
+ ListTrainedModelInferenceJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
1092
1144
  ListTrainedModelInferenceJobsRequest.struct_class = Types::ListTrainedModelInferenceJobsRequest
1093
1145
 
1094
1146
  ListTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1095
1147
  ListTrainedModelInferenceJobsResponse.add_member(:trained_model_inference_jobs, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobList, required: true, location_name: "trainedModelInferenceJobs"))
1096
1148
  ListTrainedModelInferenceJobsResponse.struct_class = Types::ListTrainedModelInferenceJobsResponse
1097
1149
 
1150
+ ListTrainedModelVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1151
+ ListTrainedModelVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1152
+ ListTrainedModelVersionsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1153
+ ListTrainedModelVersionsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
1154
+ ListTrainedModelVersionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, location: "querystring", location_name: "status"))
1155
+ ListTrainedModelVersionsRequest.struct_class = Types::ListTrainedModelVersionsRequest
1156
+
1157
+ ListTrainedModelVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1158
+ ListTrainedModelVersionsResponse.add_member(:trained_models, Shapes::ShapeRef.new(shape: TrainedModelList, required: true, location_name: "trainedModels"))
1159
+ ListTrainedModelVersionsResponse.struct_class = Types::ListTrainedModelVersionsResponse
1160
+
1098
1161
  ListTrainedModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1099
1162
  ListTrainedModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1100
1163
  ListTrainedModelsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
@@ -1154,6 +1217,7 @@ module Aws::CleanRoomsML
1154
1217
 
1155
1218
  ModelTrainingDataChannel.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
1156
1219
  ModelTrainingDataChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
1220
+ ModelTrainingDataChannel.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistributionType, location_name: "s3DataDistributionType"))
1157
1221
  ModelTrainingDataChannel.struct_class = Types::ModelTrainingDataChannel
1158
1222
 
1159
1223
  ModelTrainingDataChannels.member = Shapes::ShapeRef.new(shape: ModelTrainingDataChannel)
@@ -1210,6 +1274,8 @@ module Aws::CleanRoomsML
1210
1274
  S3ConfigMap.struct_class = Types::S3ConfigMap
1211
1275
 
1212
1276
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1277
+ ServiceQuotaExceededException.add_member(:quota_name, Shapes::ShapeRef.new(shape: String, location_name: "quotaName"))
1278
+ ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionQuotaValueDouble, location_name: "quotaValue"))
1213
1279
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1214
1280
 
1215
1281
  StartAudienceExportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
@@ -1232,6 +1298,7 @@ module Aws::CleanRoomsML
1232
1298
 
1233
1299
  StartTrainedModelExportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1234
1300
  StartTrainedModelExportJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
1301
+ StartTrainedModelExportJobRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
1235
1302
  StartTrainedModelExportJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1236
1303
  StartTrainedModelExportJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: TrainedModelExportOutputConfiguration, required: true, location_name: "outputConfiguration"))
1237
1304
  StartTrainedModelExportJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
@@ -1240,6 +1307,7 @@ module Aws::CleanRoomsML
1240
1307
  StartTrainedModelInferenceJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1241
1308
  StartTrainedModelInferenceJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1242
1309
  StartTrainedModelInferenceJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1310
+ StartTrainedModelInferenceJobRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
1243
1311
  StartTrainedModelInferenceJobRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
1244
1312
  StartTrainedModelInferenceJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
1245
1313
  StartTrainedModelInferenceJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
@@ -1272,6 +1340,13 @@ module Aws::CleanRoomsML
1272
1340
 
1273
1341
  TagResourceResponse.struct_class = Types::TagResourceResponse
1274
1342
 
1343
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1344
+ ThrottlingException.struct_class = Types::ThrottlingException
1345
+
1346
+ TrainedModelArtifactMaxSize.add_member(:unit, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSizeUnitType, required: true, location_name: "unit"))
1347
+ TrainedModelArtifactMaxSize.add_member(:value, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSizeValue, required: true, location_name: "value"))
1348
+ TrainedModelArtifactMaxSize.struct_class = Types::TrainedModelArtifactMaxSize
1349
+
1275
1350
  TrainedModelExportFileTypeList.member = Shapes::ShapeRef.new(shape: TrainedModelExportFileType)
1276
1351
 
1277
1352
  TrainedModelExportOutputConfiguration.add_member(:members, Shapes::ShapeRef.new(shape: TrainedModelExportReceiverMembers, required: true, location_name: "members"))
@@ -1296,6 +1371,7 @@ module Aws::CleanRoomsML
1296
1371
  TrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
1297
1372
  TrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
1298
1373
  TrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1374
+ TrainedModelInferenceJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
1299
1375
  TrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
1300
1376
  TrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
1301
1377
  TrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
@@ -1322,6 +1398,8 @@ module Aws::CleanRoomsML
1322
1398
  TrainedModelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
1323
1399
  TrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
1324
1400
  TrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1401
+ TrainedModelSummary.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
1402
+ TrainedModelSummary.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
1325
1403
  TrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1326
1404
  TrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1327
1405
  TrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
@@ -1332,6 +1410,7 @@ module Aws::CleanRoomsML
1332
1410
 
1333
1411
  TrainedModelsConfigurationPolicy.add_member(:container_logs, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyList, location_name: "containerLogs"))
1334
1412
  TrainedModelsConfigurationPolicy.add_member(:container_metrics, Shapes::ShapeRef.new(shape: MetricsConfigurationPolicy, location_name: "containerMetrics"))
1413
+ TrainedModelsConfigurationPolicy.add_member(:max_artifact_size, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSize, location_name: "maxArtifactSize"))
1335
1414
  TrainedModelsConfigurationPolicy.struct_class = Types::TrainedModelsConfigurationPolicy
1336
1415
 
1337
1416
  TrainingDatasetList.member = Shapes::ShapeRef.new(shape: TrainingDatasetSummary)
@@ -1394,10 +1473,11 @@ module Aws::CleanRoomsML
1394
1473
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1395
1474
  o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelRequest)
1396
1475
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1397
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1398
1476
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1399
1478
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1400
1479
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1401
1481
  end)
1402
1482
 
1403
1483
  api.add_operation(:cancel_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1406,10 +1486,11 @@ module Aws::CleanRoomsML
1406
1486
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}"
1407
1487
  o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelInferenceJobRequest)
1408
1488
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1409
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1410
1489
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1411
1491
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1412
1492
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1413
1494
  end)
1414
1495
 
1415
1496
  api.add_operation(:create_audience_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1418,8 +1499,8 @@ module Aws::CleanRoomsML
1418
1499
  o.http_request_uri = "/audience-model"
1419
1500
  o.input = Shapes::ShapeRef.new(shape: CreateAudienceModelRequest)
1420
1501
  o.output = Shapes::ShapeRef.new(shape: CreateAudienceModelResponse)
1421
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1422
1502
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1423
1504
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1424
1505
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1425
1506
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1431,8 +1512,8 @@ module Aws::CleanRoomsML
1431
1512
  o.http_request_uri = "/configured-audience-model"
1432
1513
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredAudienceModelRequest)
1433
1514
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredAudienceModelResponse)
1434
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1435
1515
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1436
1517
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1437
1518
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1438
1519
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1444,8 +1525,8 @@ module Aws::CleanRoomsML
1444
1525
  o.http_request_uri = "/configured-model-algorithms"
1445
1526
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmRequest)
1446
1527
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmResponse)
1447
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1448
1528
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1449
1530
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1450
1531
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1451
1532
  end)
@@ -1456,10 +1537,11 @@ module Aws::CleanRoomsML
1456
1537
  o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations"
1457
1538
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationRequest)
1458
1539
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationResponse)
1459
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1460
1540
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1461
1542
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1462
1543
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1463
1545
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1464
1546
  end)
1465
1547
 
@@ -1469,10 +1551,11 @@ module Aws::CleanRoomsML
1469
1551
  o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels"
1470
1552
  o.input = Shapes::ShapeRef.new(shape: CreateMLInputChannelRequest)
1471
1553
  o.output = Shapes::ShapeRef.new(shape: CreateMLInputChannelResponse)
1472
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1473
1554
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1474
1556
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1475
1557
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1476
1559
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1477
1560
  end)
1478
1561
 
@@ -1482,10 +1565,12 @@ module Aws::CleanRoomsML
1482
1565
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models"
1483
1566
  o.input = Shapes::ShapeRef.new(shape: CreateTrainedModelRequest)
1484
1567
  o.output = Shapes::ShapeRef.new(shape: CreateTrainedModelResponse)
1485
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1486
1568
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1487
1570
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1488
1571
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1489
1574
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1490
1575
  end)
1491
1576
 
@@ -1495,8 +1580,8 @@ module Aws::CleanRoomsML
1495
1580
  o.http_request_uri = "/training-dataset"
1496
1581
  o.input = Shapes::ShapeRef.new(shape: CreateTrainingDatasetRequest)
1497
1582
  o.output = Shapes::ShapeRef.new(shape: CreateTrainingDatasetResponse)
1498
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1499
1583
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1500
1585
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1501
1586
  end)
1502
1587
 
@@ -1506,8 +1591,8 @@ module Aws::CleanRoomsML
1506
1591
  o.http_request_uri = "/audience-generation-job/{audienceGenerationJobArn}"
1507
1592
  o.input = Shapes::ShapeRef.new(shape: DeleteAudienceGenerationJobRequest)
1508
1593
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1509
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1510
1594
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1595
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1511
1596
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1512
1597
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1513
1598
  end)
@@ -1518,8 +1603,8 @@ module Aws::CleanRoomsML
1518
1603
  o.http_request_uri = "/audience-model/{audienceModelArn}"
1519
1604
  o.input = Shapes::ShapeRef.new(shape: DeleteAudienceModelRequest)
1520
1605
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1521
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1522
1606
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1523
1608
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1524
1609
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1525
1610
  end)
@@ -1530,8 +1615,8 @@ module Aws::CleanRoomsML
1530
1615
  o.http_request_uri = "/configured-audience-model/{configuredAudienceModelArn}"
1531
1616
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredAudienceModelRequest)
1532
1617
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1533
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1534
1618
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1619
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1535
1620
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1536
1621
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1537
1622
  end)
@@ -1553,8 +1638,8 @@ module Aws::CleanRoomsML
1553
1638
  o.http_request_uri = "/configured-model-algorithms/{configuredModelAlgorithmArn}"
1554
1639
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmRequest)
1555
1640
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1556
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1557
1641
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1558
1643
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1559
1644
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1560
1645
  end)
@@ -1565,10 +1650,11 @@ module Aws::CleanRoomsML
1565
1650
  o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
1566
1651
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmAssociationRequest)
1567
1652
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1568
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1569
1653
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1570
1655
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1571
1656
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1572
1658
  end)
1573
1659
 
1574
1660
  api.add_operation(:delete_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1580,6 +1666,7 @@ module Aws::CleanRoomsML
1580
1666
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1581
1667
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1582
1668
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1583
1670
  end)
1584
1671
 
1585
1672
  api.add_operation(:delete_ml_input_channel_data, Seahorse::Model::Operation.new.tap do |o|
@@ -1588,10 +1675,11 @@ module Aws::CleanRoomsML
1588
1675
  o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}"
1589
1676
  o.input = Shapes::ShapeRef.new(shape: DeleteMLInputChannelDataRequest)
1590
1677
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1591
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1592
1678
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1593
1680
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1594
1681
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1682
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1595
1683
  end)
1596
1684
 
1597
1685
  api.add_operation(:delete_trained_model_output, Seahorse::Model::Operation.new.tap do |o|
@@ -1600,10 +1688,11 @@ module Aws::CleanRoomsML
1600
1688
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1601
1689
  o.input = Shapes::ShapeRef.new(shape: DeleteTrainedModelOutputRequest)
1602
1690
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1603
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1604
1691
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1692
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1605
1693
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1606
1694
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1607
1696
  end)
1608
1697
 
1609
1698
  api.add_operation(:delete_training_dataset, Seahorse::Model::Operation.new.tap do |o|
@@ -1612,8 +1701,8 @@ module Aws::CleanRoomsML
1612
1701
  o.http_request_uri = "/training-dataset/{trainingDatasetArn}"
1613
1702
  o.input = Shapes::ShapeRef.new(shape: DeleteTrainingDatasetRequest)
1614
1703
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1615
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1616
1704
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1617
1706
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1618
1707
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1619
1708
  end)
@@ -1649,6 +1738,7 @@ module Aws::CleanRoomsML
1649
1738
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1650
1739
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1651
1740
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1741
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1652
1742
  end)
1653
1743
 
1654
1744
  api.add_operation(:get_collaboration_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
@@ -1660,6 +1750,7 @@ module Aws::CleanRoomsML
1660
1750
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1661
1751
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1662
1752
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1663
1754
  end)
1664
1755
 
1665
1756
  api.add_operation(:get_collaboration_trained_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1671,6 +1762,7 @@ module Aws::CleanRoomsML
1671
1762
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1672
1763
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1673
1764
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1674
1766
  end)
1675
1767
 
1676
1768
  api.add_operation(:get_configured_audience_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1715,6 +1807,7 @@ module Aws::CleanRoomsML
1715
1807
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1716
1808
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1717
1809
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1718
1811
  end)
1719
1812
 
1720
1813
  api.add_operation(:get_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1726,6 +1819,7 @@ module Aws::CleanRoomsML
1726
1819
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1727
1820
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1728
1821
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1729
1823
  end)
1730
1824
 
1731
1825
  api.add_operation(:get_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
@@ -1737,6 +1831,7 @@ module Aws::CleanRoomsML
1737
1831
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1738
1832
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1739
1833
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1834
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1740
1835
  end)
1741
1836
 
1742
1837
  api.add_operation(:get_trained_model, Seahorse::Model::Operation.new.tap do |o|
@@ -1748,6 +1843,7 @@ module Aws::CleanRoomsML
1748
1843
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1749
1844
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1750
1845
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1751
1847
  end)
1752
1848
 
1753
1849
  api.add_operation(:get_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1759,6 +1855,7 @@ module Aws::CleanRoomsML
1759
1855
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1760
1856
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1761
1857
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1858
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1762
1859
  end)
1763
1860
 
1764
1861
  api.add_operation(:get_training_dataset, Seahorse::Model::Operation.new.tap do |o|
@@ -1828,6 +1925,7 @@ module Aws::CleanRoomsML
1828
1925
  o.output = Shapes::ShapeRef.new(shape: ListCollaborationConfiguredModelAlgorithmAssociationsResponse)
1829
1926
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1830
1927
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1928
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1831
1929
  o[:pager] = Aws::Pager.new(
1832
1930
  limit_key: "max_results",
1833
1931
  tokens: {
@@ -1844,6 +1942,7 @@ module Aws::CleanRoomsML
1844
1942
  o.output = Shapes::ShapeRef.new(shape: ListCollaborationMLInputChannelsResponse)
1845
1943
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1846
1944
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1945
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1847
1946
  o[:pager] = Aws::Pager.new(
1848
1947
  limit_key: "max_results",
1849
1948
  tokens: {
@@ -1860,6 +1959,7 @@ module Aws::CleanRoomsML
1860
1959
  o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelExportJobsResponse)
1861
1960
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1862
1961
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1962
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1863
1963
  o[:pager] = Aws::Pager.new(
1864
1964
  limit_key: "max_results",
1865
1965
  tokens: {
@@ -1876,6 +1976,7 @@ module Aws::CleanRoomsML
1876
1976
  o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelInferenceJobsResponse)
1877
1977
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1878
1978
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1979
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1879
1980
  o[:pager] = Aws::Pager.new(
1880
1981
  limit_key: "max_results",
1881
1982
  tokens: {
@@ -1892,6 +1993,7 @@ module Aws::CleanRoomsML
1892
1993
  o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelsResponse)
1893
1994
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1894
1995
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1895
1997
  o[:pager] = Aws::Pager.new(
1896
1998
  limit_key: "max_results",
1897
1999
  tokens: {
@@ -1924,6 +2026,7 @@ module Aws::CleanRoomsML
1924
2026
  o.output = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmAssociationsResponse)
1925
2027
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1926
2028
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2029
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1927
2030
  o[:pager] = Aws::Pager.new(
1928
2031
  limit_key: "max_results",
1929
2032
  tokens: {
@@ -1956,6 +2059,7 @@ module Aws::CleanRoomsML
1956
2059
  o.output = Shapes::ShapeRef.new(shape: ListMLInputChannelsResponse)
1957
2060
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1958
2061
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2062
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1959
2063
  o[:pager] = Aws::Pager.new(
1960
2064
  limit_key: "max_results",
1961
2065
  tokens: {
@@ -1983,6 +2087,25 @@ module Aws::CleanRoomsML
1983
2087
  o.output = Shapes::ShapeRef.new(shape: ListTrainedModelInferenceJobsResponse)
1984
2088
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1985
2089
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2090
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2091
+ o[:pager] = Aws::Pager.new(
2092
+ limit_key: "max_results",
2093
+ tokens: {
2094
+ "next_token" => "next_token"
2095
+ }
2096
+ )
2097
+ end)
2098
+
2099
+ api.add_operation(:list_trained_model_versions, Seahorse::Model::Operation.new.tap do |o|
2100
+ o.name = "ListTrainedModelVersions"
2101
+ o.http_method = "GET"
2102
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/versions"
2103
+ o.input = Shapes::ShapeRef.new(shape: ListTrainedModelVersionsRequest)
2104
+ o.output = Shapes::ShapeRef.new(shape: ListTrainedModelVersionsResponse)
2105
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2106
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2108
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1986
2109
  o[:pager] = Aws::Pager.new(
1987
2110
  limit_key: "max_results",
1988
2111
  tokens: {
@@ -1999,6 +2122,7 @@ module Aws::CleanRoomsML
1999
2122
  o.output = Shapes::ShapeRef.new(shape: ListTrainedModelsResponse)
2000
2123
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2001
2124
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2125
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2002
2126
  o[:pager] = Aws::Pager.new(
2003
2127
  limit_key: "max_results",
2004
2128
  tokens: {
@@ -2042,6 +2166,7 @@ module Aws::CleanRoomsML
2042
2166
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2043
2167
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2044
2168
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2169
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2045
2170
  end)
2046
2171
 
2047
2172
  api.add_operation(:start_audience_export_job, Seahorse::Model::Operation.new.tap do |o|
@@ -2050,8 +2175,8 @@ module Aws::CleanRoomsML
2050
2175
  o.http_request_uri = "/audience-export-job"
2051
2176
  o.input = Shapes::ShapeRef.new(shape: StartAudienceExportJobRequest)
2052
2177
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2053
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2054
2178
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2179
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2055
2180
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2056
2181
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2057
2182
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -2063,10 +2188,11 @@ module Aws::CleanRoomsML
2063
2188
  o.http_request_uri = "/audience-generation-job"
2064
2189
  o.input = Shapes::ShapeRef.new(shape: StartAudienceGenerationJobRequest)
2065
2190
  o.output = Shapes::ShapeRef.new(shape: StartAudienceGenerationJobResponse)
2066
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2067
2191
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2192
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2068
2193
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2069
2194
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2070
2196
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2071
2197
  end)
2072
2198
 
@@ -2076,10 +2202,11 @@ module Aws::CleanRoomsML
2076
2202
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs"
2077
2203
  o.input = Shapes::ShapeRef.new(shape: StartTrainedModelExportJobRequest)
2078
2204
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2079
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2080
2205
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2206
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2081
2207
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2082
2208
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2209
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2083
2210
  end)
2084
2211
 
2085
2212
  api.add_operation(:start_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
@@ -2088,10 +2215,11 @@ module Aws::CleanRoomsML
2088
2215
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs"
2089
2216
  o.input = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobRequest)
2090
2217
  o.output = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobResponse)
2091
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2092
2218
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2219
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2093
2220
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2094
2221
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2222
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2095
2223
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2096
2224
  end)
2097
2225
 
@@ -2123,8 +2251,8 @@ module Aws::CleanRoomsML
2123
2251
  o.http_request_uri = "/configured-audience-model/{configuredAudienceModelArn}"
2124
2252
  o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredAudienceModelRequest)
2125
2253
  o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredAudienceModelResponse)
2126
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2127
2254
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2255
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2128
2256
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2129
2257
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2130
2258
  end)