1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchGetCollaborationAnalysisTemplate` operation.
pub mod batch_get_collaboration_analysis_template;

/// Types for the `BatchGetSchema` operation.
pub mod batch_get_schema;

/// Types for the `CreateAnalysisTemplate` operation.
pub mod create_analysis_template;

/// Types for the `CreateCollaboration` operation.
pub mod create_collaboration;

/// Types for the `CreateConfiguredAudienceModelAssociation` operation.
pub mod create_configured_audience_model_association;

/// Types for the `CreateConfiguredTable` operation.
pub mod create_configured_table;

/// Types for the `CreateConfiguredTableAnalysisRule` operation.
pub mod create_configured_table_analysis_rule;

/// Types for the `CreateConfiguredTableAssociation` operation.
pub mod create_configured_table_association;

/// Types for the `CreateMembership` operation.
pub mod create_membership;

/// Types for the `CreatePrivacyBudgetTemplate` operation.
pub mod create_privacy_budget_template;

/// Types for the `DeleteAnalysisTemplate` operation.
pub mod delete_analysis_template;

/// Types for the `DeleteCollaboration` operation.
pub mod delete_collaboration;

/// Types for the `DeleteConfiguredAudienceModelAssociation` operation.
pub mod delete_configured_audience_model_association;

/// Types for the `DeleteConfiguredTable` operation.
pub mod delete_configured_table;

/// Types for the `DeleteConfiguredTableAnalysisRule` operation.
pub mod delete_configured_table_analysis_rule;

/// Types for the `DeleteConfiguredTableAssociation` operation.
pub mod delete_configured_table_association;

/// Types for the `DeleteMember` operation.
pub mod delete_member;

/// Types for the `DeleteMembership` operation.
pub mod delete_membership;

/// Types for the `DeletePrivacyBudgetTemplate` operation.
pub mod delete_privacy_budget_template;

/// Types for the `GetAnalysisTemplate` operation.
pub mod get_analysis_template;

/// Types for the `GetCollaboration` operation.
pub mod get_collaboration;

/// Types for the `GetCollaborationAnalysisTemplate` operation.
pub mod get_collaboration_analysis_template;

/// Types for the `GetCollaborationConfiguredAudienceModelAssociation` operation.
pub mod get_collaboration_configured_audience_model_association;

/// Types for the `GetCollaborationPrivacyBudgetTemplate` operation.
pub mod get_collaboration_privacy_budget_template;

/// Types for the `GetConfiguredAudienceModelAssociation` operation.
pub mod get_configured_audience_model_association;

/// Types for the `GetConfiguredTable` operation.
pub mod get_configured_table;

/// Types for the `GetConfiguredTableAnalysisRule` operation.
pub mod get_configured_table_analysis_rule;

/// Types for the `GetConfiguredTableAssociation` operation.
pub mod get_configured_table_association;

/// Types for the `GetMembership` operation.
pub mod get_membership;

/// Types for the `GetPrivacyBudgetTemplate` operation.
pub mod get_privacy_budget_template;

/// Types for the `GetProtectedQuery` operation.
pub mod get_protected_query;

/// Types for the `GetSchema` operation.
pub mod get_schema;

/// Types for the `GetSchemaAnalysisRule` operation.
pub mod get_schema_analysis_rule;

/// Types for the `ListAnalysisTemplates` operation.
pub mod list_analysis_templates;

/// Types for the `ListCollaborationAnalysisTemplates` operation.
pub mod list_collaboration_analysis_templates;

/// Types for the `ListCollaborationConfiguredAudienceModelAssociations` operation.
pub mod list_collaboration_configured_audience_model_associations;

/// Types for the `ListCollaborationPrivacyBudgetTemplates` operation.
pub mod list_collaboration_privacy_budget_templates;

/// Types for the `ListCollaborationPrivacyBudgets` operation.
pub mod list_collaboration_privacy_budgets;

/// Types for the `ListCollaborations` operation.
pub mod list_collaborations;

/// Types for the `ListConfiguredAudienceModelAssociations` operation.
pub mod list_configured_audience_model_associations;

/// Types for the `ListConfiguredTableAssociations` operation.
pub mod list_configured_table_associations;

/// Types for the `ListConfiguredTables` operation.
pub mod list_configured_tables;

/// Types for the `ListMembers` operation.
pub mod list_members;

/// Types for the `ListMemberships` operation.
pub mod list_memberships;

/// Types for the `ListPrivacyBudgetTemplates` operation.
pub mod list_privacy_budget_templates;

/// Types for the `ListPrivacyBudgets` operation.
pub mod list_privacy_budgets;

/// Types for the `ListProtectedQueries` operation.
pub mod list_protected_queries;

/// Types for the `ListSchemas` operation.
pub mod list_schemas;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PreviewPrivacyImpact` operation.
pub mod preview_privacy_impact;

/// Types for the `StartProtectedQuery` operation.
pub mod start_protected_query;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAnalysisTemplate` operation.
pub mod update_analysis_template;

/// Types for the `UpdateCollaboration` operation.
pub mod update_collaboration;

/// Types for the `UpdateConfiguredAudienceModelAssociation` operation.
pub mod update_configured_audience_model_association;

/// Types for the `UpdateConfiguredTable` operation.
pub mod update_configured_table;

/// Types for the `UpdateConfiguredTableAnalysisRule` operation.
pub mod update_configured_table_analysis_rule;

/// Types for the `UpdateConfiguredTableAssociation` operation.
pub mod update_configured_table_association;

/// Types for the `UpdateMembership` operation.
pub mod update_membership;

/// Types for the `UpdatePrivacyBudgetTemplate` operation.
pub mod update_privacy_budget_template;

/// Types for the `UpdateProtectedQuery` operation.
pub mod update_protected_query;