aws_sdk_kendra/
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 `AssociateEntitiesToExperience` operation.
5pub mod associate_entities_to_experience;
6
7/// Types for the `AssociatePersonasToEntities` operation.
8pub mod associate_personas_to_entities;
9
10/// Types for the `BatchDeleteDocument` operation.
11pub mod batch_delete_document;
12
13/// Types for the `BatchDeleteFeaturedResultsSet` operation.
14pub mod batch_delete_featured_results_set;
15
16/// Types for the `BatchGetDocumentStatus` operation.
17pub mod batch_get_document_status;
18
19/// Types for the `BatchPutDocument` operation.
20pub mod batch_put_document;
21
22/// Types for the `ClearQuerySuggestions` operation.
23pub mod clear_query_suggestions;
24
25/// Types for the `CreateAccessControlConfiguration` operation.
26pub mod create_access_control_configuration;
27
28/// Types for the `CreateDataSource` operation.
29pub mod create_data_source;
30
31/// Types for the `CreateExperience` operation.
32pub mod create_experience;
33
34/// Types for the `CreateFaq` operation.
35pub mod create_faq;
36
37/// Types for the `CreateFeaturedResultsSet` operation.
38pub mod create_featured_results_set;
39
40/// Types for the `CreateIndex` operation.
41pub mod create_index;
42
43/// Types for the `CreateQuerySuggestionsBlockList` operation.
44pub mod create_query_suggestions_block_list;
45
46/// Types for the `CreateThesaurus` operation.
47pub mod create_thesaurus;
48
49/// Types for the `DeleteAccessControlConfiguration` operation.
50pub mod delete_access_control_configuration;
51
52/// Types for the `DeleteDataSource` operation.
53pub mod delete_data_source;
54
55/// Types for the `DeleteExperience` operation.
56pub mod delete_experience;
57
58/// Types for the `DeleteFaq` operation.
59pub mod delete_faq;
60
61/// Types for the `DeleteIndex` operation.
62pub mod delete_index;
63
64/// Types for the `DeletePrincipalMapping` operation.
65pub mod delete_principal_mapping;
66
67/// Types for the `DeleteQuerySuggestionsBlockList` operation.
68pub mod delete_query_suggestions_block_list;
69
70/// Types for the `DeleteThesaurus` operation.
71pub mod delete_thesaurus;
72
73/// Types for the `DescribeAccessControlConfiguration` operation.
74pub mod describe_access_control_configuration;
75
76/// Types for the `DescribeDataSource` operation.
77pub mod describe_data_source;
78
79/// Types for the `DescribeExperience` operation.
80pub mod describe_experience;
81
82/// Types for the `DescribeFaq` operation.
83pub mod describe_faq;
84
85/// Types for the `DescribeFeaturedResultsSet` operation.
86pub mod describe_featured_results_set;
87
88/// Types for the `DescribeIndex` operation.
89pub mod describe_index;
90
91/// Types for the `DescribePrincipalMapping` operation.
92pub mod describe_principal_mapping;
93
94/// Types for the `DescribeQuerySuggestionsBlockList` operation.
95pub mod describe_query_suggestions_block_list;
96
97/// Types for the `DescribeQuerySuggestionsConfig` operation.
98pub mod describe_query_suggestions_config;
99
100/// Types for the `DescribeThesaurus` operation.
101pub mod describe_thesaurus;
102
103/// Types for the `DisassociateEntitiesFromExperience` operation.
104pub mod disassociate_entities_from_experience;
105
106/// Types for the `DisassociatePersonasFromEntities` operation.
107pub mod disassociate_personas_from_entities;
108
109/// Types for the `GetQuerySuggestions` operation.
110pub mod get_query_suggestions;
111
112/// Types for the `GetSnapshots` operation.
113pub mod get_snapshots;
114
115/// Types for the `ListAccessControlConfigurations` operation.
116pub mod list_access_control_configurations;
117
118/// Types for the `ListDataSourceSyncJobs` operation.
119pub mod list_data_source_sync_jobs;
120
121/// Types for the `ListDataSources` operation.
122pub mod list_data_sources;
123
124/// Types for the `ListEntityPersonas` operation.
125pub mod list_entity_personas;
126
127/// Types for the `ListExperienceEntities` operation.
128pub mod list_experience_entities;
129
130/// Types for the `ListExperiences` operation.
131pub mod list_experiences;
132
133/// Types for the `ListFaqs` operation.
134pub mod list_faqs;
135
136/// Types for the `ListFeaturedResultsSets` operation.
137pub mod list_featured_results_sets;
138
139/// Types for the `ListGroupsOlderThanOrderingId` operation.
140pub mod list_groups_older_than_ordering_id;
141
142/// Types for the `ListIndices` operation.
143pub mod list_indices;
144
145/// Types for the `ListQuerySuggestionsBlockLists` operation.
146pub mod list_query_suggestions_block_lists;
147
148/// Types for the `ListTagsForResource` operation.
149pub mod list_tags_for_resource;
150
151/// Types for the `ListThesauri` operation.
152pub mod list_thesauri;
153
154/// Types for the `PutPrincipalMapping` operation.
155pub mod put_principal_mapping;
156
157/// Types for the `Query` operation.
158pub mod query;
159
160/// Types for the `Retrieve` operation.
161pub mod retrieve;
162
163/// Types for the `StartDataSourceSyncJob` operation.
164pub mod start_data_source_sync_job;
165
166/// Types for the `StopDataSourceSyncJob` operation.
167pub mod stop_data_source_sync_job;
168
169/// Types for the `SubmitFeedback` operation.
170pub mod submit_feedback;
171
172/// Types for the `TagResource` operation.
173pub mod tag_resource;
174
175/// Types for the `UntagResource` operation.
176pub mod untag_resource;
177
178/// Types for the `UpdateAccessControlConfiguration` operation.
179pub mod update_access_control_configuration;
180
181/// Types for the `UpdateDataSource` operation.
182pub mod update_data_source;
183
184/// Types for the `UpdateExperience` operation.
185pub mod update_experience;
186
187/// Types for the `UpdateFeaturedResultsSet` operation.
188pub mod update_featured_results_set;
189
190/// Types for the `UpdateIndex` operation.
191pub mod update_index;
192
193/// Types for the `UpdateQuerySuggestionsBlockList` operation.
194pub mod update_query_suggestions_block_list;
195
196/// Types for the `UpdateQuerySuggestionsConfig` operation.
197pub mod update_query_suggestions_config;
198
199/// Types for the `UpdateThesaurus` operation.
200pub mod update_thesaurus;