aws_sdk_qconnect/
operation.rs

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
189
190
191
192
193
194
195
196
197
198
199
200
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateAIAgent` operation.
pub mod create_ai_agent;

/// Types for the `CreateAIAgentVersion` operation.
pub mod create_ai_agent_version;

/// Types for the `CreateAIPrompt` operation.
pub mod create_ai_prompt;

/// Types for the `CreateAIPromptVersion` operation.
pub mod create_ai_prompt_version;

/// Types for the `CreateAssistant` operation.
pub mod create_assistant;

/// Types for the `CreateAssistantAssociation` operation.
pub mod create_assistant_association;

/// Types for the `CreateContent` operation.
pub mod create_content;

/// Types for the `CreateContentAssociation` operation.
pub mod create_content_association;

/// Types for the `CreateKnowledgeBase` operation.
pub mod create_knowledge_base;

/// Types for the `CreateQuickResponse` operation.
pub mod create_quick_response;

/// Types for the `CreateSession` operation.
pub mod create_session;

/// Types for the `DeleteAIAgent` operation.
pub mod delete_ai_agent;

/// Types for the `DeleteAIAgentVersion` operation.
pub mod delete_ai_agent_version;

/// Types for the `DeleteAIPrompt` operation.
pub mod delete_ai_prompt;

/// Types for the `DeleteAIPromptVersion` operation.
pub mod delete_ai_prompt_version;

/// Types for the `DeleteAssistant` operation.
pub mod delete_assistant;

/// Types for the `DeleteAssistantAssociation` operation.
pub mod delete_assistant_association;

/// Types for the `DeleteContent` operation.
pub mod delete_content;

/// Types for the `DeleteContentAssociation` operation.
pub mod delete_content_association;

/// Types for the `DeleteImportJob` operation.
pub mod delete_import_job;

/// Types for the `DeleteKnowledgeBase` operation.
pub mod delete_knowledge_base;

/// Types for the `DeleteQuickResponse` operation.
pub mod delete_quick_response;

/// Types for the `GetAIAgent` operation.
pub mod get_ai_agent;

/// Types for the `GetAIPrompt` operation.
pub mod get_ai_prompt;

/// Types for the `GetAssistant` operation.
pub mod get_assistant;

/// Types for the `GetAssistantAssociation` operation.
pub mod get_assistant_association;

/// Types for the `GetContent` operation.
pub mod get_content;

/// Types for the `GetContentAssociation` operation.
pub mod get_content_association;

/// Types for the `GetContentSummary` operation.
pub mod get_content_summary;

/// Types for the `GetImportJob` operation.
pub mod get_import_job;

/// Types for the `GetKnowledgeBase` operation.
pub mod get_knowledge_base;

/// Types for the `GetQuickResponse` operation.
pub mod get_quick_response;

/// Types for the `GetRecommendations` operation.
pub mod get_recommendations;

/// Types for the `GetSession` operation.
pub mod get_session;

/// Types for the `ListAIAgentVersions` operation.
pub mod list_ai_agent_versions;

/// Types for the `ListAIAgents` operation.
pub mod list_ai_agents;

/// Types for the `ListAIPromptVersions` operation.
pub mod list_ai_prompt_versions;

/// Types for the `ListAIPrompts` operation.
pub mod list_ai_prompts;

/// Types for the `ListAssistantAssociations` operation.
pub mod list_assistant_associations;

/// Types for the `ListAssistants` operation.
pub mod list_assistants;

/// Types for the `ListContentAssociations` operation.
pub mod list_content_associations;

/// Types for the `ListContents` operation.
pub mod list_contents;

/// Types for the `ListImportJobs` operation.
pub mod list_import_jobs;

/// Types for the `ListKnowledgeBases` operation.
pub mod list_knowledge_bases;

/// Types for the `ListQuickResponses` operation.
pub mod list_quick_responses;

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

/// Types for the `NotifyRecommendationsReceived` operation.
pub mod notify_recommendations_received;

/// Types for the `PutFeedback` operation.
pub mod put_feedback;

/// Types for the `QueryAssistant` operation.
pub mod query_assistant;

/// Types for the `RemoveAssistantAIAgent` operation.
pub mod remove_assistant_ai_agent;

/// Types for the `RemoveKnowledgeBaseTemplateUri` operation.
pub mod remove_knowledge_base_template_uri;

/// Types for the `SearchContent` operation.
pub mod search_content;

/// Types for the `SearchQuickResponses` operation.
pub mod search_quick_responses;

/// Types for the `SearchSessions` operation.
pub mod search_sessions;

/// Types for the `StartContentUpload` operation.
pub mod start_content_upload;

/// Types for the `StartImportJob` operation.
pub mod start_import_job;

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

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

/// Types for the `UpdateAIAgent` operation.
pub mod update_ai_agent;

/// Types for the `UpdateAIPrompt` operation.
pub mod update_ai_prompt;

/// Types for the `UpdateAssistantAIAgent` operation.
pub mod update_assistant_ai_agent;

/// Types for the `UpdateContent` operation.
pub mod update_content;

/// Types for the `UpdateKnowledgeBaseTemplateUri` operation.
pub mod update_knowledge_base_template_uri;

/// Types for the `UpdateQuickResponse` operation.
pub mod update_quick_response;

/// Types for the `UpdateSession` operation.
pub mod update_session;

/// Types for the `UpdateSessionData` operation.
pub mod update_session_data;