aws-sdk-cleanrooms 1.52.0 → 1.54.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +196 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +159 -0
- data/lib/aws-sdk-cleanrooms/types.rb +383 -4
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +55 -1
- data/sig/types.rbs +110 -0
- metadata +1 -1
@@ -77,6 +77,8 @@ module Aws::CleanRooms
|
|
77
77
|
AthenaTableName = Shapes::StringShape.new(name: 'AthenaTableName')
|
78
78
|
AthenaTableReference = Shapes::StructureShape.new(name: 'AthenaTableReference')
|
79
79
|
AthenaWorkGroup = Shapes::StringShape.new(name: 'AthenaWorkGroup')
|
80
|
+
AutoApprovedChangeType = Shapes::StringShape.new(name: 'AutoApprovedChangeType')
|
81
|
+
AutoApprovedChangeTypeList = Shapes::ListShape.new(name: 'AutoApprovedChangeTypeList')
|
80
82
|
BatchGetCollaborationAnalysisTemplateError = Shapes::StructureShape.new(name: 'BatchGetCollaborationAnalysisTemplateError')
|
81
83
|
BatchGetCollaborationAnalysisTemplateErrorList = Shapes::ListShape.new(name: 'BatchGetCollaborationAnalysisTemplateErrorList')
|
82
84
|
BatchGetCollaborationAnalysisTemplateInput = Shapes::StructureShape.new(name: 'BatchGetCollaborationAnalysisTemplateInput')
|
@@ -92,6 +94,15 @@ module Aws::CleanRooms
|
|
92
94
|
BilledJobResourceUtilization = Shapes::StructureShape.new(name: 'BilledJobResourceUtilization')
|
93
95
|
BilledResourceUtilization = Shapes::StructureShape.new(name: 'BilledResourceUtilization')
|
94
96
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
97
|
+
Change = Shapes::StructureShape.new(name: 'Change')
|
98
|
+
ChangeInput = Shapes::StructureShape.new(name: 'ChangeInput')
|
99
|
+
ChangeInputList = Shapes::ListShape.new(name: 'ChangeInputList')
|
100
|
+
ChangeList = Shapes::ListShape.new(name: 'ChangeList')
|
101
|
+
ChangeRequestStatus = Shapes::StringShape.new(name: 'ChangeRequestStatus')
|
102
|
+
ChangeSpecification = Shapes::UnionShape.new(name: 'ChangeSpecification')
|
103
|
+
ChangeSpecificationType = Shapes::StringShape.new(name: 'ChangeSpecificationType')
|
104
|
+
ChangeType = Shapes::StringShape.new(name: 'ChangeType')
|
105
|
+
ChangeTypeList = Shapes::ListShape.new(name: 'ChangeTypeList')
|
95
106
|
CleanroomsArn = Shapes::StringShape.new(name: 'CleanroomsArn')
|
96
107
|
Collaboration = Shapes::StructureShape.new(name: 'Collaboration')
|
97
108
|
CollaborationAnalysisTemplate = Shapes::StructureShape.new(name: 'CollaborationAnalysisTemplate')
|
@@ -99,6 +110,10 @@ module Aws::CleanRooms
|
|
99
110
|
CollaborationAnalysisTemplateSummary = Shapes::StructureShape.new(name: 'CollaborationAnalysisTemplateSummary')
|
100
111
|
CollaborationAnalysisTemplateSummaryList = Shapes::ListShape.new(name: 'CollaborationAnalysisTemplateSummaryList')
|
101
112
|
CollaborationArn = Shapes::StringShape.new(name: 'CollaborationArn')
|
113
|
+
CollaborationChangeRequest = Shapes::StructureShape.new(name: 'CollaborationChangeRequest')
|
114
|
+
CollaborationChangeRequestIdentifier = Shapes::StringShape.new(name: 'CollaborationChangeRequestIdentifier')
|
115
|
+
CollaborationChangeRequestSummary = Shapes::StructureShape.new(name: 'CollaborationChangeRequestSummary')
|
116
|
+
CollaborationChangeRequestSummaryList = Shapes::ListShape.new(name: 'CollaborationChangeRequestSummaryList')
|
102
117
|
CollaborationConfiguredAudienceModelAssociation = Shapes::StructureShape.new(name: 'CollaborationConfiguredAudienceModelAssociation')
|
103
118
|
CollaborationConfiguredAudienceModelAssociationSummary = Shapes::StructureShape.new(name: 'CollaborationConfiguredAudienceModelAssociationSummary')
|
104
119
|
CollaborationConfiguredAudienceModelAssociationSummaryList = Shapes::ListShape.new(name: 'CollaborationConfiguredAudienceModelAssociationSummaryList')
|
@@ -166,6 +181,8 @@ module Aws::CleanRooms
|
|
166
181
|
ConsolidatedPolicyV1 = Shapes::UnionShape.new(name: 'ConsolidatedPolicyV1')
|
167
182
|
CreateAnalysisTemplateInput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateInput')
|
168
183
|
CreateAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateOutput')
|
184
|
+
CreateCollaborationChangeRequestInput = Shapes::StructureShape.new(name: 'CreateCollaborationChangeRequestInput')
|
185
|
+
CreateCollaborationChangeRequestOutput = Shapes::StructureShape.new(name: 'CreateCollaborationChangeRequestOutput')
|
169
186
|
CreateCollaborationInput = Shapes::StructureShape.new(name: 'CreateCollaborationInput')
|
170
187
|
CreateCollaborationOutput = Shapes::StructureShape.new(name: 'CreateCollaborationOutput')
|
171
188
|
CreateConfiguredAudienceModelAssociationInput = Shapes::StructureShape.new(name: 'CreateConfiguredAudienceModelAssociationInput')
|
@@ -249,6 +266,8 @@ module Aws::CleanRooms
|
|
249
266
|
GetAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'GetAnalysisTemplateOutput')
|
250
267
|
GetCollaborationAnalysisTemplateInput = Shapes::StructureShape.new(name: 'GetCollaborationAnalysisTemplateInput')
|
251
268
|
GetCollaborationAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'GetCollaborationAnalysisTemplateOutput')
|
269
|
+
GetCollaborationChangeRequestInput = Shapes::StructureShape.new(name: 'GetCollaborationChangeRequestInput')
|
270
|
+
GetCollaborationChangeRequestOutput = Shapes::StructureShape.new(name: 'GetCollaborationChangeRequestOutput')
|
252
271
|
GetCollaborationConfiguredAudienceModelAssociationInput = Shapes::StructureShape.new(name: 'GetCollaborationConfiguredAudienceModelAssociationInput')
|
253
272
|
GetCollaborationConfiguredAudienceModelAssociationOutput = Shapes::StructureShape.new(name: 'GetCollaborationConfiguredAudienceModelAssociationOutput')
|
254
273
|
GetCollaborationIdNamespaceAssociationInput = Shapes::StructureShape.new(name: 'GetCollaborationIdNamespaceAssociationInput')
|
@@ -321,6 +340,8 @@ module Aws::CleanRooms
|
|
321
340
|
ListAnalysisTemplatesOutput = Shapes::StructureShape.new(name: 'ListAnalysisTemplatesOutput')
|
322
341
|
ListCollaborationAnalysisTemplatesInput = Shapes::StructureShape.new(name: 'ListCollaborationAnalysisTemplatesInput')
|
323
342
|
ListCollaborationAnalysisTemplatesOutput = Shapes::StructureShape.new(name: 'ListCollaborationAnalysisTemplatesOutput')
|
343
|
+
ListCollaborationChangeRequestsInput = Shapes::StructureShape.new(name: 'ListCollaborationChangeRequestsInput')
|
344
|
+
ListCollaborationChangeRequestsOutput = Shapes::StructureShape.new(name: 'ListCollaborationChangeRequestsOutput')
|
324
345
|
ListCollaborationConfiguredAudienceModelAssociationsInput = Shapes::StructureShape.new(name: 'ListCollaborationConfiguredAudienceModelAssociationsInput')
|
325
346
|
ListCollaborationConfiguredAudienceModelAssociationsOutput = Shapes::StructureShape.new(name: 'ListCollaborationConfiguredAudienceModelAssociationsOutput')
|
326
347
|
ListCollaborationIdNamespaceAssociationsInput = Shapes::StructureShape.new(name: 'ListCollaborationIdNamespaceAssociationsInput')
|
@@ -363,6 +384,7 @@ module Aws::CleanRooms
|
|
363
384
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
364
385
|
MemberAbilities = Shapes::ListShape.new(name: 'MemberAbilities')
|
365
386
|
MemberAbility = Shapes::StringShape.new(name: 'MemberAbility')
|
387
|
+
MemberChangeSpecification = Shapes::StructureShape.new(name: 'MemberChangeSpecification')
|
366
388
|
MemberList = Shapes::ListShape.new(name: 'MemberList')
|
367
389
|
MemberSpecification = Shapes::StructureShape.new(name: 'MemberSpecification')
|
368
390
|
MemberStatus = Shapes::StringShape.new(name: 'MemberStatus')
|
@@ -415,6 +437,7 @@ module Aws::CleanRooms
|
|
415
437
|
PrivacyImpact = Shapes::UnionShape.new(name: 'PrivacyImpact')
|
416
438
|
ProtectedJob = Shapes::StructureShape.new(name: 'ProtectedJob')
|
417
439
|
ProtectedJobAnalysisType = Shapes::StringShape.new(name: 'ProtectedJobAnalysisType')
|
440
|
+
ProtectedJobComputeConfiguration = Shapes::UnionShape.new(name: 'ProtectedJobComputeConfiguration')
|
418
441
|
ProtectedJobConfigurationDetails = Shapes::UnionShape.new(name: 'ProtectedJobConfigurationDetails')
|
419
442
|
ProtectedJobDirectAnalysisConfigurationDetails = Shapes::StructureShape.new(name: 'ProtectedJobDirectAnalysisConfigurationDetails')
|
420
443
|
ProtectedJobError = Shapes::StructureShape.new(name: 'ProtectedJobError')
|
@@ -443,6 +466,9 @@ module Aws::CleanRooms
|
|
443
466
|
ProtectedJobSummary = Shapes::StructureShape.new(name: 'ProtectedJobSummary')
|
444
467
|
ProtectedJobSummaryList = Shapes::ListShape.new(name: 'ProtectedJobSummaryList')
|
445
468
|
ProtectedJobType = Shapes::StringShape.new(name: 'ProtectedJobType')
|
469
|
+
ProtectedJobWorkerComputeConfiguration = Shapes::StructureShape.new(name: 'ProtectedJobWorkerComputeConfiguration')
|
470
|
+
ProtectedJobWorkerComputeConfigurationNumberInteger = Shapes::IntegerShape.new(name: 'ProtectedJobWorkerComputeConfigurationNumberInteger')
|
471
|
+
ProtectedJobWorkerComputeType = Shapes::StringShape.new(name: 'ProtectedJobWorkerComputeType')
|
446
472
|
ProtectedQuery = Shapes::StructureShape.new(name: 'ProtectedQuery')
|
447
473
|
ProtectedQueryDistributeOutput = Shapes::StructureShape.new(name: 'ProtectedQueryDistributeOutput')
|
448
474
|
ProtectedQueryDistributeOutputConfiguration = Shapes::StructureShape.new(name: 'ProtectedQueryDistributeOutputConfiguration')
|
@@ -756,6 +782,8 @@ module Aws::CleanRooms
|
|
756
782
|
AthenaTableReference.add_member(:table_name, Shapes::ShapeRef.new(shape: AthenaTableName, required: true, location_name: "tableName"))
|
757
783
|
AthenaTableReference.struct_class = Types::AthenaTableReference
|
758
784
|
|
785
|
+
AutoApprovedChangeTypeList.member = Shapes::ShapeRef.new(shape: AutoApprovedChangeType)
|
786
|
+
|
759
787
|
BatchGetCollaborationAnalysisTemplateError.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
|
760
788
|
BatchGetCollaborationAnalysisTemplateError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
761
789
|
BatchGetCollaborationAnalysisTemplateError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -808,6 +836,27 @@ module Aws::CleanRooms
|
|
808
836
|
BilledResourceUtilization.add_member(:units, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "units"))
|
809
837
|
BilledResourceUtilization.struct_class = Types::BilledResourceUtilization
|
810
838
|
|
839
|
+
Change.add_member(:specification_type, Shapes::ShapeRef.new(shape: ChangeSpecificationType, required: true, location_name: "specificationType"))
|
840
|
+
Change.add_member(:specification, Shapes::ShapeRef.new(shape: ChangeSpecification, required: true, location_name: "specification"))
|
841
|
+
Change.add_member(:types, Shapes::ShapeRef.new(shape: ChangeTypeList, required: true, location_name: "types"))
|
842
|
+
Change.struct_class = Types::Change
|
843
|
+
|
844
|
+
ChangeInput.add_member(:specification_type, Shapes::ShapeRef.new(shape: ChangeSpecificationType, required: true, location_name: "specificationType"))
|
845
|
+
ChangeInput.add_member(:specification, Shapes::ShapeRef.new(shape: ChangeSpecification, required: true, location_name: "specification"))
|
846
|
+
ChangeInput.struct_class = Types::ChangeInput
|
847
|
+
|
848
|
+
ChangeInputList.member = Shapes::ShapeRef.new(shape: ChangeInput)
|
849
|
+
|
850
|
+
ChangeList.member = Shapes::ShapeRef.new(shape: Change)
|
851
|
+
|
852
|
+
ChangeSpecification.add_member(:member, Shapes::ShapeRef.new(shape: MemberChangeSpecification, location_name: "member"))
|
853
|
+
ChangeSpecification.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
854
|
+
ChangeSpecification.add_member_subclass(:member, Types::ChangeSpecification::Member)
|
855
|
+
ChangeSpecification.add_member_subclass(:unknown, Types::ChangeSpecification::Unknown)
|
856
|
+
ChangeSpecification.struct_class = Types::ChangeSpecification
|
857
|
+
|
858
|
+
ChangeTypeList.member = Shapes::ShapeRef.new(shape: ChangeType)
|
859
|
+
|
811
860
|
Collaboration.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
812
861
|
Collaboration.add_member(:arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "arn"))
|
813
862
|
Collaboration.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
|
@@ -823,6 +872,7 @@ module Aws::CleanRooms
|
|
823
872
|
Collaboration.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
824
873
|
Collaboration.add_member(:job_log_status, Shapes::ShapeRef.new(shape: CollaborationJobLogStatus, location_name: "jobLogStatus"))
|
825
874
|
Collaboration.add_member(:analytics_engine, Shapes::ShapeRef.new(shape: AnalyticsEngine, location_name: "analyticsEngine"))
|
875
|
+
Collaboration.add_member(:auto_approved_change_types, Shapes::ShapeRef.new(shape: AutoApprovedChangeTypeList, location_name: "autoApprovedChangeTypes"))
|
826
876
|
Collaboration.struct_class = Types::Collaboration
|
827
877
|
|
828
878
|
CollaborationAnalysisTemplate.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
|
@@ -858,6 +908,26 @@ module Aws::CleanRooms
|
|
858
908
|
|
859
909
|
CollaborationAnalysisTemplateSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateSummary)
|
860
910
|
|
911
|
+
CollaborationChangeRequest.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
912
|
+
CollaborationChangeRequest.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
|
913
|
+
CollaborationChangeRequest.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
914
|
+
CollaborationChangeRequest.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
915
|
+
CollaborationChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: ChangeRequestStatus, required: true, location_name: "status"))
|
916
|
+
CollaborationChangeRequest.add_member(:is_auto_approved, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isAutoApproved"))
|
917
|
+
CollaborationChangeRequest.add_member(:changes, Shapes::ShapeRef.new(shape: ChangeList, required: true, location_name: "changes"))
|
918
|
+
CollaborationChangeRequest.struct_class = Types::CollaborationChangeRequest
|
919
|
+
|
920
|
+
CollaborationChangeRequestSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
921
|
+
CollaborationChangeRequestSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
|
922
|
+
CollaborationChangeRequestSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
923
|
+
CollaborationChangeRequestSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
924
|
+
CollaborationChangeRequestSummary.add_member(:status, Shapes::ShapeRef.new(shape: ChangeRequestStatus, required: true, location_name: "status"))
|
925
|
+
CollaborationChangeRequestSummary.add_member(:is_auto_approved, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isAutoApproved"))
|
926
|
+
CollaborationChangeRequestSummary.add_member(:changes, Shapes::ShapeRef.new(shape: ChangeList, required: true, location_name: "changes"))
|
927
|
+
CollaborationChangeRequestSummary.struct_class = Types::CollaborationChangeRequestSummary
|
928
|
+
|
929
|
+
CollaborationChangeRequestSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationChangeRequestSummary)
|
930
|
+
|
861
931
|
CollaborationConfiguredAudienceModelAssociation.add_member(:id, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelAssociationIdentifier, required: true, location_name: "id"))
|
862
932
|
CollaborationConfiguredAudienceModelAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelAssociationArn, required: true, location_name: "arn"))
|
863
933
|
CollaborationConfiguredAudienceModelAssociation.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
|
@@ -1202,6 +1272,13 @@ module Aws::CleanRooms
|
|
1202
1272
|
CreateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
|
1203
1273
|
CreateAnalysisTemplateOutput.struct_class = Types::CreateAnalysisTemplateOutput
|
1204
1274
|
|
1275
|
+
CreateCollaborationChangeRequestInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1276
|
+
CreateCollaborationChangeRequestInput.add_member(:changes, Shapes::ShapeRef.new(shape: ChangeInputList, required: true, location_name: "changes"))
|
1277
|
+
CreateCollaborationChangeRequestInput.struct_class = Types::CreateCollaborationChangeRequestInput
|
1278
|
+
|
1279
|
+
CreateCollaborationChangeRequestOutput.add_member(:collaboration_change_request, Shapes::ShapeRef.new(shape: CollaborationChangeRequest, required: true, location_name: "collaborationChangeRequest"))
|
1280
|
+
CreateCollaborationChangeRequestOutput.struct_class = Types::CreateCollaborationChangeRequestOutput
|
1281
|
+
|
1205
1282
|
CreateCollaborationInput.add_member(:members, Shapes::ShapeRef.new(shape: MemberList, required: true, location_name: "members"))
|
1206
1283
|
CreateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
|
1207
1284
|
CreateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, required: true, location_name: "description"))
|
@@ -1214,6 +1291,7 @@ module Aws::CleanRooms
|
|
1214
1291
|
CreateCollaborationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1215
1292
|
CreateCollaborationInput.add_member(:creator_payment_configuration, Shapes::ShapeRef.new(shape: PaymentConfiguration, location_name: "creatorPaymentConfiguration"))
|
1216
1293
|
CreateCollaborationInput.add_member(:analytics_engine, Shapes::ShapeRef.new(shape: AnalyticsEngine, location_name: "analyticsEngine"))
|
1294
|
+
CreateCollaborationInput.add_member(:auto_approved_change_request_types, Shapes::ShapeRef.new(shape: AutoApprovedChangeTypeList, location_name: "autoApprovedChangeRequestTypes"))
|
1217
1295
|
CreateCollaborationInput.struct_class = Types::CreateCollaborationInput
|
1218
1296
|
|
1219
1297
|
CreateCollaborationOutput.add_member(:collaboration, Shapes::ShapeRef.new(shape: Collaboration, required: true, location_name: "collaboration"))
|
@@ -1468,6 +1546,13 @@ module Aws::CleanRooms
|
|
1468
1546
|
GetCollaborationAnalysisTemplateOutput.add_member(:collaboration_analysis_template, Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplate, required: true, location_name: "collaborationAnalysisTemplate"))
|
1469
1547
|
GetCollaborationAnalysisTemplateOutput.struct_class = Types::GetCollaborationAnalysisTemplateOutput
|
1470
1548
|
|
1549
|
+
GetCollaborationChangeRequestInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1550
|
+
GetCollaborationChangeRequestInput.add_member(:change_request_identifier, Shapes::ShapeRef.new(shape: CollaborationChangeRequestIdentifier, required: true, location: "uri", location_name: "changeRequestIdentifier"))
|
1551
|
+
GetCollaborationChangeRequestInput.struct_class = Types::GetCollaborationChangeRequestInput
|
1552
|
+
|
1553
|
+
GetCollaborationChangeRequestOutput.add_member(:collaboration_change_request, Shapes::ShapeRef.new(shape: CollaborationChangeRequest, required: true, location_name: "collaborationChangeRequest"))
|
1554
|
+
GetCollaborationChangeRequestOutput.struct_class = Types::GetCollaborationChangeRequestOutput
|
1555
|
+
|
1471
1556
|
GetCollaborationConfiguredAudienceModelAssociationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1472
1557
|
GetCollaborationConfiguredAudienceModelAssociationInput.add_member(:configured_audience_model_association_identifier, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelAssociationIdentifier, required: true, location: "uri", location_name: "configuredAudienceModelAssociationIdentifier"))
|
1473
1558
|
GetCollaborationConfiguredAudienceModelAssociationInput.struct_class = Types::GetCollaborationConfiguredAudienceModelAssociationInput
|
@@ -1714,6 +1799,16 @@ module Aws::CleanRooms
|
|
1714
1799
|
ListCollaborationAnalysisTemplatesOutput.add_member(:collaboration_analysis_template_summaries, Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateSummaryList, required: true, location_name: "collaborationAnalysisTemplateSummaries"))
|
1715
1800
|
ListCollaborationAnalysisTemplatesOutput.struct_class = Types::ListCollaborationAnalysisTemplatesOutput
|
1716
1801
|
|
1802
|
+
ListCollaborationChangeRequestsInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1803
|
+
ListCollaborationChangeRequestsInput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeRequestStatus, location: "querystring", location_name: "status"))
|
1804
|
+
ListCollaborationChangeRequestsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
1805
|
+
ListCollaborationChangeRequestsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1806
|
+
ListCollaborationChangeRequestsInput.struct_class = Types::ListCollaborationChangeRequestsInput
|
1807
|
+
|
1808
|
+
ListCollaborationChangeRequestsOutput.add_member(:collaboration_change_request_summaries, Shapes::ShapeRef.new(shape: CollaborationChangeRequestSummaryList, required: true, location_name: "collaborationChangeRequestSummaries"))
|
1809
|
+
ListCollaborationChangeRequestsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1810
|
+
ListCollaborationChangeRequestsOutput.struct_class = Types::ListCollaborationChangeRequestsOutput
|
1811
|
+
|
1717
1812
|
ListCollaborationConfiguredAudienceModelAssociationsInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1718
1813
|
ListCollaborationConfiguredAudienceModelAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
1719
1814
|
ListCollaborationConfiguredAudienceModelAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -1886,6 +1981,11 @@ module Aws::CleanRooms
|
|
1886
1981
|
|
1887
1982
|
MemberAbilities.member = Shapes::ShapeRef.new(shape: MemberAbility)
|
1888
1983
|
|
1984
|
+
MemberChangeSpecification.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
1985
|
+
MemberChangeSpecification.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
|
1986
|
+
MemberChangeSpecification.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "displayName"))
|
1987
|
+
MemberChangeSpecification.struct_class = Types::MemberChangeSpecification
|
1988
|
+
|
1889
1989
|
MemberList.member = Shapes::ShapeRef.new(shape: MemberSpecification)
|
1890
1990
|
|
1891
1991
|
MemberSpecification.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
@@ -2101,8 +2201,15 @@ module Aws::CleanRooms
|
|
2101
2201
|
ProtectedJob.add_member(:statistics, Shapes::ShapeRef.new(shape: ProtectedJobStatistics, location_name: "statistics"))
|
2102
2202
|
ProtectedJob.add_member(:result, Shapes::ShapeRef.new(shape: ProtectedJobResult, location_name: "result"))
|
2103
2203
|
ProtectedJob.add_member(:error, Shapes::ShapeRef.new(shape: ProtectedJobError, location_name: "error"))
|
2204
|
+
ProtectedJob.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ProtectedJobComputeConfiguration, location_name: "computeConfiguration"))
|
2104
2205
|
ProtectedJob.struct_class = Types::ProtectedJob
|
2105
2206
|
|
2207
|
+
ProtectedJobComputeConfiguration.add_member(:worker, Shapes::ShapeRef.new(shape: ProtectedJobWorkerComputeConfiguration, location_name: "worker"))
|
2208
|
+
ProtectedJobComputeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2209
|
+
ProtectedJobComputeConfiguration.add_member_subclass(:worker, Types::ProtectedJobComputeConfiguration::Worker)
|
2210
|
+
ProtectedJobComputeConfiguration.add_member_subclass(:unknown, Types::ProtectedJobComputeConfiguration::Unknown)
|
2211
|
+
ProtectedJobComputeConfiguration.struct_class = Types::ProtectedJobComputeConfiguration
|
2212
|
+
|
2106
2213
|
ProtectedJobConfigurationDetails.add_member(:direct_analysis_configuration_details, Shapes::ShapeRef.new(shape: ProtectedJobDirectAnalysisConfigurationDetails, location_name: "directAnalysisConfigurationDetails"))
|
2107
2214
|
ProtectedJobConfigurationDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2108
2215
|
ProtectedJobConfigurationDetails.add_member_subclass(:direct_analysis_configuration_details, Types::ProtectedJobConfigurationDetails::DirectAnalysisConfigurationDetails)
|
@@ -2194,6 +2301,10 @@ module Aws::CleanRooms
|
|
2194
2301
|
|
2195
2302
|
ProtectedJobSummaryList.member = Shapes::ShapeRef.new(shape: ProtectedJobSummary)
|
2196
2303
|
|
2304
|
+
ProtectedJobWorkerComputeConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedJobWorkerComputeType, required: true, location_name: "type"))
|
2305
|
+
ProtectedJobWorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: ProtectedJobWorkerComputeConfigurationNumberInteger, required: true, location_name: "number"))
|
2306
|
+
ProtectedJobWorkerComputeConfiguration.struct_class = Types::ProtectedJobWorkerComputeConfiguration
|
2307
|
+
|
2197
2308
|
ProtectedQuery.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
2198
2309
|
ProtectedQuery.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
|
2199
2310
|
ProtectedQuery.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
|
@@ -2421,6 +2532,7 @@ module Aws::CleanRooms
|
|
2421
2532
|
StartProtectedJobInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2422
2533
|
StartProtectedJobInput.add_member(:job_parameters, Shapes::ShapeRef.new(shape: ProtectedJobParameters, required: true, location_name: "jobParameters"))
|
2423
2534
|
StartProtectedJobInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ProtectedJobResultConfigurationInput, location_name: "resultConfiguration"))
|
2535
|
+
StartProtectedJobInput.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ProtectedJobComputeConfiguration, location_name: "computeConfiguration"))
|
2424
2536
|
StartProtectedJobInput.struct_class = Types::StartProtectedJobInput
|
2425
2537
|
|
2426
2538
|
StartProtectedJobOutput.add_member(:protected_job, Shapes::ShapeRef.new(shape: ProtectedJob, required: true, location_name: "protectedJob"))
|
@@ -2687,6 +2799,21 @@ module Aws::CleanRooms
|
|
2687
2799
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2688
2800
|
end)
|
2689
2801
|
|
2802
|
+
api.add_operation(:create_collaboration_change_request, Seahorse::Model::Operation.new.tap do |o|
|
2803
|
+
o.name = "CreateCollaborationChangeRequest"
|
2804
|
+
o.http_method = "POST"
|
2805
|
+
o.http_request_uri = "/collaborations/{collaborationIdentifier}/changeRequests"
|
2806
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCollaborationChangeRequestInput)
|
2807
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCollaborationChangeRequestOutput)
|
2808
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2809
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2810
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2811
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2812
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2813
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2814
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2815
|
+
end)
|
2816
|
+
|
2690
2817
|
api.add_operation(:create_configured_audience_model_association, Seahorse::Model::Operation.new.tap do |o|
|
2691
2818
|
o.name = "CreateConfiguredAudienceModelAssociation"
|
2692
2819
|
o.http_method = "POST"
|
@@ -3019,6 +3146,19 @@ module Aws::CleanRooms
|
|
3019
3146
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3020
3147
|
end)
|
3021
3148
|
|
3149
|
+
api.add_operation(:get_collaboration_change_request, Seahorse::Model::Operation.new.tap do |o|
|
3150
|
+
o.name = "GetCollaborationChangeRequest"
|
3151
|
+
o.http_method = "GET"
|
3152
|
+
o.http_request_uri = "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}"
|
3153
|
+
o.input = Shapes::ShapeRef.new(shape: GetCollaborationChangeRequestInput)
|
3154
|
+
o.output = Shapes::ShapeRef.new(shape: GetCollaborationChangeRequestOutput)
|
3155
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3159
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3160
|
+
end)
|
3161
|
+
|
3022
3162
|
api.add_operation(:get_collaboration_configured_audience_model_association, Seahorse::Model::Operation.new.tap do |o|
|
3023
3163
|
o.name = "GetCollaborationConfiguredAudienceModelAssociation"
|
3024
3164
|
o.http_method = "GET"
|
@@ -3265,6 +3405,25 @@ module Aws::CleanRooms
|
|
3265
3405
|
)
|
3266
3406
|
end)
|
3267
3407
|
|
3408
|
+
api.add_operation(:list_collaboration_change_requests, Seahorse::Model::Operation.new.tap do |o|
|
3409
|
+
o.name = "ListCollaborationChangeRequests"
|
3410
|
+
o.http_method = "GET"
|
3411
|
+
o.http_request_uri = "/collaborations/{collaborationIdentifier}/changeRequests"
|
3412
|
+
o.input = Shapes::ShapeRef.new(shape: ListCollaborationChangeRequestsInput)
|
3413
|
+
o.output = Shapes::ShapeRef.new(shape: ListCollaborationChangeRequestsOutput)
|
3414
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3415
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3416
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3417
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3418
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3419
|
+
o[:pager] = Aws::Pager.new(
|
3420
|
+
limit_key: "max_results",
|
3421
|
+
tokens: {
|
3422
|
+
"next_token" => "next_token"
|
3423
|
+
}
|
3424
|
+
)
|
3425
|
+
end)
|
3426
|
+
|
3268
3427
|
api.add_operation(:list_collaboration_configured_audience_model_associations, Seahorse::Model::Operation.new.tap do |o|
|
3269
3428
|
o.name = "ListCollaborationConfiguredAudienceModelAssociations"
|
3270
3429
|
o.http_method = "GET"
|