aws-sdk-cleanrooms 1.60.0 → 1.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +160 -13
- data/lib/aws-sdk-cleanrooms/client_api.rb +88 -1
- data/lib/aws-sdk-cleanrooms/types.rb +286 -9
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +42 -3
- data/sig/types.rbs +79 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d18f8c3352d8412740eb7586bfc6f22b1e09bcdf7f5aa331bccdb76814eedbcc
|
|
4
|
+
data.tar.gz: 2f264e7009e65042eef388cead5c5bf2914191f625b2aedd6937a1c640811076
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3c91da87c4a7b3208f7eb2ef1bea7a4f2b62014dd6683fdd8d377d827d6abc5979ad381c2e421d42db8c026491cd8e4978dde9fdc585041c25ec5827088fc54
|
|
7
|
+
data.tar.gz: d8f7a1294f7639ef6c78786a6a83988a6675c0765274e62bd2a0b5abaa9e4a1966bb681bedf6a933d1c02f4234dbef377ce10f0e98c978470dba0d1364ce9da0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.62.0 (2025-12-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding support for collaboration change requests requiring an approval workflow. Adding support for change requests that grant or revoke results receiver ability and modifying auto approved change types in an existing collaboration.
|
|
8
|
+
|
|
9
|
+
1.61.0 (2025-12-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS Clean Rooms now supports privacy-enhancing synthetic dataset generation for custom ML training.
|
|
13
|
+
|
|
4
14
|
1.60.0 (2025-11-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -534,6 +534,12 @@ module Aws::CleanRooms
|
|
|
534
534
|
# resp.collaboration_analysis_templates[0].validations[0].reasons #=> Array
|
|
535
535
|
# resp.collaboration_analysis_templates[0].validations[0].reasons[0].message #=> String
|
|
536
536
|
# resp.collaboration_analysis_templates[0].error_message_configuration.type #=> String, one of "DETAILED"
|
|
537
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.epsilon #=> Float
|
|
538
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.max_membership_inference_attack_score #=> Float
|
|
539
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping #=> Array
|
|
540
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_name #=> String
|
|
541
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_type #=> String, one of "CATEGORICAL", "NUMERICAL"
|
|
542
|
+
# resp.collaboration_analysis_templates[0].synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].is_predictive_value #=> Boolean
|
|
537
543
|
# resp.errors #=> Array
|
|
538
544
|
# resp.errors[0].arn #=> String
|
|
539
545
|
# resp.errors[0].code #=> String
|
|
@@ -803,6 +809,10 @@ module Aws::CleanRooms
|
|
|
803
809
|
# including sensitive information. Recommended for faster
|
|
804
810
|
# troubleshooting in development and testing environments.
|
|
805
811
|
#
|
|
812
|
+
# @option params [Types::SyntheticDataParameters] :synthetic_data_parameters
|
|
813
|
+
# The parameters for generating synthetic data when running the analysis
|
|
814
|
+
# template.
|
|
815
|
+
#
|
|
806
816
|
# @return [Types::CreateAnalysisTemplateOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
807
817
|
#
|
|
808
818
|
# * {Types::CreateAnalysisTemplateOutput#analysis_template #analysis_template} => Types::AnalysisTemplate
|
|
@@ -850,6 +860,21 @@ module Aws::CleanRooms
|
|
|
850
860
|
# error_message_configuration: {
|
|
851
861
|
# type: "DETAILED", # required, accepts DETAILED
|
|
852
862
|
# },
|
|
863
|
+
# synthetic_data_parameters: {
|
|
864
|
+
# ml_synthetic_data_parameters: {
|
|
865
|
+
# epsilon: 1.0, # required
|
|
866
|
+
# max_membership_inference_attack_score: 1.0, # required
|
|
867
|
+
# column_classification: { # required
|
|
868
|
+
# column_mapping: [ # required
|
|
869
|
+
# {
|
|
870
|
+
# column_name: "SyntheticDataColumnName", # required
|
|
871
|
+
# column_type: "CATEGORICAL", # required, accepts CATEGORICAL, NUMERICAL
|
|
872
|
+
# is_predictive_value: false, # required
|
|
873
|
+
# },
|
|
874
|
+
# ],
|
|
875
|
+
# },
|
|
876
|
+
# },
|
|
877
|
+
# },
|
|
853
878
|
# })
|
|
854
879
|
#
|
|
855
880
|
# @example Response structure
|
|
@@ -887,6 +912,12 @@ module Aws::CleanRooms
|
|
|
887
912
|
# resp.analysis_template.validations[0].reasons #=> Array
|
|
888
913
|
# resp.analysis_template.validations[0].reasons[0].message #=> String
|
|
889
914
|
# resp.analysis_template.error_message_configuration.type #=> String, one of "DETAILED"
|
|
915
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.epsilon #=> Float
|
|
916
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.max_membership_inference_attack_score #=> Float
|
|
917
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping #=> Array
|
|
918
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_name #=> String
|
|
919
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_type #=> String, one of "CATEGORICAL", "NUMERICAL"
|
|
920
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].is_predictive_value #=> Boolean
|
|
890
921
|
#
|
|
891
922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateAnalysisTemplate AWS API Documentation
|
|
892
923
|
#
|
|
@@ -997,6 +1028,9 @@ module Aws::CleanRooms
|
|
|
997
1028
|
# model_inference: {
|
|
998
1029
|
# is_responsible: false, # required
|
|
999
1030
|
# },
|
|
1031
|
+
# synthetic_data_generation: {
|
|
1032
|
+
# is_responsible: false, # required
|
|
1033
|
+
# },
|
|
1000
1034
|
# },
|
|
1001
1035
|
# job_compute: {
|
|
1002
1036
|
# is_responsible: false, # required
|
|
@@ -1033,13 +1067,16 @@ module Aws::CleanRooms
|
|
|
1033
1067
|
# model_inference: {
|
|
1034
1068
|
# is_responsible: false, # required
|
|
1035
1069
|
# },
|
|
1070
|
+
# synthetic_data_generation: {
|
|
1071
|
+
# is_responsible: false, # required
|
|
1072
|
+
# },
|
|
1036
1073
|
# },
|
|
1037
1074
|
# job_compute: {
|
|
1038
1075
|
# is_responsible: false, # required
|
|
1039
1076
|
# },
|
|
1040
1077
|
# },
|
|
1041
1078
|
# analytics_engine: "SPARK", # accepts SPARK, CLEAN_ROOMS_SQL
|
|
1042
|
-
# auto_approved_change_request_types: ["ADD_MEMBER"], # accepts ADD_MEMBER
|
|
1079
|
+
# auto_approved_change_request_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY
|
|
1043
1080
|
# allowed_result_regions: ["us-west-1"], # accepts us-west-1, us-west-2, us-east-1, us-east-2, af-south-1, ap-east-1, ap-east-2, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-5, ap-southeast-4, ap-southeast-7, ap-south-1, ap-northeast-3, ap-northeast-1, ap-northeast-2, ca-central-1, ca-west-1, eu-south-1, eu-west-3, eu-south-2, eu-central-2, eu-central-1, eu-north-1, eu-west-1, eu-west-2, me-south-1, me-central-1, il-central-1, sa-east-1, mx-central-1
|
|
1044
1081
|
# })
|
|
1045
1082
|
#
|
|
@@ -1064,7 +1101,7 @@ module Aws::CleanRooms
|
|
|
1064
1101
|
# resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
1065
1102
|
# resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
|
|
1066
1103
|
# resp.collaboration.auto_approved_change_types #=> Array
|
|
1067
|
-
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER"
|
|
1104
|
+
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
1068
1105
|
# resp.collaboration.allowed_result_regions #=> Array
|
|
1069
1106
|
# resp.collaboration.allowed_result_regions[0] #=> String, one of "us-west-1", "us-west-2", "us-east-1", "us-east-2", "af-south-1", "ap-east-1", "ap-east-2", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-southeast-4", "ap-southeast-7", "ap-south-1", "ap-northeast-3", "ap-northeast-1", "ap-northeast-2", "ca-central-1", "ca-west-1", "eu-south-1", "eu-west-3", "eu-south-2", "eu-central-2", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "me-south-1", "me-central-1", "il-central-1", "sa-east-1", "mx-central-1"
|
|
1070
1107
|
#
|
|
@@ -1100,13 +1137,16 @@ module Aws::CleanRooms
|
|
|
1100
1137
|
# collaboration_identifier: "CollaborationIdentifier", # required
|
|
1101
1138
|
# changes: [ # required
|
|
1102
1139
|
# {
|
|
1103
|
-
# specification_type: "MEMBER", # required, accepts MEMBER
|
|
1140
|
+
# specification_type: "MEMBER", # required, accepts MEMBER, COLLABORATION
|
|
1104
1141
|
# specification: { # required
|
|
1105
1142
|
# member: {
|
|
1106
1143
|
# account_id: "AccountId", # required
|
|
1107
1144
|
# member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB
|
|
1108
1145
|
# display_name: "DisplayName",
|
|
1109
1146
|
# },
|
|
1147
|
+
# collaboration: {
|
|
1148
|
+
# auto_approved_change_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY
|
|
1149
|
+
# },
|
|
1110
1150
|
# },
|
|
1111
1151
|
# },
|
|
1112
1152
|
# ],
|
|
@@ -1121,13 +1161,17 @@ module Aws::CleanRooms
|
|
|
1121
1161
|
# resp.collaboration_change_request.status #=> String, one of "PENDING", "APPROVED", "CANCELLED", "DENIED", "COMMITTED"
|
|
1122
1162
|
# resp.collaboration_change_request.is_auto_approved #=> Boolean
|
|
1123
1163
|
# resp.collaboration_change_request.changes #=> Array
|
|
1124
|
-
# resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER"
|
|
1164
|
+
# resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
|
|
1125
1165
|
# resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
|
|
1126
1166
|
# resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
|
|
1127
1167
|
# resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
|
|
1128
1168
|
# resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
|
|
1169
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
|
|
1170
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
1129
1171
|
# resp.collaboration_change_request.changes[0].types #=> Array
|
|
1130
|
-
# resp.collaboration_change_request.changes[0].types[0] #=> String, one of "ADD_MEMBER"
|
|
1172
|
+
# resp.collaboration_change_request.changes[0].types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "EDIT_AUTO_APPROVED_CHANGE_TYPES"
|
|
1173
|
+
# resp.collaboration_change_request.approvals #=> Hash
|
|
1174
|
+
# resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
|
|
1131
1175
|
#
|
|
1132
1176
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateCollaborationChangeRequest AWS API Documentation
|
|
1133
1177
|
#
|
|
@@ -1844,6 +1888,9 @@ module Aws::CleanRooms
|
|
|
1844
1888
|
# model_inference: {
|
|
1845
1889
|
# is_responsible: false, # required
|
|
1846
1890
|
# },
|
|
1891
|
+
# synthetic_data_generation: {
|
|
1892
|
+
# is_responsible: false, # required
|
|
1893
|
+
# },
|
|
1847
1894
|
# },
|
|
1848
1895
|
# job_compute: {
|
|
1849
1896
|
# is_responsible: false, # required
|
|
@@ -1880,6 +1927,7 @@ module Aws::CleanRooms
|
|
|
1880
1927
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
1881
1928
|
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
1882
1929
|
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
1930
|
+
# resp.membership.payment_configuration.machine_learning.synthetic_data_generation.is_responsible #=> Boolean
|
|
1883
1931
|
# resp.membership.payment_configuration.job_compute.is_responsible #=> Boolean
|
|
1884
1932
|
#
|
|
1885
1933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateMembership AWS API Documentation
|
|
@@ -2361,6 +2409,12 @@ module Aws::CleanRooms
|
|
|
2361
2409
|
# resp.analysis_template.validations[0].reasons #=> Array
|
|
2362
2410
|
# resp.analysis_template.validations[0].reasons[0].message #=> String
|
|
2363
2411
|
# resp.analysis_template.error_message_configuration.type #=> String, one of "DETAILED"
|
|
2412
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.epsilon #=> Float
|
|
2413
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.max_membership_inference_attack_score #=> Float
|
|
2414
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping #=> Array
|
|
2415
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_name #=> String
|
|
2416
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_type #=> String, one of "CATEGORICAL", "NUMERICAL"
|
|
2417
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].is_predictive_value #=> Boolean
|
|
2364
2418
|
#
|
|
2365
2419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetAnalysisTemplate AWS API Documentation
|
|
2366
2420
|
#
|
|
@@ -2407,7 +2461,7 @@ module Aws::CleanRooms
|
|
|
2407
2461
|
# resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
2408
2462
|
# resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
|
|
2409
2463
|
# resp.collaboration.auto_approved_change_types #=> Array
|
|
2410
|
-
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER"
|
|
2464
|
+
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
2411
2465
|
# resp.collaboration.allowed_result_regions #=> Array
|
|
2412
2466
|
# resp.collaboration.allowed_result_regions[0] #=> String, one of "us-west-1", "us-west-2", "us-east-1", "us-east-2", "af-south-1", "ap-east-1", "ap-east-2", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-southeast-4", "ap-southeast-7", "ap-south-1", "ap-northeast-3", "ap-northeast-1", "ap-northeast-2", "ca-central-1", "ca-west-1", "eu-south-1", "eu-west-3", "eu-south-2", "eu-central-2", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "me-south-1", "me-central-1", "il-central-1", "sa-east-1", "mx-central-1"
|
|
2413
2467
|
#
|
|
@@ -2475,6 +2529,12 @@ module Aws::CleanRooms
|
|
|
2475
2529
|
# resp.collaboration_analysis_template.validations[0].reasons #=> Array
|
|
2476
2530
|
# resp.collaboration_analysis_template.validations[0].reasons[0].message #=> String
|
|
2477
2531
|
# resp.collaboration_analysis_template.error_message_configuration.type #=> String, one of "DETAILED"
|
|
2532
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.epsilon #=> Float
|
|
2533
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.max_membership_inference_attack_score #=> Float
|
|
2534
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping #=> Array
|
|
2535
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_name #=> String
|
|
2536
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_type #=> String, one of "CATEGORICAL", "NUMERICAL"
|
|
2537
|
+
# resp.collaboration_analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].is_predictive_value #=> Boolean
|
|
2478
2538
|
#
|
|
2479
2539
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationAnalysisTemplate AWS API Documentation
|
|
2480
2540
|
#
|
|
@@ -2515,13 +2575,17 @@ module Aws::CleanRooms
|
|
|
2515
2575
|
# resp.collaboration_change_request.status #=> String, one of "PENDING", "APPROVED", "CANCELLED", "DENIED", "COMMITTED"
|
|
2516
2576
|
# resp.collaboration_change_request.is_auto_approved #=> Boolean
|
|
2517
2577
|
# resp.collaboration_change_request.changes #=> Array
|
|
2518
|
-
# resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER"
|
|
2578
|
+
# resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
|
|
2519
2579
|
# resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
|
|
2520
2580
|
# resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
|
|
2521
2581
|
# resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
|
|
2522
2582
|
# resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
|
|
2583
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
|
|
2584
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
2523
2585
|
# resp.collaboration_change_request.changes[0].types #=> Array
|
|
2524
|
-
# resp.collaboration_change_request.changes[0].types[0] #=> String, one of "ADD_MEMBER"
|
|
2586
|
+
# resp.collaboration_change_request.changes[0].types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "EDIT_AUTO_APPROVED_CHANGE_TYPES"
|
|
2587
|
+
# resp.collaboration_change_request.approvals #=> Hash
|
|
2588
|
+
# resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
|
|
2525
2589
|
#
|
|
2526
2590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaborationChangeRequest AWS API Documentation
|
|
2527
2591
|
#
|
|
@@ -3086,6 +3150,7 @@ module Aws::CleanRooms
|
|
|
3086
3150
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
3087
3151
|
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
3088
3152
|
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
3153
|
+
# resp.membership.payment_configuration.machine_learning.synthetic_data_generation.is_responsible #=> Boolean
|
|
3089
3154
|
# resp.membership.payment_configuration.job_compute.is_responsible #=> Boolean
|
|
3090
3155
|
#
|
|
3091
3156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetMembership AWS API Documentation
|
|
@@ -3516,6 +3581,7 @@ module Aws::CleanRooms
|
|
|
3516
3581
|
# resp.analysis_template_summaries[0].collaboration_arn #=> String
|
|
3517
3582
|
# resp.analysis_template_summaries[0].collaboration_id #=> String
|
|
3518
3583
|
# resp.analysis_template_summaries[0].description #=> String
|
|
3584
|
+
# resp.analysis_template_summaries[0].is_synthetic_data #=> Boolean
|
|
3519
3585
|
#
|
|
3520
3586
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListAnalysisTemplates AWS API Documentation
|
|
3521
3587
|
#
|
|
@@ -3569,6 +3635,7 @@ module Aws::CleanRooms
|
|
|
3569
3635
|
# resp.collaboration_analysis_template_summaries[0].collaboration_id #=> String
|
|
3570
3636
|
# resp.collaboration_analysis_template_summaries[0].creator_account_id #=> String
|
|
3571
3637
|
# resp.collaboration_analysis_template_summaries[0].description #=> String
|
|
3638
|
+
# resp.collaboration_analysis_template_summaries[0].is_synthetic_data #=> Boolean
|
|
3572
3639
|
#
|
|
3573
3640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationAnalysisTemplates AWS API Documentation
|
|
3574
3641
|
#
|
|
@@ -3622,13 +3689,17 @@ module Aws::CleanRooms
|
|
|
3622
3689
|
# resp.collaboration_change_request_summaries[0].status #=> String, one of "PENDING", "APPROVED", "CANCELLED", "DENIED", "COMMITTED"
|
|
3623
3690
|
# resp.collaboration_change_request_summaries[0].is_auto_approved #=> Boolean
|
|
3624
3691
|
# resp.collaboration_change_request_summaries[0].changes #=> Array
|
|
3625
|
-
# resp.collaboration_change_request_summaries[0].changes[0].specification_type #=> String, one of "MEMBER"
|
|
3692
|
+
# resp.collaboration_change_request_summaries[0].changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
|
|
3626
3693
|
# resp.collaboration_change_request_summaries[0].changes[0].specification.member.account_id #=> String
|
|
3627
3694
|
# resp.collaboration_change_request_summaries[0].changes[0].specification.member.member_abilities #=> Array
|
|
3628
3695
|
# resp.collaboration_change_request_summaries[0].changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
|
|
3629
3696
|
# resp.collaboration_change_request_summaries[0].changes[0].specification.member.display_name #=> String
|
|
3697
|
+
# resp.collaboration_change_request_summaries[0].changes[0].specification.collaboration.auto_approved_change_types #=> Array
|
|
3698
|
+
# resp.collaboration_change_request_summaries[0].changes[0].specification.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
3630
3699
|
# resp.collaboration_change_request_summaries[0].changes[0].types #=> Array
|
|
3631
|
-
# resp.collaboration_change_request_summaries[0].changes[0].types[0] #=> String, one of "ADD_MEMBER"
|
|
3700
|
+
# resp.collaboration_change_request_summaries[0].changes[0].types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "EDIT_AUTO_APPROVED_CHANGE_TYPES"
|
|
3701
|
+
# resp.collaboration_change_request_summaries[0].approvals #=> Hash
|
|
3702
|
+
# resp.collaboration_change_request_summaries[0].approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
|
|
3632
3703
|
# resp.next_token #=> String
|
|
3633
3704
|
#
|
|
3634
3705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborationChangeRequests AWS API Documentation
|
|
@@ -4249,6 +4320,7 @@ module Aws::CleanRooms
|
|
|
4249
4320
|
# resp.member_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean
|
|
4250
4321
|
# resp.member_summaries[0].payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
4251
4322
|
# resp.member_summaries[0].payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
4323
|
+
# resp.member_summaries[0].payment_configuration.machine_learning.synthetic_data_generation.is_responsible #=> Boolean
|
|
4252
4324
|
# resp.member_summaries[0].payment_configuration.job_compute.is_responsible #=> Boolean
|
|
4253
4325
|
#
|
|
4254
4326
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMembers AWS API Documentation
|
|
@@ -4310,6 +4382,7 @@ module Aws::CleanRooms
|
|
|
4310
4382
|
# resp.membership_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean
|
|
4311
4383
|
# resp.membership_summaries[0].payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
4312
4384
|
# resp.membership_summaries[0].payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
4385
|
+
# resp.membership_summaries[0].payment_configuration.machine_learning.synthetic_data_generation.is_responsible #=> Boolean
|
|
4313
4386
|
# resp.membership_summaries[0].payment_configuration.job_compute.is_responsible #=> Boolean
|
|
4314
4387
|
#
|
|
4315
4388
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMemberships AWS API Documentation
|
|
@@ -4785,7 +4858,7 @@ module Aws::CleanRooms
|
|
|
4785
4858
|
# type: "PYSPARK", # required, accepts PYSPARK
|
|
4786
4859
|
# membership_identifier: "MembershipIdentifier", # required
|
|
4787
4860
|
# job_parameters: { # required
|
|
4788
|
-
# analysis_template_arn: "AnalysisTemplateArn",
|
|
4861
|
+
# analysis_template_arn: "AnalysisTemplateArn", # required
|
|
4789
4862
|
# },
|
|
4790
4863
|
# result_configuration: {
|
|
4791
4864
|
# output_configuration: { # required
|
|
@@ -5073,6 +5146,12 @@ module Aws::CleanRooms
|
|
|
5073
5146
|
# resp.analysis_template.validations[0].reasons #=> Array
|
|
5074
5147
|
# resp.analysis_template.validations[0].reasons[0].message #=> String
|
|
5075
5148
|
# resp.analysis_template.error_message_configuration.type #=> String, one of "DETAILED"
|
|
5149
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.epsilon #=> Float
|
|
5150
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.max_membership_inference_attack_score #=> Float
|
|
5151
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping #=> Array
|
|
5152
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_name #=> String
|
|
5153
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].column_type #=> String, one of "CATEGORICAL", "NUMERICAL"
|
|
5154
|
+
# resp.analysis_template.synthetic_data_parameters.ml_synthetic_data_parameters.column_classification.column_mapping[0].is_predictive_value #=> Boolean
|
|
5076
5155
|
#
|
|
5077
5156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateAnalysisTemplate AWS API Documentation
|
|
5078
5157
|
#
|
|
@@ -5138,7 +5217,7 @@ module Aws::CleanRooms
|
|
|
5138
5217
|
# resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
5139
5218
|
# resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
|
|
5140
5219
|
# resp.collaboration.auto_approved_change_types #=> Array
|
|
5141
|
-
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER"
|
|
5220
|
+
# resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
5142
5221
|
# resp.collaboration.allowed_result_regions #=> Array
|
|
5143
5222
|
# resp.collaboration.allowed_result_regions[0] #=> String, one of "us-west-1", "us-west-2", "us-east-1", "us-east-2", "af-south-1", "ap-east-1", "ap-east-2", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-southeast-4", "ap-southeast-7", "ap-south-1", "ap-northeast-3", "ap-northeast-1", "ap-northeast-2", "ca-central-1", "ca-west-1", "eu-south-1", "eu-west-3", "eu-south-2", "eu-central-2", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "me-south-1", "me-central-1", "il-central-1", "sa-east-1", "mx-central-1"
|
|
5144
5223
|
#
|
|
@@ -5151,6 +5230,73 @@ module Aws::CleanRooms
|
|
|
5151
5230
|
req.send_request(options)
|
|
5152
5231
|
end
|
|
5153
5232
|
|
|
5233
|
+
# Updates an existing collaboration change request. This operation
|
|
5234
|
+
# allows approval actions for pending change requests in collaborations
|
|
5235
|
+
# (APPROVE, DENY, CANCEL, COMMIT).
|
|
5236
|
+
#
|
|
5237
|
+
# For change requests without automatic approval, a member in the
|
|
5238
|
+
# collaboration can manually APPROVE or DENY a change request. The
|
|
5239
|
+
# collaboration owner can manually CANCEL or COMMIT a change request.
|
|
5240
|
+
#
|
|
5241
|
+
# @option params [required, String] :collaboration_identifier
|
|
5242
|
+
# The unique identifier of the collaboration that contains the change
|
|
5243
|
+
# request to be updated.
|
|
5244
|
+
#
|
|
5245
|
+
# @option params [required, String] :change_request_identifier
|
|
5246
|
+
# The unique identifier of the specific change request to be updated
|
|
5247
|
+
# within the collaboration.
|
|
5248
|
+
#
|
|
5249
|
+
# @option params [required, String] :action
|
|
5250
|
+
# The action to perform on the change request. Valid values include
|
|
5251
|
+
# APPROVE (approve the change), DENY (reject the change), CANCEL (cancel
|
|
5252
|
+
# the request), and COMMIT (commit after the request is approved).
|
|
5253
|
+
#
|
|
5254
|
+
# For change requests without automatic approval, a member in the
|
|
5255
|
+
# collaboration can manually APPROVE or DENY a change request. The
|
|
5256
|
+
# collaboration owner can manually CANCEL or COMMIT a change request.
|
|
5257
|
+
#
|
|
5258
|
+
# @return [Types::UpdateCollaborationChangeRequestOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5259
|
+
#
|
|
5260
|
+
# * {Types::UpdateCollaborationChangeRequestOutput#collaboration_change_request #collaboration_change_request} => Types::CollaborationChangeRequest
|
|
5261
|
+
#
|
|
5262
|
+
# @example Request syntax with placeholder values
|
|
5263
|
+
#
|
|
5264
|
+
# resp = client.update_collaboration_change_request({
|
|
5265
|
+
# collaboration_identifier: "CollaborationIdentifier", # required
|
|
5266
|
+
# change_request_identifier: "CollaborationChangeRequestIdentifier", # required
|
|
5267
|
+
# action: "APPROVE", # required, accepts APPROVE, DENY, CANCEL, COMMIT
|
|
5268
|
+
# })
|
|
5269
|
+
#
|
|
5270
|
+
# @example Response structure
|
|
5271
|
+
#
|
|
5272
|
+
# resp.collaboration_change_request.id #=> String
|
|
5273
|
+
# resp.collaboration_change_request.collaboration_id #=> String
|
|
5274
|
+
# resp.collaboration_change_request.create_time #=> Time
|
|
5275
|
+
# resp.collaboration_change_request.update_time #=> Time
|
|
5276
|
+
# resp.collaboration_change_request.status #=> String, one of "PENDING", "APPROVED", "CANCELLED", "DENIED", "COMMITTED"
|
|
5277
|
+
# resp.collaboration_change_request.is_auto_approved #=> Boolean
|
|
5278
|
+
# resp.collaboration_change_request.changes #=> Array
|
|
5279
|
+
# resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
|
|
5280
|
+
# resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
|
|
5281
|
+
# resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
|
|
5282
|
+
# resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
|
|
5283
|
+
# resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
|
|
5284
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
|
|
5285
|
+
# resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
|
|
5286
|
+
# resp.collaboration_change_request.changes[0].types #=> Array
|
|
5287
|
+
# resp.collaboration_change_request.changes[0].types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "EDIT_AUTO_APPROVED_CHANGE_TYPES"
|
|
5288
|
+
# resp.collaboration_change_request.approvals #=> Hash
|
|
5289
|
+
# resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
|
|
5290
|
+
#
|
|
5291
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateCollaborationChangeRequest AWS API Documentation
|
|
5292
|
+
#
|
|
5293
|
+
# @overload update_collaboration_change_request(params = {})
|
|
5294
|
+
# @param [Hash] params ({})
|
|
5295
|
+
def update_collaboration_change_request(params = {}, options = {})
|
|
5296
|
+
req = build_request(:update_collaboration_change_request, params)
|
|
5297
|
+
req.send_request(options)
|
|
5298
|
+
end
|
|
5299
|
+
|
|
5154
5300
|
# Provides the details necessary to update a configured audience model
|
|
5155
5301
|
# association.
|
|
5156
5302
|
#
|
|
@@ -5778,6 +5924,7 @@ module Aws::CleanRooms
|
|
|
5778
5924
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
5779
5925
|
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
5780
5926
|
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
5927
|
+
# resp.membership.payment_configuration.machine_learning.synthetic_data_generation.is_responsible #=> Boolean
|
|
5781
5928
|
# resp.membership.payment_configuration.job_compute.is_responsible #=> Boolean
|
|
5782
5929
|
#
|
|
5783
5930
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateMembership AWS API Documentation
|
|
@@ -6011,7 +6158,7 @@ module Aws::CleanRooms
|
|
|
6011
6158
|
tracer: tracer
|
|
6012
6159
|
)
|
|
6013
6160
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
|
6014
|
-
context[:gem_version] = '1.
|
|
6161
|
+
context[:gem_version] = '1.62.0'
|
|
6015
6162
|
Seahorse::Client::Request.new(handlers, context)
|
|
6016
6163
|
end
|
|
6017
6164
|
|