aws_sdk_wisdom/
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 `CreateAssistant` operation.
5pub mod create_assistant;
6
7/// Types for the `CreateAssistantAssociation` operation.
8pub mod create_assistant_association;
9
10/// Types for the `CreateContent` operation.
11pub mod create_content;
12
13/// Types for the `CreateKnowledgeBase` operation.
14pub mod create_knowledge_base;
15
16/// Types for the `CreateQuickResponse` operation.
17pub mod create_quick_response;
18
19/// Types for the `CreateSession` operation.
20pub mod create_session;
21
22/// Types for the `DeleteAssistant` operation.
23pub mod delete_assistant;
24
25/// Types for the `DeleteAssistantAssociation` operation.
26pub mod delete_assistant_association;
27
28/// Types for the `DeleteContent` operation.
29pub mod delete_content;
30
31/// Types for the `DeleteImportJob` operation.
32pub mod delete_import_job;
33
34/// Types for the `DeleteKnowledgeBase` operation.
35pub mod delete_knowledge_base;
36
37/// Types for the `DeleteQuickResponse` operation.
38pub mod delete_quick_response;
39
40/// Types for the `GetAssistant` operation.
41pub mod get_assistant;
42
43/// Types for the `GetAssistantAssociation` operation.
44pub mod get_assistant_association;
45
46/// Types for the `GetContent` operation.
47pub mod get_content;
48
49/// Types for the `GetContentSummary` operation.
50pub mod get_content_summary;
51
52/// Types for the `GetImportJob` operation.
53pub mod get_import_job;
54
55/// Types for the `GetKnowledgeBase` operation.
56pub mod get_knowledge_base;
57
58/// Types for the `GetQuickResponse` operation.
59pub mod get_quick_response;
60
61/// Types for the `GetRecommendations` operation.
62pub mod get_recommendations;
63
64/// Types for the `GetSession` operation.
65pub mod get_session;
66
67/// Types for the `ListAssistantAssociations` operation.
68pub mod list_assistant_associations;
69
70/// Types for the `ListAssistants` operation.
71pub mod list_assistants;
72
73/// Types for the `ListContents` operation.
74pub mod list_contents;
75
76/// Types for the `ListImportJobs` operation.
77pub mod list_import_jobs;
78
79/// Types for the `ListKnowledgeBases` operation.
80pub mod list_knowledge_bases;
81
82/// Types for the `ListQuickResponses` operation.
83pub mod list_quick_responses;
84
85/// Types for the `ListTagsForResource` operation.
86pub mod list_tags_for_resource;
87
88/// Types for the `NotifyRecommendationsReceived` operation.
89pub mod notify_recommendations_received;
90
91/// Types for the `QueryAssistant` operation.
92pub mod query_assistant;
93
94/// Types for the `RemoveKnowledgeBaseTemplateUri` operation.
95pub mod remove_knowledge_base_template_uri;
96
97/// Types for the `SearchContent` operation.
98pub mod search_content;
99
100/// Types for the `SearchQuickResponses` operation.
101pub mod search_quick_responses;
102
103/// Types for the `SearchSessions` operation.
104pub mod search_sessions;
105
106/// Types for the `StartContentUpload` operation.
107pub mod start_content_upload;
108
109/// Types for the `StartImportJob` operation.
110pub mod start_import_job;
111
112/// Types for the `TagResource` operation.
113pub mod tag_resource;
114
115/// Types for the `UntagResource` operation.
116pub mod untag_resource;
117
118/// Types for the `UpdateContent` operation.
119pub mod update_content;
120
121/// Types for the `UpdateKnowledgeBaseTemplateUri` operation.
122pub mod update_knowledge_base_template_uri;
123
124/// Types for the `UpdateQuickResponse` operation.
125pub mod update_quick_response;