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
data/sig/types.rbs
CHANGED
@@ -41,6 +41,8 @@ module Aws::CleanRooms
|
|
41
41
|
attr_accessor create_time: ::Time
|
42
42
|
attr_accessor update_time: ::Time
|
43
43
|
attr_accessor policy: Types::AnalysisRulePolicy
|
44
|
+
attr_accessor collaboration_policy: Types::ConfiguredTableAssociationAnalysisRulePolicy
|
45
|
+
attr_accessor consolidated_policy: Types::ConsolidatedPolicy
|
44
46
|
SENSITIVE: []
|
45
47
|
end
|
46
48
|
|
@@ -118,15 +120,29 @@ module Aws::CleanRooms
|
|
118
120
|
|
119
121
|
class AnalysisSource
|
120
122
|
attr_accessor text: ::String
|
123
|
+
attr_accessor artifacts: Types::AnalysisTemplateArtifacts
|
121
124
|
attr_accessor unknown: untyped
|
122
|
-
SENSITIVE: []
|
125
|
+
SENSITIVE: [:text]
|
123
126
|
|
124
127
|
class Text < AnalysisSource
|
125
128
|
end
|
129
|
+
class Artifacts < AnalysisSource
|
130
|
+
end
|
126
131
|
class Unknown < AnalysisSource
|
127
132
|
end
|
128
133
|
end
|
129
134
|
|
135
|
+
class AnalysisSourceMetadata
|
136
|
+
attr_accessor artifacts: Types::AnalysisTemplateArtifactMetadata
|
137
|
+
attr_accessor unknown: untyped
|
138
|
+
SENSITIVE: []
|
139
|
+
|
140
|
+
class Artifacts < AnalysisSourceMetadata
|
141
|
+
end
|
142
|
+
class Unknown < AnalysisSourceMetadata
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
130
146
|
class AnalysisTemplate
|
131
147
|
attr_accessor id: ::String
|
132
148
|
attr_accessor arn: ::String
|
@@ -139,11 +155,30 @@ module Aws::CleanRooms
|
|
139
155
|
attr_accessor create_time: ::Time
|
140
156
|
attr_accessor update_time: ::Time
|
141
157
|
attr_accessor schema: Types::AnalysisSchema
|
142
|
-
attr_accessor format: ("SQL")
|
158
|
+
attr_accessor format: ("SQL" | "PYSPARK_1_0")
|
143
159
|
attr_accessor source: Types::AnalysisSource
|
160
|
+
attr_accessor source_metadata: Types::AnalysisSourceMetadata
|
144
161
|
attr_accessor analysis_parameters: ::Array[Types::AnalysisParameter]
|
145
162
|
attr_accessor validations: ::Array[Types::AnalysisTemplateValidationStatusDetail]
|
146
|
-
SENSITIVE: [
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class AnalysisTemplateArtifact
|
167
|
+
attr_accessor location: Types::S3Location
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class AnalysisTemplateArtifactMetadata
|
172
|
+
attr_accessor entry_point_hash: Types::Hash
|
173
|
+
attr_accessor additional_artifact_hashes: ::Array[Types::Hash]
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class AnalysisTemplateArtifacts
|
178
|
+
attr_accessor entry_point: Types::AnalysisTemplateArtifact
|
179
|
+
attr_accessor additional_artifacts: ::Array[Types::AnalysisTemplateArtifact]
|
180
|
+
attr_accessor role_arn: ::String
|
181
|
+
SENSITIVE: []
|
147
182
|
end
|
148
183
|
|
149
184
|
class AnalysisTemplateSummary
|
@@ -238,6 +273,11 @@ module Aws::CleanRooms
|
|
238
273
|
SENSITIVE: []
|
239
274
|
end
|
240
275
|
|
276
|
+
class BilledJobResourceUtilization
|
277
|
+
attr_accessor units: ::Float
|
278
|
+
SENSITIVE: []
|
279
|
+
end
|
280
|
+
|
241
281
|
class BilledResourceUtilization
|
242
282
|
attr_accessor units: ::Float
|
243
283
|
SENSITIVE: []
|
@@ -257,6 +297,7 @@ module Aws::CleanRooms
|
|
257
297
|
attr_accessor membership_arn: ::String
|
258
298
|
attr_accessor data_encryption_metadata: Types::DataEncryptionMetadata
|
259
299
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
300
|
+
attr_accessor job_log_status: ("ENABLED" | "DISABLED")
|
260
301
|
attr_accessor analytics_engine: ("SPARK" | "CLEAN_ROOMS_SQL")
|
261
302
|
SENSITIVE: []
|
262
303
|
end
|
@@ -272,11 +313,12 @@ module Aws::CleanRooms
|
|
272
313
|
attr_accessor create_time: ::Time
|
273
314
|
attr_accessor update_time: ::Time
|
274
315
|
attr_accessor schema: Types::AnalysisSchema
|
275
|
-
attr_accessor format: ("SQL")
|
316
|
+
attr_accessor format: ("SQL" | "PYSPARK_1_0")
|
276
317
|
attr_accessor source: Types::AnalysisSource
|
318
|
+
attr_accessor source_metadata: Types::AnalysisSourceMetadata
|
277
319
|
attr_accessor analysis_parameters: ::Array[Types::AnalysisParameter]
|
278
320
|
attr_accessor validations: ::Array[Types::AnalysisTemplateValidationStatusDetail]
|
279
|
-
SENSITIVE: [
|
321
|
+
SENSITIVE: []
|
280
322
|
end
|
281
323
|
|
282
324
|
class CollaborationAnalysisTemplateSummary
|
@@ -473,8 +515,9 @@ module Aws::CleanRooms
|
|
473
515
|
attr_accessor create_time: ::Time
|
474
516
|
attr_accessor update_time: ::Time
|
475
517
|
attr_accessor analysis_rule_types: ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
|
476
|
-
attr_accessor analysis_method: ("DIRECT_QUERY")
|
518
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
477
519
|
attr_accessor allowed_columns: ::Array[::String]
|
520
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
478
521
|
SENSITIVE: []
|
479
522
|
end
|
480
523
|
|
@@ -598,6 +641,7 @@ module Aws::CleanRooms
|
|
598
641
|
attr_accessor update_time: ::Time
|
599
642
|
attr_accessor id: ::String
|
600
643
|
attr_accessor arn: ::String
|
644
|
+
attr_accessor analysis_rule_types: ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
|
601
645
|
SENSITIVE: []
|
602
646
|
end
|
603
647
|
|
@@ -608,7 +652,8 @@ module Aws::CleanRooms
|
|
608
652
|
attr_accessor create_time: ::Time
|
609
653
|
attr_accessor update_time: ::Time
|
610
654
|
attr_accessor analysis_rule_types: ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
|
611
|
-
attr_accessor analysis_method: ("DIRECT_QUERY")
|
655
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
656
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
612
657
|
SENSITIVE: []
|
613
658
|
end
|
614
659
|
|
@@ -620,15 +665,79 @@ module Aws::CleanRooms
|
|
620
665
|
SENSITIVE: []
|
621
666
|
end
|
622
667
|
|
668
|
+
class ConsolidatedPolicy
|
669
|
+
attr_accessor v1: Types::ConsolidatedPolicyV1
|
670
|
+
attr_accessor unknown: untyped
|
671
|
+
SENSITIVE: []
|
672
|
+
|
673
|
+
class V1 < ConsolidatedPolicy
|
674
|
+
end
|
675
|
+
class Unknown < ConsolidatedPolicy
|
676
|
+
end
|
677
|
+
end
|
678
|
+
|
679
|
+
class ConsolidatedPolicyAggregation
|
680
|
+
attr_accessor aggregate_columns: ::Array[Types::AggregateColumn]
|
681
|
+
attr_accessor join_columns: ::Array[::String]
|
682
|
+
attr_accessor join_required: ("QUERY_RUNNER")
|
683
|
+
attr_accessor allowed_join_operators: ::Array[("OR" | "AND")]
|
684
|
+
attr_accessor dimension_columns: ::Array[::String]
|
685
|
+
attr_accessor scalar_functions: ::Array[("ABS" | "CAST" | "CEILING" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "FLOOR" | "GETDATE" | "LN" | "LOG" | "LOWER" | "ROUND" | "RTRIM" | "SQRT" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM" | "TRUNC" | "UPPER")]
|
686
|
+
attr_accessor output_constraints: ::Array[Types::AggregationConstraint]
|
687
|
+
attr_accessor additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")
|
688
|
+
attr_accessor allowed_result_receivers: ::Array[::String]
|
689
|
+
attr_accessor allowed_additional_analyses: ::Array[::String]
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class ConsolidatedPolicyCustom
|
694
|
+
attr_accessor allowed_analyses: ::Array[::String]
|
695
|
+
attr_accessor allowed_analysis_providers: ::Array[::String]
|
696
|
+
attr_accessor additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")
|
697
|
+
attr_accessor disallowed_output_columns: ::Array[::String]
|
698
|
+
attr_accessor differential_privacy: Types::DifferentialPrivacyConfiguration
|
699
|
+
attr_accessor allowed_result_receivers: ::Array[::String]
|
700
|
+
attr_accessor allowed_additional_analyses: ::Array[::String]
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class ConsolidatedPolicyList
|
705
|
+
attr_accessor join_columns: ::Array[::String]
|
706
|
+
attr_accessor allowed_join_operators: ::Array[("OR" | "AND")]
|
707
|
+
attr_accessor list_columns: ::Array[::String]
|
708
|
+
attr_accessor additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")
|
709
|
+
attr_accessor allowed_result_receivers: ::Array[::String]
|
710
|
+
attr_accessor allowed_additional_analyses: ::Array[::String]
|
711
|
+
SENSITIVE: []
|
712
|
+
end
|
713
|
+
|
714
|
+
class ConsolidatedPolicyV1
|
715
|
+
attr_accessor list: Types::ConsolidatedPolicyList
|
716
|
+
attr_accessor aggregation: Types::ConsolidatedPolicyAggregation
|
717
|
+
attr_accessor custom: Types::ConsolidatedPolicyCustom
|
718
|
+
attr_accessor unknown: untyped
|
719
|
+
SENSITIVE: []
|
720
|
+
|
721
|
+
class List < ConsolidatedPolicyV1
|
722
|
+
end
|
723
|
+
class Aggregation < ConsolidatedPolicyV1
|
724
|
+
end
|
725
|
+
class Custom < ConsolidatedPolicyV1
|
726
|
+
end
|
727
|
+
class Unknown < ConsolidatedPolicyV1
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
623
731
|
class CreateAnalysisTemplateInput
|
624
732
|
attr_accessor description: ::String
|
625
733
|
attr_accessor membership_identifier: ::String
|
626
734
|
attr_accessor name: ::String
|
627
|
-
attr_accessor format: ("SQL")
|
735
|
+
attr_accessor format: ("SQL" | "PYSPARK_1_0")
|
628
736
|
attr_accessor source: Types::AnalysisSource
|
629
737
|
attr_accessor tags: ::Hash[::String, ::String]
|
630
738
|
attr_accessor analysis_parameters: ::Array[Types::AnalysisParameter]
|
631
|
-
|
739
|
+
attr_accessor schema: Types::AnalysisSchema
|
740
|
+
SENSITIVE: []
|
632
741
|
end
|
633
742
|
|
634
743
|
class CreateAnalysisTemplateOutput
|
@@ -640,11 +749,12 @@ module Aws::CleanRooms
|
|
640
749
|
attr_accessor members: ::Array[Types::MemberSpecification]
|
641
750
|
attr_accessor name: ::String
|
642
751
|
attr_accessor description: ::String
|
643
|
-
attr_accessor creator_member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
752
|
+
attr_accessor creator_member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB")]
|
644
753
|
attr_accessor creator_ml_member_abilities: Types::MLMemberAbilities
|
645
754
|
attr_accessor creator_display_name: ::String
|
646
755
|
attr_accessor data_encryption_metadata: Types::DataEncryptionMetadata
|
647
756
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
757
|
+
attr_accessor job_log_status: ("ENABLED" | "DISABLED")
|
648
758
|
attr_accessor tags: ::Hash[::String, ::String]
|
649
759
|
attr_accessor creator_payment_configuration: Types::PaymentConfiguration
|
650
760
|
attr_accessor analytics_engine: ("SPARK" | "CLEAN_ROOMS_SQL")
|
@@ -716,7 +826,8 @@ module Aws::CleanRooms
|
|
716
826
|
attr_accessor description: ::String
|
717
827
|
attr_accessor table_reference: Types::TableReference
|
718
828
|
attr_accessor allowed_columns: ::Array[::String]
|
719
|
-
attr_accessor analysis_method: ("DIRECT_QUERY")
|
829
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
830
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
720
831
|
attr_accessor tags: ::Hash[::String, ::String]
|
721
832
|
SENSITIVE: []
|
722
833
|
end
|
@@ -759,8 +870,10 @@ module Aws::CleanRooms
|
|
759
870
|
class CreateMembershipInput
|
760
871
|
attr_accessor collaboration_identifier: ::String
|
761
872
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
873
|
+
attr_accessor job_log_status: ("ENABLED" | "DISABLED")
|
762
874
|
attr_accessor tags: ::Hash[::String, ::String]
|
763
875
|
attr_accessor default_result_configuration: Types::MembershipProtectedQueryResultConfiguration
|
876
|
+
attr_accessor default_job_result_configuration: Types::MembershipProtectedJobResultConfiguration
|
764
877
|
attr_accessor payment_configuration: Types::MembershipPaymentConfiguration
|
765
878
|
SENSITIVE: []
|
766
879
|
end
|
@@ -1138,6 +1251,17 @@ module Aws::CleanRooms
|
|
1138
1251
|
SENSITIVE: []
|
1139
1252
|
end
|
1140
1253
|
|
1254
|
+
class GetProtectedJobInput
|
1255
|
+
attr_accessor membership_identifier: ::String
|
1256
|
+
attr_accessor protected_job_identifier: ::String
|
1257
|
+
SENSITIVE: []
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class GetProtectedJobOutput
|
1261
|
+
attr_accessor protected_job: Types::ProtectedJob
|
1262
|
+
SENSITIVE: []
|
1263
|
+
end
|
1264
|
+
|
1141
1265
|
class GetProtectedQueryInput
|
1142
1266
|
attr_accessor membership_identifier: ::String
|
1143
1267
|
attr_accessor protected_query_identifier: ::String
|
@@ -1178,6 +1302,11 @@ module Aws::CleanRooms
|
|
1178
1302
|
SENSITIVE: []
|
1179
1303
|
end
|
1180
1304
|
|
1305
|
+
class Hash
|
1306
|
+
attr_accessor sha256: ::String
|
1307
|
+
SENSITIVE: []
|
1308
|
+
end
|
1309
|
+
|
1181
1310
|
class IdMappingConfig
|
1182
1311
|
attr_accessor allow_use_as_dimension_column: bool
|
1183
1312
|
SENSITIVE: []
|
@@ -1292,6 +1421,11 @@ module Aws::CleanRooms
|
|
1292
1421
|
SENSITIVE: []
|
1293
1422
|
end
|
1294
1423
|
|
1424
|
+
class JobComputePaymentConfig
|
1425
|
+
attr_accessor is_responsible: bool
|
1426
|
+
SENSITIVE: []
|
1427
|
+
end
|
1428
|
+
|
1295
1429
|
class ListAnalysisTemplatesInput
|
1296
1430
|
attr_accessor membership_identifier: ::String
|
1297
1431
|
attr_accessor next_token: ::String
|
@@ -1501,6 +1635,20 @@ module Aws::CleanRooms
|
|
1501
1635
|
SENSITIVE: []
|
1502
1636
|
end
|
1503
1637
|
|
1638
|
+
class ListProtectedJobsInput
|
1639
|
+
attr_accessor membership_identifier: ::String
|
1640
|
+
attr_accessor status: ("SUBMITTED" | "STARTED" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS")
|
1641
|
+
attr_accessor next_token: ::String
|
1642
|
+
attr_accessor max_results: ::Integer
|
1643
|
+
SENSITIVE: []
|
1644
|
+
end
|
1645
|
+
|
1646
|
+
class ListProtectedJobsOutput
|
1647
|
+
attr_accessor next_token: ::String
|
1648
|
+
attr_accessor protected_jobs: ::Array[Types::ProtectedJobSummary]
|
1649
|
+
SENSITIVE: []
|
1650
|
+
end
|
1651
|
+
|
1504
1652
|
class ListProtectedQueriesInput
|
1505
1653
|
attr_accessor membership_identifier: ::String
|
1506
1654
|
attr_accessor status: ("SUBMITTED" | "STARTED" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS" | "TIMED_OUT")
|
@@ -1552,7 +1700,7 @@ module Aws::CleanRooms
|
|
1552
1700
|
|
1553
1701
|
class MemberSpecification
|
1554
1702
|
attr_accessor account_id: ::String
|
1555
|
-
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
1703
|
+
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB")]
|
1556
1704
|
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
1557
1705
|
attr_accessor display_name: ::String
|
1558
1706
|
attr_accessor payment_configuration: Types::PaymentConfiguration
|
@@ -1563,7 +1711,7 @@ module Aws::CleanRooms
|
|
1563
1711
|
attr_accessor account_id: ::String
|
1564
1712
|
attr_accessor status: ("INVITED" | "ACTIVE" | "LEFT" | "REMOVED")
|
1565
1713
|
attr_accessor display_name: ::String
|
1566
|
-
attr_accessor abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
1714
|
+
attr_accessor abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB")]
|
1567
1715
|
attr_accessor ml_abilities: Types::MLMemberAbilities
|
1568
1716
|
attr_accessor create_time: ::Time
|
1569
1717
|
attr_accessor update_time: ::Time
|
@@ -1584,14 +1732,21 @@ module Aws::CleanRooms
|
|
1584
1732
|
attr_accessor create_time: ::Time
|
1585
1733
|
attr_accessor update_time: ::Time
|
1586
1734
|
attr_accessor status: ("ACTIVE" | "REMOVED" | "COLLABORATION_DELETED")
|
1587
|
-
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
1735
|
+
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB")]
|
1588
1736
|
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
1589
1737
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
1738
|
+
attr_accessor job_log_status: ("ENABLED" | "DISABLED")
|
1590
1739
|
attr_accessor default_result_configuration: Types::MembershipProtectedQueryResultConfiguration
|
1740
|
+
attr_accessor default_job_result_configuration: Types::MembershipProtectedJobResultConfiguration
|
1591
1741
|
attr_accessor payment_configuration: Types::MembershipPaymentConfiguration
|
1592
1742
|
SENSITIVE: []
|
1593
1743
|
end
|
1594
1744
|
|
1745
|
+
class MembershipJobComputePaymentConfig
|
1746
|
+
attr_accessor is_responsible: bool
|
1747
|
+
SENSITIVE: []
|
1748
|
+
end
|
1749
|
+
|
1595
1750
|
class MembershipMLPaymentConfig
|
1596
1751
|
attr_accessor model_training: Types::MembershipModelTrainingPaymentConfig
|
1597
1752
|
attr_accessor model_inference: Types::MembershipModelInferencePaymentConfig
|
@@ -1611,6 +1766,24 @@ module Aws::CleanRooms
|
|
1611
1766
|
class MembershipPaymentConfiguration
|
1612
1767
|
attr_accessor query_compute: Types::MembershipQueryComputePaymentConfig
|
1613
1768
|
attr_accessor machine_learning: Types::MembershipMLPaymentConfig
|
1769
|
+
attr_accessor job_compute: Types::MembershipJobComputePaymentConfig
|
1770
|
+
SENSITIVE: []
|
1771
|
+
end
|
1772
|
+
|
1773
|
+
class MembershipProtectedJobOutputConfiguration
|
1774
|
+
attr_accessor s3: Types::ProtectedJobS3OutputConfigurationInput
|
1775
|
+
attr_accessor unknown: untyped
|
1776
|
+
SENSITIVE: []
|
1777
|
+
|
1778
|
+
class S3 < MembershipProtectedJobOutputConfiguration
|
1779
|
+
end
|
1780
|
+
class Unknown < MembershipProtectedJobOutputConfiguration
|
1781
|
+
end
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class MembershipProtectedJobResultConfiguration
|
1785
|
+
attr_accessor output_configuration: Types::MembershipProtectedJobOutputConfiguration
|
1786
|
+
attr_accessor role_arn: ::String
|
1614
1787
|
SENSITIVE: []
|
1615
1788
|
end
|
1616
1789
|
|
@@ -1647,7 +1820,7 @@ module Aws::CleanRooms
|
|
1647
1820
|
attr_accessor create_time: ::Time
|
1648
1821
|
attr_accessor update_time: ::Time
|
1649
1822
|
attr_accessor status: ("ACTIVE" | "REMOVED" | "COLLABORATION_DELETED")
|
1650
|
-
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
1823
|
+
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS" | "CAN_RUN_JOB")]
|
1651
1824
|
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
1652
1825
|
attr_accessor payment_configuration: Types::MembershipPaymentConfiguration
|
1653
1826
|
SENSITIVE: []
|
@@ -1666,6 +1839,7 @@ module Aws::CleanRooms
|
|
1666
1839
|
class PaymentConfiguration
|
1667
1840
|
attr_accessor query_compute: Types::QueryComputePaymentConfig
|
1668
1841
|
attr_accessor machine_learning: Types::MLPaymentConfig
|
1842
|
+
attr_accessor job_compute: Types::JobComputePaymentConfig
|
1669
1843
|
SENSITIVE: []
|
1670
1844
|
end
|
1671
1845
|
|
@@ -1800,6 +1974,155 @@ module Aws::CleanRooms
|
|
1800
1974
|
end
|
1801
1975
|
end
|
1802
1976
|
|
1977
|
+
class ProtectedJob
|
1978
|
+
attr_accessor id: ::String
|
1979
|
+
attr_accessor membership_id: ::String
|
1980
|
+
attr_accessor membership_arn: ::String
|
1981
|
+
attr_accessor create_time: ::Time
|
1982
|
+
attr_accessor job_parameters: Types::ProtectedJobParameters
|
1983
|
+
attr_accessor status: ("SUBMITTED" | "STARTED" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS")
|
1984
|
+
attr_accessor result_configuration: Types::ProtectedJobResultConfigurationOutput
|
1985
|
+
attr_accessor statistics: Types::ProtectedJobStatistics
|
1986
|
+
attr_accessor result: Types::ProtectedJobResult
|
1987
|
+
attr_accessor error: Types::ProtectedJobError
|
1988
|
+
SENSITIVE: []
|
1989
|
+
end
|
1990
|
+
|
1991
|
+
class ProtectedJobConfigurationDetails
|
1992
|
+
attr_accessor direct_analysis_configuration_details: Types::ProtectedJobDirectAnalysisConfigurationDetails
|
1993
|
+
attr_accessor unknown: untyped
|
1994
|
+
SENSITIVE: []
|
1995
|
+
|
1996
|
+
class DirectAnalysisConfigurationDetails < ProtectedJobConfigurationDetails
|
1997
|
+
end
|
1998
|
+
class Unknown < ProtectedJobConfigurationDetails
|
1999
|
+
end
|
2000
|
+
end
|
2001
|
+
|
2002
|
+
class ProtectedJobDirectAnalysisConfigurationDetails
|
2003
|
+
attr_accessor receiver_account_ids: ::Array[::String]
|
2004
|
+
SENSITIVE: []
|
2005
|
+
end
|
2006
|
+
|
2007
|
+
class ProtectedJobError
|
2008
|
+
attr_accessor message: ::String
|
2009
|
+
attr_accessor code: ::String
|
2010
|
+
SENSITIVE: []
|
2011
|
+
end
|
2012
|
+
|
2013
|
+
class ProtectedJobMemberOutputConfigurationInput
|
2014
|
+
attr_accessor account_id: ::String
|
2015
|
+
SENSITIVE: []
|
2016
|
+
end
|
2017
|
+
|
2018
|
+
class ProtectedJobMemberOutputConfigurationOutput
|
2019
|
+
attr_accessor account_id: ::String
|
2020
|
+
SENSITIVE: []
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class ProtectedJobOutput
|
2024
|
+
attr_accessor s3: Types::ProtectedJobS3Output
|
2025
|
+
attr_accessor member_list: ::Array[Types::ProtectedJobSingleMemberOutput]
|
2026
|
+
attr_accessor unknown: untyped
|
2027
|
+
SENSITIVE: []
|
2028
|
+
|
2029
|
+
class S3 < ProtectedJobOutput
|
2030
|
+
end
|
2031
|
+
class MemberList < ProtectedJobOutput
|
2032
|
+
end
|
2033
|
+
class Unknown < ProtectedJobOutput
|
2034
|
+
end
|
2035
|
+
end
|
2036
|
+
|
2037
|
+
class ProtectedJobOutputConfigurationInput
|
2038
|
+
attr_accessor member: Types::ProtectedJobMemberOutputConfigurationInput
|
2039
|
+
attr_accessor unknown: untyped
|
2040
|
+
SENSITIVE: []
|
2041
|
+
|
2042
|
+
class Member < ProtectedJobOutputConfigurationInput
|
2043
|
+
end
|
2044
|
+
class Unknown < ProtectedJobOutputConfigurationInput
|
2045
|
+
end
|
2046
|
+
end
|
2047
|
+
|
2048
|
+
class ProtectedJobOutputConfigurationOutput
|
2049
|
+
attr_accessor s3: Types::ProtectedJobS3OutputConfigurationOutput
|
2050
|
+
attr_accessor member: Types::ProtectedJobMemberOutputConfigurationOutput
|
2051
|
+
attr_accessor unknown: untyped
|
2052
|
+
SENSITIVE: []
|
2053
|
+
|
2054
|
+
class S3 < ProtectedJobOutputConfigurationOutput
|
2055
|
+
end
|
2056
|
+
class Member < ProtectedJobOutputConfigurationOutput
|
2057
|
+
end
|
2058
|
+
class Unknown < ProtectedJobOutputConfigurationOutput
|
2059
|
+
end
|
2060
|
+
end
|
2061
|
+
|
2062
|
+
class ProtectedJobParameters
|
2063
|
+
attr_accessor analysis_template_arn: ::String
|
2064
|
+
SENSITIVE: []
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
class ProtectedJobReceiverConfiguration
|
2068
|
+
attr_accessor analysis_type: ("DIRECT_ANALYSIS")
|
2069
|
+
attr_accessor configuration_details: Types::ProtectedJobConfigurationDetails
|
2070
|
+
SENSITIVE: []
|
2071
|
+
end
|
2072
|
+
|
2073
|
+
class ProtectedJobResult
|
2074
|
+
attr_accessor output: Types::ProtectedJobOutput
|
2075
|
+
SENSITIVE: []
|
2076
|
+
end
|
2077
|
+
|
2078
|
+
class ProtectedJobResultConfigurationInput
|
2079
|
+
attr_accessor output_configuration: Types::ProtectedJobOutputConfigurationInput
|
2080
|
+
SENSITIVE: []
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class ProtectedJobResultConfigurationOutput
|
2084
|
+
attr_accessor output_configuration: Types::ProtectedJobOutputConfigurationOutput
|
2085
|
+
SENSITIVE: []
|
2086
|
+
end
|
2087
|
+
|
2088
|
+
class ProtectedJobS3Output
|
2089
|
+
attr_accessor location: ::String
|
2090
|
+
SENSITIVE: []
|
2091
|
+
end
|
2092
|
+
|
2093
|
+
class ProtectedJobS3OutputConfigurationInput
|
2094
|
+
attr_accessor bucket: ::String
|
2095
|
+
attr_accessor key_prefix: ::String
|
2096
|
+
SENSITIVE: []
|
2097
|
+
end
|
2098
|
+
|
2099
|
+
class ProtectedJobS3OutputConfigurationOutput
|
2100
|
+
attr_accessor bucket: ::String
|
2101
|
+
attr_accessor key_prefix: ::String
|
2102
|
+
SENSITIVE: []
|
2103
|
+
end
|
2104
|
+
|
2105
|
+
class ProtectedJobSingleMemberOutput
|
2106
|
+
attr_accessor account_id: ::String
|
2107
|
+
SENSITIVE: []
|
2108
|
+
end
|
2109
|
+
|
2110
|
+
class ProtectedJobStatistics
|
2111
|
+
attr_accessor total_duration_in_millis: ::Integer
|
2112
|
+
attr_accessor billed_resource_utilization: Types::BilledJobResourceUtilization
|
2113
|
+
SENSITIVE: []
|
2114
|
+
end
|
2115
|
+
|
2116
|
+
class ProtectedJobSummary
|
2117
|
+
attr_accessor id: ::String
|
2118
|
+
attr_accessor membership_id: ::String
|
2119
|
+
attr_accessor membership_arn: ::String
|
2120
|
+
attr_accessor create_time: ::Time
|
2121
|
+
attr_accessor status: ("SUBMITTED" | "STARTED" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS")
|
2122
|
+
attr_accessor receiver_configurations: ::Array[Types::ProtectedJobReceiverConfiguration]
|
2123
|
+
SENSITIVE: []
|
2124
|
+
end
|
2125
|
+
|
1803
2126
|
class ProtectedQuery
|
1804
2127
|
attr_accessor id: ::String
|
1805
2128
|
attr_accessor membership_id: ::String
|
@@ -1940,11 +2263,18 @@ module Aws::CleanRooms
|
|
1940
2263
|
SENSITIVE: []
|
1941
2264
|
end
|
1942
2265
|
|
2266
|
+
class S3Location
|
2267
|
+
attr_accessor bucket: ::String
|
2268
|
+
attr_accessor key: ::String
|
2269
|
+
SENSITIVE: []
|
2270
|
+
end
|
2271
|
+
|
1943
2272
|
class Schema
|
1944
2273
|
attr_accessor columns: ::Array[Types::Column]
|
1945
2274
|
attr_accessor partition_keys: ::Array[Types::Column]
|
1946
2275
|
attr_accessor analysis_rule_types: ::Array[("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")]
|
1947
|
-
attr_accessor analysis_method: ("DIRECT_QUERY")
|
2276
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
2277
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
1948
2278
|
attr_accessor creator_account_id: ::String
|
1949
2279
|
attr_accessor name: ::String
|
1950
2280
|
attr_accessor collaboration_id: ::String
|
@@ -1988,7 +2318,8 @@ module Aws::CleanRooms
|
|
1988
2318
|
attr_accessor collaboration_id: ::String
|
1989
2319
|
attr_accessor collaboration_arn: ::String
|
1990
2320
|
attr_accessor analysis_rule_types: ::Array[("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")]
|
1991
|
-
attr_accessor analysis_method: ("DIRECT_QUERY")
|
2321
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
2322
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
1992
2323
|
SENSITIVE: []
|
1993
2324
|
end
|
1994
2325
|
|
@@ -2037,6 +2368,19 @@ module Aws::CleanRooms
|
|
2037
2368
|
SENSITIVE: []
|
2038
2369
|
end
|
2039
2370
|
|
2371
|
+
class StartProtectedJobInput
|
2372
|
+
attr_accessor type: ("PYSPARK")
|
2373
|
+
attr_accessor membership_identifier: ::String
|
2374
|
+
attr_accessor job_parameters: Types::ProtectedJobParameters
|
2375
|
+
attr_accessor result_configuration: Types::ProtectedJobResultConfigurationInput
|
2376
|
+
SENSITIVE: []
|
2377
|
+
end
|
2378
|
+
|
2379
|
+
class StartProtectedJobOutput
|
2380
|
+
attr_accessor protected_job: Types::ProtectedJob
|
2381
|
+
SENSITIVE: []
|
2382
|
+
end
|
2383
|
+
|
2040
2384
|
class StartProtectedQueryInput
|
2041
2385
|
attr_accessor type: ("SQL")
|
2042
2386
|
attr_accessor membership_identifier: ::String
|
@@ -2170,6 +2514,8 @@ module Aws::CleanRooms
|
|
2170
2514
|
attr_accessor configured_table_identifier: ::String
|
2171
2515
|
attr_accessor name: ::String
|
2172
2516
|
attr_accessor description: ::String
|
2517
|
+
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
2518
|
+
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
2173
2519
|
SENSITIVE: []
|
2174
2520
|
end
|
2175
2521
|
|
@@ -2208,7 +2554,9 @@ module Aws::CleanRooms
|
|
2208
2554
|
class UpdateMembershipInput
|
2209
2555
|
attr_accessor membership_identifier: ::String
|
2210
2556
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
2557
|
+
attr_accessor job_log_status: ("ENABLED" | "DISABLED")
|
2211
2558
|
attr_accessor default_result_configuration: Types::MembershipProtectedQueryResultConfiguration
|
2559
|
+
attr_accessor default_job_result_configuration: Types::MembershipProtectedJobResultConfiguration
|
2212
2560
|
SENSITIVE: []
|
2213
2561
|
end
|
2214
2562
|
|
@@ -2230,6 +2578,18 @@ module Aws::CleanRooms
|
|
2230
2578
|
SENSITIVE: []
|
2231
2579
|
end
|
2232
2580
|
|
2581
|
+
class UpdateProtectedJobInput
|
2582
|
+
attr_accessor membership_identifier: ::String
|
2583
|
+
attr_accessor protected_job_identifier: ::String
|
2584
|
+
attr_accessor target_status: ("CANCELLED")
|
2585
|
+
SENSITIVE: []
|
2586
|
+
end
|
2587
|
+
|
2588
|
+
class UpdateProtectedJobOutput
|
2589
|
+
attr_accessor protected_job: Types::ProtectedJob
|
2590
|
+
SENSITIVE: []
|
2591
|
+
end
|
2592
|
+
|
2233
2593
|
class UpdateProtectedQueryInput
|
2234
2594
|
attr_accessor membership_identifier: ::String
|
2235
2595
|
attr_accessor protected_query_identifier: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cleanrooms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|