aws-sdk-cleanrooms 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +928 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +719 -0
- 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 +2934 -1159
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- metadata +2 -2
@@ -68,6 +68,20 @@ module Aws::CleanRooms
|
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
+
class CreateConfiguredAudienceModelAssociation
|
72
|
+
def self.build(context)
|
73
|
+
unless context.config.regional_endpoint
|
74
|
+
endpoint = context.config.endpoint.to_s
|
75
|
+
end
|
76
|
+
Aws::CleanRooms::EndpointParameters.new(
|
77
|
+
region: context.config.region,
|
78
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
79
|
+
use_fips: context.config.use_fips_endpoint,
|
80
|
+
endpoint: endpoint,
|
81
|
+
)
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
71
85
|
class CreateConfiguredTable
|
72
86
|
def self.build(context)
|
73
87
|
unless context.config.regional_endpoint
|
@@ -124,6 +138,20 @@ module Aws::CleanRooms
|
|
124
138
|
end
|
125
139
|
end
|
126
140
|
|
141
|
+
class CreatePrivacyBudgetTemplate
|
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
|
+
|
127
155
|
class DeleteAnalysisTemplate
|
128
156
|
def self.build(context)
|
129
157
|
unless context.config.regional_endpoint
|
@@ -152,6 +180,20 @@ module Aws::CleanRooms
|
|
152
180
|
end
|
153
181
|
end
|
154
182
|
|
183
|
+
class DeleteConfiguredAudienceModelAssociation
|
184
|
+
def self.build(context)
|
185
|
+
unless context.config.regional_endpoint
|
186
|
+
endpoint = context.config.endpoint.to_s
|
187
|
+
end
|
188
|
+
Aws::CleanRooms::EndpointParameters.new(
|
189
|
+
region: context.config.region,
|
190
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
191
|
+
use_fips: context.config.use_fips_endpoint,
|
192
|
+
endpoint: endpoint,
|
193
|
+
)
|
194
|
+
end
|
195
|
+
end
|
196
|
+
|
155
197
|
class DeleteConfiguredTable
|
156
198
|
def self.build(context)
|
157
199
|
unless context.config.regional_endpoint
|
@@ -222,6 +264,20 @@ module Aws::CleanRooms
|
|
222
264
|
end
|
223
265
|
end
|
224
266
|
|
267
|
+
class DeletePrivacyBudgetTemplate
|
268
|
+
def self.build(context)
|
269
|
+
unless context.config.regional_endpoint
|
270
|
+
endpoint = context.config.endpoint.to_s
|
271
|
+
end
|
272
|
+
Aws::CleanRooms::EndpointParameters.new(
|
273
|
+
region: context.config.region,
|
274
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
275
|
+
use_fips: context.config.use_fips_endpoint,
|
276
|
+
endpoint: endpoint,
|
277
|
+
)
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
225
281
|
class GetAnalysisTemplate
|
226
282
|
def self.build(context)
|
227
283
|
unless context.config.regional_endpoint
|
@@ -264,6 +320,48 @@ module Aws::CleanRooms
|
|
264
320
|
end
|
265
321
|
end
|
266
322
|
|
323
|
+
class GetCollaborationConfiguredAudienceModelAssociation
|
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
|
+
|
337
|
+
class GetCollaborationPrivacyBudgetTemplate
|
338
|
+
def self.build(context)
|
339
|
+
unless context.config.regional_endpoint
|
340
|
+
endpoint = context.config.endpoint.to_s
|
341
|
+
end
|
342
|
+
Aws::CleanRooms::EndpointParameters.new(
|
343
|
+
region: context.config.region,
|
344
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
345
|
+
use_fips: context.config.use_fips_endpoint,
|
346
|
+
endpoint: endpoint,
|
347
|
+
)
|
348
|
+
end
|
349
|
+
end
|
350
|
+
|
351
|
+
class GetConfiguredAudienceModelAssociation
|
352
|
+
def self.build(context)
|
353
|
+
unless context.config.regional_endpoint
|
354
|
+
endpoint = context.config.endpoint.to_s
|
355
|
+
end
|
356
|
+
Aws::CleanRooms::EndpointParameters.new(
|
357
|
+
region: context.config.region,
|
358
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
359
|
+
use_fips: context.config.use_fips_endpoint,
|
360
|
+
endpoint: endpoint,
|
361
|
+
)
|
362
|
+
end
|
363
|
+
end
|
364
|
+
|
267
365
|
class GetConfiguredTable
|
268
366
|
def self.build(context)
|
269
367
|
unless context.config.regional_endpoint
|
@@ -320,6 +418,20 @@ module Aws::CleanRooms
|
|
320
418
|
end
|
321
419
|
end
|
322
420
|
|
421
|
+
class GetPrivacyBudgetTemplate
|
422
|
+
def self.build(context)
|
423
|
+
unless context.config.regional_endpoint
|
424
|
+
endpoint = context.config.endpoint.to_s
|
425
|
+
end
|
426
|
+
Aws::CleanRooms::EndpointParameters.new(
|
427
|
+
region: context.config.region,
|
428
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
429
|
+
use_fips: context.config.use_fips_endpoint,
|
430
|
+
endpoint: endpoint,
|
431
|
+
)
|
432
|
+
end
|
433
|
+
end
|
434
|
+
|
323
435
|
class GetProtectedQuery
|
324
436
|
def self.build(context)
|
325
437
|
unless context.config.regional_endpoint
|
@@ -390,6 +502,48 @@ module Aws::CleanRooms
|
|
390
502
|
end
|
391
503
|
end
|
392
504
|
|
505
|
+
class ListCollaborationConfiguredAudienceModelAssociations
|
506
|
+
def self.build(context)
|
507
|
+
unless context.config.regional_endpoint
|
508
|
+
endpoint = context.config.endpoint.to_s
|
509
|
+
end
|
510
|
+
Aws::CleanRooms::EndpointParameters.new(
|
511
|
+
region: context.config.region,
|
512
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
513
|
+
use_fips: context.config.use_fips_endpoint,
|
514
|
+
endpoint: endpoint,
|
515
|
+
)
|
516
|
+
end
|
517
|
+
end
|
518
|
+
|
519
|
+
class ListCollaborationPrivacyBudgetTemplates
|
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 ListCollaborationPrivacyBudgets
|
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
|
+
|
393
547
|
class ListCollaborations
|
394
548
|
def self.build(context)
|
395
549
|
unless context.config.regional_endpoint
|
@@ -404,6 +558,20 @@ module Aws::CleanRooms
|
|
404
558
|
end
|
405
559
|
end
|
406
560
|
|
561
|
+
class ListConfiguredAudienceModelAssociations
|
562
|
+
def self.build(context)
|
563
|
+
unless context.config.regional_endpoint
|
564
|
+
endpoint = context.config.endpoint.to_s
|
565
|
+
end
|
566
|
+
Aws::CleanRooms::EndpointParameters.new(
|
567
|
+
region: context.config.region,
|
568
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
569
|
+
use_fips: context.config.use_fips_endpoint,
|
570
|
+
endpoint: endpoint,
|
571
|
+
)
|
572
|
+
end
|
573
|
+
end
|
574
|
+
|
407
575
|
class ListConfiguredTableAssociations
|
408
576
|
def self.build(context)
|
409
577
|
unless context.config.regional_endpoint
|
@@ -460,6 +628,34 @@ module Aws::CleanRooms
|
|
460
628
|
end
|
461
629
|
end
|
462
630
|
|
631
|
+
class ListPrivacyBudgetTemplates
|
632
|
+
def self.build(context)
|
633
|
+
unless context.config.regional_endpoint
|
634
|
+
endpoint = context.config.endpoint.to_s
|
635
|
+
end
|
636
|
+
Aws::CleanRooms::EndpointParameters.new(
|
637
|
+
region: context.config.region,
|
638
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
639
|
+
use_fips: context.config.use_fips_endpoint,
|
640
|
+
endpoint: endpoint,
|
641
|
+
)
|
642
|
+
end
|
643
|
+
end
|
644
|
+
|
645
|
+
class ListPrivacyBudgets
|
646
|
+
def self.build(context)
|
647
|
+
unless context.config.regional_endpoint
|
648
|
+
endpoint = context.config.endpoint.to_s
|
649
|
+
end
|
650
|
+
Aws::CleanRooms::EndpointParameters.new(
|
651
|
+
region: context.config.region,
|
652
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
653
|
+
use_fips: context.config.use_fips_endpoint,
|
654
|
+
endpoint: endpoint,
|
655
|
+
)
|
656
|
+
end
|
657
|
+
end
|
658
|
+
|
463
659
|
class ListProtectedQueries
|
464
660
|
def self.build(context)
|
465
661
|
unless context.config.regional_endpoint
|
@@ -502,6 +698,20 @@ module Aws::CleanRooms
|
|
502
698
|
end
|
503
699
|
end
|
504
700
|
|
701
|
+
class PreviewPrivacyImpact
|
702
|
+
def self.build(context)
|
703
|
+
unless context.config.regional_endpoint
|
704
|
+
endpoint = context.config.endpoint.to_s
|
705
|
+
end
|
706
|
+
Aws::CleanRooms::EndpointParameters.new(
|
707
|
+
region: context.config.region,
|
708
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
709
|
+
use_fips: context.config.use_fips_endpoint,
|
710
|
+
endpoint: endpoint,
|
711
|
+
)
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
505
715
|
class StartProtectedQuery
|
506
716
|
def self.build(context)
|
507
717
|
unless context.config.regional_endpoint
|
@@ -572,6 +782,20 @@ module Aws::CleanRooms
|
|
572
782
|
end
|
573
783
|
end
|
574
784
|
|
785
|
+
class UpdateConfiguredAudienceModelAssociation
|
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
|
+
|
575
799
|
class UpdateConfiguredTable
|
576
800
|
def self.build(context)
|
577
801
|
unless context.config.regional_endpoint
|
@@ -628,6 +852,20 @@ module Aws::CleanRooms
|
|
628
852
|
end
|
629
853
|
end
|
630
854
|
|
855
|
+
class UpdatePrivacyBudgetTemplate
|
856
|
+
def self.build(context)
|
857
|
+
unless context.config.regional_endpoint
|
858
|
+
endpoint = context.config.endpoint.to_s
|
859
|
+
end
|
860
|
+
Aws::CleanRooms::EndpointParameters.new(
|
861
|
+
region: context.config.region,
|
862
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
863
|
+
use_fips: context.config.use_fips_endpoint,
|
864
|
+
endpoint: endpoint,
|
865
|
+
)
|
866
|
+
end
|
867
|
+
end
|
868
|
+
|
631
869
|
class UpdateProtectedQuery
|
632
870
|
def self.build(context)
|
633
871
|
unless context.config.regional_endpoint
|
@@ -65,6 +65,8 @@ module Aws::CleanRooms
|
|
65
65
|
Aws::CleanRooms::Endpoints::CreateAnalysisTemplate.build(context)
|
66
66
|
when :create_collaboration
|
67
67
|
Aws::CleanRooms::Endpoints::CreateCollaboration.build(context)
|
68
|
+
when :create_configured_audience_model_association
|
69
|
+
Aws::CleanRooms::Endpoints::CreateConfiguredAudienceModelAssociation.build(context)
|
68
70
|
when :create_configured_table
|
69
71
|
Aws::CleanRooms::Endpoints::CreateConfiguredTable.build(context)
|
70
72
|
when :create_configured_table_analysis_rule
|
@@ -73,10 +75,14 @@ module Aws::CleanRooms
|
|
73
75
|
Aws::CleanRooms::Endpoints::CreateConfiguredTableAssociation.build(context)
|
74
76
|
when :create_membership
|
75
77
|
Aws::CleanRooms::Endpoints::CreateMembership.build(context)
|
78
|
+
when :create_privacy_budget_template
|
79
|
+
Aws::CleanRooms::Endpoints::CreatePrivacyBudgetTemplate.build(context)
|
76
80
|
when :delete_analysis_template
|
77
81
|
Aws::CleanRooms::Endpoints::DeleteAnalysisTemplate.build(context)
|
78
82
|
when :delete_collaboration
|
79
83
|
Aws::CleanRooms::Endpoints::DeleteCollaboration.build(context)
|
84
|
+
when :delete_configured_audience_model_association
|
85
|
+
Aws::CleanRooms::Endpoints::DeleteConfiguredAudienceModelAssociation.build(context)
|
80
86
|
when :delete_configured_table
|
81
87
|
Aws::CleanRooms::Endpoints::DeleteConfiguredTable.build(context)
|
82
88
|
when :delete_configured_table_analysis_rule
|
@@ -87,12 +93,20 @@ module Aws::CleanRooms
|
|
87
93
|
Aws::CleanRooms::Endpoints::DeleteMember.build(context)
|
88
94
|
when :delete_membership
|
89
95
|
Aws::CleanRooms::Endpoints::DeleteMembership.build(context)
|
96
|
+
when :delete_privacy_budget_template
|
97
|
+
Aws::CleanRooms::Endpoints::DeletePrivacyBudgetTemplate.build(context)
|
90
98
|
when :get_analysis_template
|
91
99
|
Aws::CleanRooms::Endpoints::GetAnalysisTemplate.build(context)
|
92
100
|
when :get_collaboration
|
93
101
|
Aws::CleanRooms::Endpoints::GetCollaboration.build(context)
|
94
102
|
when :get_collaboration_analysis_template
|
95
103
|
Aws::CleanRooms::Endpoints::GetCollaborationAnalysisTemplate.build(context)
|
104
|
+
when :get_collaboration_configured_audience_model_association
|
105
|
+
Aws::CleanRooms::Endpoints::GetCollaborationConfiguredAudienceModelAssociation.build(context)
|
106
|
+
when :get_collaboration_privacy_budget_template
|
107
|
+
Aws::CleanRooms::Endpoints::GetCollaborationPrivacyBudgetTemplate.build(context)
|
108
|
+
when :get_configured_audience_model_association
|
109
|
+
Aws::CleanRooms::Endpoints::GetConfiguredAudienceModelAssociation.build(context)
|
96
110
|
when :get_configured_table
|
97
111
|
Aws::CleanRooms::Endpoints::GetConfiguredTable.build(context)
|
98
112
|
when :get_configured_table_analysis_rule
|
@@ -101,6 +115,8 @@ module Aws::CleanRooms
|
|
101
115
|
Aws::CleanRooms::Endpoints::GetConfiguredTableAssociation.build(context)
|
102
116
|
when :get_membership
|
103
117
|
Aws::CleanRooms::Endpoints::GetMembership.build(context)
|
118
|
+
when :get_privacy_budget_template
|
119
|
+
Aws::CleanRooms::Endpoints::GetPrivacyBudgetTemplate.build(context)
|
104
120
|
when :get_protected_query
|
105
121
|
Aws::CleanRooms::Endpoints::GetProtectedQuery.build(context)
|
106
122
|
when :get_schema
|
@@ -111,8 +127,16 @@ module Aws::CleanRooms
|
|
111
127
|
Aws::CleanRooms::Endpoints::ListAnalysisTemplates.build(context)
|
112
128
|
when :list_collaboration_analysis_templates
|
113
129
|
Aws::CleanRooms::Endpoints::ListCollaborationAnalysisTemplates.build(context)
|
130
|
+
when :list_collaboration_configured_audience_model_associations
|
131
|
+
Aws::CleanRooms::Endpoints::ListCollaborationConfiguredAudienceModelAssociations.build(context)
|
132
|
+
when :list_collaboration_privacy_budget_templates
|
133
|
+
Aws::CleanRooms::Endpoints::ListCollaborationPrivacyBudgetTemplates.build(context)
|
134
|
+
when :list_collaboration_privacy_budgets
|
135
|
+
Aws::CleanRooms::Endpoints::ListCollaborationPrivacyBudgets.build(context)
|
114
136
|
when :list_collaborations
|
115
137
|
Aws::CleanRooms::Endpoints::ListCollaborations.build(context)
|
138
|
+
when :list_configured_audience_model_associations
|
139
|
+
Aws::CleanRooms::Endpoints::ListConfiguredAudienceModelAssociations.build(context)
|
116
140
|
when :list_configured_table_associations
|
117
141
|
Aws::CleanRooms::Endpoints::ListConfiguredTableAssociations.build(context)
|
118
142
|
when :list_configured_tables
|
@@ -121,12 +145,18 @@ module Aws::CleanRooms
|
|
121
145
|
Aws::CleanRooms::Endpoints::ListMembers.build(context)
|
122
146
|
when :list_memberships
|
123
147
|
Aws::CleanRooms::Endpoints::ListMemberships.build(context)
|
148
|
+
when :list_privacy_budget_templates
|
149
|
+
Aws::CleanRooms::Endpoints::ListPrivacyBudgetTemplates.build(context)
|
150
|
+
when :list_privacy_budgets
|
151
|
+
Aws::CleanRooms::Endpoints::ListPrivacyBudgets.build(context)
|
124
152
|
when :list_protected_queries
|
125
153
|
Aws::CleanRooms::Endpoints::ListProtectedQueries.build(context)
|
126
154
|
when :list_schemas
|
127
155
|
Aws::CleanRooms::Endpoints::ListSchemas.build(context)
|
128
156
|
when :list_tags_for_resource
|
129
157
|
Aws::CleanRooms::Endpoints::ListTagsForResource.build(context)
|
158
|
+
when :preview_privacy_impact
|
159
|
+
Aws::CleanRooms::Endpoints::PreviewPrivacyImpact.build(context)
|
130
160
|
when :start_protected_query
|
131
161
|
Aws::CleanRooms::Endpoints::StartProtectedQuery.build(context)
|
132
162
|
when :tag_resource
|
@@ -137,6 +167,8 @@ module Aws::CleanRooms
|
|
137
167
|
Aws::CleanRooms::Endpoints::UpdateAnalysisTemplate.build(context)
|
138
168
|
when :update_collaboration
|
139
169
|
Aws::CleanRooms::Endpoints::UpdateCollaboration.build(context)
|
170
|
+
when :update_configured_audience_model_association
|
171
|
+
Aws::CleanRooms::Endpoints::UpdateConfiguredAudienceModelAssociation.build(context)
|
140
172
|
when :update_configured_table
|
141
173
|
Aws::CleanRooms::Endpoints::UpdateConfiguredTable.build(context)
|
142
174
|
when :update_configured_table_analysis_rule
|
@@ -145,6 +177,8 @@ module Aws::CleanRooms
|
|
145
177
|
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAssociation.build(context)
|
146
178
|
when :update_membership
|
147
179
|
Aws::CleanRooms::Endpoints::UpdateMembership.build(context)
|
180
|
+
when :update_privacy_budget_template
|
181
|
+
Aws::CleanRooms::Endpoints::UpdatePrivacyBudgetTemplate.build(context)
|
148
182
|
when :update_protected_query
|
149
183
|
Aws::CleanRooms::Endpoints::UpdateProtectedQuery.build(context)
|
150
184
|
end
|