aws_sdk_qapps/
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 `AssociateLibraryItemReview` operation.
5pub mod associate_library_item_review;
6
7/// Types for the `AssociateQAppWithUser` operation.
8pub mod associate_q_app_with_user;
9
10/// Types for the `BatchCreateCategory` operation.
11pub mod batch_create_category;
12
13/// Types for the `BatchDeleteCategory` operation.
14pub mod batch_delete_category;
15
16/// Types for the `BatchUpdateCategory` operation.
17pub mod batch_update_category;
18
19/// Types for the `CreateLibraryItem` operation.
20pub mod create_library_item;
21
22/// Types for the `CreatePresignedUrl` operation.
23pub mod create_presigned_url;
24
25/// Types for the `CreateQApp` operation.
26pub mod create_q_app;
27
28/// Types for the `DeleteLibraryItem` operation.
29pub mod delete_library_item;
30
31/// Types for the `DeleteQApp` operation.
32pub mod delete_q_app;
33
34/// Types for the `DescribeQAppPermissions` operation.
35pub mod describe_q_app_permissions;
36
37/// Types for the `DisassociateLibraryItemReview` operation.
38pub mod disassociate_library_item_review;
39
40/// Types for the `DisassociateQAppFromUser` operation.
41pub mod disassociate_q_app_from_user;
42
43/// Types for the `ExportQAppSessionData` operation.
44pub mod export_q_app_session_data;
45
46/// Types for the `GetLibraryItem` operation.
47pub mod get_library_item;
48
49/// Types for the `GetQApp` operation.
50pub mod get_q_app;
51
52/// Types for the `GetQAppSession` operation.
53pub mod get_q_app_session;
54
55/// Types for the `GetQAppSessionMetadata` operation.
56pub mod get_q_app_session_metadata;
57
58/// Types for the `ImportDocument` operation.
59pub mod import_document;
60
61/// Types for the `ListCategories` operation.
62pub mod list_categories;
63
64/// Types for the `ListLibraryItems` operation.
65pub mod list_library_items;
66
67/// Types for the `ListQAppSessionData` operation.
68pub mod list_q_app_session_data;
69
70/// Types for the `ListQApps` operation.
71pub mod list_q_apps;
72
73/// Types for the `ListTagsForResource` operation.
74pub mod list_tags_for_resource;
75
76/// Types for the `PredictQApp` operation.
77pub mod predict_q_app;
78
79/// Types for the `StartQAppSession` operation.
80pub mod start_q_app_session;
81
82/// Types for the `StopQAppSession` operation.
83pub mod stop_q_app_session;
84
85/// Types for the `TagResource` operation.
86pub mod tag_resource;
87
88/// Types for the `UntagResource` operation.
89pub mod untag_resource;
90
91/// Types for the `UpdateLibraryItem` operation.
92pub mod update_library_item;
93
94/// Types for the `UpdateLibraryItemMetadata` operation.
95pub mod update_library_item_metadata;
96
97/// Types for the `UpdateQApp` operation.
98pub mod update_q_app;
99
100/// Types for the `UpdateQAppPermissions` operation.
101pub mod update_q_app_permissions;
102
103/// Types for the `UpdateQAppSession` operation.
104pub mod update_q_app_session;
105
106/// Types for the `UpdateQAppSessionMetadata` operation.
107pub mod update_q_app_session_metadata;