aws-sdk-cleanrooms 1.60.0 → 1.62.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.
@@ -80,6 +80,9 @@ module Aws::CleanRooms
80
80
  AnalysisTemplateValidationType = Shapes::StringShape.new(name: 'AnalysisTemplateValidationType')
81
81
  AnalysisType = Shapes::StringShape.new(name: 'AnalysisType')
82
82
  AnalyticsEngine = Shapes::StringShape.new(name: 'AnalyticsEngine')
83
+ ApprovalStatus = Shapes::StringShape.new(name: 'ApprovalStatus')
84
+ ApprovalStatusDetails = Shapes::StructureShape.new(name: 'ApprovalStatusDetails')
85
+ ApprovalStatuses = Shapes::MapShape.new(name: 'ApprovalStatuses')
83
86
  AthenaDatabaseName = Shapes::StringShape.new(name: 'AthenaDatabaseName')
84
87
  AthenaOutputLocation = Shapes::StringShape.new(name: 'AthenaOutputLocation')
85
88
  AthenaTableName = Shapes::StringShape.new(name: 'AthenaTableName')
@@ -111,6 +114,7 @@ module Aws::CleanRooms
111
114
  ChangeInput = Shapes::StructureShape.new(name: 'ChangeInput')
112
115
  ChangeInputList = Shapes::ListShape.new(name: 'ChangeInputList')
113
116
  ChangeList = Shapes::ListShape.new(name: 'ChangeList')
117
+ ChangeRequestAction = Shapes::StringShape.new(name: 'ChangeRequestAction')
114
118
  ChangeRequestStatus = Shapes::StringShape.new(name: 'ChangeRequestStatus')
115
119
  ChangeSpecification = Shapes::UnionShape.new(name: 'ChangeSpecification')
116
120
  ChangeSpecificationType = Shapes::StringShape.new(name: 'ChangeSpecificationType')
@@ -127,6 +131,7 @@ module Aws::CleanRooms
127
131
  CollaborationChangeRequestIdentifier = Shapes::StringShape.new(name: 'CollaborationChangeRequestIdentifier')
128
132
  CollaborationChangeRequestSummary = Shapes::StructureShape.new(name: 'CollaborationChangeRequestSummary')
129
133
  CollaborationChangeRequestSummaryList = Shapes::ListShape.new(name: 'CollaborationChangeRequestSummaryList')
134
+ CollaborationChangeSpecification = Shapes::StructureShape.new(name: 'CollaborationChangeSpecification')
130
135
  CollaborationConfiguredAudienceModelAssociation = Shapes::StructureShape.new(name: 'CollaborationConfiguredAudienceModelAssociation')
131
136
  CollaborationConfiguredAudienceModelAssociationSummary = Shapes::StructureShape.new(name: 'CollaborationConfiguredAudienceModelAssociationSummary')
132
137
  CollaborationConfiguredAudienceModelAssociationSummaryList = Shapes::ListShape.new(name: 'CollaborationConfiguredAudienceModelAssociationSummaryList')
@@ -146,7 +151,9 @@ module Aws::CleanRooms
146
151
  CollaborationSummary = Shapes::StructureShape.new(name: 'CollaborationSummary')
147
152
  CollaborationSummaryList = Shapes::ListShape.new(name: 'CollaborationSummaryList')
148
153
  Column = Shapes::StructureShape.new(name: 'Column')
154
+ ColumnClassificationDetails = Shapes::StructureShape.new(name: 'ColumnClassificationDetails')
149
155
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
156
+ ColumnMappingList = Shapes::ListShape.new(name: 'ColumnMappingList')
150
157
  ColumnName = Shapes::StringShape.new(name: 'ColumnName')
151
158
  ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
152
159
  CommercialRegion = Shapes::StringShape.new(name: 'CommercialRegion')
@@ -396,6 +403,9 @@ module Aws::CleanRooms
396
403
  Long = Shapes::IntegerShape.new(name: 'Long')
397
404
  MLMemberAbilities = Shapes::StructureShape.new(name: 'MLMemberAbilities')
398
405
  MLPaymentConfig = Shapes::StructureShape.new(name: 'MLPaymentConfig')
406
+ MLSyntheticDataParameters = Shapes::StructureShape.new(name: 'MLSyntheticDataParameters')
407
+ MLSyntheticDataParametersEpsilonDouble = Shapes::FloatShape.new(name: 'MLSyntheticDataParametersEpsilonDouble')
408
+ MaxMembershipInferenceAttackScore = Shapes::FloatShape.new(name: 'MaxMembershipInferenceAttackScore')
399
409
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
400
410
  MemberAbilities = Shapes::ListShape.new(name: 'MemberAbilities')
401
411
  MemberAbility = Shapes::StringShape.new(name: 'MemberAbility')
@@ -423,6 +433,7 @@ module Aws::CleanRooms
423
433
  MembershipStatus = Shapes::StringShape.new(name: 'MembershipStatus')
424
434
  MembershipSummary = Shapes::StructureShape.new(name: 'MembershipSummary')
425
435
  MembershipSummaryList = Shapes::ListShape.new(name: 'MembershipSummaryList')
436
+ MembershipSyntheticDataGenerationPaymentConfig = Shapes::StructureShape.new(name: 'MembershipSyntheticDataGenerationPaymentConfig')
426
437
  ModelInferencePaymentConfig = Shapes::StructureShape.new(name: 'ModelInferencePaymentConfig')
427
438
  ModelTrainingPaymentConfig = Shapes::StructureShape.new(name: 'ModelTrainingPaymentConfig')
428
439
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
@@ -567,6 +578,11 @@ module Aws::CleanRooms
567
578
  StartProtectedQueryOutput = Shapes::StructureShape.new(name: 'StartProtectedQueryOutput')
568
579
  String = Shapes::StringShape.new(name: 'String')
569
580
  SupportedS3Region = Shapes::StringShape.new(name: 'SupportedS3Region')
581
+ SyntheticDataColumnName = Shapes::StringShape.new(name: 'SyntheticDataColumnName')
582
+ SyntheticDataColumnProperties = Shapes::StructureShape.new(name: 'SyntheticDataColumnProperties')
583
+ SyntheticDataColumnType = Shapes::StringShape.new(name: 'SyntheticDataColumnType')
584
+ SyntheticDataGenerationPaymentConfig = Shapes::StructureShape.new(name: 'SyntheticDataGenerationPaymentConfig')
585
+ SyntheticDataParameters = Shapes::UnionShape.new(name: 'SyntheticDataParameters')
570
586
  TableAlias = Shapes::StringShape.new(name: 'TableAlias')
571
587
  TableAliasList = Shapes::ListShape.new(name: 'TableAliasList')
572
588
  TableDescription = Shapes::StringShape.new(name: 'TableDescription')
@@ -586,6 +602,8 @@ module Aws::CleanRooms
586
602
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
587
603
  UpdateAnalysisTemplateInput = Shapes::StructureShape.new(name: 'UpdateAnalysisTemplateInput')
588
604
  UpdateAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'UpdateAnalysisTemplateOutput')
605
+ UpdateCollaborationChangeRequestInput = Shapes::StructureShape.new(name: 'UpdateCollaborationChangeRequestInput')
606
+ UpdateCollaborationChangeRequestOutput = Shapes::StructureShape.new(name: 'UpdateCollaborationChangeRequestOutput')
589
607
  UpdateCollaborationInput = Shapes::StructureShape.new(name: 'UpdateCollaborationInput')
590
608
  UpdateCollaborationOutput = Shapes::StructureShape.new(name: 'UpdateCollaborationOutput')
591
609
  UpdateConfiguredAudienceModelAssociationInput = Shapes::StructureShape.new(name: 'UpdateConfiguredAudienceModelAssociationInput')
@@ -782,6 +800,7 @@ module Aws::CleanRooms
782
800
  AnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
783
801
  AnalysisTemplate.add_member(:validations, Shapes::ShapeRef.new(shape: AnalysisTemplateValidationStatusDetailList, location_name: "validations"))
784
802
  AnalysisTemplate.add_member(:error_message_configuration, Shapes::ShapeRef.new(shape: ErrorMessageConfiguration, location_name: "errorMessageConfiguration"))
803
+ AnalysisTemplate.add_member(:synthetic_data_parameters, Shapes::ShapeRef.new(shape: SyntheticDataParameters, location_name: "syntheticDataParameters"))
785
804
  AnalysisTemplate.struct_class = Types::AnalysisTemplate
786
805
 
787
806
  AnalysisTemplateArnList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArn)
@@ -810,6 +829,7 @@ module Aws::CleanRooms
810
829
  AnalysisTemplateSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
811
830
  AnalysisTemplateSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
812
831
  AnalysisTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
832
+ AnalysisTemplateSummary.add_member(:is_synthetic_data, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSyntheticData"))
813
833
  AnalysisTemplateSummary.struct_class = Types::AnalysisTemplateSummary
814
834
 
815
835
  AnalysisTemplateSummaryList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateSummary)
@@ -826,6 +846,12 @@ module Aws::CleanRooms
826
846
 
827
847
  AnalysisTemplateValidationStatusReasonList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateValidationStatusReason)
828
848
 
849
+ ApprovalStatusDetails.add_member(:status, Shapes::ShapeRef.new(shape: ApprovalStatus, required: true, location_name: "status"))
850
+ ApprovalStatusDetails.struct_class = Types::ApprovalStatusDetails
851
+
852
+ ApprovalStatuses.key = Shapes::ShapeRef.new(shape: AccountId)
853
+ ApprovalStatuses.value = Shapes::ShapeRef.new(shape: ApprovalStatusDetails)
854
+
829
855
  AthenaTableReference.add_member(:region, Shapes::ShapeRef.new(shape: CommercialRegion, location_name: "region"))
830
856
  AthenaTableReference.add_member(:work_group, Shapes::ShapeRef.new(shape: AthenaWorkGroup, required: true, location_name: "workGroup"))
831
857
  AthenaTableReference.add_member(:output_location, Shapes::ShapeRef.new(shape: AthenaOutputLocation, location_name: "outputLocation"))
@@ -908,8 +934,10 @@ module Aws::CleanRooms
908
934
  ChangeList.member = Shapes::ShapeRef.new(shape: Change)
909
935
 
910
936
  ChangeSpecification.add_member(:member, Shapes::ShapeRef.new(shape: MemberChangeSpecification, location_name: "member"))
937
+ ChangeSpecification.add_member(:collaboration, Shapes::ShapeRef.new(shape: CollaborationChangeSpecification, location_name: "collaboration"))
911
938
  ChangeSpecification.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
912
939
  ChangeSpecification.add_member_subclass(:member, Types::ChangeSpecification::Member)
940
+ ChangeSpecification.add_member_subclass(:collaboration, Types::ChangeSpecification::Collaboration)
913
941
  ChangeSpecification.add_member_subclass(:unknown, Types::ChangeSpecification::Unknown)
914
942
  ChangeSpecification.struct_class = Types::ChangeSpecification
915
943
 
@@ -950,6 +978,7 @@ module Aws::CleanRooms
950
978
  CollaborationAnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
951
979
  CollaborationAnalysisTemplate.add_member(:validations, Shapes::ShapeRef.new(shape: AnalysisTemplateValidationStatusDetailList, location_name: "validations"))
952
980
  CollaborationAnalysisTemplate.add_member(:error_message_configuration, Shapes::ShapeRef.new(shape: ErrorMessageConfiguration, location_name: "errorMessageConfiguration"))
981
+ CollaborationAnalysisTemplate.add_member(:synthetic_data_parameters, Shapes::ShapeRef.new(shape: SyntheticDataParameters, location_name: "syntheticDataParameters"))
953
982
  CollaborationAnalysisTemplate.struct_class = Types::CollaborationAnalysisTemplate
954
983
 
955
984
  CollaborationAnalysisTemplateList.member = Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplate)
@@ -963,6 +992,7 @@ module Aws::CleanRooms
963
992
  CollaborationAnalysisTemplateSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
964
993
  CollaborationAnalysisTemplateSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
965
994
  CollaborationAnalysisTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
995
+ CollaborationAnalysisTemplateSummary.add_member(:is_synthetic_data, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSyntheticData"))
966
996
  CollaborationAnalysisTemplateSummary.struct_class = Types::CollaborationAnalysisTemplateSummary
967
997
 
968
998
  CollaborationAnalysisTemplateSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateSummary)
@@ -974,6 +1004,7 @@ module Aws::CleanRooms
974
1004
  CollaborationChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: ChangeRequestStatus, required: true, location_name: "status"))
975
1005
  CollaborationChangeRequest.add_member(:is_auto_approved, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isAutoApproved"))
976
1006
  CollaborationChangeRequest.add_member(:changes, Shapes::ShapeRef.new(shape: ChangeList, required: true, location_name: "changes"))
1007
+ CollaborationChangeRequest.add_member(:approvals, Shapes::ShapeRef.new(shape: ApprovalStatuses, location_name: "approvals"))
977
1008
  CollaborationChangeRequest.struct_class = Types::CollaborationChangeRequest
978
1009
 
979
1010
  CollaborationChangeRequestSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
@@ -983,10 +1014,14 @@ module Aws::CleanRooms
983
1014
  CollaborationChangeRequestSummary.add_member(:status, Shapes::ShapeRef.new(shape: ChangeRequestStatus, required: true, location_name: "status"))
984
1015
  CollaborationChangeRequestSummary.add_member(:is_auto_approved, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isAutoApproved"))
985
1016
  CollaborationChangeRequestSummary.add_member(:changes, Shapes::ShapeRef.new(shape: ChangeList, required: true, location_name: "changes"))
1017
+ CollaborationChangeRequestSummary.add_member(:approvals, Shapes::ShapeRef.new(shape: ApprovalStatuses, location_name: "approvals"))
986
1018
  CollaborationChangeRequestSummary.struct_class = Types::CollaborationChangeRequestSummary
987
1019
 
988
1020
  CollaborationChangeRequestSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationChangeRequestSummary)
989
1021
 
1022
+ CollaborationChangeSpecification.add_member(:auto_approved_change_types, Shapes::ShapeRef.new(shape: AutoApprovedChangeTypeList, location_name: "autoApprovedChangeTypes"))
1023
+ CollaborationChangeSpecification.struct_class = Types::CollaborationChangeSpecification
1024
+
990
1025
  CollaborationConfiguredAudienceModelAssociation.add_member(:id, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelAssociationIdentifier, required: true, location_name: "id"))
991
1026
  CollaborationConfiguredAudienceModelAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelAssociationArn, required: true, location_name: "arn"))
992
1027
  CollaborationConfiguredAudienceModelAssociation.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
@@ -1098,8 +1133,13 @@ module Aws::CleanRooms
1098
1133
  Column.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, required: true, location_name: "type"))
1099
1134
  Column.struct_class = Types::Column
1100
1135
 
1136
+ ColumnClassificationDetails.add_member(:column_mapping, Shapes::ShapeRef.new(shape: ColumnMappingList, required: true, location_name: "columnMapping"))
1137
+ ColumnClassificationDetails.struct_class = Types::ColumnClassificationDetails
1138
+
1101
1139
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
1102
1140
 
1141
+ ColumnMappingList.member = Shapes::ShapeRef.new(shape: SyntheticDataColumnProperties)
1142
+
1103
1143
  ComputeConfiguration.add_member(:worker, Shapes::ShapeRef.new(shape: WorkerComputeConfiguration, location_name: "worker"))
1104
1144
  ComputeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1105
1145
  ComputeConfiguration.add_member_subclass(:worker, Types::ComputeConfiguration::Worker)
@@ -1326,6 +1366,7 @@ module Aws::CleanRooms
1326
1366
  CreateAnalysisTemplateInput.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
1327
1367
  CreateAnalysisTemplateInput.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, location_name: "schema"))
1328
1368
  CreateAnalysisTemplateInput.add_member(:error_message_configuration, Shapes::ShapeRef.new(shape: ErrorMessageConfiguration, location_name: "errorMessageConfiguration"))
1369
+ CreateAnalysisTemplateInput.add_member(:synthetic_data_parameters, Shapes::ShapeRef.new(shape: SyntheticDataParameters, location_name: "syntheticDataParameters"))
1329
1370
  CreateAnalysisTemplateInput.struct_class = Types::CreateAnalysisTemplateInput
1330
1371
 
1331
1372
  CreateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
@@ -2040,8 +2081,14 @@ module Aws::CleanRooms
2040
2081
 
2041
2082
  MLPaymentConfig.add_member(:model_training, Shapes::ShapeRef.new(shape: ModelTrainingPaymentConfig, location_name: "modelTraining"))
2042
2083
  MLPaymentConfig.add_member(:model_inference, Shapes::ShapeRef.new(shape: ModelInferencePaymentConfig, location_name: "modelInference"))
2084
+ MLPaymentConfig.add_member(:synthetic_data_generation, Shapes::ShapeRef.new(shape: SyntheticDataGenerationPaymentConfig, location_name: "syntheticDataGeneration"))
2043
2085
  MLPaymentConfig.struct_class = Types::MLPaymentConfig
2044
2086
 
2087
+ MLSyntheticDataParameters.add_member(:epsilon, Shapes::ShapeRef.new(shape: MLSyntheticDataParametersEpsilonDouble, required: true, location_name: "epsilon"))
2088
+ MLSyntheticDataParameters.add_member(:max_membership_inference_attack_score, Shapes::ShapeRef.new(shape: MaxMembershipInferenceAttackScore, required: true, location_name: "maxMembershipInferenceAttackScore"))
2089
+ MLSyntheticDataParameters.add_member(:column_classification, Shapes::ShapeRef.new(shape: ColumnClassificationDetails, required: true, location_name: "columnClassification"))
2090
+ MLSyntheticDataParameters.struct_class = Types::MLSyntheticDataParameters
2091
+
2045
2092
  MemberAbilities.member = Shapes::ShapeRef.new(shape: MemberAbility)
2046
2093
 
2047
2094
  MemberChangeSpecification.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
@@ -2096,6 +2143,7 @@ module Aws::CleanRooms
2096
2143
 
2097
2144
  MembershipMLPaymentConfig.add_member(:model_training, Shapes::ShapeRef.new(shape: MembershipModelTrainingPaymentConfig, location_name: "modelTraining"))
2098
2145
  MembershipMLPaymentConfig.add_member(:model_inference, Shapes::ShapeRef.new(shape: MembershipModelInferencePaymentConfig, location_name: "modelInference"))
2146
+ MembershipMLPaymentConfig.add_member(:synthetic_data_generation, Shapes::ShapeRef.new(shape: MembershipSyntheticDataGenerationPaymentConfig, location_name: "syntheticDataGeneration"))
2099
2147
  MembershipMLPaymentConfig.struct_class = Types::MembershipMLPaymentConfig
2100
2148
 
2101
2149
  MembershipModelInferencePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
@@ -2149,6 +2197,9 @@ module Aws::CleanRooms
2149
2197
 
2150
2198
  MembershipSummaryList.member = Shapes::ShapeRef.new(shape: MembershipSummary)
2151
2199
 
2200
+ MembershipSyntheticDataGenerationPaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
2201
+ MembershipSyntheticDataGenerationPaymentConfig.struct_class = Types::MembershipSyntheticDataGenerationPaymentConfig
2202
+
2152
2203
  ModelInferencePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
2153
2204
  ModelInferencePaymentConfig.struct_class = Types::ModelInferencePaymentConfig
2154
2205
 
@@ -2325,7 +2376,7 @@ module Aws::CleanRooms
2325
2376
  ProtectedJobOutputConfigurationOutput.add_member_subclass(:unknown, Types::ProtectedJobOutputConfigurationOutput::Unknown)
2326
2377
  ProtectedJobOutputConfigurationOutput.struct_class = Types::ProtectedJobOutputConfigurationOutput
2327
2378
 
2328
- ProtectedJobParameters.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, location_name: "analysisTemplateArn"))
2379
+ ProtectedJobParameters.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "analysisTemplateArn"))
2329
2380
  ProtectedJobParameters.struct_class = Types::ProtectedJobParameters
2330
2381
 
2331
2382
  ProtectedJobReceiverAccountIds.member = Shapes::ShapeRef.new(shape: AccountId)
@@ -2625,6 +2676,20 @@ module Aws::CleanRooms
2625
2676
  StartProtectedQueryOutput.add_member(:protected_query, Shapes::ShapeRef.new(shape: ProtectedQuery, required: true, location_name: "protectedQuery"))
2626
2677
  StartProtectedQueryOutput.struct_class = Types::StartProtectedQueryOutput
2627
2678
 
2679
+ SyntheticDataColumnProperties.add_member(:column_name, Shapes::ShapeRef.new(shape: SyntheticDataColumnName, required: true, location_name: "columnName"))
2680
+ SyntheticDataColumnProperties.add_member(:column_type, Shapes::ShapeRef.new(shape: SyntheticDataColumnType, required: true, location_name: "columnType"))
2681
+ SyntheticDataColumnProperties.add_member(:is_predictive_value, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isPredictiveValue"))
2682
+ SyntheticDataColumnProperties.struct_class = Types::SyntheticDataColumnProperties
2683
+
2684
+ SyntheticDataGenerationPaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
2685
+ SyntheticDataGenerationPaymentConfig.struct_class = Types::SyntheticDataGenerationPaymentConfig
2686
+
2687
+ SyntheticDataParameters.add_member(:ml_synthetic_data_parameters, Shapes::ShapeRef.new(shape: MLSyntheticDataParameters, location_name: "mlSyntheticDataParameters"))
2688
+ SyntheticDataParameters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2689
+ SyntheticDataParameters.add_member_subclass(:ml_synthetic_data_parameters, Types::SyntheticDataParameters::MlSyntheticDataParameters)
2690
+ SyntheticDataParameters.add_member_subclass(:unknown, Types::SyntheticDataParameters::Unknown)
2691
+ SyntheticDataParameters.struct_class = Types::SyntheticDataParameters
2692
+
2628
2693
  TableAliasList.member = Shapes::ShapeRef.new(shape: TableAlias)
2629
2694
 
2630
2695
  TableReference.add_member(:glue, Shapes::ShapeRef.new(shape: GlueTableReference, location_name: "glue"))
@@ -2665,6 +2730,14 @@ module Aws::CleanRooms
2665
2730
  UpdateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
2666
2731
  UpdateAnalysisTemplateOutput.struct_class = Types::UpdateAnalysisTemplateOutput
2667
2732
 
2733
+ UpdateCollaborationChangeRequestInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
2734
+ UpdateCollaborationChangeRequestInput.add_member(:change_request_identifier, Shapes::ShapeRef.new(shape: CollaborationChangeRequestIdentifier, required: true, location: "uri", location_name: "changeRequestIdentifier"))
2735
+ UpdateCollaborationChangeRequestInput.add_member(:action, Shapes::ShapeRef.new(shape: ChangeRequestAction, required: true, location_name: "action"))
2736
+ UpdateCollaborationChangeRequestInput.struct_class = Types::UpdateCollaborationChangeRequestInput
2737
+
2738
+ UpdateCollaborationChangeRequestOutput.add_member(:collaboration_change_request, Shapes::ShapeRef.new(shape: CollaborationChangeRequest, required: true, location_name: "collaborationChangeRequest"))
2739
+ UpdateCollaborationChangeRequestOutput.struct_class = Types::UpdateCollaborationChangeRequestOutput
2740
+
2668
2741
  UpdateCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
2669
2742
  UpdateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, location_name: "name"))
2670
2743
  UpdateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, location_name: "description"))
@@ -3940,6 +4013,20 @@ module Aws::CleanRooms
3940
4013
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3941
4014
  end)
3942
4015
 
4016
+ api.add_operation(:update_collaboration_change_request, Seahorse::Model::Operation.new.tap do |o|
4017
+ o.name = "UpdateCollaborationChangeRequest"
4018
+ o.http_method = "PATCH"
4019
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}"
4020
+ o.input = Shapes::ShapeRef.new(shape: UpdateCollaborationChangeRequestInput)
4021
+ o.output = Shapes::ShapeRef.new(shape: UpdateCollaborationChangeRequestOutput)
4022
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4023
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4024
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4025
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4026
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4027
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4028
+ end)
4029
+
3943
4030
  api.add_operation(:update_configured_audience_model_association, Seahorse::Model::Operation.new.tap do |o|
3944
4031
  o.name = "UpdateConfiguredAudienceModelAssociation"
3945
4032
  o.http_method = "PATCH"