aws-sdk-cleanrooms 1.25.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cleanrooms/customizations'
53
53
  # @!group service
54
54
  module Aws::CleanRooms
55
55
 
56
- GEM_VERSION = '1.25.0'
56
+ GEM_VERSION = '1.27.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -108,7 +108,7 @@ module Aws
108
108
  schema_analysis_rule_requests: Array[
109
109
  {
110
110
  name: ::String,
111
- type: ("AGGREGATION" | "LIST" | "CUSTOM")
111
+ type: ("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")
112
112
  },
113
113
  ]
114
114
  ) -> _BatchGetSchemaAnalysisRuleResponseSuccess
@@ -224,7 +224,8 @@ module Aws
224
224
  list: {
225
225
  join_columns: Array[::String],
226
226
  allowed_join_operators: Array[("OR" | "AND")]?,
227
- list_columns: Array[::String]
227
+ list_columns: Array[::String],
228
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
228
229
  }?,
229
230
  aggregation: {
230
231
  aggregate_columns: Array[
@@ -244,11 +245,14 @@ module Aws
244
245
  minimum: ::Integer,
245
246
  type: ("COUNT_DISTINCT")
246
247
  },
247
- ]
248
+ ],
249
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
248
250
  }?,
249
251
  custom: {
250
252
  allowed_analyses: Array[::String],
251
253
  allowed_analysis_providers: Array[::String]?,
254
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?,
255
+ disallowed_output_columns: Array[::String]?,
252
256
  differential_privacy: {
253
257
  columns: Array[
254
258
  {
@@ -277,6 +281,72 @@ module Aws
277
281
  ) -> _CreateConfiguredTableAssociationResponseSuccess
278
282
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfiguredTableAssociationResponseSuccess
279
283
 
284
+ interface _CreateConfiguredTableAssociationAnalysisRuleResponseSuccess
285
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateConfiguredTableAssociationAnalysisRuleOutput]
286
+ def analysis_rule: () -> Types::ConfiguredTableAssociationAnalysisRule
287
+ end
288
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#create_configured_table_association_analysis_rule-instance_method
289
+ def create_configured_table_association_analysis_rule: (
290
+ membership_identifier: ::String,
291
+ configured_table_association_identifier: ::String,
292
+ analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
293
+ analysis_rule_policy: {
294
+ v1: {
295
+ list: {
296
+ allowed_result_receivers: Array[::String]?,
297
+ allowed_additional_analyses: Array[::String]?
298
+ }?,
299
+ aggregation: {
300
+ allowed_result_receivers: Array[::String]?,
301
+ allowed_additional_analyses: Array[::String]?
302
+ }?,
303
+ custom: {
304
+ allowed_result_receivers: Array[::String]?,
305
+ allowed_additional_analyses: Array[::String]?
306
+ }?
307
+ }?
308
+ }
309
+ ) -> _CreateConfiguredTableAssociationAnalysisRuleResponseSuccess
310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfiguredTableAssociationAnalysisRuleResponseSuccess
311
+
312
+ interface _CreateIdMappingTableResponseSuccess
313
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdMappingTableOutput]
314
+ def id_mapping_table: () -> Types::IdMappingTable
315
+ end
316
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#create_id_mapping_table-instance_method
317
+ def create_id_mapping_table: (
318
+ membership_identifier: ::String,
319
+ name: ::String,
320
+ ?description: ::String,
321
+ input_reference_config: {
322
+ input_reference_arn: ::String,
323
+ manage_resource_policies: bool
324
+ },
325
+ ?tags: Hash[::String, ::String],
326
+ ?kms_key_arn: ::String
327
+ ) -> _CreateIdMappingTableResponseSuccess
328
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdMappingTableResponseSuccess
329
+
330
+ interface _CreateIdNamespaceAssociationResponseSuccess
331
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdNamespaceAssociationOutput]
332
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
333
+ end
334
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#create_id_namespace_association-instance_method
335
+ def create_id_namespace_association: (
336
+ membership_identifier: ::String,
337
+ input_reference_config: {
338
+ input_reference_arn: ::String,
339
+ manage_resource_policies: bool
340
+ },
341
+ ?tags: Hash[::String, ::String],
342
+ name: ::String,
343
+ ?description: ::String,
344
+ ?id_mapping_config: {
345
+ allow_use_as_dimension_column: bool
346
+ }
347
+ ) -> _CreateIdNamespaceAssociationResponseSuccess
348
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdNamespaceAssociationResponseSuccess
349
+
280
350
  interface _CreateMembershipResponseSuccess
281
351
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateMembershipOutput]
282
352
  def membership: () -> Types::Membership
@@ -381,6 +451,37 @@ module Aws
381
451
  ) -> _DeleteConfiguredTableAssociationResponseSuccess
382
452
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfiguredTableAssociationResponseSuccess
383
453
 
454
+ interface _DeleteConfiguredTableAssociationAnalysisRuleResponseSuccess
455
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConfiguredTableAssociationAnalysisRuleOutput]
456
+ end
457
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#delete_configured_table_association_analysis_rule-instance_method
458
+ def delete_configured_table_association_analysis_rule: (
459
+ membership_identifier: ::String,
460
+ configured_table_association_identifier: ::String,
461
+ analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM")
462
+ ) -> _DeleteConfiguredTableAssociationAnalysisRuleResponseSuccess
463
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfiguredTableAssociationAnalysisRuleResponseSuccess
464
+
465
+ interface _DeleteIdMappingTableResponseSuccess
466
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdMappingTableOutput]
467
+ end
468
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#delete_id_mapping_table-instance_method
469
+ def delete_id_mapping_table: (
470
+ id_mapping_table_identifier: ::String,
471
+ membership_identifier: ::String
472
+ ) -> _DeleteIdMappingTableResponseSuccess
473
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdMappingTableResponseSuccess
474
+
475
+ interface _DeleteIdNamespaceAssociationResponseSuccess
476
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdNamespaceAssociationOutput]
477
+ end
478
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#delete_id_namespace_association-instance_method
479
+ def delete_id_namespace_association: (
480
+ id_namespace_association_identifier: ::String,
481
+ membership_identifier: ::String
482
+ ) -> _DeleteIdNamespaceAssociationResponseSuccess
483
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdNamespaceAssociationResponseSuccess
484
+
384
485
  interface _DeleteMemberResponseSuccess
385
486
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMemberOutput]
386
487
  end
@@ -453,6 +554,17 @@ module Aws
453
554
  ) -> _GetCollaborationConfiguredAudienceModelAssociationResponseSuccess
454
555
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCollaborationConfiguredAudienceModelAssociationResponseSuccess
455
556
 
557
+ interface _GetCollaborationIdNamespaceAssociationResponseSuccess
558
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCollaborationIdNamespaceAssociationOutput]
559
+ def collaboration_id_namespace_association: () -> Types::CollaborationIdNamespaceAssociation
560
+ end
561
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_collaboration_id_namespace_association-instance_method
562
+ def get_collaboration_id_namespace_association: (
563
+ collaboration_identifier: ::String,
564
+ id_namespace_association_identifier: ::String
565
+ ) -> _GetCollaborationIdNamespaceAssociationResponseSuccess
566
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCollaborationIdNamespaceAssociationResponseSuccess
567
+
456
568
  interface _GetCollaborationPrivacyBudgetTemplateResponseSuccess
457
569
  include ::Seahorse::Client::_ResponseSuccess[Types::GetCollaborationPrivacyBudgetTemplateOutput]
458
570
  def collaboration_privacy_budget_template: () -> Types::CollaborationPrivacyBudgetTemplate
@@ -507,6 +619,40 @@ module Aws
507
619
  ) -> _GetConfiguredTableAssociationResponseSuccess
508
620
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfiguredTableAssociationResponseSuccess
509
621
 
622
+ interface _GetConfiguredTableAssociationAnalysisRuleResponseSuccess
623
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConfiguredTableAssociationAnalysisRuleOutput]
624
+ def analysis_rule: () -> Types::ConfiguredTableAssociationAnalysisRule
625
+ end
626
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_configured_table_association_analysis_rule-instance_method
627
+ def get_configured_table_association_analysis_rule: (
628
+ membership_identifier: ::String,
629
+ configured_table_association_identifier: ::String,
630
+ analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM")
631
+ ) -> _GetConfiguredTableAssociationAnalysisRuleResponseSuccess
632
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfiguredTableAssociationAnalysisRuleResponseSuccess
633
+
634
+ interface _GetIdMappingTableResponseSuccess
635
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdMappingTableOutput]
636
+ def id_mapping_table: () -> Types::IdMappingTable
637
+ end
638
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_id_mapping_table-instance_method
639
+ def get_id_mapping_table: (
640
+ id_mapping_table_identifier: ::String,
641
+ membership_identifier: ::String
642
+ ) -> _GetIdMappingTableResponseSuccess
643
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdMappingTableResponseSuccess
644
+
645
+ interface _GetIdNamespaceAssociationResponseSuccess
646
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdNamespaceAssociationOutput]
647
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
648
+ end
649
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_id_namespace_association-instance_method
650
+ def get_id_namespace_association: (
651
+ id_namespace_association_identifier: ::String,
652
+ membership_identifier: ::String
653
+ ) -> _GetIdNamespaceAssociationResponseSuccess
654
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdNamespaceAssociationResponseSuccess
655
+
510
656
  interface _GetMembershipResponseSuccess
511
657
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMembershipOutput]
512
658
  def membership: () -> Types::Membership
@@ -558,7 +704,7 @@ module Aws
558
704
  def get_schema_analysis_rule: (
559
705
  collaboration_identifier: ::String,
560
706
  name: ::String,
561
- type: ("AGGREGATION" | "LIST" | "CUSTOM")
707
+ type: ("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")
562
708
  ) -> _GetSchemaAnalysisRuleResponseSuccess
563
709
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSchemaAnalysisRuleResponseSuccess
564
710
 
@@ -601,6 +747,19 @@ module Aws
601
747
  ) -> _ListCollaborationConfiguredAudienceModelAssociationsResponseSuccess
602
748
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCollaborationConfiguredAudienceModelAssociationsResponseSuccess
603
749
 
750
+ interface _ListCollaborationIdNamespaceAssociationsResponseSuccess
751
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCollaborationIdNamespaceAssociationsOutput]
752
+ def next_token: () -> ::String
753
+ def collaboration_id_namespace_association_summaries: () -> ::Array[Types::CollaborationIdNamespaceAssociationSummary]
754
+ end
755
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_collaboration_id_namespace_associations-instance_method
756
+ def list_collaboration_id_namespace_associations: (
757
+ collaboration_identifier: ::String,
758
+ ?next_token: ::String,
759
+ ?max_results: ::Integer
760
+ ) -> _ListCollaborationIdNamespaceAssociationsResponseSuccess
761
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCollaborationIdNamespaceAssociationsResponseSuccess
762
+
604
763
  interface _ListCollaborationPrivacyBudgetTemplatesResponseSuccess
605
764
  include ::Seahorse::Client::_ResponseSuccess[Types::ListCollaborationPrivacyBudgetTemplatesOutput]
606
765
  def next_token: () -> ::String
@@ -679,6 +838,32 @@ module Aws
679
838
  ) -> _ListConfiguredTablesResponseSuccess
680
839
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfiguredTablesResponseSuccess
681
840
 
841
+ interface _ListIdMappingTablesResponseSuccess
842
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdMappingTablesOutput]
843
+ def id_mapping_table_summaries: () -> ::Array[Types::IdMappingTableSummary]
844
+ def next_token: () -> ::String
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_id_mapping_tables-instance_method
847
+ def list_id_mapping_tables: (
848
+ membership_identifier: ::String,
849
+ ?next_token: ::String,
850
+ ?max_results: ::Integer
851
+ ) -> _ListIdMappingTablesResponseSuccess
852
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdMappingTablesResponseSuccess
853
+
854
+ interface _ListIdNamespaceAssociationsResponseSuccess
855
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdNamespaceAssociationsOutput]
856
+ def next_token: () -> ::String
857
+ def id_namespace_association_summaries: () -> ::Array[Types::IdNamespaceAssociationSummary]
858
+ end
859
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_id_namespace_associations-instance_method
860
+ def list_id_namespace_associations: (
861
+ membership_identifier: ::String,
862
+ ?next_token: ::String,
863
+ ?max_results: ::Integer
864
+ ) -> _ListIdNamespaceAssociationsResponseSuccess
865
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdNamespaceAssociationsResponseSuccess
866
+
682
867
  interface _ListMembersResponseSuccess
683
868
  include ::Seahorse::Client::_ResponseSuccess[Types::ListMembersOutput]
684
869
  def next_token: () -> ::String
@@ -754,7 +939,7 @@ module Aws
754
939
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_schemas-instance_method
755
940
  def list_schemas: (
756
941
  collaboration_identifier: ::String,
757
- ?schema_type: ("TABLE"),
942
+ ?schema_type: ("TABLE" | "ID_MAPPING_TABLE"),
758
943
  ?next_token: ::String,
759
944
  ?max_results: ::Integer
760
945
  ) -> _ListSchemasResponseSuccess
@@ -770,6 +955,17 @@ module Aws
770
955
  ) -> _ListTagsForResourceResponseSuccess
771
956
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
772
957
 
958
+ interface _PopulateIdMappingTableResponseSuccess
959
+ include ::Seahorse::Client::_ResponseSuccess[Types::PopulateIdMappingTableOutput]
960
+ def id_mapping_job_id: () -> ::String
961
+ end
962
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#populate_id_mapping_table-instance_method
963
+ def populate_id_mapping_table: (
964
+ id_mapping_table_identifier: ::String,
965
+ membership_identifier: ::String
966
+ ) -> _PopulateIdMappingTableResponseSuccess
967
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PopulateIdMappingTableResponseSuccess
968
+
773
969
  interface _PreviewPrivacyImpactResponseSuccess
774
970
  include ::Seahorse::Client::_ResponseSuccess[Types::PreviewPrivacyImpactOutput]
775
971
  def privacy_impact: () -> Types::PrivacyImpact
@@ -805,6 +1001,9 @@ module Aws
805
1001
  result_format: ("CSV" | "PARQUET"),
806
1002
  bucket: ::String,
807
1003
  key_prefix: ::String?
1004
+ }?,
1005
+ member: {
1006
+ account_id: ::String
808
1007
  }?
809
1008
  }
810
1009
  }
@@ -893,7 +1092,8 @@ module Aws
893
1092
  list: {
894
1093
  join_columns: Array[::String],
895
1094
  allowed_join_operators: Array[("OR" | "AND")]?,
896
- list_columns: Array[::String]
1095
+ list_columns: Array[::String],
1096
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
897
1097
  }?,
898
1098
  aggregation: {
899
1099
  aggregate_columns: Array[
@@ -913,11 +1113,14 @@ module Aws
913
1113
  minimum: ::Integer,
914
1114
  type: ("COUNT_DISTINCT")
915
1115
  },
916
- ]
1116
+ ],
1117
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?
917
1118
  }?,
918
1119
  custom: {
919
1120
  allowed_analyses: Array[::String],
920
1121
  allowed_analysis_providers: Array[::String]?,
1122
+ additional_analyses: ("ALLOWED" | "REQUIRED" | "NOT_ALLOWED")?,
1123
+ disallowed_output_columns: Array[::String]?,
921
1124
  differential_privacy: {
922
1125
  columns: Array[
923
1126
  {
@@ -944,6 +1147,63 @@ module Aws
944
1147
  ) -> _UpdateConfiguredTableAssociationResponseSuccess
945
1148
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfiguredTableAssociationResponseSuccess
946
1149
 
1150
+ interface _UpdateConfiguredTableAssociationAnalysisRuleResponseSuccess
1151
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConfiguredTableAssociationAnalysisRuleOutput]
1152
+ def analysis_rule: () -> Types::ConfiguredTableAssociationAnalysisRule
1153
+ end
1154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#update_configured_table_association_analysis_rule-instance_method
1155
+ def update_configured_table_association_analysis_rule: (
1156
+ membership_identifier: ::String,
1157
+ configured_table_association_identifier: ::String,
1158
+ analysis_rule_type: ("AGGREGATION" | "LIST" | "CUSTOM"),
1159
+ analysis_rule_policy: {
1160
+ v1: {
1161
+ list: {
1162
+ allowed_result_receivers: Array[::String]?,
1163
+ allowed_additional_analyses: Array[::String]?
1164
+ }?,
1165
+ aggregation: {
1166
+ allowed_result_receivers: Array[::String]?,
1167
+ allowed_additional_analyses: Array[::String]?
1168
+ }?,
1169
+ custom: {
1170
+ allowed_result_receivers: Array[::String]?,
1171
+ allowed_additional_analyses: Array[::String]?
1172
+ }?
1173
+ }?
1174
+ }
1175
+ ) -> _UpdateConfiguredTableAssociationAnalysisRuleResponseSuccess
1176
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfiguredTableAssociationAnalysisRuleResponseSuccess
1177
+
1178
+ interface _UpdateIdMappingTableResponseSuccess
1179
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdMappingTableOutput]
1180
+ def id_mapping_table: () -> Types::IdMappingTable
1181
+ end
1182
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#update_id_mapping_table-instance_method
1183
+ def update_id_mapping_table: (
1184
+ id_mapping_table_identifier: ::String,
1185
+ membership_identifier: ::String,
1186
+ ?description: ::String,
1187
+ ?kms_key_arn: ::String
1188
+ ) -> _UpdateIdMappingTableResponseSuccess
1189
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdMappingTableResponseSuccess
1190
+
1191
+ interface _UpdateIdNamespaceAssociationResponseSuccess
1192
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdNamespaceAssociationOutput]
1193
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
1194
+ end
1195
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#update_id_namespace_association-instance_method
1196
+ def update_id_namespace_association: (
1197
+ id_namespace_association_identifier: ::String,
1198
+ membership_identifier: ::String,
1199
+ ?name: ::String,
1200
+ ?description: ::String,
1201
+ ?id_mapping_config: {
1202
+ allow_use_as_dimension_column: bool
1203
+ }
1204
+ ) -> _UpdateIdNamespaceAssociationResponseSuccess
1205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdNamespaceAssociationResponseSuccess
1206
+
947
1207
  interface _UpdateMembershipResponseSuccess
948
1208
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMembershipOutput]
949
1209
  def membership: () -> Types::Membership