aws_sdk_cleanrooms/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchGetCollaborationAnalysisTemplate` operation.
5pub mod batch_get_collaboration_analysis_template;
6
7/// Types for the `BatchGetSchema` operation.
8pub mod batch_get_schema;
9
10/// Types for the `BatchGetSchemaAnalysisRule` operation.
11pub mod batch_get_schema_analysis_rule;
12
13/// Types for the `CreateAnalysisTemplate` operation.
14pub mod create_analysis_template;
15
16/// Types for the `CreateCollaboration` operation.
17pub mod create_collaboration;
18
19/// Types for the `CreateCollaborationChangeRequest` operation.
20pub mod create_collaboration_change_request;
21
22/// Types for the `CreateConfiguredAudienceModelAssociation` operation.
23pub mod create_configured_audience_model_association;
24
25/// Types for the `CreateConfiguredTable` operation.
26pub mod create_configured_table;
27
28/// Types for the `CreateConfiguredTableAnalysisRule` operation.
29pub mod create_configured_table_analysis_rule;
30
31/// Types for the `CreateConfiguredTableAssociation` operation.
32pub mod create_configured_table_association;
33
34/// Types for the `CreateConfiguredTableAssociationAnalysisRule` operation.
35pub mod create_configured_table_association_analysis_rule;
36
37/// Types for the `CreateIdMappingTable` operation.
38pub mod create_id_mapping_table;
39
40/// Types for the `CreateIdNamespaceAssociation` operation.
41pub mod create_id_namespace_association;
42
43/// Types for the `CreateMembership` operation.
44pub mod create_membership;
45
46/// Types for the `CreatePrivacyBudgetTemplate` operation.
47pub mod create_privacy_budget_template;
48
49/// Types for the `DeleteAnalysisTemplate` operation.
50pub mod delete_analysis_template;
51
52/// Types for the `DeleteCollaboration` operation.
53pub mod delete_collaboration;
54
55/// Types for the `DeleteConfiguredAudienceModelAssociation` operation.
56pub mod delete_configured_audience_model_association;
57
58/// Types for the `DeleteConfiguredTable` operation.
59pub mod delete_configured_table;
60
61/// Types for the `DeleteConfiguredTableAnalysisRule` operation.
62pub mod delete_configured_table_analysis_rule;
63
64/// Types for the `DeleteConfiguredTableAssociation` operation.
65pub mod delete_configured_table_association;
66
67/// Types for the `DeleteConfiguredTableAssociationAnalysisRule` operation.
68pub mod delete_configured_table_association_analysis_rule;
69
70/// Types for the `DeleteIdMappingTable` operation.
71pub mod delete_id_mapping_table;
72
73/// Types for the `DeleteIdNamespaceAssociation` operation.
74pub mod delete_id_namespace_association;
75
76/// Types for the `DeleteMember` operation.
77pub mod delete_member;
78
79/// Types for the `DeleteMembership` operation.
80pub mod delete_membership;
81
82/// Types for the `DeletePrivacyBudgetTemplate` operation.
83pub mod delete_privacy_budget_template;
84
85/// Types for the `GetAnalysisTemplate` operation.
86pub mod get_analysis_template;
87
88/// Types for the `GetCollaboration` operation.
89pub mod get_collaboration;
90
91/// Types for the `GetCollaborationAnalysisTemplate` operation.
92pub mod get_collaboration_analysis_template;
93
94/// Types for the `GetCollaborationChangeRequest` operation.
95pub mod get_collaboration_change_request;
96
97/// Types for the `GetCollaborationConfiguredAudienceModelAssociation` operation.
98pub mod get_collaboration_configured_audience_model_association;
99
100/// Types for the `GetCollaborationIdNamespaceAssociation` operation.
101pub mod get_collaboration_id_namespace_association;
102
103/// Types for the `GetCollaborationPrivacyBudgetTemplate` operation.
104pub mod get_collaboration_privacy_budget_template;
105
106/// Types for the `GetConfiguredAudienceModelAssociation` operation.
107pub mod get_configured_audience_model_association;
108
109/// Types for the `GetConfiguredTable` operation.
110pub mod get_configured_table;
111
112/// Types for the `GetConfiguredTableAnalysisRule` operation.
113pub mod get_configured_table_analysis_rule;
114
115/// Types for the `GetConfiguredTableAssociation` operation.
116pub mod get_configured_table_association;
117
118/// Types for the `GetConfiguredTableAssociationAnalysisRule` operation.
119pub mod get_configured_table_association_analysis_rule;
120
121/// Types for the `GetIdMappingTable` operation.
122pub mod get_id_mapping_table;
123
124/// Types for the `GetIdNamespaceAssociation` operation.
125pub mod get_id_namespace_association;
126
127/// Types for the `GetMembership` operation.
128pub mod get_membership;
129
130/// Types for the `GetPrivacyBudgetTemplate` operation.
131pub mod get_privacy_budget_template;
132
133/// Types for the `GetProtectedJob` operation.
134pub mod get_protected_job;
135
136/// Types for the `GetProtectedQuery` operation.
137pub mod get_protected_query;
138
139/// Types for the `GetSchema` operation.
140pub mod get_schema;
141
142/// Types for the `GetSchemaAnalysisRule` operation.
143pub mod get_schema_analysis_rule;
144
145/// Types for the `ListAnalysisTemplates` operation.
146pub mod list_analysis_templates;
147
148/// Types for the `ListCollaborationAnalysisTemplates` operation.
149pub mod list_collaboration_analysis_templates;
150
151/// Types for the `ListCollaborationChangeRequests` operation.
152pub mod list_collaboration_change_requests;
153
154/// Types for the `ListCollaborationConfiguredAudienceModelAssociations` operation.
155pub mod list_collaboration_configured_audience_model_associations;
156
157/// Types for the `ListCollaborationIdNamespaceAssociations` operation.
158pub mod list_collaboration_id_namespace_associations;
159
160/// Types for the `ListCollaborationPrivacyBudgetTemplates` operation.
161pub mod list_collaboration_privacy_budget_templates;
162
163/// Types for the `ListCollaborationPrivacyBudgets` operation.
164pub mod list_collaboration_privacy_budgets;
165
166/// Types for the `ListCollaborations` operation.
167pub mod list_collaborations;
168
169/// Types for the `ListConfiguredAudienceModelAssociations` operation.
170pub mod list_configured_audience_model_associations;
171
172/// Types for the `ListConfiguredTableAssociations` operation.
173pub mod list_configured_table_associations;
174
175/// Types for the `ListConfiguredTables` operation.
176pub mod list_configured_tables;
177
178/// Types for the `ListIdMappingTables` operation.
179pub mod list_id_mapping_tables;
180
181/// Types for the `ListIdNamespaceAssociations` operation.
182pub mod list_id_namespace_associations;
183
184/// Types for the `ListMembers` operation.
185pub mod list_members;
186
187/// Types for the `ListMemberships` operation.
188pub mod list_memberships;
189
190/// Types for the `ListPrivacyBudgetTemplates` operation.
191pub mod list_privacy_budget_templates;
192
193/// Types for the `ListPrivacyBudgets` operation.
194pub mod list_privacy_budgets;
195
196/// Types for the `ListProtectedJobs` operation.
197pub mod list_protected_jobs;
198
199/// Types for the `ListProtectedQueries` operation.
200pub mod list_protected_queries;
201
202/// Types for the `ListSchemas` operation.
203pub mod list_schemas;
204
205/// Types for the `ListTagsForResource` operation.
206pub mod list_tags_for_resource;
207
208/// Types for the `PopulateIdMappingTable` operation.
209pub mod populate_id_mapping_table;
210
211/// Types for the `PreviewPrivacyImpact` operation.
212pub mod preview_privacy_impact;
213
214/// Types for the `StartProtectedJob` operation.
215pub mod start_protected_job;
216
217/// Types for the `StartProtectedQuery` operation.
218pub mod start_protected_query;
219
220/// Types for the `TagResource` operation.
221pub mod tag_resource;
222
223/// Types for the `UntagResource` operation.
224pub mod untag_resource;
225
226/// Types for the `UpdateAnalysisTemplate` operation.
227pub mod update_analysis_template;
228
229/// Types for the `UpdateCollaboration` operation.
230pub mod update_collaboration;
231
232/// Types for the `UpdateConfiguredAudienceModelAssociation` operation.
233pub mod update_configured_audience_model_association;
234
235/// Types for the `UpdateConfiguredTable` operation.
236pub mod update_configured_table;
237
238/// Types for the `UpdateConfiguredTableAnalysisRule` operation.
239pub mod update_configured_table_analysis_rule;
240
241/// Types for the `UpdateConfiguredTableAssociation` operation.
242pub mod update_configured_table_association;
243
244/// Types for the `UpdateConfiguredTableAssociationAnalysisRule` operation.
245pub mod update_configured_table_association_analysis_rule;
246
247/// Types for the `UpdateIdMappingTable` operation.
248pub mod update_id_mapping_table;
249
250/// Types for the `UpdateIdNamespaceAssociation` operation.
251pub mod update_id_namespace_association;
252
253/// Types for the `UpdateMembership` operation.
254pub mod update_membership;
255
256/// Types for the `UpdatePrivacyBudgetTemplate` operation.
257pub mod update_privacy_budget_template;
258
259/// Types for the `UpdateProtectedJob` operation.
260pub mod update_protected_job;
261
262/// Types for the `UpdateProtectedQuery` operation.
263pub mod update_protected_query;