aws-sdk-cleanrooms 1.24.0 → 1.26.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.
@@ -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.24.0'
56
+ GEM_VERSION = '1.26.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
@@ -277,6 +277,44 @@ module Aws
277
277
  ) -> _CreateConfiguredTableAssociationResponseSuccess
278
278
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfiguredTableAssociationResponseSuccess
279
279
 
280
+ interface _CreateIdMappingTableResponseSuccess
281
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdMappingTableOutput]
282
+ def id_mapping_table: () -> Types::IdMappingTable
283
+ end
284
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#create_id_mapping_table-instance_method
285
+ def create_id_mapping_table: (
286
+ membership_identifier: ::String,
287
+ name: ::String,
288
+ ?description: ::String,
289
+ input_reference_config: {
290
+ input_reference_arn: ::String,
291
+ manage_resource_policies: bool
292
+ },
293
+ ?tags: Hash[::String, ::String],
294
+ ?kms_key_arn: ::String
295
+ ) -> _CreateIdMappingTableResponseSuccess
296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdMappingTableResponseSuccess
297
+
298
+ interface _CreateIdNamespaceAssociationResponseSuccess
299
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdNamespaceAssociationOutput]
300
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
301
+ end
302
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#create_id_namespace_association-instance_method
303
+ def create_id_namespace_association: (
304
+ membership_identifier: ::String,
305
+ input_reference_config: {
306
+ input_reference_arn: ::String,
307
+ manage_resource_policies: bool
308
+ },
309
+ ?tags: Hash[::String, ::String],
310
+ name: ::String,
311
+ ?description: ::String,
312
+ ?id_mapping_config: {
313
+ allow_use_as_dimension_column: bool
314
+ }
315
+ ) -> _CreateIdNamespaceAssociationResponseSuccess
316
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdNamespaceAssociationResponseSuccess
317
+
280
318
  interface _CreateMembershipResponseSuccess
281
319
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateMembershipOutput]
282
320
  def membership: () -> Types::Membership
@@ -381,6 +419,26 @@ module Aws
381
419
  ) -> _DeleteConfiguredTableAssociationResponseSuccess
382
420
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfiguredTableAssociationResponseSuccess
383
421
 
422
+ interface _DeleteIdMappingTableResponseSuccess
423
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdMappingTableOutput]
424
+ end
425
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#delete_id_mapping_table-instance_method
426
+ def delete_id_mapping_table: (
427
+ id_mapping_table_identifier: ::String,
428
+ membership_identifier: ::String
429
+ ) -> _DeleteIdMappingTableResponseSuccess
430
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdMappingTableResponseSuccess
431
+
432
+ interface _DeleteIdNamespaceAssociationResponseSuccess
433
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdNamespaceAssociationOutput]
434
+ end
435
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#delete_id_namespace_association-instance_method
436
+ def delete_id_namespace_association: (
437
+ id_namespace_association_identifier: ::String,
438
+ membership_identifier: ::String
439
+ ) -> _DeleteIdNamespaceAssociationResponseSuccess
440
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdNamespaceAssociationResponseSuccess
441
+
384
442
  interface _DeleteMemberResponseSuccess
385
443
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMemberOutput]
386
444
  end
@@ -453,6 +511,17 @@ module Aws
453
511
  ) -> _GetCollaborationConfiguredAudienceModelAssociationResponseSuccess
454
512
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCollaborationConfiguredAudienceModelAssociationResponseSuccess
455
513
 
514
+ interface _GetCollaborationIdNamespaceAssociationResponseSuccess
515
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCollaborationIdNamespaceAssociationOutput]
516
+ def collaboration_id_namespace_association: () -> Types::CollaborationIdNamespaceAssociation
517
+ end
518
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_collaboration_id_namespace_association-instance_method
519
+ def get_collaboration_id_namespace_association: (
520
+ collaboration_identifier: ::String,
521
+ id_namespace_association_identifier: ::String
522
+ ) -> _GetCollaborationIdNamespaceAssociationResponseSuccess
523
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCollaborationIdNamespaceAssociationResponseSuccess
524
+
456
525
  interface _GetCollaborationPrivacyBudgetTemplateResponseSuccess
457
526
  include ::Seahorse::Client::_ResponseSuccess[Types::GetCollaborationPrivacyBudgetTemplateOutput]
458
527
  def collaboration_privacy_budget_template: () -> Types::CollaborationPrivacyBudgetTemplate
@@ -507,6 +576,28 @@ module Aws
507
576
  ) -> _GetConfiguredTableAssociationResponseSuccess
508
577
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfiguredTableAssociationResponseSuccess
509
578
 
579
+ interface _GetIdMappingTableResponseSuccess
580
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdMappingTableOutput]
581
+ def id_mapping_table: () -> Types::IdMappingTable
582
+ end
583
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_id_mapping_table-instance_method
584
+ def get_id_mapping_table: (
585
+ id_mapping_table_identifier: ::String,
586
+ membership_identifier: ::String
587
+ ) -> _GetIdMappingTableResponseSuccess
588
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdMappingTableResponseSuccess
589
+
590
+ interface _GetIdNamespaceAssociationResponseSuccess
591
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdNamespaceAssociationOutput]
592
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
593
+ end
594
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#get_id_namespace_association-instance_method
595
+ def get_id_namespace_association: (
596
+ id_namespace_association_identifier: ::String,
597
+ membership_identifier: ::String
598
+ ) -> _GetIdNamespaceAssociationResponseSuccess
599
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdNamespaceAssociationResponseSuccess
600
+
510
601
  interface _GetMembershipResponseSuccess
511
602
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMembershipOutput]
512
603
  def membership: () -> Types::Membership
@@ -558,7 +649,7 @@ module Aws
558
649
  def get_schema_analysis_rule: (
559
650
  collaboration_identifier: ::String,
560
651
  name: ::String,
561
- type: ("AGGREGATION" | "LIST" | "CUSTOM")
652
+ type: ("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")
562
653
  ) -> _GetSchemaAnalysisRuleResponseSuccess
563
654
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSchemaAnalysisRuleResponseSuccess
564
655
 
@@ -601,6 +692,19 @@ module Aws
601
692
  ) -> _ListCollaborationConfiguredAudienceModelAssociationsResponseSuccess
602
693
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCollaborationConfiguredAudienceModelAssociationsResponseSuccess
603
694
 
695
+ interface _ListCollaborationIdNamespaceAssociationsResponseSuccess
696
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCollaborationIdNamespaceAssociationsOutput]
697
+ def next_token: () -> ::String
698
+ def collaboration_id_namespace_association_summaries: () -> ::Array[Types::CollaborationIdNamespaceAssociationSummary]
699
+ end
700
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_collaboration_id_namespace_associations-instance_method
701
+ def list_collaboration_id_namespace_associations: (
702
+ collaboration_identifier: ::String,
703
+ ?next_token: ::String,
704
+ ?max_results: ::Integer
705
+ ) -> _ListCollaborationIdNamespaceAssociationsResponseSuccess
706
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCollaborationIdNamespaceAssociationsResponseSuccess
707
+
604
708
  interface _ListCollaborationPrivacyBudgetTemplatesResponseSuccess
605
709
  include ::Seahorse::Client::_ResponseSuccess[Types::ListCollaborationPrivacyBudgetTemplatesOutput]
606
710
  def next_token: () -> ::String
@@ -679,6 +783,32 @@ module Aws
679
783
  ) -> _ListConfiguredTablesResponseSuccess
680
784
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfiguredTablesResponseSuccess
681
785
 
786
+ interface _ListIdMappingTablesResponseSuccess
787
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdMappingTablesOutput]
788
+ def id_mapping_table_summaries: () -> ::Array[Types::IdMappingTableSummary]
789
+ def next_token: () -> ::String
790
+ end
791
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_id_mapping_tables-instance_method
792
+ def list_id_mapping_tables: (
793
+ membership_identifier: ::String,
794
+ ?next_token: ::String,
795
+ ?max_results: ::Integer
796
+ ) -> _ListIdMappingTablesResponseSuccess
797
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdMappingTablesResponseSuccess
798
+
799
+ interface _ListIdNamespaceAssociationsResponseSuccess
800
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdNamespaceAssociationsOutput]
801
+ def next_token: () -> ::String
802
+ def id_namespace_association_summaries: () -> ::Array[Types::IdNamespaceAssociationSummary]
803
+ end
804
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_id_namespace_associations-instance_method
805
+ def list_id_namespace_associations: (
806
+ membership_identifier: ::String,
807
+ ?next_token: ::String,
808
+ ?max_results: ::Integer
809
+ ) -> _ListIdNamespaceAssociationsResponseSuccess
810
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdNamespaceAssociationsResponseSuccess
811
+
682
812
  interface _ListMembersResponseSuccess
683
813
  include ::Seahorse::Client::_ResponseSuccess[Types::ListMembersOutput]
684
814
  def next_token: () -> ::String
@@ -754,7 +884,7 @@ module Aws
754
884
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#list_schemas-instance_method
755
885
  def list_schemas: (
756
886
  collaboration_identifier: ::String,
757
- ?schema_type: ("TABLE"),
887
+ ?schema_type: ("TABLE" | "ID_MAPPING_TABLE"),
758
888
  ?next_token: ::String,
759
889
  ?max_results: ::Integer
760
890
  ) -> _ListSchemasResponseSuccess
@@ -770,6 +900,17 @@ module Aws
770
900
  ) -> _ListTagsForResourceResponseSuccess
771
901
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
772
902
 
903
+ interface _PopulateIdMappingTableResponseSuccess
904
+ include ::Seahorse::Client::_ResponseSuccess[Types::PopulateIdMappingTableOutput]
905
+ def id_mapping_job_id: () -> ::String
906
+ end
907
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#populate_id_mapping_table-instance_method
908
+ def populate_id_mapping_table: (
909
+ id_mapping_table_identifier: ::String,
910
+ membership_identifier: ::String
911
+ ) -> _PopulateIdMappingTableResponseSuccess
912
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PopulateIdMappingTableResponseSuccess
913
+
773
914
  interface _PreviewPrivacyImpactResponseSuccess
774
915
  include ::Seahorse::Client::_ResponseSuccess[Types::PreviewPrivacyImpactOutput]
775
916
  def privacy_impact: () -> Types::PrivacyImpact
@@ -944,6 +1085,35 @@ module Aws
944
1085
  ) -> _UpdateConfiguredTableAssociationResponseSuccess
945
1086
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfiguredTableAssociationResponseSuccess
946
1087
 
1088
+ interface _UpdateIdMappingTableResponseSuccess
1089
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdMappingTableOutput]
1090
+ def id_mapping_table: () -> Types::IdMappingTable
1091
+ end
1092
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#update_id_mapping_table-instance_method
1093
+ def update_id_mapping_table: (
1094
+ id_mapping_table_identifier: ::String,
1095
+ membership_identifier: ::String,
1096
+ ?description: ::String,
1097
+ ?kms_key_arn: ::String
1098
+ ) -> _UpdateIdMappingTableResponseSuccess
1099
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdMappingTableResponseSuccess
1100
+
1101
+ interface _UpdateIdNamespaceAssociationResponseSuccess
1102
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdNamespaceAssociationOutput]
1103
+ def id_namespace_association: () -> Types::IdNamespaceAssociation
1104
+ end
1105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRooms/Client.html#update_id_namespace_association-instance_method
1106
+ def update_id_namespace_association: (
1107
+ id_namespace_association_identifier: ::String,
1108
+ membership_identifier: ::String,
1109
+ ?name: ::String,
1110
+ ?description: ::String,
1111
+ ?id_mapping_config: {
1112
+ allow_use_as_dimension_column: bool
1113
+ }
1114
+ ) -> _UpdateIdNamespaceAssociationResponseSuccess
1115
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdNamespaceAssociationResponseSuccess
1116
+
947
1117
  interface _UpdateMembershipResponseSuccess
948
1118
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMembershipOutput]
949
1119
  def membership: () -> Types::Membership