aws-sdk-cleanrooms 1.26.0 → 1.28.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.
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
32
  require 'aws-sdk-core/plugins/request_compression.rb'
33
33
  require 'aws-sdk-core/plugins/defaults_mode.rb'
34
34
  require 'aws-sdk-core/plugins/recursion_detection.rb'
35
+ require 'aws-sdk-core/plugins/telemetry.rb'
35
36
  require 'aws-sdk-core/plugins/sign.rb'
36
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
37
38
 
@@ -83,6 +84,7 @@ module Aws::CleanRooms
83
84
  add_plugin(Aws::Plugins::RequestCompression)
84
85
  add_plugin(Aws::Plugins::DefaultsMode)
85
86
  add_plugin(Aws::Plugins::RecursionDetection)
87
+ add_plugin(Aws::Plugins::Telemetry)
86
88
  add_plugin(Aws::Plugins::Sign)
87
89
  add_plugin(Aws::Plugins::Protocols::RestJson)
88
90
  add_plugin(Aws::CleanRooms::Plugins::Endpoints)
@@ -330,6 +332,16 @@ module Aws::CleanRooms
330
332
  # ** Please note ** When response stubbing is enabled, no HTTP
331
333
  # requests are made, and retries are disabled.
332
334
  #
335
+ # @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
336
+ # Allows you to provide a telemetry provider, which is used to
337
+ # emit telemetry data. By default, uses `NoOpTelemetryProvider` which
338
+ # will not record or emit any telemetry data. The SDK supports the
339
+ # following telemetry providers:
340
+ #
341
+ # * OpenTelemetry (OTel) - To use the OTel provider, install and require the
342
+ # `opentelemetry-sdk` gem and then, pass in an instance of a
343
+ # `Aws::Telemetry::OTelProvider` for telemetry provider.
344
+ #
333
345
  # @option options [Aws::TokenProvider] :token_provider
334
346
  # A Bearer Token Provider. This can be an instance of any one of the
335
347
  # following classes:
@@ -531,11 +543,12 @@ module Aws::CleanRooms
531
543
  # resp.schemas[0].schema_status_details #=> Array
532
544
  # resp.schemas[0].schema_status_details[0].status #=> String, one of "READY", "NOT_READY"
533
545
  # resp.schemas[0].schema_status_details[0].reasons #=> Array
534
- # resp.schemas[0].schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED"
546
+ # resp.schemas[0].schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED", "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_CONFIGURED", "RESULT_RECEIVERS_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_ALLOWED", "RESULT_RECEIVERS_NOT_ALLOWED", "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE"
535
547
  # resp.schemas[0].schema_status_details[0].reasons[0].message #=> String
536
548
  # resp.schemas[0].schema_status_details[0].analysis_rule_type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
537
549
  # resp.schemas[0].schema_status_details[0].configurations #=> Array
538
- # resp.schemas[0].schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY", "CUSTOM_ANALYSIS_NOT_ALLOWED", "NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS", "DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED"
550
+ # resp.schemas[0].schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY"
551
+ # resp.schemas[0].schema_status_details[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
539
552
  # resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source #=> Array
540
553
  # resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].id_namespace_association_id #=> String
541
554
  # resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
@@ -593,6 +606,7 @@ module Aws::CleanRooms
593
606
  # resp.analysis_rules[0].policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
594
607
  # resp.analysis_rules[0].policy.v1.list.list_columns #=> Array
595
608
  # resp.analysis_rules[0].policy.v1.list.list_columns[0] #=> String
609
+ # resp.analysis_rules[0].policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
596
610
  # resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns #=> Array
597
611
  # resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
598
612
  # resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
@@ -610,10 +624,14 @@ module Aws::CleanRooms
610
624
  # resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].column_name #=> String
611
625
  # resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].minimum #=> Integer
612
626
  # resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
627
+ # resp.analysis_rules[0].policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
613
628
  # resp.analysis_rules[0].policy.v1.custom.allowed_analyses #=> Array
614
629
  # resp.analysis_rules[0].policy.v1.custom.allowed_analyses[0] #=> String
615
630
  # resp.analysis_rules[0].policy.v1.custom.allowed_analysis_providers #=> Array
616
631
  # resp.analysis_rules[0].policy.v1.custom.allowed_analysis_providers[0] #=> String
632
+ # resp.analysis_rules[0].policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
633
+ # resp.analysis_rules[0].policy.v1.custom.disallowed_output_columns #=> Array
634
+ # resp.analysis_rules[0].policy.v1.custom.disallowed_output_columns[0] #=> String
617
635
  # resp.analysis_rules[0].policy.v1.custom.differential_privacy.columns #=> Array
618
636
  # resp.analysis_rules[0].policy.v1.custom.differential_privacy.columns[0].name #=> String
619
637
  # resp.analysis_rules[0].policy.v1.id_mapping_table.join_columns #=> Array
@@ -997,7 +1015,7 @@ module Aws::CleanRooms
997
1015
  # The type of analysis rule.
998
1016
  #
999
1017
  # @option params [required, Types::ConfiguredTableAnalysisRulePolicy] :analysis_rule_policy
1000
- # The entire created configured table analysis rule object.
1018
+ # The analysis rule policy that was created for the configured table.
1001
1019
  #
1002
1020
  # @return [Types::CreateConfiguredTableAnalysisRuleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1003
1021
  #
@@ -1014,6 +1032,7 @@ module Aws::CleanRooms
1014
1032
  # join_columns: ["AnalysisRuleColumnName"], # required
1015
1033
  # allowed_join_operators: ["OR"], # accepts OR, AND
1016
1034
  # list_columns: ["AnalysisRuleColumnName"], # required
1035
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
1017
1036
  # },
1018
1037
  # aggregation: {
1019
1038
  # aggregate_columns: [ # required
@@ -1034,10 +1053,13 @@ module Aws::CleanRooms
1034
1053
  # type: "COUNT_DISTINCT", # required, accepts COUNT_DISTINCT
1035
1054
  # },
1036
1055
  # ],
1056
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
1037
1057
  # },
1038
1058
  # custom: {
1039
1059
  # allowed_analyses: ["AnalysisTemplateArnOrQueryWildcard"], # required
1040
1060
  # allowed_analysis_providers: ["AccountId"],
1061
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
1062
+ # disallowed_output_columns: ["AnalysisRuleColumnName"],
1041
1063
  # differential_privacy: {
1042
1064
  # columns: [ # required
1043
1065
  # {
@@ -1060,6 +1082,7 @@ module Aws::CleanRooms
1060
1082
  # resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
1061
1083
  # resp.analysis_rule.policy.v1.list.list_columns #=> Array
1062
1084
  # resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
1085
+ # resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
1063
1086
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
1064
1087
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
1065
1088
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
@@ -1077,10 +1100,14 @@ module Aws::CleanRooms
1077
1100
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
1078
1101
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
1079
1102
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
1103
+ # resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
1080
1104
  # resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
1081
1105
  # resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
1082
1106
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
1083
1107
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
1108
+ # resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
1109
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
1110
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
1084
1111
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
1085
1112
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
1086
1113
  # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
@@ -1153,6 +1180,8 @@ module Aws::CleanRooms
1153
1180
  # resp.configured_table_association.role_arn #=> String
1154
1181
  # resp.configured_table_association.name #=> String
1155
1182
  # resp.configured_table_association.description #=> String
1183
+ # resp.configured_table_association.analysis_rule_types #=> Array
1184
+ # resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
1156
1185
  # resp.configured_table_association.create_time #=> Time
1157
1186
  # resp.configured_table_association.update_time #=> Time
1158
1187
  #
@@ -1165,6 +1194,81 @@ module Aws::CleanRooms
1165
1194
  req.send_request(options)
1166
1195
  end
1167
1196
 
1197
+ # Creates a new analysis rule for an associated configured table.
1198
+ #
1199
+ # @option params [required, String] :membership_identifier
1200
+ # A unique identifier for the membership that the configured table
1201
+ # association belongs to. Currently accepts the membership ID.
1202
+ #
1203
+ # @option params [required, String] :configured_table_association_identifier
1204
+ # The unique ID for the configured table association. Currently accepts
1205
+ # the configured table association ID.
1206
+ #
1207
+ # @option params [required, String] :analysis_rule_type
1208
+ # The type of analysis rule.
1209
+ #
1210
+ # @option params [required, Types::ConfiguredTableAssociationAnalysisRulePolicy] :analysis_rule_policy
1211
+ # The analysis rule policy that was created for the configured table
1212
+ # association.
1213
+ #
1214
+ # @return [Types::CreateConfiguredTableAssociationAnalysisRuleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1215
+ #
1216
+ # * {Types::CreateConfiguredTableAssociationAnalysisRuleOutput#analysis_rule #analysis_rule} => Types::ConfiguredTableAssociationAnalysisRule
1217
+ #
1218
+ # @example Request syntax with placeholder values
1219
+ #
1220
+ # resp = client.create_configured_table_association_analysis_rule({
1221
+ # membership_identifier: "MembershipIdentifier", # required
1222
+ # configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
1223
+ # analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
1224
+ # analysis_rule_policy: { # required
1225
+ # v1: {
1226
+ # list: {
1227
+ # allowed_result_receivers: ["AccountId"],
1228
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
1229
+ # },
1230
+ # aggregation: {
1231
+ # allowed_result_receivers: ["AccountId"],
1232
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
1233
+ # },
1234
+ # custom: {
1235
+ # allowed_result_receivers: ["AccountId"],
1236
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
1237
+ # },
1238
+ # },
1239
+ # },
1240
+ # })
1241
+ #
1242
+ # @example Response structure
1243
+ #
1244
+ # resp.analysis_rule.membership_identifier #=> String
1245
+ # resp.analysis_rule.configured_table_association_id #=> String
1246
+ # resp.analysis_rule.configured_table_association_arn #=> String
1247
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
1248
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
1249
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
1250
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
1251
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
1252
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
1253
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
1254
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
1255
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
1256
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
1257
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
1258
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
1259
+ # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
1260
+ # resp.analysis_rule.create_time #=> Time
1261
+ # resp.analysis_rule.update_time #=> Time
1262
+ #
1263
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateConfiguredTableAssociationAnalysisRule AWS API Documentation
1264
+ #
1265
+ # @overload create_configured_table_association_analysis_rule(params = {})
1266
+ # @param [Hash] params ({})
1267
+ def create_configured_table_association_analysis_rule(params = {}, options = {})
1268
+ req = build_request(:create_configured_table_association_analysis_rule, params)
1269
+ req.send_request(options)
1270
+ end
1271
+
1168
1272
  # Creates an ID mapping table.
1169
1273
  #
1170
1274
  # @option params [required, String] :membership_identifier
@@ -1638,6 +1742,38 @@ module Aws::CleanRooms
1638
1742
  req.send_request(options)
1639
1743
  end
1640
1744
 
1745
+ # Deletes an analysis rule for a configured table association.
1746
+ #
1747
+ # @option params [required, String] :membership_identifier
1748
+ # A unique identifier for the membership that the configured table
1749
+ # association belongs to. Currently accepts the membership ID.
1750
+ #
1751
+ # @option params [required, String] :configured_table_association_identifier
1752
+ # The identifier for the configured table association that's related to
1753
+ # the analysis rule that you want to delete.
1754
+ #
1755
+ # @option params [required, String] :analysis_rule_type
1756
+ # The type of the analysis rule that you want to delete.
1757
+ #
1758
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1759
+ #
1760
+ # @example Request syntax with placeholder values
1761
+ #
1762
+ # resp = client.delete_configured_table_association_analysis_rule({
1763
+ # membership_identifier: "MembershipIdentifier", # required
1764
+ # configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
1765
+ # analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
1766
+ # })
1767
+ #
1768
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAssociationAnalysisRule AWS API Documentation
1769
+ #
1770
+ # @overload delete_configured_table_association_analysis_rule(params = {})
1771
+ # @param [Hash] params ({})
1772
+ def delete_configured_table_association_analysis_rule(params = {}, options = {})
1773
+ req = build_request(:delete_configured_table_association_analysis_rule, params)
1774
+ req.send_request(options)
1775
+ end
1776
+
1641
1777
  # Deletes an ID mapping table.
1642
1778
  #
1643
1779
  # @option params [required, String] :id_mapping_table_identifier
@@ -2175,6 +2311,7 @@ module Aws::CleanRooms
2175
2311
  # resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
2176
2312
  # resp.analysis_rule.policy.v1.list.list_columns #=> Array
2177
2313
  # resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
2314
+ # resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2178
2315
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
2179
2316
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
2180
2317
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
@@ -2192,10 +2329,14 @@ module Aws::CleanRooms
2192
2329
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
2193
2330
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
2194
2331
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
2332
+ # resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2195
2333
  # resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
2196
2334
  # resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
2197
2335
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
2198
2336
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
2337
+ # resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2338
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
2339
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
2199
2340
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
2200
2341
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
2201
2342
  # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
@@ -2243,6 +2384,8 @@ module Aws::CleanRooms
2243
2384
  # resp.configured_table_association.role_arn #=> String
2244
2385
  # resp.configured_table_association.name #=> String
2245
2386
  # resp.configured_table_association.description #=> String
2387
+ # resp.configured_table_association.analysis_rule_types #=> Array
2388
+ # resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
2246
2389
  # resp.configured_table_association.create_time #=> Time
2247
2390
  # resp.configured_table_association.update_time #=> Time
2248
2391
  #
@@ -2255,6 +2398,61 @@ module Aws::CleanRooms
2255
2398
  req.send_request(options)
2256
2399
  end
2257
2400
 
2401
+ # Retrieves the analysis rule for a configured table association.
2402
+ #
2403
+ # @option params [required, String] :membership_identifier
2404
+ # A unique identifier for the membership that the configured table
2405
+ # association belongs to. Currently accepts the membership ID.
2406
+ #
2407
+ # @option params [required, String] :configured_table_association_identifier
2408
+ # The identifier for the configured table association that's related to
2409
+ # the analysis rule.
2410
+ #
2411
+ # @option params [required, String] :analysis_rule_type
2412
+ # The type of analysis rule that you want to retrieve.
2413
+ #
2414
+ # @return [Types::GetConfiguredTableAssociationAnalysisRuleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2415
+ #
2416
+ # * {Types::GetConfiguredTableAssociationAnalysisRuleOutput#analysis_rule #analysis_rule} => Types::ConfiguredTableAssociationAnalysisRule
2417
+ #
2418
+ # @example Request syntax with placeholder values
2419
+ #
2420
+ # resp = client.get_configured_table_association_analysis_rule({
2421
+ # membership_identifier: "MembershipIdentifier", # required
2422
+ # configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
2423
+ # analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
2424
+ # })
2425
+ #
2426
+ # @example Response structure
2427
+ #
2428
+ # resp.analysis_rule.membership_identifier #=> String
2429
+ # resp.analysis_rule.configured_table_association_id #=> String
2430
+ # resp.analysis_rule.configured_table_association_arn #=> String
2431
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
2432
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
2433
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
2434
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
2435
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
2436
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
2437
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
2438
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
2439
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
2440
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
2441
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
2442
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
2443
+ # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
2444
+ # resp.analysis_rule.create_time #=> Time
2445
+ # resp.analysis_rule.update_time #=> Time
2446
+ #
2447
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetConfiguredTableAssociationAnalysisRule AWS API Documentation
2448
+ #
2449
+ # @overload get_configured_table_association_analysis_rule(params = {})
2450
+ # @param [Hash] params ({})
2451
+ def get_configured_table_association_analysis_rule(params = {}, options = {})
2452
+ req = build_request(:get_configured_table_association_analysis_rule, params)
2453
+ req.send_request(options)
2454
+ end
2455
+
2258
2456
  # Retrieves an ID mapping table.
2259
2457
  #
2260
2458
  # @option params [required, String] :id_mapping_table_identifier
@@ -2475,6 +2673,7 @@ module Aws::CleanRooms
2475
2673
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
2476
2674
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
2477
2675
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
2676
+ # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
2478
2677
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
2479
2678
  # resp.protected_query.result.output.s3.location #=> String
2480
2679
  # resp.protected_query.result.output.member_list #=> Array
@@ -2539,11 +2738,12 @@ module Aws::CleanRooms
2539
2738
  # resp.schema.schema_status_details #=> Array
2540
2739
  # resp.schema.schema_status_details[0].status #=> String, one of "READY", "NOT_READY"
2541
2740
  # resp.schema.schema_status_details[0].reasons #=> Array
2542
- # resp.schema.schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED"
2741
+ # resp.schema.schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED", "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_CONFIGURED", "RESULT_RECEIVERS_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_ALLOWED", "RESULT_RECEIVERS_NOT_ALLOWED", "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE"
2543
2742
  # resp.schema.schema_status_details[0].reasons[0].message #=> String
2544
2743
  # resp.schema.schema_status_details[0].analysis_rule_type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
2545
2744
  # resp.schema.schema_status_details[0].configurations #=> Array
2546
- # resp.schema.schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY", "CUSTOM_ANALYSIS_NOT_ALLOWED", "NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS", "DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED"
2745
+ # resp.schema.schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY"
2746
+ # resp.schema.schema_status_details[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
2547
2747
  # resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source #=> Array
2548
2748
  # resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].id_namespace_association_id #=> String
2549
2749
  # resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
@@ -2596,6 +2796,7 @@ module Aws::CleanRooms
2596
2796
  # resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
2597
2797
  # resp.analysis_rule.policy.v1.list.list_columns #=> Array
2598
2798
  # resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
2799
+ # resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2599
2800
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
2600
2801
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
2601
2802
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
@@ -2613,10 +2814,14 @@ module Aws::CleanRooms
2613
2814
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
2614
2815
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
2615
2816
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
2817
+ # resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2616
2818
  # resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
2617
2819
  # resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
2618
2820
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
2619
2821
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
2822
+ # resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
2823
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
2824
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
2620
2825
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
2621
2826
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
2622
2827
  # resp.analysis_rule.policy.v1.id_mapping_table.join_columns #=> Array
@@ -2642,13 +2847,11 @@ module Aws::CleanRooms
2642
2847
  # The identifier for a membership resource.
2643
2848
  #
2644
2849
  # @option params [String] :next_token
2645
- # The pagination token that's used to fetch the next set of results.
2850
+ # The token value retrieved from a previous call to access the next page
2851
+ # of results.
2646
2852
  #
2647
2853
  # @option params [Integer] :max_results
2648
- # The maximum number of results that are returned for an API request
2649
- # call. The service chooses a default number if you don't set one. The
2650
- # service might return a `nextToken` even if the `maxResults` value
2651
- # has not been met.
2854
+ # The maximum size of the results that is returned per call.
2652
2855
  #
2653
2856
  # @return [Types::ListAnalysisTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2654
2857
  #
@@ -2696,13 +2899,11 @@ module Aws::CleanRooms
2696
2899
  # belong to. Currently accepts collaboration ID.
2697
2900
  #
2698
2901
  # @option params [String] :next_token
2699
- # The pagination token that's used to fetch the next set of results.
2902
+ # The token value retrieved from a previous call to access the next page
2903
+ # of results.
2700
2904
  #
2701
2905
  # @option params [Integer] :max_results
2702
- # The maximum number of results that are returned for an API request
2703
- # call. The service chooses a default number if you don't set one. The
2704
- # service might return a `nextToken` even if the `maxResults` value
2705
- # has not been met.
2906
+ # The maximum size of the results that is returned per call.
2706
2907
  #
2707
2908
  # @return [Types::ListCollaborationAnalysisTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2708
2909
  #
@@ -2749,13 +2950,11 @@ module Aws::CleanRooms
2749
2950
  # model association belongs to. Accepts a collaboration ID.
2750
2951
  #
2751
2952
  # @option params [String] :next_token
2752
- # The pagination token that's used to fetch the next set of results.
2953
+ # The token value retrieved from a previous call to access the next page
2954
+ # of results.
2753
2955
  #
2754
2956
  # @option params [Integer] :max_results
2755
- # The maximum number of results that are returned for an API request
2756
- # call. The service chooses a default number if you don't set one. The
2757
- # service might return a `nextToken` even if the `maxResults` value
2758
- # has not been met.
2957
+ # The maximum size of the results that is returned per call.
2759
2958
  #
2760
2959
  # @return [Types::ListCollaborationConfiguredAudienceModelAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2761
2960
  #
@@ -2857,13 +3056,13 @@ module Aws::CleanRooms
2857
3056
  # A unique identifier for one of your collaborations.
2858
3057
  #
2859
3058
  # @option params [String] :next_token
2860
- # The pagination token that's used to fetch the next set of results.
3059
+ # The token value retrieved from a previous call to access the next page
3060
+ # of results.
2861
3061
  #
2862
3062
  # @option params [Integer] :max_results
2863
- # The maximum number of results that are returned for an API request
2864
- # call. The service chooses a default number if you don't set one. The
2865
- # service might return a `nextToken` even if the `maxResults` value
2866
- # has not been met.
3063
+ # The maximum size of the results that is returned per call. Service
3064
+ # chooses a default if it has not been set. Service may return a
3065
+ # nextToken even if the maximum results has not been met.
2867
3066
  #
2868
3067
  # @return [Types::ListCollaborationPrivacyBudgetTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2869
3068
  #
@@ -2913,13 +3112,13 @@ module Aws::CleanRooms
2913
3112
  # Specifies the type of the privacy budget.
2914
3113
  #
2915
3114
  # @option params [Integer] :max_results
2916
- # The maximum number of results that are returned for an API request
2917
- # call. The service chooses a default number if you don't set one. The
2918
- # service might return a `nextToken` even if the `maxResults` value
2919
- # has not been met.
3115
+ # The maximum size of the results that is returned per call. Service
3116
+ # chooses a default if it has not been set. Service may return a
3117
+ # nextToken even if the maximum results has not been met.
2920
3118
  #
2921
3119
  # @option params [String] :next_token
2922
- # The pagination token that's used to fetch the next set of results.
3120
+ # The token value retrieved from a previous call to access the next page
3121
+ # of results.
2923
3122
  #
2924
3123
  # @return [Types::ListCollaborationPrivacyBudgetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2925
3124
  #
@@ -2969,13 +3168,13 @@ module Aws::CleanRooms
2969
3168
  # invited to.
2970
3169
  #
2971
3170
  # @option params [String] :next_token
2972
- # The pagination token that's used to fetch the next set of results.
3171
+ # The token value retrieved from a previous call to access the next page
3172
+ # of results.
2973
3173
  #
2974
3174
  # @option params [Integer] :max_results
2975
- # The maximum number of results that are returned for an API request
2976
- # call. The service chooses a default number if you don't set one. The
2977
- # service might return a `nextToken` even if the `maxResults` value
2978
- # has not been met.
3175
+ # The maximum size of the results that is returned per call. Service
3176
+ # chooses a default if it has not been set. Service may return a
3177
+ # nextToken even if the maximum results has not been met.
2979
3178
  #
2980
3179
  # @option params [String] :member_status
2981
3180
  # The caller's status in a collaboration.
@@ -3027,13 +3226,13 @@ module Aws::CleanRooms
3027
3226
  # audience model associations that you want to retrieve.
3028
3227
  #
3029
3228
  # @option params [String] :next_token
3030
- # The pagination token that's used to fetch the next set of results.
3229
+ # The token value retrieved from a previous call to access the next page
3230
+ # of results.
3031
3231
  #
3032
3232
  # @option params [Integer] :max_results
3033
- # The maximum number of results that are returned for an API request
3034
- # call. The service chooses a default number if you don't set one. The
3035
- # service might return a `nextToken` even if the `maxResults` value
3036
- # has not been met.
3233
+ # The maximum size of the results that is returned per call. Service
3234
+ # chooses a default if it has not been set. Service may return a
3235
+ # nextToken even if the maximum results has not been met.
3037
3236
  #
3038
3237
  # @return [Types::ListConfiguredAudienceModelAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3039
3238
  #
@@ -3082,13 +3281,11 @@ module Aws::CleanRooms
3082
3281
  # associations for. Currently accepts the membership ID.
3083
3282
  #
3084
3283
  # @option params [String] :next_token
3085
- # The pagination token that's used to fetch the next set of results.
3284
+ # The token value retrieved from a previous call to access the next page
3285
+ # of results.
3086
3286
  #
3087
3287
  # @option params [Integer] :max_results
3088
- # The maximum number of results that are returned for an API request
3089
- # call. The service chooses a default number if you don't set one. The
3090
- # service might return a `nextToken` even if the `maxResults` value
3091
- # has not been met.
3288
+ # The maximum size of the results that is returned per call.
3092
3289
  #
3093
3290
  # @return [Types::ListConfiguredTableAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3094
3291
  #
@@ -3130,13 +3327,11 @@ module Aws::CleanRooms
3130
3327
  # Lists configured tables.
3131
3328
  #
3132
3329
  # @option params [String] :next_token
3133
- # The pagination token that's used to fetch the next set of results.
3330
+ # The token value retrieved from a previous call to access the next page
3331
+ # of results.
3134
3332
  #
3135
3333
  # @option params [Integer] :max_results
3136
- # The maximum number of results that are returned for an API request
3137
- # call. The service chooses a default number if you don't set one. The
3138
- # service might return a `nextToken` even if the `maxResults` value
3139
- # has not been met.
3334
+ # The maximum size of the results that is returned per call.
3140
3335
  #
3141
3336
  # @return [Types::ListConfiguredTablesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3142
3337
  #
@@ -3291,13 +3486,11 @@ module Aws::CleanRooms
3291
3486
  # The identifier of the collaboration in which the members are listed.
3292
3487
  #
3293
3488
  # @option params [String] :next_token
3294
- # The pagination token that's used to fetch the next set of results.
3489
+ # The token value retrieved from a previous call to access the next page
3490
+ # of results.
3295
3491
  #
3296
3492
  # @option params [Integer] :max_results
3297
- # The maximum number of results that are returned for an API request
3298
- # call. The service chooses a default number if you don't set one. The
3299
- # service might return a `nextToken` even if the `maxResults` value
3300
- # has not been met.
3493
+ # The maximum size of the results that is returned per call.
3301
3494
  #
3302
3495
  # @return [Types::ListMembersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3303
3496
  #
@@ -3341,13 +3534,11 @@ module Aws::CleanRooms
3341
3534
  # Lists all memberships resources within the caller's account.
3342
3535
  #
3343
3536
  # @option params [String] :next_token
3344
- # The pagination token that's used to fetch the next set of results.
3537
+ # The token value retrieved from a previous call to access the next page
3538
+ # of results.
3345
3539
  #
3346
3540
  # @option params [Integer] :max_results
3347
- # The maximum number of results that are returned for an API request
3348
- # call. The service chooses a default number if you don't set one. The
3349
- # service might return a `nextToken` even if the `maxResults` value
3350
- # has not been met.
3541
+ # The maximum size of the results that is returned per call.
3351
3542
  #
3352
3543
  # @option params [String] :status
3353
3544
  # A filter which will return only memberships in the specified status.
@@ -3403,13 +3594,13 @@ module Aws::CleanRooms
3403
3594
  # this membership belongs to. Accepts a membership ID.
3404
3595
  #
3405
3596
  # @option params [String] :next_token
3406
- # The pagination token that's used to fetch the next set of results.
3597
+ # The token value retrieved from a previous call to access the next page
3598
+ # of results.
3407
3599
  #
3408
3600
  # @option params [Integer] :max_results
3409
- # The maximum number of results that are returned for an API request
3410
- # call. The service chooses a default number if you don't set one. The
3411
- # service might return a `nextToken` even if the `maxResults` value
3412
- # has not been met.
3601
+ # The maximum size of the results that is returned per call. Service
3602
+ # chooses a default if it has not been set. Service may return a
3603
+ # nextToken even if the maximum results has not been met.
3413
3604
  #
3414
3605
  # @return [Types::ListPrivacyBudgetTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3415
3606
  #
@@ -3461,13 +3652,13 @@ module Aws::CleanRooms
3461
3652
  # The privacy budget type.
3462
3653
  #
3463
3654
  # @option params [String] :next_token
3464
- # The pagination token that's used to fetch the next set of results.
3655
+ # The token value retrieved from a previous call to access the next page
3656
+ # of results.
3465
3657
  #
3466
3658
  # @option params [Integer] :max_results
3467
- # The maximum number of results that are returned for an API request
3468
- # call. The service chooses a default number if you don't set one. The
3469
- # service might return a `nextToken` even if the `maxResults` value
3470
- # has not been met.
3659
+ # The maximum size of the results that is returned per call. Service
3660
+ # chooses a default if it has not been set. Service may return a
3661
+ # nextToken even if the maximum results has not been met.
3471
3662
  #
3472
3663
  # @return [Types::ListPrivacyBudgetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3473
3664
  #
@@ -3523,13 +3714,13 @@ module Aws::CleanRooms
3523
3714
  # A filter on the status of the protected query.
3524
3715
  #
3525
3716
  # @option params [String] :next_token
3526
- # The pagination token that's used to fetch the next set of results.
3717
+ # The token value retrieved from a previous call to access the next page
3718
+ # of results.
3527
3719
  #
3528
3720
  # @option params [Integer] :max_results
3529
- # The maximum number of results that are returned for an API request
3530
- # call. The service chooses a default number if you don't set one. The
3531
- # service might return a `nextToken` even if the `maxResults` value
3532
- # has not been met.
3721
+ # The maximum size of the results that is returned per call. Service
3722
+ # chooses a default if it has not been set. Service can return a
3723
+ # nextToken even if the maximum results has not been met.
3533
3724
  #
3534
3725
  # @return [Types::ListProtectedQueriesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3535
3726
  #
@@ -3556,6 +3747,10 @@ module Aws::CleanRooms
3556
3747
  # resp.protected_queries[0].membership_arn #=> String
3557
3748
  # resp.protected_queries[0].create_time #=> Time
3558
3749
  # resp.protected_queries[0].status #=> String, one of "SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT"
3750
+ # resp.protected_queries[0].receiver_configurations #=> Array
3751
+ # resp.protected_queries[0].receiver_configurations[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
3752
+ # resp.protected_queries[0].receiver_configurations[0].configuration_details.direct_analysis_configuration_details.receiver_account_ids #=> Array
3753
+ # resp.protected_queries[0].receiver_configurations[0].configuration_details.direct_analysis_configuration_details.receiver_account_ids[0] #=> String
3559
3754
  #
3560
3755
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListProtectedQueries AWS API Documentation
3561
3756
  #
@@ -3573,16 +3768,15 @@ module Aws::CleanRooms
3573
3768
  # Currently accepts a collaboration ID.
3574
3769
  #
3575
3770
  # @option params [String] :schema_type
3576
- # If present, filter schemas by schema type.
3771
+ # If present, filter schemas by schema type. The only valid schema type
3772
+ # is currently `TABLE`.
3577
3773
  #
3578
3774
  # @option params [String] :next_token
3579
- # The pagination token that's used to fetch the next set of results.
3775
+ # The token value retrieved from a previous call to access the next page
3776
+ # of results.
3580
3777
  #
3581
3778
  # @option params [Integer] :max_results
3582
- # The maximum number of results that are returned for an API request
3583
- # call. The service chooses a default number if you don't set one. The
3584
- # service might return a `nextToken` even if the `maxResults` value
3585
- # has not been met.
3779
+ # The maximum size of the results that is returned per call.
3586
3780
  #
3587
3781
  # @return [Types::ListSchemasOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3588
3782
  #
@@ -3768,6 +3962,9 @@ module Aws::CleanRooms
3768
3962
  # bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
3769
3963
  # key_prefix: "KeyPrefix",
3770
3964
  # },
3965
+ # member: {
3966
+ # account_id: "AccountId", # required
3967
+ # },
3771
3968
  # },
3772
3969
  # },
3773
3970
  # })
@@ -3786,6 +3983,7 @@ module Aws::CleanRooms
3786
3983
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
3787
3984
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
3788
3985
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
3986
+ # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
3789
3987
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
3790
3988
  # resp.protected_query.result.output.s3.location #=> String
3791
3989
  # resp.protected_query.result.output.member_list #=> Array
@@ -4107,6 +4305,7 @@ module Aws::CleanRooms
4107
4305
  # join_columns: ["AnalysisRuleColumnName"], # required
4108
4306
  # allowed_join_operators: ["OR"], # accepts OR, AND
4109
4307
  # list_columns: ["AnalysisRuleColumnName"], # required
4308
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
4110
4309
  # },
4111
4310
  # aggregation: {
4112
4311
  # aggregate_columns: [ # required
@@ -4127,10 +4326,13 @@ module Aws::CleanRooms
4127
4326
  # type: "COUNT_DISTINCT", # required, accepts COUNT_DISTINCT
4128
4327
  # },
4129
4328
  # ],
4329
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
4130
4330
  # },
4131
4331
  # custom: {
4132
4332
  # allowed_analyses: ["AnalysisTemplateArnOrQueryWildcard"], # required
4133
4333
  # allowed_analysis_providers: ["AccountId"],
4334
+ # additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
4335
+ # disallowed_output_columns: ["AnalysisRuleColumnName"],
4134
4336
  # differential_privacy: {
4135
4337
  # columns: [ # required
4136
4338
  # {
@@ -4153,6 +4355,7 @@ module Aws::CleanRooms
4153
4355
  # resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
4154
4356
  # resp.analysis_rule.policy.v1.list.list_columns #=> Array
4155
4357
  # resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
4358
+ # resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
4156
4359
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
4157
4360
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
4158
4361
  # resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
@@ -4170,10 +4373,14 @@ module Aws::CleanRooms
4170
4373
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
4171
4374
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
4172
4375
  # resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
4376
+ # resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
4173
4377
  # resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
4174
4378
  # resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
4175
4379
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
4176
4380
  # resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
4381
+ # resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
4382
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
4383
+ # resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
4177
4384
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
4178
4385
  # resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
4179
4386
  # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
@@ -4230,6 +4437,8 @@ module Aws::CleanRooms
4230
4437
  # resp.configured_table_association.role_arn #=> String
4231
4438
  # resp.configured_table_association.name #=> String
4232
4439
  # resp.configured_table_association.description #=> String
4440
+ # resp.configured_table_association.analysis_rule_types #=> Array
4441
+ # resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
4233
4442
  # resp.configured_table_association.create_time #=> Time
4234
4443
  # resp.configured_table_association.update_time #=> Time
4235
4444
  #
@@ -4242,6 +4451,79 @@ module Aws::CleanRooms
4242
4451
  req.send_request(options)
4243
4452
  end
4244
4453
 
4454
+ # Updates the analysis rule for a configured table association.
4455
+ #
4456
+ # @option params [required, String] :membership_identifier
4457
+ # A unique identifier for the membership that the configured table
4458
+ # association belongs to. Currently accepts the membership ID.
4459
+ #
4460
+ # @option params [required, String] :configured_table_association_identifier
4461
+ # The identifier for the configured table association to update.
4462
+ #
4463
+ # @option params [required, String] :analysis_rule_type
4464
+ # The analysis rule type that you want to update.
4465
+ #
4466
+ # @option params [required, Types::ConfiguredTableAssociationAnalysisRulePolicy] :analysis_rule_policy
4467
+ # The updated analysis rule policy for the configured table association.
4468
+ #
4469
+ # @return [Types::UpdateConfiguredTableAssociationAnalysisRuleOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4470
+ #
4471
+ # * {Types::UpdateConfiguredTableAssociationAnalysisRuleOutput#analysis_rule #analysis_rule} => Types::ConfiguredTableAssociationAnalysisRule
4472
+ #
4473
+ # @example Request syntax with placeholder values
4474
+ #
4475
+ # resp = client.update_configured_table_association_analysis_rule({
4476
+ # membership_identifier: "MembershipIdentifier", # required
4477
+ # configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
4478
+ # analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
4479
+ # analysis_rule_policy: { # required
4480
+ # v1: {
4481
+ # list: {
4482
+ # allowed_result_receivers: ["AccountId"],
4483
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
4484
+ # },
4485
+ # aggregation: {
4486
+ # allowed_result_receivers: ["AccountId"],
4487
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
4488
+ # },
4489
+ # custom: {
4490
+ # allowed_result_receivers: ["AccountId"],
4491
+ # allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
4492
+ # },
4493
+ # },
4494
+ # },
4495
+ # })
4496
+ #
4497
+ # @example Response structure
4498
+ #
4499
+ # resp.analysis_rule.membership_identifier #=> String
4500
+ # resp.analysis_rule.configured_table_association_id #=> String
4501
+ # resp.analysis_rule.configured_table_association_arn #=> String
4502
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
4503
+ # resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
4504
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
4505
+ # resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
4506
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
4507
+ # resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
4508
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
4509
+ # resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
4510
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
4511
+ # resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
4512
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
4513
+ # resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
4514
+ # resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
4515
+ # resp.analysis_rule.create_time #=> Time
4516
+ # resp.analysis_rule.update_time #=> Time
4517
+ #
4518
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredTableAssociationAnalysisRule AWS API Documentation
4519
+ #
4520
+ # @overload update_configured_table_association_analysis_rule(params = {})
4521
+ # @param [Hash] params ({})
4522
+ def update_configured_table_association_analysis_rule(params = {}, options = {})
4523
+ req = build_request(:update_configured_table_association_analysis_rule, params)
4524
+ req.send_request(options)
4525
+ end
4526
+
4245
4527
  # Provides the details that are necessary to update an ID mapping table.
4246
4528
  #
4247
4529
  # @option params [required, String] :id_mapping_table_identifier
@@ -4523,6 +4805,7 @@ module Aws::CleanRooms
4523
4805
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
4524
4806
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
4525
4807
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
4808
+ # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
4526
4809
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
4527
4810
  # resp.protected_query.result.output.s3.location #=> String
4528
4811
  # resp.protected_query.result.output.member_list #=> Array
@@ -4551,14 +4834,19 @@ module Aws::CleanRooms
4551
4834
  # @api private
4552
4835
  def build_request(operation_name, params = {})
4553
4836
  handlers = @handlers.for(operation_name)
4837
+ tracer = config.telemetry_provider.tracer_provider.tracer(
4838
+ Aws::Telemetry.module_to_tracer_name('Aws::CleanRooms')
4839
+ )
4554
4840
  context = Seahorse::Client::RequestContext.new(
4555
4841
  operation_name: operation_name,
4556
4842
  operation: config.api.operation(operation_name),
4557
4843
  client: self,
4558
4844
  params: params,
4559
- config: config)
4845
+ config: config,
4846
+ tracer: tracer
4847
+ )
4560
4848
  context[:gem_name] = 'aws-sdk-cleanrooms'
4561
- context[:gem_version] = '1.26.0'
4849
+ context[:gem_version] = '1.28.0'
4562
4850
  Seahorse::Client::Request.new(handlers, context)
4563
4851
  end
4564
4852