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 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `ActivateMessageTemplate` operation.
pub mod activate_message_template;
/// Types for the `CreateAIAgent` operation.
pub mod create_ai_agent;
/// Types for the `CreateAIAgentVersion` operation.
pub mod create_ai_agent_version;
/// Types for the `CreateAIGuardrail` operation.
pub mod create_ai_guardrail;
/// Types for the `CreateAIGuardrailVersion` operation.
pub mod create_ai_guardrail_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 `CreateMessageTemplate` operation.
pub mod create_message_template;
/// Types for the `CreateMessageTemplateAttachment` operation.
pub mod create_message_template_attachment;
/// Types for the `CreateMessageTemplateVersion` operation.
pub mod create_message_template_version;
/// Types for the `CreateQuickResponse` operation.
pub mod create_quick_response;
/// Types for the `CreateSession` operation.
pub mod create_session;
/// Types for the `DeactivateMessageTemplate` operation.
pub mod deactivate_message_template;
/// Types for the `DeleteAIAgent` operation.
pub mod delete_ai_agent;
/// Types for the `DeleteAIAgentVersion` operation.
pub mod delete_ai_agent_version;
/// Types for the `DeleteAIGuardrail` operation.
pub mod delete_ai_guardrail;
/// Types for the `DeleteAIGuardrailVersion` operation.
pub mod delete_ai_guardrail_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 `DeleteMessageTemplate` operation.
pub mod delete_message_template;
/// Types for the `DeleteMessageTemplateAttachment` operation.
pub mod delete_message_template_attachment;
/// Types for the `DeleteQuickResponse` operation.
pub mod delete_quick_response;
/// Types for the `GetAIAgent` operation.
pub mod get_ai_agent;
/// Types for the `GetAIGuardrail` operation.
pub mod get_ai_guardrail;
/// 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 `GetMessageTemplate` operation.
pub mod get_message_template;
/// Types for the `GetNextMessage` operation.
pub mod get_next_message;
/// 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 `ListAIGuardrailVersions` operation.
pub mod list_ai_guardrail_versions;
/// Types for the `ListAIGuardrails` operation.
pub mod list_ai_guardrails;
/// 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 `ListMessageTemplateVersions` operation.
pub mod list_message_template_versions;
/// Types for the `ListMessageTemplates` operation.
pub mod list_message_templates;
/// Types for the `ListMessages` operation.
pub mod list_messages;
/// 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 `RenderMessageTemplate` operation.
pub mod render_message_template;
/// Types for the `SearchContent` operation.
pub mod search_content;
/// Types for the `SearchMessageTemplates` operation.
pub mod search_message_templates;
/// Types for the `SearchQuickResponses` operation.
pub mod search_quick_responses;
/// Types for the `SearchSessions` operation.
pub mod search_sessions;
/// Types for the `SendMessage` operation.
pub mod send_message;
/// 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 `UpdateAIGuardrail` operation.
pub mod update_ai_guardrail;
/// 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 `UpdateMessageTemplate` operation.
pub mod update_message_template;
/// Types for the `UpdateMessageTemplateMetadata` operation.
pub mod update_message_template_metadata;
/// 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;