aws-sdk-cleanrooms 1.40.0 → 1.41.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +562 -32
- data/lib/aws-sdk-cleanrooms/client_api.rb +394 -1
- data/lib/aws-sdk-cleanrooms/types.rb +1296 -147
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +118 -7
- data/sig/types.rbs +377 -17
- metadata +2 -2
@@ -51,10 +51,15 @@ module Aws::CleanRooms
|
|
51
51
|
AnalysisRuleTypeList = Shapes::ListShape.new(name: 'AnalysisRuleTypeList')
|
52
52
|
AnalysisSchema = Shapes::StructureShape.new(name: 'AnalysisSchema')
|
53
53
|
AnalysisSource = Shapes::UnionShape.new(name: 'AnalysisSource')
|
54
|
+
AnalysisSourceMetadata = Shapes::UnionShape.new(name: 'AnalysisSourceMetadata')
|
54
55
|
AnalysisTemplate = Shapes::StructureShape.new(name: 'AnalysisTemplate')
|
55
56
|
AnalysisTemplateArn = Shapes::StringShape.new(name: 'AnalysisTemplateArn')
|
56
57
|
AnalysisTemplateArnList = Shapes::ListShape.new(name: 'AnalysisTemplateArnList')
|
57
58
|
AnalysisTemplateArnOrQueryWildcard = Shapes::StringShape.new(name: 'AnalysisTemplateArnOrQueryWildcard')
|
59
|
+
AnalysisTemplateArtifact = Shapes::StructureShape.new(name: 'AnalysisTemplateArtifact')
|
60
|
+
AnalysisTemplateArtifactList = Shapes::ListShape.new(name: 'AnalysisTemplateArtifactList')
|
61
|
+
AnalysisTemplateArtifactMetadata = Shapes::StructureShape.new(name: 'AnalysisTemplateArtifactMetadata')
|
62
|
+
AnalysisTemplateArtifacts = Shapes::StructureShape.new(name: 'AnalysisTemplateArtifacts')
|
58
63
|
AnalysisTemplateIdentifier = Shapes::StringShape.new(name: 'AnalysisTemplateIdentifier')
|
59
64
|
AnalysisTemplateSummary = Shapes::StructureShape.new(name: 'AnalysisTemplateSummary')
|
60
65
|
AnalysisTemplateSummaryList = Shapes::ListShape.new(name: 'AnalysisTemplateSummaryList')
|
@@ -84,6 +89,7 @@ module Aws::CleanRooms
|
|
84
89
|
BatchGetSchemaErrorList = Shapes::ListShape.new(name: 'BatchGetSchemaErrorList')
|
85
90
|
BatchGetSchemaInput = Shapes::StructureShape.new(name: 'BatchGetSchemaInput')
|
86
91
|
BatchGetSchemaOutput = Shapes::StructureShape.new(name: 'BatchGetSchemaOutput')
|
92
|
+
BilledJobResourceUtilization = Shapes::StructureShape.new(name: 'BilledJobResourceUtilization')
|
87
93
|
BilledResourceUtilization = Shapes::StructureShape.new(name: 'BilledResourceUtilization')
|
88
94
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
89
95
|
CleanroomsArn = Shapes::StringShape.new(name: 'CleanroomsArn')
|
@@ -101,6 +107,7 @@ module Aws::CleanRooms
|
|
101
107
|
CollaborationIdNamespaceAssociationSummary = Shapes::StructureShape.new(name: 'CollaborationIdNamespaceAssociationSummary')
|
102
108
|
CollaborationIdNamespaceAssociationSummaryList = Shapes::ListShape.new(name: 'CollaborationIdNamespaceAssociationSummaryList')
|
103
109
|
CollaborationIdentifier = Shapes::StringShape.new(name: 'CollaborationIdentifier')
|
110
|
+
CollaborationJobLogStatus = Shapes::StringShape.new(name: 'CollaborationJobLogStatus')
|
104
111
|
CollaborationName = Shapes::StringShape.new(name: 'CollaborationName')
|
105
112
|
CollaborationPrivacyBudgetSummary = Shapes::StructureShape.new(name: 'CollaborationPrivacyBudgetSummary')
|
106
113
|
CollaborationPrivacyBudgetSummaryList = Shapes::ListShape.new(name: 'CollaborationPrivacyBudgetSummaryList')
|
@@ -148,6 +155,15 @@ module Aws::CleanRooms
|
|
148
155
|
ConfiguredTableSummaryList = Shapes::ListShape.new(name: 'ConfiguredTableSummaryList')
|
149
156
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
150
157
|
ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
|
158
|
+
ConsolidatedPolicy = Shapes::UnionShape.new(name: 'ConsolidatedPolicy')
|
159
|
+
ConsolidatedPolicyAggregation = Shapes::StructureShape.new(name: 'ConsolidatedPolicyAggregation')
|
160
|
+
ConsolidatedPolicyAggregationAggregateColumnsList = Shapes::ListShape.new(name: 'ConsolidatedPolicyAggregationAggregateColumnsList')
|
161
|
+
ConsolidatedPolicyCustom = Shapes::StructureShape.new(name: 'ConsolidatedPolicyCustom')
|
162
|
+
ConsolidatedPolicyCustomAllowedAnalysesList = Shapes::ListShape.new(name: 'ConsolidatedPolicyCustomAllowedAnalysesList')
|
163
|
+
ConsolidatedPolicyCustomAllowedAnalysisProvidersList = Shapes::ListShape.new(name: 'ConsolidatedPolicyCustomAllowedAnalysisProvidersList')
|
164
|
+
ConsolidatedPolicyList = Shapes::StructureShape.new(name: 'ConsolidatedPolicyList')
|
165
|
+
ConsolidatedPolicyListJoinColumnsList = Shapes::ListShape.new(name: 'ConsolidatedPolicyListJoinColumnsList')
|
166
|
+
ConsolidatedPolicyV1 = Shapes::UnionShape.new(name: 'ConsolidatedPolicyV1')
|
151
167
|
CreateAnalysisTemplateInput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateInput')
|
152
168
|
CreateAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateOutput')
|
153
169
|
CreateCollaborationInput = Shapes::StructureShape.new(name: 'CreateCollaborationInput')
|
@@ -257,6 +273,8 @@ module Aws::CleanRooms
|
|
257
273
|
GetMembershipOutput = Shapes::StructureShape.new(name: 'GetMembershipOutput')
|
258
274
|
GetPrivacyBudgetTemplateInput = Shapes::StructureShape.new(name: 'GetPrivacyBudgetTemplateInput')
|
259
275
|
GetPrivacyBudgetTemplateOutput = Shapes::StructureShape.new(name: 'GetPrivacyBudgetTemplateOutput')
|
276
|
+
GetProtectedJobInput = Shapes::StructureShape.new(name: 'GetProtectedJobInput')
|
277
|
+
GetProtectedJobOutput = Shapes::StructureShape.new(name: 'GetProtectedJobOutput')
|
260
278
|
GetProtectedQueryInput = Shapes::StructureShape.new(name: 'GetProtectedQueryInput')
|
261
279
|
GetProtectedQueryOutput = Shapes::StructureShape.new(name: 'GetProtectedQueryOutput')
|
262
280
|
GetSchemaAnalysisRuleInput = Shapes::StructureShape.new(name: 'GetSchemaAnalysisRuleInput')
|
@@ -266,6 +284,8 @@ module Aws::CleanRooms
|
|
266
284
|
GlueDatabaseName = Shapes::StringShape.new(name: 'GlueDatabaseName')
|
267
285
|
GlueTableName = Shapes::StringShape.new(name: 'GlueTableName')
|
268
286
|
GlueTableReference = Shapes::StructureShape.new(name: 'GlueTableReference')
|
287
|
+
Hash = Shapes::StructureShape.new(name: 'Hash')
|
288
|
+
HashList = Shapes::ListShape.new(name: 'HashList')
|
269
289
|
IdMappingConfig = Shapes::StructureShape.new(name: 'IdMappingConfig')
|
270
290
|
IdMappingTable = Shapes::StructureShape.new(name: 'IdMappingTable')
|
271
291
|
IdMappingTableArn = Shapes::StringShape.new(name: 'IdMappingTableArn')
|
@@ -289,6 +309,7 @@ module Aws::CleanRooms
|
|
289
309
|
IdNamespaceAssociationSummaryList = Shapes::ListShape.new(name: 'IdNamespaceAssociationSummaryList')
|
290
310
|
IdNamespaceType = Shapes::StringShape.new(name: 'IdNamespaceType')
|
291
311
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
312
|
+
JobComputePaymentConfig = Shapes::StructureShape.new(name: 'JobComputePaymentConfig')
|
292
313
|
JoinOperator = Shapes::StringShape.new(name: 'JoinOperator')
|
293
314
|
JoinOperatorsList = Shapes::ListShape.new(name: 'JoinOperatorsList')
|
294
315
|
JoinRequiredOption = Shapes::StringShape.new(name: 'JoinRequiredOption')
|
@@ -326,6 +347,8 @@ module Aws::CleanRooms
|
|
326
347
|
ListPrivacyBudgetTemplatesOutput = Shapes::StructureShape.new(name: 'ListPrivacyBudgetTemplatesOutput')
|
327
348
|
ListPrivacyBudgetsInput = Shapes::StructureShape.new(name: 'ListPrivacyBudgetsInput')
|
328
349
|
ListPrivacyBudgetsOutput = Shapes::StructureShape.new(name: 'ListPrivacyBudgetsOutput')
|
350
|
+
ListProtectedJobsInput = Shapes::StructureShape.new(name: 'ListProtectedJobsInput')
|
351
|
+
ListProtectedJobsOutput = Shapes::StructureShape.new(name: 'ListProtectedJobsOutput')
|
329
352
|
ListProtectedQueriesInput = Shapes::StructureShape.new(name: 'ListProtectedQueriesInput')
|
330
353
|
ListProtectedQueriesOutput = Shapes::StructureShape.new(name: 'ListProtectedQueriesOutput')
|
331
354
|
ListSchemasInput = Shapes::StructureShape.new(name: 'ListSchemasInput')
|
@@ -346,10 +369,14 @@ module Aws::CleanRooms
|
|
346
369
|
Membership = Shapes::StructureShape.new(name: 'Membership')
|
347
370
|
MembershipArn = Shapes::StringShape.new(name: 'MembershipArn')
|
348
371
|
MembershipIdentifier = Shapes::StringShape.new(name: 'MembershipIdentifier')
|
372
|
+
MembershipJobComputePaymentConfig = Shapes::StructureShape.new(name: 'MembershipJobComputePaymentConfig')
|
373
|
+
MembershipJobLogStatus = Shapes::StringShape.new(name: 'MembershipJobLogStatus')
|
349
374
|
MembershipMLPaymentConfig = Shapes::StructureShape.new(name: 'MembershipMLPaymentConfig')
|
350
375
|
MembershipModelInferencePaymentConfig = Shapes::StructureShape.new(name: 'MembershipModelInferencePaymentConfig')
|
351
376
|
MembershipModelTrainingPaymentConfig = Shapes::StructureShape.new(name: 'MembershipModelTrainingPaymentConfig')
|
352
377
|
MembershipPaymentConfiguration = Shapes::StructureShape.new(name: 'MembershipPaymentConfiguration')
|
378
|
+
MembershipProtectedJobOutputConfiguration = Shapes::UnionShape.new(name: 'MembershipProtectedJobOutputConfiguration')
|
379
|
+
MembershipProtectedJobResultConfiguration = Shapes::StructureShape.new(name: 'MembershipProtectedJobResultConfiguration')
|
353
380
|
MembershipProtectedQueryOutputConfiguration = Shapes::UnionShape.new(name: 'MembershipProtectedQueryOutputConfiguration')
|
354
381
|
MembershipProtectedQueryResultConfiguration = Shapes::StructureShape.new(name: 'MembershipProtectedQueryResultConfiguration')
|
355
382
|
MembershipQueryComputePaymentConfig = Shapes::StructureShape.new(name: 'MembershipQueryComputePaymentConfig')
|
@@ -384,6 +411,36 @@ module Aws::CleanRooms
|
|
384
411
|
PrivacyBudgetTemplateUpdateParameters = Shapes::UnionShape.new(name: 'PrivacyBudgetTemplateUpdateParameters')
|
385
412
|
PrivacyBudgetType = Shapes::StringShape.new(name: 'PrivacyBudgetType')
|
386
413
|
PrivacyImpact = Shapes::UnionShape.new(name: 'PrivacyImpact')
|
414
|
+
ProtectedJob = Shapes::StructureShape.new(name: 'ProtectedJob')
|
415
|
+
ProtectedJobAnalysisType = Shapes::StringShape.new(name: 'ProtectedJobAnalysisType')
|
416
|
+
ProtectedJobConfigurationDetails = Shapes::UnionShape.new(name: 'ProtectedJobConfigurationDetails')
|
417
|
+
ProtectedJobDirectAnalysisConfigurationDetails = Shapes::StructureShape.new(name: 'ProtectedJobDirectAnalysisConfigurationDetails')
|
418
|
+
ProtectedJobError = Shapes::StructureShape.new(name: 'ProtectedJobError')
|
419
|
+
ProtectedJobIdentifier = Shapes::StringShape.new(name: 'ProtectedJobIdentifier')
|
420
|
+
ProtectedJobMemberOutputConfigurationInput = Shapes::StructureShape.new(name: 'ProtectedJobMemberOutputConfigurationInput')
|
421
|
+
ProtectedJobMemberOutputConfigurationOutput = Shapes::StructureShape.new(name: 'ProtectedJobMemberOutputConfigurationOutput')
|
422
|
+
ProtectedJobMemberOutputList = Shapes::ListShape.new(name: 'ProtectedJobMemberOutputList')
|
423
|
+
ProtectedJobOutput = Shapes::UnionShape.new(name: 'ProtectedJobOutput')
|
424
|
+
ProtectedJobOutputConfigurationInput = Shapes::UnionShape.new(name: 'ProtectedJobOutputConfigurationInput')
|
425
|
+
ProtectedJobOutputConfigurationOutput = Shapes::UnionShape.new(name: 'ProtectedJobOutputConfigurationOutput')
|
426
|
+
ProtectedJobParameters = Shapes::StructureShape.new(name: 'ProtectedJobParameters')
|
427
|
+
ProtectedJobReceiverAccountIds = Shapes::ListShape.new(name: 'ProtectedJobReceiverAccountIds')
|
428
|
+
ProtectedJobReceiverConfiguration = Shapes::StructureShape.new(name: 'ProtectedJobReceiverConfiguration')
|
429
|
+
ProtectedJobReceiverConfigurations = Shapes::ListShape.new(name: 'ProtectedJobReceiverConfigurations')
|
430
|
+
ProtectedJobResult = Shapes::StructureShape.new(name: 'ProtectedJobResult')
|
431
|
+
ProtectedJobResultConfigurationInput = Shapes::StructureShape.new(name: 'ProtectedJobResultConfigurationInput')
|
432
|
+
ProtectedJobResultConfigurationOutput = Shapes::StructureShape.new(name: 'ProtectedJobResultConfigurationOutput')
|
433
|
+
ProtectedJobS3Output = Shapes::StructureShape.new(name: 'ProtectedJobS3Output')
|
434
|
+
ProtectedJobS3OutputConfigurationInput = Shapes::StructureShape.new(name: 'ProtectedJobS3OutputConfigurationInput')
|
435
|
+
ProtectedJobS3OutputConfigurationInputBucketString = Shapes::StringShape.new(name: 'ProtectedJobS3OutputConfigurationInputBucketString')
|
436
|
+
ProtectedJobS3OutputConfigurationOutput = Shapes::StructureShape.new(name: 'ProtectedJobS3OutputConfigurationOutput')
|
437
|
+
ProtectedJobS3OutputConfigurationOutputBucketString = Shapes::StringShape.new(name: 'ProtectedJobS3OutputConfigurationOutputBucketString')
|
438
|
+
ProtectedJobSingleMemberOutput = Shapes::StructureShape.new(name: 'ProtectedJobSingleMemberOutput')
|
439
|
+
ProtectedJobStatistics = Shapes::StructureShape.new(name: 'ProtectedJobStatistics')
|
440
|
+
ProtectedJobStatus = Shapes::StringShape.new(name: 'ProtectedJobStatus')
|
441
|
+
ProtectedJobSummary = Shapes::StructureShape.new(name: 'ProtectedJobSummary')
|
442
|
+
ProtectedJobSummaryList = Shapes::ListShape.new(name: 'ProtectedJobSummaryList')
|
443
|
+
ProtectedJobType = Shapes::StringShape.new(name: 'ProtectedJobType')
|
387
444
|
ProtectedQuery = Shapes::StructureShape.new(name: 'ProtectedQuery')
|
388
445
|
ProtectedQueryError = Shapes::StructureShape.new(name: 'ProtectedQueryError')
|
389
446
|
ProtectedQueryIdentifier = Shapes::StringShape.new(name: 'ProtectedQueryIdentifier')
|
@@ -418,6 +475,9 @@ module Aws::CleanRooms
|
|
418
475
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
419
476
|
ResultFormat = Shapes::StringShape.new(name: 'ResultFormat')
|
420
477
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
478
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
479
|
+
S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
|
480
|
+
S3LocationKeyString = Shapes::StringShape.new(name: 'S3LocationKeyString')
|
421
481
|
ScalarFunctions = Shapes::StringShape.new(name: 'ScalarFunctions')
|
422
482
|
ScalarFunctionsList = Shapes::ListShape.new(name: 'ScalarFunctionsList')
|
423
483
|
Schema = Shapes::StructureShape.new(name: 'Schema')
|
@@ -438,6 +498,8 @@ module Aws::CleanRooms
|
|
438
498
|
SchemaType = Shapes::StringShape.new(name: 'SchemaType')
|
439
499
|
SchemaTypeProperties = Shapes::UnionShape.new(name: 'SchemaTypeProperties')
|
440
500
|
SecretsManagerArn = Shapes::StringShape.new(name: 'SecretsManagerArn')
|
501
|
+
SelectedAnalysisMethod = Shapes::StringShape.new(name: 'SelectedAnalysisMethod')
|
502
|
+
SelectedAnalysisMethods = Shapes::ListShape.new(name: 'SelectedAnalysisMethods')
|
441
503
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
442
504
|
SnowflakeAccountIdentifier = Shapes::StringShape.new(name: 'SnowflakeAccountIdentifier')
|
443
505
|
SnowflakeDatabaseName = Shapes::StringShape.new(name: 'SnowflakeDatabaseName')
|
@@ -447,6 +509,8 @@ module Aws::CleanRooms
|
|
447
509
|
SnowflakeTableSchema = Shapes::UnionShape.new(name: 'SnowflakeTableSchema')
|
448
510
|
SnowflakeTableSchemaList = Shapes::ListShape.new(name: 'SnowflakeTableSchemaList')
|
449
511
|
SnowflakeTableSchemaV1 = Shapes::StructureShape.new(name: 'SnowflakeTableSchemaV1')
|
512
|
+
StartProtectedJobInput = Shapes::StructureShape.new(name: 'StartProtectedJobInput')
|
513
|
+
StartProtectedJobOutput = Shapes::StructureShape.new(name: 'StartProtectedJobOutput')
|
450
514
|
StartProtectedQueryInput = Shapes::StructureShape.new(name: 'StartProtectedQueryInput')
|
451
515
|
StartProtectedQueryOutput = Shapes::StructureShape.new(name: 'StartProtectedQueryOutput')
|
452
516
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -460,6 +524,7 @@ module Aws::CleanRooms
|
|
460
524
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
461
525
|
TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
|
462
526
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
527
|
+
TargetProtectedJobStatus = Shapes::StringShape.new(name: 'TargetProtectedJobStatus')
|
463
528
|
TargetProtectedQueryStatus = Shapes::StringShape.new(name: 'TargetProtectedQueryStatus')
|
464
529
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
465
530
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
@@ -488,6 +553,8 @@ module Aws::CleanRooms
|
|
488
553
|
UpdateMembershipOutput = Shapes::StructureShape.new(name: 'UpdateMembershipOutput')
|
489
554
|
UpdatePrivacyBudgetTemplateInput = Shapes::StructureShape.new(name: 'UpdatePrivacyBudgetTemplateInput')
|
490
555
|
UpdatePrivacyBudgetTemplateOutput = Shapes::StructureShape.new(name: 'UpdatePrivacyBudgetTemplateOutput')
|
556
|
+
UpdateProtectedJobInput = Shapes::StructureShape.new(name: 'UpdateProtectedJobInput')
|
557
|
+
UpdateProtectedJobOutput = Shapes::StructureShape.new(name: 'UpdateProtectedJobOutput')
|
491
558
|
UpdateProtectedQueryInput = Shapes::StructureShape.new(name: 'UpdateProtectedQueryInput')
|
492
559
|
UpdateProtectedQueryOutput = Shapes::StructureShape.new(name: 'UpdateProtectedQueryOutput')
|
493
560
|
UsersNoisePerQuery = Shapes::IntegerShape.new(name: 'UsersNoisePerQuery')
|
@@ -535,6 +602,8 @@ module Aws::CleanRooms
|
|
535
602
|
AnalysisRule.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
536
603
|
AnalysisRule.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
537
604
|
AnalysisRule.add_member(:policy, Shapes::ShapeRef.new(shape: AnalysisRulePolicy, required: true, location_name: "policy"))
|
605
|
+
AnalysisRule.add_member(:collaboration_policy, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationAnalysisRulePolicy, location_name: "collaborationPolicy"))
|
606
|
+
AnalysisRule.add_member(:consolidated_policy, Shapes::ShapeRef.new(shape: ConsolidatedPolicy, location_name: "consolidatedPolicy"))
|
538
607
|
AnalysisRule.struct_class = Types::AnalysisRule
|
539
608
|
|
540
609
|
AnalysisRuleAggregation.add_member(:aggregate_columns, Shapes::ShapeRef.new(shape: AnalysisRuleAggregationAggregateColumnsList, required: true, location_name: "aggregateColumns"))
|
@@ -601,11 +670,19 @@ module Aws::CleanRooms
|
|
601
670
|
AnalysisSchema.struct_class = Types::AnalysisSchema
|
602
671
|
|
603
672
|
AnalysisSource.add_member(:text, Shapes::ShapeRef.new(shape: AnalysisTemplateText, location_name: "text"))
|
673
|
+
AnalysisSource.add_member(:artifacts, Shapes::ShapeRef.new(shape: AnalysisTemplateArtifacts, location_name: "artifacts"))
|
604
674
|
AnalysisSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
605
675
|
AnalysisSource.add_member_subclass(:text, Types::AnalysisSource::Text)
|
676
|
+
AnalysisSource.add_member_subclass(:artifacts, Types::AnalysisSource::Artifacts)
|
606
677
|
AnalysisSource.add_member_subclass(:unknown, Types::AnalysisSource::Unknown)
|
607
678
|
AnalysisSource.struct_class = Types::AnalysisSource
|
608
679
|
|
680
|
+
AnalysisSourceMetadata.add_member(:artifacts, Shapes::ShapeRef.new(shape: AnalysisTemplateArtifactMetadata, location_name: "artifacts"))
|
681
|
+
AnalysisSourceMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
682
|
+
AnalysisSourceMetadata.add_member_subclass(:artifacts, Types::AnalysisSourceMetadata::Artifacts)
|
683
|
+
AnalysisSourceMetadata.add_member_subclass(:unknown, Types::AnalysisSourceMetadata::Unknown)
|
684
|
+
AnalysisSourceMetadata.struct_class = Types::AnalysisSourceMetadata
|
685
|
+
|
609
686
|
AnalysisTemplate.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
|
610
687
|
AnalysisTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
|
611
688
|
AnalysisTemplate.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
|
@@ -619,12 +696,27 @@ module Aws::CleanRooms
|
|
619
696
|
AnalysisTemplate.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, required: true, location_name: "schema"))
|
620
697
|
AnalysisTemplate.add_member(:format, Shapes::ShapeRef.new(shape: AnalysisFormat, required: true, location_name: "format"))
|
621
698
|
AnalysisTemplate.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, required: true, location_name: "source"))
|
699
|
+
AnalysisTemplate.add_member(:source_metadata, Shapes::ShapeRef.new(shape: AnalysisSourceMetadata, location_name: "sourceMetadata"))
|
622
700
|
AnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
|
623
701
|
AnalysisTemplate.add_member(:validations, Shapes::ShapeRef.new(shape: AnalysisTemplateValidationStatusDetailList, location_name: "validations"))
|
624
702
|
AnalysisTemplate.struct_class = Types::AnalysisTemplate
|
625
703
|
|
626
704
|
AnalysisTemplateArnList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArn)
|
627
705
|
|
706
|
+
AnalysisTemplateArtifact.add_member(:location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "location"))
|
707
|
+
AnalysisTemplateArtifact.struct_class = Types::AnalysisTemplateArtifact
|
708
|
+
|
709
|
+
AnalysisTemplateArtifactList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArtifact)
|
710
|
+
|
711
|
+
AnalysisTemplateArtifactMetadata.add_member(:entry_point_hash, Shapes::ShapeRef.new(shape: Hash, required: true, location_name: "entryPointHash"))
|
712
|
+
AnalysisTemplateArtifactMetadata.add_member(:additional_artifact_hashes, Shapes::ShapeRef.new(shape: HashList, location_name: "additionalArtifactHashes"))
|
713
|
+
AnalysisTemplateArtifactMetadata.struct_class = Types::AnalysisTemplateArtifactMetadata
|
714
|
+
|
715
|
+
AnalysisTemplateArtifacts.add_member(:entry_point, Shapes::ShapeRef.new(shape: AnalysisTemplateArtifact, required: true, location_name: "entryPoint"))
|
716
|
+
AnalysisTemplateArtifacts.add_member(:additional_artifacts, Shapes::ShapeRef.new(shape: AnalysisTemplateArtifactList, location_name: "additionalArtifacts"))
|
717
|
+
AnalysisTemplateArtifacts.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
718
|
+
AnalysisTemplateArtifacts.struct_class = Types::AnalysisTemplateArtifacts
|
719
|
+
|
628
720
|
AnalysisTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
|
629
721
|
AnalysisTemplateSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
630
722
|
AnalysisTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
|
@@ -703,6 +795,9 @@ module Aws::CleanRooms
|
|
703
795
|
BatchGetSchemaOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetSchemaErrorList, required: true, location_name: "errors"))
|
704
796
|
BatchGetSchemaOutput.struct_class = Types::BatchGetSchemaOutput
|
705
797
|
|
798
|
+
BilledJobResourceUtilization.add_member(:units, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "units"))
|
799
|
+
BilledJobResourceUtilization.struct_class = Types::BilledJobResourceUtilization
|
800
|
+
|
706
801
|
BilledResourceUtilization.add_member(:units, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "units"))
|
707
802
|
BilledResourceUtilization.struct_class = Types::BilledResourceUtilization
|
708
803
|
|
@@ -719,6 +814,7 @@ module Aws::CleanRooms
|
|
719
814
|
Collaboration.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
|
720
815
|
Collaboration.add_member(:data_encryption_metadata, Shapes::ShapeRef.new(shape: DataEncryptionMetadata, location_name: "dataEncryptionMetadata"))
|
721
816
|
Collaboration.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
817
|
+
Collaboration.add_member(:job_log_status, Shapes::ShapeRef.new(shape: CollaborationJobLogStatus, location_name: "jobLogStatus"))
|
722
818
|
Collaboration.add_member(:analytics_engine, Shapes::ShapeRef.new(shape: AnalyticsEngine, location_name: "analyticsEngine"))
|
723
819
|
Collaboration.struct_class = Types::Collaboration
|
724
820
|
|
@@ -733,7 +829,8 @@ module Aws::CleanRooms
|
|
733
829
|
CollaborationAnalysisTemplate.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
734
830
|
CollaborationAnalysisTemplate.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, required: true, location_name: "schema"))
|
735
831
|
CollaborationAnalysisTemplate.add_member(:format, Shapes::ShapeRef.new(shape: AnalysisFormat, required: true, location_name: "format"))
|
736
|
-
CollaborationAnalysisTemplate.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource,
|
832
|
+
CollaborationAnalysisTemplate.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, location_name: "source"))
|
833
|
+
CollaborationAnalysisTemplate.add_member(:source_metadata, Shapes::ShapeRef.new(shape: AnalysisSourceMetadata, location_name: "sourceMetadata"))
|
737
834
|
CollaborationAnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
|
738
835
|
CollaborationAnalysisTemplate.add_member(:validations, Shapes::ShapeRef.new(shape: AnalysisTemplateValidationStatusDetailList, location_name: "validations"))
|
739
836
|
CollaborationAnalysisTemplate.struct_class = Types::CollaborationAnalysisTemplate
|
@@ -917,6 +1014,7 @@ module Aws::CleanRooms
|
|
917
1014
|
ConfiguredTable.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
|
918
1015
|
ConfiguredTable.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
|
919
1016
|
ConfiguredTable.add_member(:allowed_columns, Shapes::ShapeRef.new(shape: AllowedColumnList, required: true, location_name: "allowedColumns"))
|
1017
|
+
ConfiguredTable.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
920
1018
|
ConfiguredTable.struct_class = Types::ConfiguredTable
|
921
1019
|
|
922
1020
|
ConfiguredTableAnalysisRule.add_member(:configured_table_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "configuredTableId"))
|
@@ -1006,6 +1104,7 @@ module Aws::CleanRooms
|
|
1006
1104
|
ConfiguredTableAssociationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
1007
1105
|
ConfiguredTableAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
1008
1106
|
ConfiguredTableAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationArn, required: true, location_name: "arn"))
|
1107
|
+
ConfiguredTableAssociationSummary.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationAnalysisRuleTypeList, location_name: "analysisRuleTypes"))
|
1009
1108
|
ConfiguredTableAssociationSummary.struct_class = Types::ConfiguredTableAssociationSummary
|
1010
1109
|
|
1011
1110
|
ConfiguredTableAssociationSummaryList.member = Shapes::ShapeRef.new(shape: ConfiguredTableAssociationSummary)
|
@@ -1017,6 +1116,7 @@ module Aws::CleanRooms
|
|
1017
1116
|
ConfiguredTableSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
1018
1117
|
ConfiguredTableSummary.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
|
1019
1118
|
ConfiguredTableSummary.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
|
1119
|
+
ConfiguredTableSummary.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
1020
1120
|
ConfiguredTableSummary.struct_class = Types::ConfiguredTableSummary
|
1021
1121
|
|
1022
1122
|
ConfiguredTableSummaryList.member = Shapes::ShapeRef.new(shape: ConfiguredTableSummary)
|
@@ -1027,6 +1127,59 @@ module Aws::CleanRooms
|
|
1027
1127
|
ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "reason"))
|
1028
1128
|
ConflictException.struct_class = Types::ConflictException
|
1029
1129
|
|
1130
|
+
ConsolidatedPolicy.add_member(:v1, Shapes::ShapeRef.new(shape: ConsolidatedPolicyV1, location_name: "v1"))
|
1131
|
+
ConsolidatedPolicy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1132
|
+
ConsolidatedPolicy.add_member_subclass(:v1, Types::ConsolidatedPolicy::V1)
|
1133
|
+
ConsolidatedPolicy.add_member_subclass(:unknown, Types::ConsolidatedPolicy::Unknown)
|
1134
|
+
ConsolidatedPolicy.struct_class = Types::ConsolidatedPolicy
|
1135
|
+
|
1136
|
+
ConsolidatedPolicyAggregation.add_member(:aggregate_columns, Shapes::ShapeRef.new(shape: ConsolidatedPolicyAggregationAggregateColumnsList, required: true, location_name: "aggregateColumns"))
|
1137
|
+
ConsolidatedPolicyAggregation.add_member(:join_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "joinColumns"))
|
1138
|
+
ConsolidatedPolicyAggregation.add_member(:join_required, Shapes::ShapeRef.new(shape: JoinRequiredOption, location_name: "joinRequired"))
|
1139
|
+
ConsolidatedPolicyAggregation.add_member(:allowed_join_operators, Shapes::ShapeRef.new(shape: JoinOperatorsList, location_name: "allowedJoinOperators"))
|
1140
|
+
ConsolidatedPolicyAggregation.add_member(:dimension_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "dimensionColumns"))
|
1141
|
+
ConsolidatedPolicyAggregation.add_member(:scalar_functions, Shapes::ShapeRef.new(shape: ScalarFunctionsList, required: true, location_name: "scalarFunctions"))
|
1142
|
+
ConsolidatedPolicyAggregation.add_member(:output_constraints, Shapes::ShapeRef.new(shape: AggregationConstraints, required: true, location_name: "outputConstraints"))
|
1143
|
+
ConsolidatedPolicyAggregation.add_member(:additional_analyses, Shapes::ShapeRef.new(shape: AdditionalAnalyses, location_name: "additionalAnalyses"))
|
1144
|
+
ConsolidatedPolicyAggregation.add_member(:allowed_result_receivers, Shapes::ShapeRef.new(shape: AllowedResultReceivers, location_name: "allowedResultReceivers"))
|
1145
|
+
ConsolidatedPolicyAggregation.add_member(:allowed_additional_analyses, Shapes::ShapeRef.new(shape: AllowedAdditionalAnalyses, location_name: "allowedAdditionalAnalyses"))
|
1146
|
+
ConsolidatedPolicyAggregation.struct_class = Types::ConsolidatedPolicyAggregation
|
1147
|
+
|
1148
|
+
ConsolidatedPolicyAggregationAggregateColumnsList.member = Shapes::ShapeRef.new(shape: AggregateColumn)
|
1149
|
+
|
1150
|
+
ConsolidatedPolicyCustom.add_member(:allowed_analyses, Shapes::ShapeRef.new(shape: ConsolidatedPolicyCustomAllowedAnalysesList, required: true, location_name: "allowedAnalyses"))
|
1151
|
+
ConsolidatedPolicyCustom.add_member(:allowed_analysis_providers, Shapes::ShapeRef.new(shape: ConsolidatedPolicyCustomAllowedAnalysisProvidersList, location_name: "allowedAnalysisProviders"))
|
1152
|
+
ConsolidatedPolicyCustom.add_member(:additional_analyses, Shapes::ShapeRef.new(shape: AdditionalAnalyses, location_name: "additionalAnalyses"))
|
1153
|
+
ConsolidatedPolicyCustom.add_member(:disallowed_output_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, location_name: "disallowedOutputColumns"))
|
1154
|
+
ConsolidatedPolicyCustom.add_member(:differential_privacy, Shapes::ShapeRef.new(shape: DifferentialPrivacyConfiguration, location_name: "differentialPrivacy"))
|
1155
|
+
ConsolidatedPolicyCustom.add_member(:allowed_result_receivers, Shapes::ShapeRef.new(shape: AllowedResultReceivers, location_name: "allowedResultReceivers"))
|
1156
|
+
ConsolidatedPolicyCustom.add_member(:allowed_additional_analyses, Shapes::ShapeRef.new(shape: AllowedAdditionalAnalyses, location_name: "allowedAdditionalAnalyses"))
|
1157
|
+
ConsolidatedPolicyCustom.struct_class = Types::ConsolidatedPolicyCustom
|
1158
|
+
|
1159
|
+
ConsolidatedPolicyCustomAllowedAnalysesList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArnOrQueryWildcard)
|
1160
|
+
|
1161
|
+
ConsolidatedPolicyCustomAllowedAnalysisProvidersList.member = Shapes::ShapeRef.new(shape: AccountId)
|
1162
|
+
|
1163
|
+
ConsolidatedPolicyList.add_member(:join_columns, Shapes::ShapeRef.new(shape: ConsolidatedPolicyListJoinColumnsList, required: true, location_name: "joinColumns"))
|
1164
|
+
ConsolidatedPolicyList.add_member(:allowed_join_operators, Shapes::ShapeRef.new(shape: JoinOperatorsList, location_name: "allowedJoinOperators"))
|
1165
|
+
ConsolidatedPolicyList.add_member(:list_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "listColumns"))
|
1166
|
+
ConsolidatedPolicyList.add_member(:additional_analyses, Shapes::ShapeRef.new(shape: AdditionalAnalyses, location_name: "additionalAnalyses"))
|
1167
|
+
ConsolidatedPolicyList.add_member(:allowed_result_receivers, Shapes::ShapeRef.new(shape: AllowedResultReceivers, location_name: "allowedResultReceivers"))
|
1168
|
+
ConsolidatedPolicyList.add_member(:allowed_additional_analyses, Shapes::ShapeRef.new(shape: AllowedAdditionalAnalyses, location_name: "allowedAdditionalAnalyses"))
|
1169
|
+
ConsolidatedPolicyList.struct_class = Types::ConsolidatedPolicyList
|
1170
|
+
|
1171
|
+
ConsolidatedPolicyListJoinColumnsList.member = Shapes::ShapeRef.new(shape: AnalysisRuleColumnName)
|
1172
|
+
|
1173
|
+
ConsolidatedPolicyV1.add_member(:list, Shapes::ShapeRef.new(shape: ConsolidatedPolicyList, location_name: "list"))
|
1174
|
+
ConsolidatedPolicyV1.add_member(:aggregation, Shapes::ShapeRef.new(shape: ConsolidatedPolicyAggregation, location_name: "aggregation"))
|
1175
|
+
ConsolidatedPolicyV1.add_member(:custom, Shapes::ShapeRef.new(shape: ConsolidatedPolicyCustom, location_name: "custom"))
|
1176
|
+
ConsolidatedPolicyV1.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1177
|
+
ConsolidatedPolicyV1.add_member_subclass(:list, Types::ConsolidatedPolicyV1::List)
|
1178
|
+
ConsolidatedPolicyV1.add_member_subclass(:aggregation, Types::ConsolidatedPolicyV1::Aggregation)
|
1179
|
+
ConsolidatedPolicyV1.add_member_subclass(:custom, Types::ConsolidatedPolicyV1::Custom)
|
1180
|
+
ConsolidatedPolicyV1.add_member_subclass(:unknown, Types::ConsolidatedPolicyV1::Unknown)
|
1181
|
+
ConsolidatedPolicyV1.struct_class = Types::ConsolidatedPolicyV1
|
1182
|
+
|
1030
1183
|
CreateAnalysisTemplateInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
1031
1184
|
CreateAnalysisTemplateInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1032
1185
|
CreateAnalysisTemplateInput.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
|
@@ -1034,6 +1187,7 @@ module Aws::CleanRooms
|
|
1034
1187
|
CreateAnalysisTemplateInput.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, required: true, location_name: "source"))
|
1035
1188
|
CreateAnalysisTemplateInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1036
1189
|
CreateAnalysisTemplateInput.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
|
1190
|
+
CreateAnalysisTemplateInput.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, location_name: "schema"))
|
1037
1191
|
CreateAnalysisTemplateInput.struct_class = Types::CreateAnalysisTemplateInput
|
1038
1192
|
|
1039
1193
|
CreateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
|
@@ -1047,6 +1201,7 @@ module Aws::CleanRooms
|
|
1047
1201
|
CreateCollaborationInput.add_member(:creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "creatorDisplayName"))
|
1048
1202
|
CreateCollaborationInput.add_member(:data_encryption_metadata, Shapes::ShapeRef.new(shape: DataEncryptionMetadata, location_name: "dataEncryptionMetadata"))
|
1049
1203
|
CreateCollaborationInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
1204
|
+
CreateCollaborationInput.add_member(:job_log_status, Shapes::ShapeRef.new(shape: CollaborationJobLogStatus, location_name: "jobLogStatus"))
|
1050
1205
|
CreateCollaborationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1051
1206
|
CreateCollaborationInput.add_member(:creator_payment_configuration, Shapes::ShapeRef.new(shape: PaymentConfiguration, location_name: "creatorPaymentConfiguration"))
|
1052
1207
|
CreateCollaborationInput.add_member(:analytics_engine, Shapes::ShapeRef.new(shape: AnalyticsEngine, location_name: "analyticsEngine"))
|
@@ -1099,6 +1254,7 @@ module Aws::CleanRooms
|
|
1099
1254
|
CreateConfiguredTableInput.add_member(:table_reference, Shapes::ShapeRef.new(shape: TableReference, required: true, location_name: "tableReference"))
|
1100
1255
|
CreateConfiguredTableInput.add_member(:allowed_columns, Shapes::ShapeRef.new(shape: AllowedColumnList, required: true, location_name: "allowedColumns"))
|
1101
1256
|
CreateConfiguredTableInput.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
|
1257
|
+
CreateConfiguredTableInput.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
1102
1258
|
CreateConfiguredTableInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1103
1259
|
CreateConfiguredTableInput.struct_class = Types::CreateConfiguredTableInput
|
1104
1260
|
|
@@ -1129,8 +1285,10 @@ module Aws::CleanRooms
|
|
1129
1285
|
|
1130
1286
|
CreateMembershipInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location_name: "collaborationIdentifier"))
|
1131
1287
|
CreateMembershipInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
1288
|
+
CreateMembershipInput.add_member(:job_log_status, Shapes::ShapeRef.new(shape: MembershipJobLogStatus, location_name: "jobLogStatus"))
|
1132
1289
|
CreateMembershipInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1133
1290
|
CreateMembershipInput.add_member(:default_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedQueryResultConfiguration, location_name: "defaultResultConfiguration"))
|
1291
|
+
CreateMembershipInput.add_member(:default_job_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedJobResultConfiguration, location_name: "defaultJobResultConfiguration"))
|
1134
1292
|
CreateMembershipInput.add_member(:payment_configuration, Shapes::ShapeRef.new(shape: MembershipPaymentConfiguration, location_name: "paymentConfiguration"))
|
1135
1293
|
CreateMembershipInput.struct_class = Types::CreateMembershipInput
|
1136
1294
|
|
@@ -1387,6 +1545,13 @@ module Aws::CleanRooms
|
|
1387
1545
|
GetPrivacyBudgetTemplateOutput.add_member(:privacy_budget_template, Shapes::ShapeRef.new(shape: PrivacyBudgetTemplate, required: true, location_name: "privacyBudgetTemplate"))
|
1388
1546
|
GetPrivacyBudgetTemplateOutput.struct_class = Types::GetPrivacyBudgetTemplateOutput
|
1389
1547
|
|
1548
|
+
GetProtectedJobInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1549
|
+
GetProtectedJobInput.add_member(:protected_job_identifier, Shapes::ShapeRef.new(shape: ProtectedJobIdentifier, required: true, location: "uri", location_name: "protectedJobIdentifier"))
|
1550
|
+
GetProtectedJobInput.struct_class = Types::GetProtectedJobInput
|
1551
|
+
|
1552
|
+
GetProtectedJobOutput.add_member(:protected_job, Shapes::ShapeRef.new(shape: ProtectedJob, required: true, location_name: "protectedJob"))
|
1553
|
+
GetProtectedJobOutput.struct_class = Types::GetProtectedJobOutput
|
1554
|
+
|
1390
1555
|
GetProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1391
1556
|
GetProtectedQueryInput.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: ProtectedQueryIdentifier, required: true, location: "uri", location_name: "protectedQueryIdentifier"))
|
1392
1557
|
GetProtectedQueryInput.struct_class = Types::GetProtectedQueryInput
|
@@ -1413,6 +1578,11 @@ module Aws::CleanRooms
|
|
1413
1578
|
GlueTableReference.add_member(:database_name, Shapes::ShapeRef.new(shape: GlueDatabaseName, required: true, location_name: "databaseName"))
|
1414
1579
|
GlueTableReference.struct_class = Types::GlueTableReference
|
1415
1580
|
|
1581
|
+
Hash.add_member(:sha256, Shapes::ShapeRef.new(shape: String, location_name: "sha256"))
|
1582
|
+
Hash.struct_class = Types::Hash
|
1583
|
+
|
1584
|
+
HashList.member = Shapes::ShapeRef.new(shape: Hash)
|
1585
|
+
|
1416
1586
|
IdMappingConfig.add_member(:allow_use_as_dimension_column, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowUseAsDimensionColumn"))
|
1417
1587
|
IdMappingConfig.struct_class = Types::IdMappingConfig
|
1418
1588
|
|
@@ -1509,6 +1679,9 @@ module Aws::CleanRooms
|
|
1509
1679
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1510
1680
|
InternalServerException.struct_class = Types::InternalServerException
|
1511
1681
|
|
1682
|
+
JobComputePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
1683
|
+
JobComputePaymentConfig.struct_class = Types::JobComputePaymentConfig
|
1684
|
+
|
1512
1685
|
JoinOperatorsList.member = Shapes::ShapeRef.new(shape: JoinOperator)
|
1513
1686
|
|
1514
1687
|
ListAnalysisTemplatesInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
@@ -1656,6 +1829,16 @@ module Aws::CleanRooms
|
|
1656
1829
|
ListPrivacyBudgetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1657
1830
|
ListPrivacyBudgetsOutput.struct_class = Types::ListPrivacyBudgetsOutput
|
1658
1831
|
|
1832
|
+
ListProtectedJobsInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1833
|
+
ListProtectedJobsInput.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedJobStatus, location: "querystring", location_name: "status"))
|
1834
|
+
ListProtectedJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
1835
|
+
ListProtectedJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1836
|
+
ListProtectedJobsInput.struct_class = Types::ListProtectedJobsInput
|
1837
|
+
|
1838
|
+
ListProtectedJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1839
|
+
ListProtectedJobsOutput.add_member(:protected_jobs, Shapes::ShapeRef.new(shape: ProtectedJobSummaryList, required: true, location_name: "protectedJobs"))
|
1840
|
+
ListProtectedJobsOutput.struct_class = Types::ListProtectedJobsOutput
|
1841
|
+
|
1659
1842
|
ListProtectedQueriesInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1660
1843
|
ListProtectedQueriesInput.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedQueryStatus, location: "querystring", location_name: "status"))
|
1661
1844
|
ListProtectedQueriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
@@ -1727,10 +1910,15 @@ module Aws::CleanRooms
|
|
1727
1910
|
Membership.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
|
1728
1911
|
Membership.add_member(:ml_member_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "mlMemberAbilities"))
|
1729
1912
|
Membership.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
1913
|
+
Membership.add_member(:job_log_status, Shapes::ShapeRef.new(shape: MembershipJobLogStatus, location_name: "jobLogStatus"))
|
1730
1914
|
Membership.add_member(:default_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedQueryResultConfiguration, location_name: "defaultResultConfiguration"))
|
1915
|
+
Membership.add_member(:default_job_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedJobResultConfiguration, location_name: "defaultJobResultConfiguration"))
|
1731
1916
|
Membership.add_member(:payment_configuration, Shapes::ShapeRef.new(shape: MembershipPaymentConfiguration, required: true, location_name: "paymentConfiguration"))
|
1732
1917
|
Membership.struct_class = Types::Membership
|
1733
1918
|
|
1919
|
+
MembershipJobComputePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
1920
|
+
MembershipJobComputePaymentConfig.struct_class = Types::MembershipJobComputePaymentConfig
|
1921
|
+
|
1734
1922
|
MembershipMLPaymentConfig.add_member(:model_training, Shapes::ShapeRef.new(shape: MembershipModelTrainingPaymentConfig, location_name: "modelTraining"))
|
1735
1923
|
MembershipMLPaymentConfig.add_member(:model_inference, Shapes::ShapeRef.new(shape: MembershipModelInferencePaymentConfig, location_name: "modelInference"))
|
1736
1924
|
MembershipMLPaymentConfig.struct_class = Types::MembershipMLPaymentConfig
|
@@ -1743,8 +1931,19 @@ module Aws::CleanRooms
|
|
1743
1931
|
|
1744
1932
|
MembershipPaymentConfiguration.add_member(:query_compute, Shapes::ShapeRef.new(shape: MembershipQueryComputePaymentConfig, required: true, location_name: "queryCompute"))
|
1745
1933
|
MembershipPaymentConfiguration.add_member(:machine_learning, Shapes::ShapeRef.new(shape: MembershipMLPaymentConfig, location_name: "machineLearning"))
|
1934
|
+
MembershipPaymentConfiguration.add_member(:job_compute, Shapes::ShapeRef.new(shape: MembershipJobComputePaymentConfig, location_name: "jobCompute"))
|
1746
1935
|
MembershipPaymentConfiguration.struct_class = Types::MembershipPaymentConfiguration
|
1747
1936
|
|
1937
|
+
MembershipProtectedJobOutputConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedJobS3OutputConfigurationInput, location_name: "s3"))
|
1938
|
+
MembershipProtectedJobOutputConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1939
|
+
MembershipProtectedJobOutputConfiguration.add_member_subclass(:s3, Types::MembershipProtectedJobOutputConfiguration::S3)
|
1940
|
+
MembershipProtectedJobOutputConfiguration.add_member_subclass(:unknown, Types::MembershipProtectedJobOutputConfiguration::Unknown)
|
1941
|
+
MembershipProtectedJobOutputConfiguration.struct_class = Types::MembershipProtectedJobOutputConfiguration
|
1942
|
+
|
1943
|
+
MembershipProtectedJobResultConfiguration.add_member(:output_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedJobOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
1944
|
+
MembershipProtectedJobResultConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
1945
|
+
MembershipProtectedJobResultConfiguration.struct_class = Types::MembershipProtectedJobResultConfiguration
|
1946
|
+
|
1748
1947
|
MembershipProtectedQueryOutputConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedQueryS3OutputConfiguration, location_name: "s3"))
|
1749
1948
|
MembershipProtectedQueryOutputConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1750
1949
|
MembershipProtectedQueryOutputConfiguration.add_member_subclass(:s3, Types::MembershipProtectedQueryOutputConfiguration::S3)
|
@@ -1786,6 +1985,7 @@ module Aws::CleanRooms
|
|
1786
1985
|
|
1787
1986
|
PaymentConfiguration.add_member(:query_compute, Shapes::ShapeRef.new(shape: QueryComputePaymentConfig, required: true, location_name: "queryCompute"))
|
1788
1987
|
PaymentConfiguration.add_member(:machine_learning, Shapes::ShapeRef.new(shape: MLPaymentConfig, location_name: "machineLearning"))
|
1988
|
+
PaymentConfiguration.add_member(:job_compute, Shapes::ShapeRef.new(shape: JobComputePaymentConfig, location_name: "jobCompute"))
|
1789
1989
|
PaymentConfiguration.struct_class = Types::PaymentConfiguration
|
1790
1990
|
|
1791
1991
|
PopulateIdMappingTableInput.add_member(:id_mapping_table_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "idMappingTableIdentifier"))
|
@@ -1879,6 +2079,109 @@ module Aws::CleanRooms
|
|
1879
2079
|
PrivacyImpact.add_member_subclass(:unknown, Types::PrivacyImpact::Unknown)
|
1880
2080
|
PrivacyImpact.struct_class = Types::PrivacyImpact
|
1881
2081
|
|
2082
|
+
ProtectedJob.add_member(:id, Shapes::ShapeRef.new(shape: ProtectedJobIdentifier, required: true, location_name: "id"))
|
2083
|
+
ProtectedJob.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location_name: "membershipId"))
|
2084
|
+
ProtectedJob.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
|
2085
|
+
ProtectedJob.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
2086
|
+
ProtectedJob.add_member(:job_parameters, Shapes::ShapeRef.new(shape: ProtectedJobParameters, location_name: "jobParameters"))
|
2087
|
+
ProtectedJob.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedJobStatus, required: true, location_name: "status"))
|
2088
|
+
ProtectedJob.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ProtectedJobResultConfigurationOutput, location_name: "resultConfiguration"))
|
2089
|
+
ProtectedJob.add_member(:statistics, Shapes::ShapeRef.new(shape: ProtectedJobStatistics, location_name: "statistics"))
|
2090
|
+
ProtectedJob.add_member(:result, Shapes::ShapeRef.new(shape: ProtectedJobResult, location_name: "result"))
|
2091
|
+
ProtectedJob.add_member(:error, Shapes::ShapeRef.new(shape: ProtectedJobError, location_name: "error"))
|
2092
|
+
ProtectedJob.struct_class = Types::ProtectedJob
|
2093
|
+
|
2094
|
+
ProtectedJobConfigurationDetails.add_member(:direct_analysis_configuration_details, Shapes::ShapeRef.new(shape: ProtectedJobDirectAnalysisConfigurationDetails, location_name: "directAnalysisConfigurationDetails"))
|
2095
|
+
ProtectedJobConfigurationDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2096
|
+
ProtectedJobConfigurationDetails.add_member_subclass(:direct_analysis_configuration_details, Types::ProtectedJobConfigurationDetails::DirectAnalysisConfigurationDetails)
|
2097
|
+
ProtectedJobConfigurationDetails.add_member_subclass(:unknown, Types::ProtectedJobConfigurationDetails::Unknown)
|
2098
|
+
ProtectedJobConfigurationDetails.struct_class = Types::ProtectedJobConfigurationDetails
|
2099
|
+
|
2100
|
+
ProtectedJobDirectAnalysisConfigurationDetails.add_member(:receiver_account_ids, Shapes::ShapeRef.new(shape: ProtectedJobReceiverAccountIds, location_name: "receiverAccountIds"))
|
2101
|
+
ProtectedJobDirectAnalysisConfigurationDetails.struct_class = Types::ProtectedJobDirectAnalysisConfigurationDetails
|
2102
|
+
|
2103
|
+
ProtectedJobError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2104
|
+
ProtectedJobError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
2105
|
+
ProtectedJobError.struct_class = Types::ProtectedJobError
|
2106
|
+
|
2107
|
+
ProtectedJobMemberOutputConfigurationInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
2108
|
+
ProtectedJobMemberOutputConfigurationInput.struct_class = Types::ProtectedJobMemberOutputConfigurationInput
|
2109
|
+
|
2110
|
+
ProtectedJobMemberOutputConfigurationOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
2111
|
+
ProtectedJobMemberOutputConfigurationOutput.struct_class = Types::ProtectedJobMemberOutputConfigurationOutput
|
2112
|
+
|
2113
|
+
ProtectedJobMemberOutputList.member = Shapes::ShapeRef.new(shape: ProtectedJobSingleMemberOutput)
|
2114
|
+
|
2115
|
+
ProtectedJobOutput.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedJobS3Output, location_name: "s3"))
|
2116
|
+
ProtectedJobOutput.add_member(:member_list, Shapes::ShapeRef.new(shape: ProtectedJobMemberOutputList, location_name: "memberList"))
|
2117
|
+
ProtectedJobOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2118
|
+
ProtectedJobOutput.add_member_subclass(:s3, Types::ProtectedJobOutput::S3)
|
2119
|
+
ProtectedJobOutput.add_member_subclass(:member_list, Types::ProtectedJobOutput::MemberList)
|
2120
|
+
ProtectedJobOutput.add_member_subclass(:unknown, Types::ProtectedJobOutput::Unknown)
|
2121
|
+
ProtectedJobOutput.struct_class = Types::ProtectedJobOutput
|
2122
|
+
|
2123
|
+
ProtectedJobOutputConfigurationInput.add_member(:member, Shapes::ShapeRef.new(shape: ProtectedJobMemberOutputConfigurationInput, location_name: "member"))
|
2124
|
+
ProtectedJobOutputConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2125
|
+
ProtectedJobOutputConfigurationInput.add_member_subclass(:member, Types::ProtectedJobOutputConfigurationInput::Member)
|
2126
|
+
ProtectedJobOutputConfigurationInput.add_member_subclass(:unknown, Types::ProtectedJobOutputConfigurationInput::Unknown)
|
2127
|
+
ProtectedJobOutputConfigurationInput.struct_class = Types::ProtectedJobOutputConfigurationInput
|
2128
|
+
|
2129
|
+
ProtectedJobOutputConfigurationOutput.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedJobS3OutputConfigurationOutput, location_name: "s3"))
|
2130
|
+
ProtectedJobOutputConfigurationOutput.add_member(:member, Shapes::ShapeRef.new(shape: ProtectedJobMemberOutputConfigurationOutput, location_name: "member"))
|
2131
|
+
ProtectedJobOutputConfigurationOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2132
|
+
ProtectedJobOutputConfigurationOutput.add_member_subclass(:s3, Types::ProtectedJobOutputConfigurationOutput::S3)
|
2133
|
+
ProtectedJobOutputConfigurationOutput.add_member_subclass(:member, Types::ProtectedJobOutputConfigurationOutput::Member)
|
2134
|
+
ProtectedJobOutputConfigurationOutput.add_member_subclass(:unknown, Types::ProtectedJobOutputConfigurationOutput::Unknown)
|
2135
|
+
ProtectedJobOutputConfigurationOutput.struct_class = Types::ProtectedJobOutputConfigurationOutput
|
2136
|
+
|
2137
|
+
ProtectedJobParameters.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, location_name: "analysisTemplateArn"))
|
2138
|
+
ProtectedJobParameters.struct_class = Types::ProtectedJobParameters
|
2139
|
+
|
2140
|
+
ProtectedJobReceiverAccountIds.member = Shapes::ShapeRef.new(shape: AccountId)
|
2141
|
+
|
2142
|
+
ProtectedJobReceiverConfiguration.add_member(:analysis_type, Shapes::ShapeRef.new(shape: ProtectedJobAnalysisType, required: true, location_name: "analysisType"))
|
2143
|
+
ProtectedJobReceiverConfiguration.add_member(:configuration_details, Shapes::ShapeRef.new(shape: ProtectedJobConfigurationDetails, location_name: "configurationDetails"))
|
2144
|
+
ProtectedJobReceiverConfiguration.struct_class = Types::ProtectedJobReceiverConfiguration
|
2145
|
+
|
2146
|
+
ProtectedJobReceiverConfigurations.member = Shapes::ShapeRef.new(shape: ProtectedJobReceiverConfiguration)
|
2147
|
+
|
2148
|
+
ProtectedJobResult.add_member(:output, Shapes::ShapeRef.new(shape: ProtectedJobOutput, required: true, location_name: "output"))
|
2149
|
+
ProtectedJobResult.struct_class = Types::ProtectedJobResult
|
2150
|
+
|
2151
|
+
ProtectedJobResultConfigurationInput.add_member(:output_configuration, Shapes::ShapeRef.new(shape: ProtectedJobOutputConfigurationInput, required: true, location_name: "outputConfiguration"))
|
2152
|
+
ProtectedJobResultConfigurationInput.struct_class = Types::ProtectedJobResultConfigurationInput
|
2153
|
+
|
2154
|
+
ProtectedJobResultConfigurationOutput.add_member(:output_configuration, Shapes::ShapeRef.new(shape: ProtectedJobOutputConfigurationOutput, required: true, location_name: "outputConfiguration"))
|
2155
|
+
ProtectedJobResultConfigurationOutput.struct_class = Types::ProtectedJobResultConfigurationOutput
|
2156
|
+
|
2157
|
+
ProtectedJobS3Output.add_member(:location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "location"))
|
2158
|
+
ProtectedJobS3Output.struct_class = Types::ProtectedJobS3Output
|
2159
|
+
|
2160
|
+
ProtectedJobS3OutputConfigurationInput.add_member(:bucket, Shapes::ShapeRef.new(shape: ProtectedJobS3OutputConfigurationInputBucketString, required: true, location_name: "bucket"))
|
2161
|
+
ProtectedJobS3OutputConfigurationInput.add_member(:key_prefix, Shapes::ShapeRef.new(shape: KeyPrefix, location_name: "keyPrefix"))
|
2162
|
+
ProtectedJobS3OutputConfigurationInput.struct_class = Types::ProtectedJobS3OutputConfigurationInput
|
2163
|
+
|
2164
|
+
ProtectedJobS3OutputConfigurationOutput.add_member(:bucket, Shapes::ShapeRef.new(shape: ProtectedJobS3OutputConfigurationOutputBucketString, required: true, location_name: "bucket"))
|
2165
|
+
ProtectedJobS3OutputConfigurationOutput.add_member(:key_prefix, Shapes::ShapeRef.new(shape: KeyPrefix, location_name: "keyPrefix"))
|
2166
|
+
ProtectedJobS3OutputConfigurationOutput.struct_class = Types::ProtectedJobS3OutputConfigurationOutput
|
2167
|
+
|
2168
|
+
ProtectedJobSingleMemberOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
2169
|
+
ProtectedJobSingleMemberOutput.struct_class = Types::ProtectedJobSingleMemberOutput
|
2170
|
+
|
2171
|
+
ProtectedJobStatistics.add_member(:total_duration_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "totalDurationInMillis"))
|
2172
|
+
ProtectedJobStatistics.add_member(:billed_resource_utilization, Shapes::ShapeRef.new(shape: BilledJobResourceUtilization, location_name: "billedResourceUtilization"))
|
2173
|
+
ProtectedJobStatistics.struct_class = Types::ProtectedJobStatistics
|
2174
|
+
|
2175
|
+
ProtectedJobSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
2176
|
+
ProtectedJobSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location_name: "membershipId"))
|
2177
|
+
ProtectedJobSummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
|
2178
|
+
ProtectedJobSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
2179
|
+
ProtectedJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedJobStatus, required: true, location_name: "status"))
|
2180
|
+
ProtectedJobSummary.add_member(:receiver_configurations, Shapes::ShapeRef.new(shape: ProtectedJobReceiverConfigurations, required: true, location_name: "receiverConfigurations"))
|
2181
|
+
ProtectedJobSummary.struct_class = Types::ProtectedJobSummary
|
2182
|
+
|
2183
|
+
ProtectedJobSummaryList.member = Shapes::ShapeRef.new(shape: ProtectedJobSummary)
|
2184
|
+
|
1882
2185
|
ProtectedQuery.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
|
1883
2186
|
ProtectedQuery.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
|
1884
2187
|
ProtectedQuery.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
|
@@ -1984,12 +2287,17 @@ module Aws::CleanRooms
|
|
1984
2287
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
|
1985
2288
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1986
2289
|
|
2290
|
+
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
|
2291
|
+
S3Location.add_member(:key, Shapes::ShapeRef.new(shape: S3LocationKeyString, required: true, location_name: "key"))
|
2292
|
+
S3Location.struct_class = Types::S3Location
|
2293
|
+
|
1987
2294
|
ScalarFunctionsList.member = Shapes::ShapeRef.new(shape: ScalarFunctions)
|
1988
2295
|
|
1989
2296
|
Schema.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "columns"))
|
1990
2297
|
Schema.add_member(:partition_keys, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "partitionKeys"))
|
1991
2298
|
Schema.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: AnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
|
1992
2299
|
Schema.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
|
2300
|
+
Schema.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
1993
2301
|
Schema.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
|
1994
2302
|
Schema.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
|
1995
2303
|
Schema.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
|
@@ -2038,6 +2346,7 @@ module Aws::CleanRooms
|
|
2038
2346
|
SchemaSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
|
2039
2347
|
SchemaSummary.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: AnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
|
2040
2348
|
SchemaSummary.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
|
2349
|
+
SchemaSummary.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
2041
2350
|
SchemaSummary.struct_class = Types::SchemaSummary
|
2042
2351
|
|
2043
2352
|
SchemaSummaryList.member = Shapes::ShapeRef.new(shape: SchemaSummary)
|
@@ -2048,6 +2357,8 @@ module Aws::CleanRooms
|
|
2048
2357
|
SchemaTypeProperties.add_member_subclass(:unknown, Types::SchemaTypeProperties::Unknown)
|
2049
2358
|
SchemaTypeProperties.struct_class = Types::SchemaTypeProperties
|
2050
2359
|
|
2360
|
+
SelectedAnalysisMethods.member = Shapes::ShapeRef.new(shape: SelectedAnalysisMethod)
|
2361
|
+
|
2051
2362
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2052
2363
|
ServiceQuotaExceededException.add_member(:quota_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaName"))
|
2053
2364
|
ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "quotaValue"))
|
@@ -2073,6 +2384,15 @@ module Aws::CleanRooms
|
|
2073
2384
|
SnowflakeTableSchemaV1.add_member(:column_type, Shapes::ShapeRef.new(shape: ColumnTypeString, required: true, location_name: "columnType"))
|
2074
2385
|
SnowflakeTableSchemaV1.struct_class = Types::SnowflakeTableSchemaV1
|
2075
2386
|
|
2387
|
+
StartProtectedJobInput.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedJobType, required: true, location_name: "type"))
|
2388
|
+
StartProtectedJobInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2389
|
+
StartProtectedJobInput.add_member(:job_parameters, Shapes::ShapeRef.new(shape: ProtectedJobParameters, required: true, location_name: "jobParameters"))
|
2390
|
+
StartProtectedJobInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ProtectedJobResultConfigurationInput, location_name: "resultConfiguration"))
|
2391
|
+
StartProtectedJobInput.struct_class = Types::StartProtectedJobInput
|
2392
|
+
|
2393
|
+
StartProtectedJobOutput.add_member(:protected_job, Shapes::ShapeRef.new(shape: ProtectedJob, required: true, location_name: "protectedJob"))
|
2394
|
+
StartProtectedJobOutput.struct_class = Types::StartProtectedJobOutput
|
2395
|
+
|
2076
2396
|
StartProtectedQueryInput.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedQueryType, required: true, location_name: "type"))
|
2077
2397
|
StartProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2078
2398
|
StartProtectedQueryInput.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
|
@@ -2169,6 +2489,8 @@ module Aws::CleanRooms
|
|
2169
2489
|
UpdateConfiguredTableInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
|
2170
2490
|
UpdateConfiguredTableInput.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "name"))
|
2171
2491
|
UpdateConfiguredTableInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
|
2492
|
+
UpdateConfiguredTableInput.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
|
2493
|
+
UpdateConfiguredTableInput.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
2172
2494
|
UpdateConfiguredTableInput.struct_class = Types::UpdateConfiguredTableInput
|
2173
2495
|
|
2174
2496
|
UpdateConfiguredTableOutput.add_member(:configured_table, Shapes::ShapeRef.new(shape: ConfiguredTable, required: true, location_name: "configuredTable"))
|
@@ -2195,7 +2517,9 @@ module Aws::CleanRooms
|
|
2195
2517
|
|
2196
2518
|
UpdateMembershipInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2197
2519
|
UpdateMembershipInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, location_name: "queryLogStatus"))
|
2520
|
+
UpdateMembershipInput.add_member(:job_log_status, Shapes::ShapeRef.new(shape: MembershipJobLogStatus, location_name: "jobLogStatus"))
|
2198
2521
|
UpdateMembershipInput.add_member(:default_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedQueryResultConfiguration, location_name: "defaultResultConfiguration"))
|
2522
|
+
UpdateMembershipInput.add_member(:default_job_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedJobResultConfiguration, location_name: "defaultJobResultConfiguration"))
|
2199
2523
|
UpdateMembershipInput.struct_class = Types::UpdateMembershipInput
|
2200
2524
|
|
2201
2525
|
UpdateMembershipOutput.add_member(:membership, Shapes::ShapeRef.new(shape: Membership, required: true, location_name: "membership"))
|
@@ -2210,6 +2534,14 @@ module Aws::CleanRooms
|
|
2210
2534
|
UpdatePrivacyBudgetTemplateOutput.add_member(:privacy_budget_template, Shapes::ShapeRef.new(shape: PrivacyBudgetTemplate, required: true, location_name: "privacyBudgetTemplate"))
|
2211
2535
|
UpdatePrivacyBudgetTemplateOutput.struct_class = Types::UpdatePrivacyBudgetTemplateOutput
|
2212
2536
|
|
2537
|
+
UpdateProtectedJobInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2538
|
+
UpdateProtectedJobInput.add_member(:protected_job_identifier, Shapes::ShapeRef.new(shape: ProtectedJobIdentifier, required: true, location: "uri", location_name: "protectedJobIdentifier"))
|
2539
|
+
UpdateProtectedJobInput.add_member(:target_status, Shapes::ShapeRef.new(shape: TargetProtectedJobStatus, required: true, location_name: "targetStatus"))
|
2540
|
+
UpdateProtectedJobInput.struct_class = Types::UpdateProtectedJobInput
|
2541
|
+
|
2542
|
+
UpdateProtectedJobOutput.add_member(:protected_job, Shapes::ShapeRef.new(shape: ProtectedJob, required: true, location_name: "protectedJob"))
|
2543
|
+
UpdateProtectedJobOutput.struct_class = Types::UpdateProtectedJobOutput
|
2544
|
+
|
2213
2545
|
UpdateProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
|
2214
2546
|
UpdateProtectedQueryInput.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: ProtectedQueryIdentifier, required: true, location: "uri", location_name: "protectedQueryIdentifier"))
|
2215
2547
|
UpdateProtectedQueryInput.add_member(:target_status, Shapes::ShapeRef.new(shape: TargetProtectedQueryStatus, required: true, location_name: "targetStatus"))
|
@@ -2356,6 +2688,7 @@ module Aws::CleanRooms
|
|
2356
2688
|
o.input = Shapes::ShapeRef.new(shape: CreateConfiguredTableAnalysisRuleInput)
|
2357
2689
|
o.output = Shapes::ShapeRef.new(shape: CreateConfiguredTableAnalysisRuleOutput)
|
2358
2690
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2359
2692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2360
2693
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2361
2694
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
@@ -2806,6 +3139,19 @@ module Aws::CleanRooms
|
|
2806
3139
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2807
3140
|
end)
|
2808
3141
|
|
3142
|
+
api.add_operation(:get_protected_job, Seahorse::Model::Operation.new.tap do |o|
|
3143
|
+
o.name = "GetProtectedJob"
|
3144
|
+
o.http_method = "GET"
|
3145
|
+
o.http_request_uri = "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}"
|
3146
|
+
o.input = Shapes::ShapeRef.new(shape: GetProtectedJobInput)
|
3147
|
+
o.output = Shapes::ShapeRef.new(shape: GetProtectedJobOutput)
|
3148
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3149
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3150
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3151
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3152
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3153
|
+
end)
|
3154
|
+
|
2809
3155
|
api.add_operation(:get_protected_query, Seahorse::Model::Operation.new.tap do |o|
|
2810
3156
|
o.name = "GetProtectedQuery"
|
2811
3157
|
o.http_method = "GET"
|
@@ -3146,6 +3492,25 @@ module Aws::CleanRooms
|
|
3146
3492
|
)
|
3147
3493
|
end)
|
3148
3494
|
|
3495
|
+
api.add_operation(:list_protected_jobs, Seahorse::Model::Operation.new.tap do |o|
|
3496
|
+
o.name = "ListProtectedJobs"
|
3497
|
+
o.http_method = "GET"
|
3498
|
+
o.http_request_uri = "/memberships/{membershipIdentifier}/protectedJobs"
|
3499
|
+
o.input = Shapes::ShapeRef.new(shape: ListProtectedJobsInput)
|
3500
|
+
o.output = Shapes::ShapeRef.new(shape: ListProtectedJobsOutput)
|
3501
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3502
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3503
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3504
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3505
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3506
|
+
o[:pager] = Aws::Pager.new(
|
3507
|
+
limit_key: "max_results",
|
3508
|
+
tokens: {
|
3509
|
+
"next_token" => "next_token"
|
3510
|
+
}
|
3511
|
+
)
|
3512
|
+
end)
|
3513
|
+
|
3149
3514
|
api.add_operation(:list_protected_queries, Seahorse::Model::Operation.new.tap do |o|
|
3150
3515
|
o.name = "ListProtectedQueries"
|
3151
3516
|
o.http_method = "GET"
|
@@ -3222,6 +3587,20 @@ module Aws::CleanRooms
|
|
3222
3587
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3223
3588
|
end)
|
3224
3589
|
|
3590
|
+
api.add_operation(:start_protected_job, Seahorse::Model::Operation.new.tap do |o|
|
3591
|
+
o.name = "StartProtectedJob"
|
3592
|
+
o.http_method = "POST"
|
3593
|
+
o.http_request_uri = "/memberships/{membershipIdentifier}/protectedJobs"
|
3594
|
+
o.input = Shapes::ShapeRef.new(shape: StartProtectedJobInput)
|
3595
|
+
o.output = Shapes::ShapeRef.new(shape: StartProtectedJobOutput)
|
3596
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3597
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3598
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3599
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3600
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3601
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3602
|
+
end)
|
3603
|
+
|
3225
3604
|
api.add_operation(:start_protected_query, Seahorse::Model::Operation.new.tap do |o|
|
3226
3605
|
o.name = "StartProtectedQuery"
|
3227
3606
|
o.http_method = "POST"
|
@@ -3404,6 +3783,20 @@ module Aws::CleanRooms
|
|
3404
3783
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3405
3784
|
end)
|
3406
3785
|
|
3786
|
+
api.add_operation(:update_protected_job, Seahorse::Model::Operation.new.tap do |o|
|
3787
|
+
o.name = "UpdateProtectedJob"
|
3788
|
+
o.http_method = "PATCH"
|
3789
|
+
o.http_request_uri = "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}"
|
3790
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProtectedJobInput)
|
3791
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProtectedJobOutput)
|
3792
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3793
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3794
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3795
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3796
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3797
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3798
|
+
end)
|
3799
|
+
|
3407
3800
|
api.add_operation(:update_protected_query, Seahorse::Model::Operation.new.tap do |o|
|
3408
3801
|
o.name = "UpdateProtectedQuery"
|
3409
3802
|
o.http_method = "PATCH"
|