aws-sdk-cleanrooms 1.77.0 → 1.78.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c98afc1a56dc71d8e000b471b7bd0ba0d96b77c3f5f378fdaa787c62cd15ac72
4
- data.tar.gz: 87079387473f4c29a727fca8e8a3f468214202a8001a35176d0ae004e84ea74c
3
+ metadata.gz: 9ee4b145ab4b3b8ad48b61363156e2566a95237615e00d6bd75ffd5a2ebc79dd
4
+ data.tar.gz: 1fb9663a7bcd3f972412a8d854657b755064f8c5f0fa0d833407b509e7d9fea1
5
5
  SHA512:
6
- metadata.gz: 6873f0ecd618c05983dbf137bcf5fb97fd06b6d94985d341ad8e57e2235ba6198e6b14acc7fb89b3a8d6ca7b4e8496aa5d85d50e8bfc9343cfa780127a4f8e17
7
- data.tar.gz: 61cc9e6a24f7f606ccfd045a18284a6ad0f8dc1350c70c835cd69e6e36ad2b0c99a4317701d49df8278591489365a1b392e47c7330e0d3ce3fdd305ae701cbe8
6
+ metadata.gz: 3306352b3b3cb5b7f81b1cf4bbfbacaad1d673b0281a41ec8a446561388466ae5b5581a6eb7728b231f7a8c349ff36aa659c7640c5882ff299332f7b969a5bd8
7
+ data.tar.gz: 679dacef3b29f1581af991adf095befcbd00a895039c6ef6d91c52a07742a1d6637fca372833e5607337a234ca8a02104fdffd8c0b1928abba06b664656170a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2026-08-11)
5
+ ------------------
6
+
7
+ * Feature - Adds support for exporting redacted query execution logs in AWS Clean Rooms
8
+
4
9
  1.77.0 (2026-07-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -1024,7 +1024,7 @@ module Aws::CleanRooms
1024
1024
  # members: [ # required
1025
1025
  # {
1026
1026
  # account_id: "AccountId", # required
1027
- # member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB
1027
+ # member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB, CAN_EXPORT_QUERY_ANALYSIS_LOG
1028
1028
  # ml_member_abilities: {
1029
1029
  # custom_ml_member_abilities: ["CAN_RECEIVE_MODEL_OUTPUT"], # required, accepts CAN_RECEIVE_MODEL_OUTPUT, CAN_RECEIVE_INFERENCE_OUTPUT
1030
1030
  # },
@@ -1052,7 +1052,7 @@ module Aws::CleanRooms
1052
1052
  # ],
1053
1053
  # name: "CollaborationName", # required
1054
1054
  # description: "CollaborationDescription",
1055
- # creator_member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB
1055
+ # creator_member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB, CAN_EXPORT_QUERY_ANALYSIS_LOG
1056
1056
  # creator_ml_member_abilities: {
1057
1057
  # custom_ml_member_abilities: ["CAN_RECEIVE_MODEL_OUTPUT"], # required, accepts CAN_RECEIVE_MODEL_OUTPUT, CAN_RECEIVE_INFERENCE_OUTPUT
1058
1058
  # },
@@ -1088,7 +1088,7 @@ module Aws::CleanRooms
1088
1088
  # },
1089
1089
  # },
1090
1090
  # analytics_engine: "SPARK", # accepts SPARK, CLEAN_ROOMS_SQL
1091
- # auto_approved_change_request_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY
1091
+ # auto_approved_change_request_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY, GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY, REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY
1092
1092
  # 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
1093
1093
  # is_metrics_enabled: false,
1094
1094
  # })
@@ -1114,7 +1114,7 @@ module Aws::CleanRooms
1114
1114
  # resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
1115
1115
  # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
1116
1116
  # resp.collaboration.auto_approved_change_types #=> Array
1117
- # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
1117
+ # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
1118
1118
  # resp.collaboration.allowed_result_regions #=> Array
1119
1119
  # 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"
1120
1120
  # resp.collaboration.is_metrics_enabled #=> Boolean
@@ -1155,7 +1155,7 @@ module Aws::CleanRooms
1155
1155
  # specification: { # required
1156
1156
  # member: {
1157
1157
  # account_id: "AccountId", # required
1158
- # member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB
1158
+ # member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS, CAN_RUN_JOB, CAN_EXPORT_QUERY_ANALYSIS_LOG
1159
1159
  # ml_member_abilities: {
1160
1160
  # custom_ml_member_abilities: ["CAN_RECEIVE_MODEL_OUTPUT"], # required, accepts CAN_RECEIVE_MODEL_OUTPUT, CAN_RECEIVE_INFERENCE_OUTPUT
1161
1161
  # },
@@ -1181,7 +1181,7 @@ module Aws::CleanRooms
1181
1181
  # display_name: "DisplayName",
1182
1182
  # },
1183
1183
  # collaboration: {
1184
- # auto_approved_change_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY
1184
+ # auto_approved_change_types: ["ADD_MEMBER"], # accepts ADD_MEMBER, GRANT_RECEIVE_RESULTS_ABILITY, REVOKE_RECEIVE_RESULTS_ABILITY, GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY, REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY
1185
1185
  # },
1186
1186
  # },
1187
1187
  # },
@@ -1200,7 +1200,7 @@ module Aws::CleanRooms
1200
1200
  # resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
1201
1201
  # resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
1202
1202
  # resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
1203
- # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
1203
+ # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
1204
1204
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities #=> Array
1205
1205
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
1206
1206
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.query_compute.is_responsible #=> Boolean
@@ -1210,9 +1210,9 @@ module Aws::CleanRooms
1210
1210
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.job_compute.is_responsible #=> Boolean
1211
1211
  # resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
1212
1212
  # resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
1213
- # 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"
1213
+ # 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", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
1214
1214
  # resp.collaboration_change_request.changes[0].types #=> Array
1215
- # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT"
1215
+ # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
1216
1216
  # resp.collaboration_change_request.approvals #=> Hash
1217
1217
  # resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
1218
1218
  #
@@ -1860,11 +1860,9 @@ module Aws::CleanRooms
1860
1860
  req.send_request(options)
1861
1861
  end
1862
1862
 
1863
- # Creates an intermediate table in a membership. An intermediate table
1864
- # stores a query definition that you can execute later using
1865
- # `PopulateIntermediateTable` to materialize cached results. The
1866
- # intermediate table is owned by the member with the CAN\_QUERY ability.
1867
- # This operation does not execute the stored query.
1863
+ # Creates an intermediate table in a membership. The intermediate table
1864
+ # is owned by the member with the CAN\_QUERY ability. To populate the
1865
+ # table with results, use `PopulateIntermediateTable`.
1868
1866
  #
1869
1867
  # @option params [required, String] :membership_identifier
1870
1868
  # The unique identifier of the membership where the intermediate table
@@ -1878,16 +1876,14 @@ module Aws::CleanRooms
1878
1876
  #
1879
1877
  # @option params [required, Types::PopulationAnalysisConfiguration] :population_analysis_configuration
1880
1878
  # The configuration that defines the analysis used to populate the
1881
- # intermediate table. This configuration contains the SQL query or
1882
- # analysis template reference.
1879
+ # intermediate table.
1883
1880
  #
1884
1881
  # @option params [String] :kms_key_arn
1885
1882
  # The Amazon Resource Name (ARN) of the customer-managed KMS key used to
1886
1883
  # encrypt the intermediate table data.
1887
1884
  #
1888
1885
  # @option params [Integer] :retention_in_days
1889
- # The number of days to retain populated data versions. Minimum value of
1890
- # 1, maximum value of 365.
1886
+ # The number of days to retain populated data versions.
1891
1887
  #
1892
1888
  # @option params [Hash<String,String>] :tags
1893
1889
  # An optional label that you can assign to a resource when you create
@@ -2005,10 +2001,8 @@ module Aws::CleanRooms
2005
2001
  end
2006
2002
 
2007
2003
  # Creates an analysis rule for an intermediate table. Only the CUSTOM
2008
- # analysis rule type is supported. The service automatically determines
2009
- # whether the rule is first-party or multi-party restricted based on the
2010
- # intermediate table's inherited constraints. Only the intermediate
2011
- # table owner can call this operation.
2004
+ # analysis rule type is supported. Only the intermediate table owner can
2005
+ # call this operation.
2012
2006
  #
2013
2007
  # @option params [required, String] :membership_identifier
2014
2008
  # The unique identifier of the membership that contains the intermediate
@@ -2213,7 +2207,7 @@ module Aws::CleanRooms
2213
2207
  # resp.membership.update_time #=> Time
2214
2208
  # resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
2215
2209
  # resp.membership.member_abilities #=> Array
2216
- # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
2210
+ # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
2217
2211
  # resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
2218
2212
  # resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
2219
2213
  # resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
@@ -2578,9 +2572,7 @@ module Aws::CleanRooms
2578
2572
  req.send_request(options)
2579
2573
  end
2580
2574
 
2581
- # Deletes an intermediate table. When you delete the table, the service
2582
- # marks it as DELETED, removes its analysis rule and schema, and
2583
- # triggers storage cleanup. This operation is idempotent. Only the
2575
+ # Deletes an intermediate table. The delete is idempotent. Only the
2584
2576
  # intermediate table owner can call this operation.
2585
2577
  #
2586
2578
  # @option params [required, String] :membership_identifier
@@ -2724,10 +2716,10 @@ module Aws::CleanRooms
2724
2716
  req.send_request(options)
2725
2717
  end
2726
2718
 
2727
- # Invalidates a specific intermediate table that references the
2719
+ # Marks an intermediate table as invalid when it references the
2728
2720
  # caller's base table. The data provider (base table owner) calls this
2729
- # operation, not the intermediate table owner. By default, invalidation
2730
- # cascades to descendant intermediate tables.
2721
+ # operation, not the intermediate table owner. By default, the operation
2722
+ # also marks all descendant intermediate tables as invalid.
2731
2723
  #
2732
2724
  # @option params [required, String] :membership_identifier
2733
2725
  # The unique identifier of the membership that contains the intermediate
@@ -2759,6 +2751,53 @@ module Aws::CleanRooms
2759
2751
  req.send_request(options)
2760
2752
  end
2761
2753
 
2754
+ # Returns information about an analysis log export, including its
2755
+ # current status and, if the export failed, the reason for the failure.
2756
+ #
2757
+ # Poll this operation until the `status` is `SUCCESS` or `FAILED`. An
2758
+ # export can't be canceled after it starts.
2759
+ #
2760
+ # @option params [required, String] :membership_identifier
2761
+ # A unique identifier for the membership that the analysis log export
2762
+ # belongs to. Currently accepts the membership ID.
2763
+ #
2764
+ # @option params [required, String] :analysis_log_export_identifier
2765
+ # The unique identifier of the analysis log export to retrieve.
2766
+ #
2767
+ # @return [Types::GetAnalysisLogExportOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2768
+ #
2769
+ # * {Types::GetAnalysisLogExportOutput#analysis_log_export #analysis_log_export} => Types::AnalysisLogExport
2770
+ #
2771
+ # @example Request syntax with placeholder values
2772
+ #
2773
+ # resp = client.get_analysis_log_export({
2774
+ # membership_identifier: "MembershipIdentifier", # required
2775
+ # analysis_log_export_identifier: "AnalysisLogExportIdentifier", # required
2776
+ # })
2777
+ #
2778
+ # @example Response structure
2779
+ #
2780
+ # resp.analysis_log_export.analysis_log_export_id #=> String
2781
+ # resp.analysis_log_export.analysis_id #=> String
2782
+ # resp.analysis_log_export.analysis_type #=> String, one of "PROTECTED_QUERY"
2783
+ # resp.analysis_log_export.membership_id #=> String
2784
+ # resp.analysis_log_export.status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
2785
+ # resp.analysis_log_export.result_configuration.output_configuration.s3.bucket #=> String
2786
+ # resp.analysis_log_export.result_configuration.output_configuration.s3.key_prefix #=> String
2787
+ # resp.analysis_log_export.create_time #=> Time
2788
+ # resp.analysis_log_export.update_time #=> Time
2789
+ # resp.analysis_log_export.error.code #=> String
2790
+ # resp.analysis_log_export.error.message #=> String
2791
+ #
2792
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetAnalysisLogExport AWS API Documentation
2793
+ #
2794
+ # @overload get_analysis_log_export(params = {})
2795
+ # @param [Hash] params ({})
2796
+ def get_analysis_log_export(params = {}, options = {})
2797
+ req = build_request(:get_analysis_log_export, params)
2798
+ req.send_request(options)
2799
+ end
2800
+
2762
2801
  # Retrieves an analysis template.
2763
2802
  #
2764
2803
  # @option params [required, String] :membership_identifier
@@ -2865,7 +2904,7 @@ module Aws::CleanRooms
2865
2904
  # resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
2866
2905
  # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
2867
2906
  # resp.collaboration.auto_approved_change_types #=> Array
2868
- # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
2907
+ # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
2869
2908
  # resp.collaboration.allowed_result_regions #=> Array
2870
2909
  # 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"
2871
2910
  # resp.collaboration.is_metrics_enabled #=> Boolean
@@ -2983,7 +3022,7 @@ module Aws::CleanRooms
2983
3022
  # resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
2984
3023
  # resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
2985
3024
  # resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
2986
- # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
3025
+ # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
2987
3026
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities #=> Array
2988
3027
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
2989
3028
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.query_compute.is_responsible #=> Boolean
@@ -2993,9 +3032,9 @@ module Aws::CleanRooms
2993
3032
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.job_compute.is_responsible #=> Boolean
2994
3033
  # resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
2995
3034
  # resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
2996
- # 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"
3035
+ # 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", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
2997
3036
  # resp.collaboration_change_request.changes[0].types #=> Array
2998
- # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT"
3037
+ # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
2999
3038
  # resp.collaboration_change_request.approvals #=> Hash
3000
3039
  # resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
3001
3040
  #
@@ -3728,7 +3767,7 @@ module Aws::CleanRooms
3728
3767
  # resp.membership.update_time #=> Time
3729
3768
  # resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
3730
3769
  # resp.membership.member_abilities #=> Array
3731
- # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
3770
+ # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
3732
3771
  # resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
3733
3772
  # resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
3734
3773
  # resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
@@ -4149,6 +4188,66 @@ module Aws::CleanRooms
4149
4188
  req.send_request(options)
4150
4189
  end
4151
4190
 
4191
+ # Lists analysis log exports, sorted by the most recent export. Results
4192
+ # are paginated. Use the `nextToken` parameter to retrieve additional
4193
+ # results.
4194
+ #
4195
+ # @option params [required, String] :membership_identifier
4196
+ # A unique identifier for the membership to list analysis log exports
4197
+ # for. Currently accepts the membership ID.
4198
+ #
4199
+ # @option params [String] :analysis_identifier
4200
+ # A filter on the unique identifier of the protected query that the
4201
+ # analysis logs were exported for.
4202
+ #
4203
+ # @option params [String] :status
4204
+ # A filter on the status of the analysis log export.
4205
+ #
4206
+ # @option params [String] :next_token
4207
+ # The pagination token that's used to fetch the next set of results.
4208
+ #
4209
+ # @option params [Integer] :max_results
4210
+ # The maximum number of results that are returned for an API request
4211
+ # call. The service chooses a default number if you don't set one. The
4212
+ # service might return a `nextToken` even if the `maxResults` value has
4213
+ # not been met.
4214
+ #
4215
+ # @return [Types::ListAnalysisLogExportsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4216
+ #
4217
+ # * {Types::ListAnalysisLogExportsOutput#next_token #next_token} => String
4218
+ # * {Types::ListAnalysisLogExportsOutput#analysis_log_exports #analysis_log_exports} => Array&lt;Types::AnalysisLogExportSummary&gt;
4219
+ #
4220
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4221
+ #
4222
+ # @example Request syntax with placeholder values
4223
+ #
4224
+ # resp = client.list_analysis_log_exports({
4225
+ # membership_identifier: "MembershipIdentifier", # required
4226
+ # analysis_identifier: "UUID",
4227
+ # status: "IN_PROGRESS", # accepts IN_PROGRESS, SUCCESS, FAILED
4228
+ # next_token: "PaginationToken",
4229
+ # max_results: 1,
4230
+ # })
4231
+ #
4232
+ # @example Response structure
4233
+ #
4234
+ # resp.next_token #=> String
4235
+ # resp.analysis_log_exports #=> Array
4236
+ # resp.analysis_log_exports[0].analysis_log_export_id #=> String
4237
+ # resp.analysis_log_exports[0].analysis_id #=> String
4238
+ # resp.analysis_log_exports[0].analysis_type #=> String, one of "PROTECTED_QUERY"
4239
+ # resp.analysis_log_exports[0].status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
4240
+ # resp.analysis_log_exports[0].create_time #=> Time
4241
+ #
4242
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListAnalysisLogExports AWS API Documentation
4243
+ #
4244
+ # @overload list_analysis_log_exports(params = {})
4245
+ # @param [Hash] params ({})
4246
+ def list_analysis_log_exports(params = {}, options = {})
4247
+ req = build_request(:list_analysis_log_exports, params)
4248
+ req.send_request(options)
4249
+ end
4250
+
4152
4251
  # Lists analysis templates that the caller owns.
4153
4252
  #
4154
4253
  # @option params [required, String] :membership_identifier
@@ -4303,7 +4402,7 @@ module Aws::CleanRooms
4303
4402
  # resp.collaboration_change_request_summaries[0].changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
4304
4403
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.account_id #=> String
4305
4404
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.member_abilities #=> Array
4306
- # resp.collaboration_change_request_summaries[0].changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
4405
+ # resp.collaboration_change_request_summaries[0].changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
4307
4406
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities #=> Array
4308
4407
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
4309
4408
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.payment_configuration.query_compute.is_responsible #=> Boolean
@@ -4313,9 +4412,9 @@ module Aws::CleanRooms
4313
4412
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.payment_configuration.job_compute.is_responsible #=> Boolean
4314
4413
  # resp.collaboration_change_request_summaries[0].changes[0].specification.member.display_name #=> String
4315
4414
  # resp.collaboration_change_request_summaries[0].changes[0].specification.collaboration.auto_approved_change_types #=> Array
4316
- # 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"
4415
+ # 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", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
4317
4416
  # resp.collaboration_change_request_summaries[0].changes[0].types #=> Array
4318
- # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT"
4417
+ # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
4319
4418
  # resp.collaboration_change_request_summaries[0].approvals #=> Hash
4320
4419
  # resp.collaboration_change_request_summaries[0].approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
4321
4420
  # resp.next_token #=> String
@@ -5048,7 +5147,7 @@ module Aws::CleanRooms
5048
5147
  # resp.member_summaries[0].status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
5049
5148
  # resp.member_summaries[0].display_name #=> String
5050
5149
  # resp.member_summaries[0].abilities #=> Array
5051
- # resp.member_summaries[0].abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
5150
+ # resp.member_summaries[0].abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
5052
5151
  # resp.member_summaries[0].ml_abilities.custom_ml_member_abilities #=> Array
5053
5152
  # resp.member_summaries[0].ml_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
5054
5153
  # resp.member_summaries[0].create_time #=> Time
@@ -5114,7 +5213,7 @@ module Aws::CleanRooms
5114
5213
  # resp.membership_summaries[0].update_time #=> Time
5115
5214
  # resp.membership_summaries[0].status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
5116
5215
  # resp.membership_summaries[0].member_abilities #=> Array
5117
- # resp.membership_summaries[0].member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
5216
+ # resp.membership_summaries[0].member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
5118
5217
  # resp.membership_summaries[0].ml_member_abilities.custom_ml_member_abilities #=> Array
5119
5218
  # resp.membership_summaries[0].ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
5120
5219
  # resp.membership_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean
@@ -5532,10 +5631,9 @@ module Aws::CleanRooms
5532
5631
  req.send_request(options)
5533
5632
  end
5534
5633
 
5535
- # Executes the stored query of an intermediate table to materialize data
5536
- # into managed storage. With this operation, you can perform initial
5537
- # population and subsequent refreshes. Each call creates a new version.
5538
- # The returned analysis ID can be tracked using `GetProtectedQuery`.
5634
+ # Runs the stored query of an intermediate table and makes the results
5635
+ # available for querying. Each call creates a new version. Use
5636
+ # `GetProtectedQuery` with the returned analysis ID to track progress.
5539
5637
  # Only the intermediate table owner can call this operation.
5540
5638
  #
5541
5639
  # @option params [required, String] :intermediate_table_identifier
@@ -5639,6 +5737,107 @@ module Aws::CleanRooms
5639
5737
  req.send_request(options)
5640
5738
  end
5641
5739
 
5740
+ # Starts an export of the Apache Spark logs for a protected query to an
5741
+ # Amazon S3 bucket that you own. Use the exported logs to diagnose a
5742
+ # query that failed or that ran more slowly than you expected.
5743
+ #
5744
+ # Clean Rooms exports a redacted copy of the Spark logs instead of the
5745
+ # raw logs. Analyze the exported logs with the tooling of your choice,
5746
+ # such as Spark History Server. For details about what the exported logs
5747
+ # contain, see
5748
+ # [https://docs.aws.amazon.com/clean-rooms/latest/userguide/export-analysis-logs-contents.html][1].
5749
+ #
5750
+ # The export runs asynchronously and returns with a `status` of
5751
+ # `IN_PROGRESS`. Call `GetAnalysisLogExport` to poll for the final
5752
+ # status.
5753
+ #
5754
+ # To use this operation, you must have the
5755
+ # `CAN_EXPORT_QUERY_ANALYSIS_LOG` ability for your membership. You must
5756
+ # also be the query runner or the query payer. Having the ability alone
5757
+ # is not sufficient.
5758
+ #
5759
+ # The query must have reached a terminal state, and it must have
5760
+ # reached
5761
+ # the execution stage. A query that failed validation or that was
5762
+ # canceled before it started produces no Spark logs.
5763
+ #
5764
+ # Log export isn't supported for queries that use differential
5765
+ # privacy,
5766
+ # and isn't supported for PySpark jobs.
5767
+ #
5768
+ # The destination bucket must be in the same Amazon Web Services Region
5769
+ # as the collaboration. Cross-Region export isn't supported.
5770
+ #
5771
+ # For more information, see
5772
+ # [https://docs.aws.amazon.com/clean-rooms/latest/userguide/export-analysis-logs.html][2].
5773
+ #
5774
+ #
5775
+ #
5776
+ # [1]: https://docs.aws.amazon.com/clean-rooms/latest/userguide/export-analysis-logs-contents.html
5777
+ # [2]: https://docs.aws.amazon.com/clean-rooms/latest/userguide/export-analysis-logs.html
5778
+ #
5779
+ # @option params [required, String] :membership_identifier
5780
+ # A unique identifier for the membership to export the analysis logs
5781
+ # for. Currently accepts a membership ID.
5782
+ #
5783
+ # @option params [required, String] :analysis_id
5784
+ # The unique identifier of the protected query that you want to export
5785
+ # the analysis logs for.
5786
+ #
5787
+ # @option params [required, String] :analysis_type
5788
+ # The type of analysis that the logs are exported for. Currently, only
5789
+ # `PROTECTED_QUERY` is supported.
5790
+ #
5791
+ # @option params [required, Types::AnalysisLogExportResultConfiguration] :result_configuration
5792
+ # The details needed to write the exported analysis logs.
5793
+ #
5794
+ # You don't need to create an IAM role for log export. Clean Rooms
5795
+ # writes the exported logs using your own identity, so Clean Rooms
5796
+ # writes the exported logs only where your existing permissions allow.
5797
+ #
5798
+ # @return [Types::StartAnalysisLogExportOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5799
+ #
5800
+ # * {Types::StartAnalysisLogExportOutput#analysis_log_export #analysis_log_export} => Types::AnalysisLogExport
5801
+ #
5802
+ # @example Request syntax with placeholder values
5803
+ #
5804
+ # resp = client.start_analysis_log_export({
5805
+ # membership_identifier: "MembershipIdentifier", # required
5806
+ # analysis_id: "UUID", # required
5807
+ # analysis_type: "PROTECTED_QUERY", # required, accepts PROTECTED_QUERY
5808
+ # result_configuration: { # required
5809
+ # output_configuration: { # required
5810
+ # s3: { # required
5811
+ # bucket: "AnalysisLogExportS3OutputConfigurationBucketString", # required
5812
+ # key_prefix: "KeyPrefix",
5813
+ # },
5814
+ # },
5815
+ # },
5816
+ # })
5817
+ #
5818
+ # @example Response structure
5819
+ #
5820
+ # resp.analysis_log_export.analysis_log_export_id #=> String
5821
+ # resp.analysis_log_export.analysis_id #=> String
5822
+ # resp.analysis_log_export.analysis_type #=> String, one of "PROTECTED_QUERY"
5823
+ # resp.analysis_log_export.membership_id #=> String
5824
+ # resp.analysis_log_export.status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
5825
+ # resp.analysis_log_export.result_configuration.output_configuration.s3.bucket #=> String
5826
+ # resp.analysis_log_export.result_configuration.output_configuration.s3.key_prefix #=> String
5827
+ # resp.analysis_log_export.create_time #=> Time
5828
+ # resp.analysis_log_export.update_time #=> Time
5829
+ # resp.analysis_log_export.error.code #=> String
5830
+ # resp.analysis_log_export.error.message #=> String
5831
+ #
5832
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartAnalysisLogExport AWS API Documentation
5833
+ #
5834
+ # @overload start_analysis_log_export(params = {})
5835
+ # @param [Hash] params ({})
5836
+ def start_analysis_log_export(params = {}, options = {})
5837
+ req = build_request(:start_analysis_log_export, params)
5838
+ req.send_request(options)
5839
+ end
5840
+
5642
5841
  # Creates a protected job that is started by Clean Rooms.
5643
5842
  #
5644
5843
  # @option params [required, String] :type
@@ -6056,7 +6255,7 @@ module Aws::CleanRooms
6056
6255
  # resp.collaboration.job_log_status #=> String, one of "ENABLED", "DISABLED"
6057
6256
  # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
6058
6257
  # resp.collaboration.auto_approved_change_types #=> Array
6059
- # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY"
6258
+ # resp.collaboration.auto_approved_change_types[0] #=> String, one of "ADD_MEMBER", "GRANT_RECEIVE_RESULTS_ABILITY", "REVOKE_RECEIVE_RESULTS_ABILITY", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
6060
6259
  # resp.collaboration.allowed_result_regions #=> Array
6061
6260
  # 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"
6062
6261
  # resp.collaboration.is_metrics_enabled #=> Boolean
@@ -6119,7 +6318,7 @@ module Aws::CleanRooms
6119
6318
  # resp.collaboration_change_request.changes[0].specification_type #=> String, one of "MEMBER", "COLLABORATION"
6120
6319
  # resp.collaboration_change_request.changes[0].specification.member.account_id #=> String
6121
6320
  # resp.collaboration_change_request.changes[0].specification.member.member_abilities #=> Array
6122
- # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
6321
+ # resp.collaboration_change_request.changes[0].specification.member.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
6123
6322
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities #=> Array
6124
6323
  # resp.collaboration_change_request.changes[0].specification.member.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
6125
6324
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.query_compute.is_responsible #=> Boolean
@@ -6129,9 +6328,9 @@ module Aws::CleanRooms
6129
6328
  # resp.collaboration_change_request.changes[0].specification.member.payment_configuration.job_compute.is_responsible #=> Boolean
6130
6329
  # resp.collaboration_change_request.changes[0].specification.member.display_name #=> String
6131
6330
  # resp.collaboration_change_request.changes[0].specification.collaboration.auto_approved_change_types #=> Array
6132
- # 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"
6331
+ # 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", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
6133
6332
  # resp.collaboration_change_request.changes[0].types #=> Array
6134
- # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT"
6333
+ # 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", "ADD_PAYER_CANDIDATE", "REMOVE_PAYER_CANDIDATE", "GRANT_CAN_RECEIVE_MODEL_OUTPUT", "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT", "REVOKE_CAN_RECEIVE_MODEL_OUTPUT", "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT", "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY", "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY"
6135
6334
  # resp.collaboration_change_request.approvals #=> Hash
6136
6335
  # resp.collaboration_change_request.approvals["AccountId"].status #=> String, one of "APPROVED", "DENIED", "PENDING"
6137
6336
  #
@@ -7003,7 +7202,7 @@ module Aws::CleanRooms
7003
7202
  # resp.membership.update_time #=> Time
7004
7203
  # resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
7005
7204
  # resp.membership.member_abilities #=> Array
7006
- # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB"
7205
+ # resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS", "CAN_RUN_JOB", "CAN_EXPORT_QUERY_ANALYSIS_LOG"
7007
7206
  # resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
7008
7207
  # resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
7009
7208
  # resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
@@ -7263,7 +7462,7 @@ module Aws::CleanRooms
7263
7462
  tracer: tracer
7264
7463
  )
7265
7464
  context[:gem_name] = 'aws-sdk-cleanrooms'
7266
- context[:gem_version] = '1.77.0'
7465
+ context[:gem_version] = '1.78.0'
7267
7466
  Seahorse::Client::Request.new(handlers, context)
7268
7467
  end
7269
7468