aws_sdk_qconnect/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 `ActivateMessageTemplate` operation.
5pub mod activate_message_template;
6
7/// Types for the `CreateAIAgent` operation.
8pub mod create_ai_agent;
9
10/// Types for the `CreateAIAgentVersion` operation.
11pub mod create_ai_agent_version;
12
13/// Types for the `CreateAIGuardrail` operation.
14pub mod create_ai_guardrail;
15
16/// Types for the `CreateAIGuardrailVersion` operation.
17pub mod create_ai_guardrail_version;
18
19/// Types for the `CreateAIPrompt` operation.
20pub mod create_ai_prompt;
21
22/// Types for the `CreateAIPromptVersion` operation.
23pub mod create_ai_prompt_version;
24
25/// Types for the `CreateAssistant` operation.
26pub mod create_assistant;
27
28/// Types for the `CreateAssistantAssociation` operation.
29pub mod create_assistant_association;
30
31/// Types for the `CreateContent` operation.
32pub mod create_content;
33
34/// Types for the `CreateContentAssociation` operation.
35pub mod create_content_association;
36
37/// Types for the `CreateKnowledgeBase` operation.
38pub mod create_knowledge_base;
39
40/// Types for the `CreateMessageTemplate` operation.
41pub mod create_message_template;
42
43/// Types for the `CreateMessageTemplateAttachment` operation.
44pub mod create_message_template_attachment;
45
46/// Types for the `CreateMessageTemplateVersion` operation.
47pub mod create_message_template_version;
48
49/// Types for the `CreateQuickResponse` operation.
50pub mod create_quick_response;
51
52/// Types for the `CreateSession` operation.
53pub mod create_session;
54
55/// Types for the `DeactivateMessageTemplate` operation.
56pub mod deactivate_message_template;
57
58/// Types for the `DeleteAIAgent` operation.
59pub mod delete_ai_agent;
60
61/// Types for the `DeleteAIAgentVersion` operation.
62pub mod delete_ai_agent_version;
63
64/// Types for the `DeleteAIGuardrail` operation.
65pub mod delete_ai_guardrail;
66
67/// Types for the `DeleteAIGuardrailVersion` operation.
68pub mod delete_ai_guardrail_version;
69
70/// Types for the `DeleteAIPrompt` operation.
71pub mod delete_ai_prompt;
72
73/// Types for the `DeleteAIPromptVersion` operation.
74pub mod delete_ai_prompt_version;
75
76/// Types for the `DeleteAssistant` operation.
77pub mod delete_assistant;
78
79/// Types for the `DeleteAssistantAssociation` operation.
80pub mod delete_assistant_association;
81
82/// Types for the `DeleteContent` operation.
83pub mod delete_content;
84
85/// Types for the `DeleteContentAssociation` operation.
86pub mod delete_content_association;
87
88/// Types for the `DeleteImportJob` operation.
89pub mod delete_import_job;
90
91/// Types for the `DeleteKnowledgeBase` operation.
92pub mod delete_knowledge_base;
93
94/// Types for the `DeleteMessageTemplate` operation.
95pub mod delete_message_template;
96
97/// Types for the `DeleteMessageTemplateAttachment` operation.
98pub mod delete_message_template_attachment;
99
100/// Types for the `DeleteQuickResponse` operation.
101pub mod delete_quick_response;
102
103/// Types for the `GetAIAgent` operation.
104pub mod get_ai_agent;
105
106/// Types for the `GetAIGuardrail` operation.
107pub mod get_ai_guardrail;
108
109/// Types for the `GetAIPrompt` operation.
110pub mod get_ai_prompt;
111
112/// Types for the `GetAssistant` operation.
113pub mod get_assistant;
114
115/// Types for the `GetAssistantAssociation` operation.
116pub mod get_assistant_association;
117
118/// Types for the `GetContent` operation.
119pub mod get_content;
120
121/// Types for the `GetContentAssociation` operation.
122pub mod get_content_association;
123
124/// Types for the `GetContentSummary` operation.
125pub mod get_content_summary;
126
127/// Types for the `GetImportJob` operation.
128pub mod get_import_job;
129
130/// Types for the `GetKnowledgeBase` operation.
131pub mod get_knowledge_base;
132
133/// Types for the `GetMessageTemplate` operation.
134pub mod get_message_template;
135
136/// Types for the `GetNextMessage` operation.
137pub mod get_next_message;
138
139/// Types for the `GetQuickResponse` operation.
140pub mod get_quick_response;
141
142/// Types for the `GetRecommendations` operation.
143pub mod get_recommendations;
144
145/// Types for the `GetSession` operation.
146pub mod get_session;
147
148/// Types for the `ListAIAgentVersions` operation.
149pub mod list_ai_agent_versions;
150
151/// Types for the `ListAIAgents` operation.
152pub mod list_ai_agents;
153
154/// Types for the `ListAIGuardrailVersions` operation.
155pub mod list_ai_guardrail_versions;
156
157/// Types for the `ListAIGuardrails` operation.
158pub mod list_ai_guardrails;
159
160/// Types for the `ListAIPromptVersions` operation.
161pub mod list_ai_prompt_versions;
162
163/// Types for the `ListAIPrompts` operation.
164pub mod list_ai_prompts;
165
166/// Types for the `ListAssistantAssociations` operation.
167pub mod list_assistant_associations;
168
169/// Types for the `ListAssistants` operation.
170pub mod list_assistants;
171
172/// Types for the `ListContentAssociations` operation.
173pub mod list_content_associations;
174
175/// Types for the `ListContents` operation.
176pub mod list_contents;
177
178/// Types for the `ListImportJobs` operation.
179pub mod list_import_jobs;
180
181/// Types for the `ListKnowledgeBases` operation.
182pub mod list_knowledge_bases;
183
184/// Types for the `ListMessageTemplateVersions` operation.
185pub mod list_message_template_versions;
186
187/// Types for the `ListMessageTemplates` operation.
188pub mod list_message_templates;
189
190/// Types for the `ListMessages` operation.
191pub mod list_messages;
192
193/// Types for the `ListQuickResponses` operation.
194pub mod list_quick_responses;
195
196/// Types for the `ListTagsForResource` operation.
197pub mod list_tags_for_resource;
198
199/// Types for the `NotifyRecommendationsReceived` operation.
200pub mod notify_recommendations_received;
201
202/// Types for the `PutFeedback` operation.
203pub mod put_feedback;
204
205/// Types for the `QueryAssistant` operation.
206pub mod query_assistant;
207
208/// Types for the `RemoveAssistantAIAgent` operation.
209pub mod remove_assistant_ai_agent;
210
211/// Types for the `RemoveKnowledgeBaseTemplateUri` operation.
212pub mod remove_knowledge_base_template_uri;
213
214/// Types for the `RenderMessageTemplate` operation.
215pub mod render_message_template;
216
217/// Types for the `SearchContent` operation.
218pub mod search_content;
219
220/// Types for the `SearchMessageTemplates` operation.
221pub mod search_message_templates;
222
223/// Types for the `SearchQuickResponses` operation.
224pub mod search_quick_responses;
225
226/// Types for the `SearchSessions` operation.
227pub mod search_sessions;
228
229/// Types for the `SendMessage` operation.
230pub mod send_message;
231
232/// Types for the `StartContentUpload` operation.
233pub mod start_content_upload;
234
235/// Types for the `StartImportJob` operation.
236pub mod start_import_job;
237
238/// Types for the `TagResource` operation.
239pub mod tag_resource;
240
241/// Types for the `UntagResource` operation.
242pub mod untag_resource;
243
244/// Types for the `UpdateAIAgent` operation.
245pub mod update_ai_agent;
246
247/// Types for the `UpdateAIGuardrail` operation.
248pub mod update_ai_guardrail;
249
250/// Types for the `UpdateAIPrompt` operation.
251pub mod update_ai_prompt;
252
253/// Types for the `UpdateAssistantAIAgent` operation.
254pub mod update_assistant_ai_agent;
255
256/// Types for the `UpdateContent` operation.
257pub mod update_content;
258
259/// Types for the `UpdateKnowledgeBaseTemplateUri` operation.
260pub mod update_knowledge_base_template_uri;
261
262/// Types for the `UpdateMessageTemplate` operation.
263pub mod update_message_template;
264
265/// Types for the `UpdateMessageTemplateMetadata` operation.
266pub mod update_message_template_metadata;
267
268/// Types for the `UpdateQuickResponse` operation.
269pub mod update_quick_response;
270
271/// Types for the `UpdateSession` operation.
272pub mod update_session;
273
274/// Types for the `UpdateSessionData` operation.
275pub mod update_session_data;