aws-sdk-cleanrooms 1.33.0 → 1.35.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 +118 -68
- data/lib/aws-sdk-cleanrooms/client_api.rb +27 -0
- data/lib/aws-sdk-cleanrooms/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-cleanrooms/endpoints.rb +2 -878
- data/lib/aws-sdk-cleanrooms/plugins/endpoints.rb +1 -166
- data/lib/aws-sdk-cleanrooms/types.rb +207 -111
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +15 -5
- data/sig/types.rbs +30 -1
- metadata +4 -4
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
27
27
|
class Handler < Seahorse::Client::Handler
|
28
28
|
def call(context)
|
29
29
|
unless context[:discovered_endpoint]
|
30
|
-
params = parameters_for_operation(context)
|
30
|
+
params = Aws::CleanRooms::Endpoints.parameters_for_operation(context)
|
31
31
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
32
|
|
33
33
|
context.http_request.endpoint = endpoint.url
|
@@ -67,171 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
67
67
|
context.http_request.headers[key] = value
|
68
68
|
end
|
69
69
|
end
|
70
|
-
|
71
|
-
def parameters_for_operation(context)
|
72
|
-
case context.operation_name
|
73
|
-
when :batch_get_collaboration_analysis_template
|
74
|
-
Aws::CleanRooms::Endpoints::BatchGetCollaborationAnalysisTemplate.build(context)
|
75
|
-
when :batch_get_schema
|
76
|
-
Aws::CleanRooms::Endpoints::BatchGetSchema.build(context)
|
77
|
-
when :batch_get_schema_analysis_rule
|
78
|
-
Aws::CleanRooms::Endpoints::BatchGetSchemaAnalysisRule.build(context)
|
79
|
-
when :create_analysis_template
|
80
|
-
Aws::CleanRooms::Endpoints::CreateAnalysisTemplate.build(context)
|
81
|
-
when :create_collaboration
|
82
|
-
Aws::CleanRooms::Endpoints::CreateCollaboration.build(context)
|
83
|
-
when :create_configured_audience_model_association
|
84
|
-
Aws::CleanRooms::Endpoints::CreateConfiguredAudienceModelAssociation.build(context)
|
85
|
-
when :create_configured_table
|
86
|
-
Aws::CleanRooms::Endpoints::CreateConfiguredTable.build(context)
|
87
|
-
when :create_configured_table_analysis_rule
|
88
|
-
Aws::CleanRooms::Endpoints::CreateConfiguredTableAnalysisRule.build(context)
|
89
|
-
when :create_configured_table_association
|
90
|
-
Aws::CleanRooms::Endpoints::CreateConfiguredTableAssociation.build(context)
|
91
|
-
when :create_configured_table_association_analysis_rule
|
92
|
-
Aws::CleanRooms::Endpoints::CreateConfiguredTableAssociationAnalysisRule.build(context)
|
93
|
-
when :create_id_mapping_table
|
94
|
-
Aws::CleanRooms::Endpoints::CreateIdMappingTable.build(context)
|
95
|
-
when :create_id_namespace_association
|
96
|
-
Aws::CleanRooms::Endpoints::CreateIdNamespaceAssociation.build(context)
|
97
|
-
when :create_membership
|
98
|
-
Aws::CleanRooms::Endpoints::CreateMembership.build(context)
|
99
|
-
when :create_privacy_budget_template
|
100
|
-
Aws::CleanRooms::Endpoints::CreatePrivacyBudgetTemplate.build(context)
|
101
|
-
when :delete_analysis_template
|
102
|
-
Aws::CleanRooms::Endpoints::DeleteAnalysisTemplate.build(context)
|
103
|
-
when :delete_collaboration
|
104
|
-
Aws::CleanRooms::Endpoints::DeleteCollaboration.build(context)
|
105
|
-
when :delete_configured_audience_model_association
|
106
|
-
Aws::CleanRooms::Endpoints::DeleteConfiguredAudienceModelAssociation.build(context)
|
107
|
-
when :delete_configured_table
|
108
|
-
Aws::CleanRooms::Endpoints::DeleteConfiguredTable.build(context)
|
109
|
-
when :delete_configured_table_analysis_rule
|
110
|
-
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAnalysisRule.build(context)
|
111
|
-
when :delete_configured_table_association
|
112
|
-
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAssociation.build(context)
|
113
|
-
when :delete_configured_table_association_analysis_rule
|
114
|
-
Aws::CleanRooms::Endpoints::DeleteConfiguredTableAssociationAnalysisRule.build(context)
|
115
|
-
when :delete_id_mapping_table
|
116
|
-
Aws::CleanRooms::Endpoints::DeleteIdMappingTable.build(context)
|
117
|
-
when :delete_id_namespace_association
|
118
|
-
Aws::CleanRooms::Endpoints::DeleteIdNamespaceAssociation.build(context)
|
119
|
-
when :delete_member
|
120
|
-
Aws::CleanRooms::Endpoints::DeleteMember.build(context)
|
121
|
-
when :delete_membership
|
122
|
-
Aws::CleanRooms::Endpoints::DeleteMembership.build(context)
|
123
|
-
when :delete_privacy_budget_template
|
124
|
-
Aws::CleanRooms::Endpoints::DeletePrivacyBudgetTemplate.build(context)
|
125
|
-
when :get_analysis_template
|
126
|
-
Aws::CleanRooms::Endpoints::GetAnalysisTemplate.build(context)
|
127
|
-
when :get_collaboration
|
128
|
-
Aws::CleanRooms::Endpoints::GetCollaboration.build(context)
|
129
|
-
when :get_collaboration_analysis_template
|
130
|
-
Aws::CleanRooms::Endpoints::GetCollaborationAnalysisTemplate.build(context)
|
131
|
-
when :get_collaboration_configured_audience_model_association
|
132
|
-
Aws::CleanRooms::Endpoints::GetCollaborationConfiguredAudienceModelAssociation.build(context)
|
133
|
-
when :get_collaboration_id_namespace_association
|
134
|
-
Aws::CleanRooms::Endpoints::GetCollaborationIdNamespaceAssociation.build(context)
|
135
|
-
when :get_collaboration_privacy_budget_template
|
136
|
-
Aws::CleanRooms::Endpoints::GetCollaborationPrivacyBudgetTemplate.build(context)
|
137
|
-
when :get_configured_audience_model_association
|
138
|
-
Aws::CleanRooms::Endpoints::GetConfiguredAudienceModelAssociation.build(context)
|
139
|
-
when :get_configured_table
|
140
|
-
Aws::CleanRooms::Endpoints::GetConfiguredTable.build(context)
|
141
|
-
when :get_configured_table_analysis_rule
|
142
|
-
Aws::CleanRooms::Endpoints::GetConfiguredTableAnalysisRule.build(context)
|
143
|
-
when :get_configured_table_association
|
144
|
-
Aws::CleanRooms::Endpoints::GetConfiguredTableAssociation.build(context)
|
145
|
-
when :get_configured_table_association_analysis_rule
|
146
|
-
Aws::CleanRooms::Endpoints::GetConfiguredTableAssociationAnalysisRule.build(context)
|
147
|
-
when :get_id_mapping_table
|
148
|
-
Aws::CleanRooms::Endpoints::GetIdMappingTable.build(context)
|
149
|
-
when :get_id_namespace_association
|
150
|
-
Aws::CleanRooms::Endpoints::GetIdNamespaceAssociation.build(context)
|
151
|
-
when :get_membership
|
152
|
-
Aws::CleanRooms::Endpoints::GetMembership.build(context)
|
153
|
-
when :get_privacy_budget_template
|
154
|
-
Aws::CleanRooms::Endpoints::GetPrivacyBudgetTemplate.build(context)
|
155
|
-
when :get_protected_query
|
156
|
-
Aws::CleanRooms::Endpoints::GetProtectedQuery.build(context)
|
157
|
-
when :get_schema
|
158
|
-
Aws::CleanRooms::Endpoints::GetSchema.build(context)
|
159
|
-
when :get_schema_analysis_rule
|
160
|
-
Aws::CleanRooms::Endpoints::GetSchemaAnalysisRule.build(context)
|
161
|
-
when :list_analysis_templates
|
162
|
-
Aws::CleanRooms::Endpoints::ListAnalysisTemplates.build(context)
|
163
|
-
when :list_collaboration_analysis_templates
|
164
|
-
Aws::CleanRooms::Endpoints::ListCollaborationAnalysisTemplates.build(context)
|
165
|
-
when :list_collaboration_configured_audience_model_associations
|
166
|
-
Aws::CleanRooms::Endpoints::ListCollaborationConfiguredAudienceModelAssociations.build(context)
|
167
|
-
when :list_collaboration_id_namespace_associations
|
168
|
-
Aws::CleanRooms::Endpoints::ListCollaborationIdNamespaceAssociations.build(context)
|
169
|
-
when :list_collaboration_privacy_budget_templates
|
170
|
-
Aws::CleanRooms::Endpoints::ListCollaborationPrivacyBudgetTemplates.build(context)
|
171
|
-
when :list_collaboration_privacy_budgets
|
172
|
-
Aws::CleanRooms::Endpoints::ListCollaborationPrivacyBudgets.build(context)
|
173
|
-
when :list_collaborations
|
174
|
-
Aws::CleanRooms::Endpoints::ListCollaborations.build(context)
|
175
|
-
when :list_configured_audience_model_associations
|
176
|
-
Aws::CleanRooms::Endpoints::ListConfiguredAudienceModelAssociations.build(context)
|
177
|
-
when :list_configured_table_associations
|
178
|
-
Aws::CleanRooms::Endpoints::ListConfiguredTableAssociations.build(context)
|
179
|
-
when :list_configured_tables
|
180
|
-
Aws::CleanRooms::Endpoints::ListConfiguredTables.build(context)
|
181
|
-
when :list_id_mapping_tables
|
182
|
-
Aws::CleanRooms::Endpoints::ListIdMappingTables.build(context)
|
183
|
-
when :list_id_namespace_associations
|
184
|
-
Aws::CleanRooms::Endpoints::ListIdNamespaceAssociations.build(context)
|
185
|
-
when :list_members
|
186
|
-
Aws::CleanRooms::Endpoints::ListMembers.build(context)
|
187
|
-
when :list_memberships
|
188
|
-
Aws::CleanRooms::Endpoints::ListMemberships.build(context)
|
189
|
-
when :list_privacy_budget_templates
|
190
|
-
Aws::CleanRooms::Endpoints::ListPrivacyBudgetTemplates.build(context)
|
191
|
-
when :list_privacy_budgets
|
192
|
-
Aws::CleanRooms::Endpoints::ListPrivacyBudgets.build(context)
|
193
|
-
when :list_protected_queries
|
194
|
-
Aws::CleanRooms::Endpoints::ListProtectedQueries.build(context)
|
195
|
-
when :list_schemas
|
196
|
-
Aws::CleanRooms::Endpoints::ListSchemas.build(context)
|
197
|
-
when :list_tags_for_resource
|
198
|
-
Aws::CleanRooms::Endpoints::ListTagsForResource.build(context)
|
199
|
-
when :populate_id_mapping_table
|
200
|
-
Aws::CleanRooms::Endpoints::PopulateIdMappingTable.build(context)
|
201
|
-
when :preview_privacy_impact
|
202
|
-
Aws::CleanRooms::Endpoints::PreviewPrivacyImpact.build(context)
|
203
|
-
when :start_protected_query
|
204
|
-
Aws::CleanRooms::Endpoints::StartProtectedQuery.build(context)
|
205
|
-
when :tag_resource
|
206
|
-
Aws::CleanRooms::Endpoints::TagResource.build(context)
|
207
|
-
when :untag_resource
|
208
|
-
Aws::CleanRooms::Endpoints::UntagResource.build(context)
|
209
|
-
when :update_analysis_template
|
210
|
-
Aws::CleanRooms::Endpoints::UpdateAnalysisTemplate.build(context)
|
211
|
-
when :update_collaboration
|
212
|
-
Aws::CleanRooms::Endpoints::UpdateCollaboration.build(context)
|
213
|
-
when :update_configured_audience_model_association
|
214
|
-
Aws::CleanRooms::Endpoints::UpdateConfiguredAudienceModelAssociation.build(context)
|
215
|
-
when :update_configured_table
|
216
|
-
Aws::CleanRooms::Endpoints::UpdateConfiguredTable.build(context)
|
217
|
-
when :update_configured_table_analysis_rule
|
218
|
-
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAnalysisRule.build(context)
|
219
|
-
when :update_configured_table_association
|
220
|
-
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAssociation.build(context)
|
221
|
-
when :update_configured_table_association_analysis_rule
|
222
|
-
Aws::CleanRooms::Endpoints::UpdateConfiguredTableAssociationAnalysisRule.build(context)
|
223
|
-
when :update_id_mapping_table
|
224
|
-
Aws::CleanRooms::Endpoints::UpdateIdMappingTable.build(context)
|
225
|
-
when :update_id_namespace_association
|
226
|
-
Aws::CleanRooms::Endpoints::UpdateIdNamespaceAssociation.build(context)
|
227
|
-
when :update_membership
|
228
|
-
Aws::CleanRooms::Endpoints::UpdateMembership.build(context)
|
229
|
-
when :update_privacy_budget_template
|
230
|
-
Aws::CleanRooms::Endpoints::UpdatePrivacyBudgetTemplate.build(context)
|
231
|
-
when :update_protected_query
|
232
|
-
Aws::CleanRooms::Endpoints::UpdateProtectedQuery.build(context)
|
233
|
-
end
|
234
|
-
end
|
235
70
|
end
|
236
71
|
|
237
72
|
def add_handlers(handlers, _config)
|