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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// 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 `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 `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 `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 `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 `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;