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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +992 -18
- data/lib/aws-sdk-cleanrooms/client_api.rb +698 -1
- data/lib/aws-sdk-cleanrooms/endpoints.rb +238 -0
- data/lib/aws-sdk-cleanrooms/plugins/endpoints.rb +34 -0
- data/lib/aws-sdk-cleanrooms/types.rb +1677 -24
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +267 -7
- data/sig/types.rbs +489 -11
- metadata +4 -4
@@ -138,6 +138,48 @@ module Aws::CleanRooms
|
|
138
138
|
end
|
139
139
|
end
|
140
140
|
|
141
|
+
class CreateConfiguredTableAssociationAnalysisRule
|
142
|
+
def self.build(context)
|
143
|
+
unless context.config.regional_endpoint
|
144
|
+
endpoint = context.config.endpoint.to_s
|
145
|
+
end
|
146
|
+
Aws::CleanRooms::EndpointParameters.new(
|
147
|
+
region: context.config.region,
|
148
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
149
|
+
use_fips: context.config.use_fips_endpoint,
|
150
|
+
endpoint: endpoint,
|
151
|
+
)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
class CreateIdMappingTable
|
156
|
+
def self.build(context)
|
157
|
+
unless context.config.regional_endpoint
|
158
|
+
endpoint = context.config.endpoint.to_s
|
159
|
+
end
|
160
|
+
Aws::CleanRooms::EndpointParameters.new(
|
161
|
+
region: context.config.region,
|
162
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
163
|
+
use_fips: context.config.use_fips_endpoint,
|
164
|
+
endpoint: endpoint,
|
165
|
+
)
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
169
|
+
class CreateIdNamespaceAssociation
|
170
|
+
def self.build(context)
|
171
|
+
unless context.config.regional_endpoint
|
172
|
+
endpoint = context.config.endpoint.to_s
|
173
|
+
end
|
174
|
+
Aws::CleanRooms::EndpointParameters.new(
|
175
|
+
region: context.config.region,
|
176
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
177
|
+
use_fips: context.config.use_fips_endpoint,
|
178
|
+
endpoint: endpoint,
|
179
|
+
)
|
180
|
+
end
|
181
|
+
end
|
182
|
+
|
141
183
|
class CreateMembership
|
142
184
|
def self.build(context)
|
143
185
|
unless context.config.regional_endpoint
|
@@ -250,6 +292,48 @@ module Aws::CleanRooms
|
|
250
292
|
end
|
251
293
|
end
|
252
294
|
|
295
|
+
class DeleteConfiguredTableAssociationAnalysisRule
|
296
|
+
def self.build(context)
|
297
|
+
unless context.config.regional_endpoint
|
298
|
+
endpoint = context.config.endpoint.to_s
|
299
|
+
end
|
300
|
+
Aws::CleanRooms::EndpointParameters.new(
|
301
|
+
region: context.config.region,
|
302
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
303
|
+
use_fips: context.config.use_fips_endpoint,
|
304
|
+
endpoint: endpoint,
|
305
|
+
)
|
306
|
+
end
|
307
|
+
end
|
308
|
+
|
309
|
+
class DeleteIdMappingTable
|
310
|
+
def self.build(context)
|
311
|
+
unless context.config.regional_endpoint
|
312
|
+
endpoint = context.config.endpoint.to_s
|
313
|
+
end
|
314
|
+
Aws::CleanRooms::EndpointParameters.new(
|
315
|
+
region: context.config.region,
|
316
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
317
|
+
use_fips: context.config.use_fips_endpoint,
|
318
|
+
endpoint: endpoint,
|
319
|
+
)
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
323
|
+
class DeleteIdNamespaceAssociation
|
324
|
+
def self.build(context)
|
325
|
+
unless context.config.regional_endpoint
|
326
|
+
endpoint = context.config.endpoint.to_s
|
327
|
+
end
|
328
|
+
Aws::CleanRooms::EndpointParameters.new(
|
329
|
+
region: context.config.region,
|
330
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
331
|
+
use_fips: context.config.use_fips_endpoint,
|
332
|
+
endpoint: endpoint,
|
333
|
+
)
|
334
|
+
end
|
335
|
+
end
|
336
|
+
|
253
337
|
class DeleteMember
|
254
338
|
def self.build(context)
|
255
339
|
unless context.config.regional_endpoint
|
@@ -348,6 +432,20 @@ module Aws::CleanRooms
|
|
348
432
|
end
|
349
433
|
end
|
350
434
|
|
435
|
+
class GetCollaborationIdNamespaceAssociation
|
436
|
+
def self.build(context)
|
437
|
+
unless context.config.regional_endpoint
|
438
|
+
endpoint = context.config.endpoint.to_s
|
439
|
+
end
|
440
|
+
Aws::CleanRooms::EndpointParameters.new(
|
441
|
+
region: context.config.region,
|
442
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
443
|
+
use_fips: context.config.use_fips_endpoint,
|
444
|
+
endpoint: endpoint,
|
445
|
+
)
|
446
|
+
end
|
447
|
+
end
|
448
|
+
|
351
449
|
class GetCollaborationPrivacyBudgetTemplate
|
352
450
|
def self.build(context)
|
353
451
|
unless context.config.regional_endpoint
|
@@ -418,6 +516,48 @@ module Aws::CleanRooms
|
|
418
516
|
end
|
419
517
|
end
|
420
518
|
|
519
|
+
class GetConfiguredTableAssociationAnalysisRule
|
520
|
+
def self.build(context)
|
521
|
+
unless context.config.regional_endpoint
|
522
|
+
endpoint = context.config.endpoint.to_s
|
523
|
+
end
|
524
|
+
Aws::CleanRooms::EndpointParameters.new(
|
525
|
+
region: context.config.region,
|
526
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
527
|
+
use_fips: context.config.use_fips_endpoint,
|
528
|
+
endpoint: endpoint,
|
529
|
+
)
|
530
|
+
end
|
531
|
+
end
|
532
|
+
|
533
|
+
class GetIdMappingTable
|
534
|
+
def self.build(context)
|
535
|
+
unless context.config.regional_endpoint
|
536
|
+
endpoint = context.config.endpoint.to_s
|
537
|
+
end
|
538
|
+
Aws::CleanRooms::EndpointParameters.new(
|
539
|
+
region: context.config.region,
|
540
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
541
|
+
use_fips: context.config.use_fips_endpoint,
|
542
|
+
endpoint: endpoint,
|
543
|
+
)
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
547
|
+
class GetIdNamespaceAssociation
|
548
|
+
def self.build(context)
|
549
|
+
unless context.config.regional_endpoint
|
550
|
+
endpoint = context.config.endpoint.to_s
|
551
|
+
end
|
552
|
+
Aws::CleanRooms::EndpointParameters.new(
|
553
|
+
region: context.config.region,
|
554
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
555
|
+
use_fips: context.config.use_fips_endpoint,
|
556
|
+
endpoint: endpoint,
|
557
|
+
)
|
558
|
+
end
|
559
|
+
end
|
560
|
+
|
421
561
|
class GetMembership
|
422
562
|
def self.build(context)
|
423
563
|
unless context.config.regional_endpoint
|
@@ -530,6 +670,20 @@ module Aws::CleanRooms
|
|
530
670
|
end
|
531
671
|
end
|
532
672
|
|
673
|
+
class ListCollaborationIdNamespaceAssociations
|
674
|
+
def self.build(context)
|
675
|
+
unless context.config.regional_endpoint
|
676
|
+
endpoint = context.config.endpoint.to_s
|
677
|
+
end
|
678
|
+
Aws::CleanRooms::EndpointParameters.new(
|
679
|
+
region: context.config.region,
|
680
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
681
|
+
use_fips: context.config.use_fips_endpoint,
|
682
|
+
endpoint: endpoint,
|
683
|
+
)
|
684
|
+
end
|
685
|
+
end
|
686
|
+
|
533
687
|
class ListCollaborationPrivacyBudgetTemplates
|
534
688
|
def self.build(context)
|
535
689
|
unless context.config.regional_endpoint
|
@@ -614,6 +768,34 @@ module Aws::CleanRooms
|
|
614
768
|
end
|
615
769
|
end
|
616
770
|
|
771
|
+
class ListIdMappingTables
|
772
|
+
def self.build(context)
|
773
|
+
unless context.config.regional_endpoint
|
774
|
+
endpoint = context.config.endpoint.to_s
|
775
|
+
end
|
776
|
+
Aws::CleanRooms::EndpointParameters.new(
|
777
|
+
region: context.config.region,
|
778
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
779
|
+
use_fips: context.config.use_fips_endpoint,
|
780
|
+
endpoint: endpoint,
|
781
|
+
)
|
782
|
+
end
|
783
|
+
end
|
784
|
+
|
785
|
+
class ListIdNamespaceAssociations
|
786
|
+
def self.build(context)
|
787
|
+
unless context.config.regional_endpoint
|
788
|
+
endpoint = context.config.endpoint.to_s
|
789
|
+
end
|
790
|
+
Aws::CleanRooms::EndpointParameters.new(
|
791
|
+
region: context.config.region,
|
792
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
793
|
+
use_fips: context.config.use_fips_endpoint,
|
794
|
+
endpoint: endpoint,
|
795
|
+
)
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
617
799
|
class ListMembers
|
618
800
|
def self.build(context)
|
619
801
|
unless context.config.regional_endpoint
|
@@ -712,6 +894,20 @@ module Aws::CleanRooms
|
|
712
894
|
end
|
713
895
|
end
|
714
896
|
|
897
|
+
class PopulateIdMappingTable
|
898
|
+
def self.build(context)
|
899
|
+
unless context.config.regional_endpoint
|
900
|
+
endpoint = context.config.endpoint.to_s
|
901
|
+
end
|
902
|
+
Aws::CleanRooms::EndpointParameters.new(
|
903
|
+
region: context.config.region,
|
904
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
905
|
+
use_fips: context.config.use_fips_endpoint,
|
906
|
+
endpoint: endpoint,
|
907
|
+
)
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
715
911
|
class PreviewPrivacyImpact
|
716
912
|
def self.build(context)
|
717
913
|
unless context.config.regional_endpoint
|
@@ -852,6 +1048,48 @@ module Aws::CleanRooms
|
|
852
1048
|
end
|
853
1049
|
end
|
854
1050
|
|
1051
|
+
class UpdateConfiguredTableAssociationAnalysisRule
|
1052
|
+
def self.build(context)
|
1053
|
+
unless context.config.regional_endpoint
|
1054
|
+
endpoint = context.config.endpoint.to_s
|
1055
|
+
end
|
1056
|
+
Aws::CleanRooms::EndpointParameters.new(
|
1057
|
+
region: context.config.region,
|
1058
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1059
|
+
use_fips: context.config.use_fips_endpoint,
|
1060
|
+
endpoint: endpoint,
|
1061
|
+
)
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class UpdateIdMappingTable
|
1066
|
+
def self.build(context)
|
1067
|
+
unless context.config.regional_endpoint
|
1068
|
+
endpoint = context.config.endpoint.to_s
|
1069
|
+
end
|
1070
|
+
Aws::CleanRooms::EndpointParameters.new(
|
1071
|
+
region: context.config.region,
|
1072
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1073
|
+
use_fips: context.config.use_fips_endpoint,
|
1074
|
+
endpoint: endpoint,
|
1075
|
+
)
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class UpdateIdNamespaceAssociation
|
1080
|
+
def self.build(context)
|
1081
|
+
unless context.config.regional_endpoint
|
1082
|
+
endpoint = context.config.endpoint.to_s
|
1083
|
+
end
|
1084
|
+
Aws::CleanRooms::EndpointParameters.new(
|
1085
|
+
region: context.config.region,
|
1086
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1087
|
+
use_fips: context.config.use_fips_endpoint,
|
1088
|
+
endpoint: endpoint,
|
1089
|
+
)
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
855
1093
|
class UpdateMembership
|
856
1094
|
def self.build(context)
|
857
1095
|
unless context.config.regional_endpoint
|
@@ -76,6 +76,12 @@ module Aws::CleanRooms
|
|
76
76
|
Aws::CleanRooms::Endpoints::CreateConfiguredTableAnalysisRule.build(context)
|
77
77
|
when :create_configured_table_association
|
78
78
|
Aws::CleanRooms::Endpoints::CreateConfiguredTableAssociation.build(context)
|
79
|
+
when :create_configured_table_association_analysis_rule
|
80
|
+
Aws::CleanRooms::Endpoints::CreateConfiguredTableAssociationAnalysisRule.build(context)
|
81
|
+
when :create_id_mapping_table
|
82
|
+
Aws::CleanRooms::Endpoints::CreateIdMappingTable.build(context)
|
83
|
+
when :create_id_namespace_association
|
84
|
+
Aws::CleanRooms::Endpoints::CreateIdNamespaceAssociation.build(context)
|
79
85
|
when :create_membership
|
80
86
|
Aws::CleanRooms::Endpoints::CreateMembership.build(context)
|
81
87
|
when :create_privacy_budget_template
|
@@ -92,6 +98,12 @@ module Aws::CleanRooms
|
|
92
98
|
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAnalysisRule.build(context)
|
93
99
|
when :delete_configured_table_association
|
94
100
|
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAssociation.build(context)
|
101
|
+
when :delete_configured_table_association_analysis_rule
|
102
|
+
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAssociationAnalysisRule.build(context)
|
103
|
+
when :delete_id_mapping_table
|
104
|
+
Aws::CleanRooms::Endpoints::DeleteIdMappingTable.build(context)
|
105
|
+
when :delete_id_namespace_association
|
106
|
+
Aws::CleanRooms::Endpoints::DeleteIdNamespaceAssociation.build(context)
|
95
107
|
when :delete_member
|
96
108
|
Aws::CleanRooms::Endpoints::DeleteMember.build(context)
|
97
109
|
when :delete_membership
|
@@ -106,6 +118,8 @@ module Aws::CleanRooms
|
|
106
118
|
Aws::CleanRooms::Endpoints::GetCollaborationAnalysisTemplate.build(context)
|
107
119
|
when :get_collaboration_configured_audience_model_association
|
108
120
|
Aws::CleanRooms::Endpoints::GetCollaborationConfiguredAudienceModelAssociation.build(context)
|
121
|
+
when :get_collaboration_id_namespace_association
|
122
|
+
Aws::CleanRooms::Endpoints::GetCollaborationIdNamespaceAssociation.build(context)
|
109
123
|
when :get_collaboration_privacy_budget_template
|
110
124
|
Aws::CleanRooms::Endpoints::GetCollaborationPrivacyBudgetTemplate.build(context)
|
111
125
|
when :get_configured_audience_model_association
|
@@ -116,6 +130,12 @@ module Aws::CleanRooms
|
|
116
130
|
Aws::CleanRooms::Endpoints::GetConfiguredTableAnalysisRule.build(context)
|
117
131
|
when :get_configured_table_association
|
118
132
|
Aws::CleanRooms::Endpoints::GetConfiguredTableAssociation.build(context)
|
133
|
+
when :get_configured_table_association_analysis_rule
|
134
|
+
Aws::CleanRooms::Endpoints::GetConfiguredTableAssociationAnalysisRule.build(context)
|
135
|
+
when :get_id_mapping_table
|
136
|
+
Aws::CleanRooms::Endpoints::GetIdMappingTable.build(context)
|
137
|
+
when :get_id_namespace_association
|
138
|
+
Aws::CleanRooms::Endpoints::GetIdNamespaceAssociation.build(context)
|
119
139
|
when :get_membership
|
120
140
|
Aws::CleanRooms::Endpoints::GetMembership.build(context)
|
121
141
|
when :get_privacy_budget_template
|
@@ -132,6 +152,8 @@ module Aws::CleanRooms
|
|
132
152
|
Aws::CleanRooms::Endpoints::ListCollaborationAnalysisTemplates.build(context)
|
133
153
|
when :list_collaboration_configured_audience_model_associations
|
134
154
|
Aws::CleanRooms::Endpoints::ListCollaborationConfiguredAudienceModelAssociations.build(context)
|
155
|
+
when :list_collaboration_id_namespace_associations
|
156
|
+
Aws::CleanRooms::Endpoints::ListCollaborationIdNamespaceAssociations.build(context)
|
135
157
|
when :list_collaboration_privacy_budget_templates
|
136
158
|
Aws::CleanRooms::Endpoints::ListCollaborationPrivacyBudgetTemplates.build(context)
|
137
159
|
when :list_collaboration_privacy_budgets
|
@@ -144,6 +166,10 @@ module Aws::CleanRooms
|
|
144
166
|
Aws::CleanRooms::Endpoints::ListConfiguredTableAssociations.build(context)
|
145
167
|
when :list_configured_tables
|
146
168
|
Aws::CleanRooms::Endpoints::ListConfiguredTables.build(context)
|
169
|
+
when :list_id_mapping_tables
|
170
|
+
Aws::CleanRooms::Endpoints::ListIdMappingTables.build(context)
|
171
|
+
when :list_id_namespace_associations
|
172
|
+
Aws::CleanRooms::Endpoints::ListIdNamespaceAssociations.build(context)
|
147
173
|
when :list_members
|
148
174
|
Aws::CleanRooms::Endpoints::ListMembers.build(context)
|
149
175
|
when :list_memberships
|
@@ -158,6 +184,8 @@ module Aws::CleanRooms
|
|
158
184
|
Aws::CleanRooms::Endpoints::ListSchemas.build(context)
|
159
185
|
when :list_tags_for_resource
|
160
186
|
Aws::CleanRooms::Endpoints::ListTagsForResource.build(context)
|
187
|
+
when :populate_id_mapping_table
|
188
|
+
Aws::CleanRooms::Endpoints::PopulateIdMappingTable.build(context)
|
161
189
|
when :preview_privacy_impact
|
162
190
|
Aws::CleanRooms::Endpoints::PreviewPrivacyImpact.build(context)
|
163
191
|
when :start_protected_query
|
@@ -178,6 +206,12 @@ module Aws::CleanRooms
|
|
178
206
|
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAnalysisRule.build(context)
|
179
207
|
when :update_configured_table_association
|
180
208
|
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAssociation.build(context)
|
209
|
+
when :update_configured_table_association_analysis_rule
|
210
|
+
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAssociationAnalysisRule.build(context)
|
211
|
+
when :update_id_mapping_table
|
212
|
+
Aws::CleanRooms::Endpoints::UpdateIdMappingTable.build(context)
|
213
|
+
when :update_id_namespace_association
|
214
|
+
Aws::CleanRooms::Endpoints::UpdateIdNamespaceAssociation.build(context)
|
181
215
|
when :update_membership
|
182
216
|
Aws::CleanRooms::Endpoints::UpdateMembership.build(context)
|
183
217
|
when :update_privacy_budget_template
|