aws_sdk_workdocs/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 `AbortDocumentVersionUpload` operation.
5pub mod abort_document_version_upload;
6
7/// Types for the `ActivateUser` operation.
8pub mod activate_user;
9
10/// Types for the `AddResourcePermissions` operation.
11pub mod add_resource_permissions;
12
13/// Types for the `CreateComment` operation.
14pub mod create_comment;
15
16/// Types for the `CreateCustomMetadata` operation.
17pub mod create_custom_metadata;
18
19/// Types for the `CreateFolder` operation.
20pub mod create_folder;
21
22/// Types for the `CreateLabels` operation.
23pub mod create_labels;
24
25/// Types for the `CreateNotificationSubscription` operation.
26pub mod create_notification_subscription;
27
28/// Types for the `CreateUser` operation.
29pub mod create_user;
30
31/// Types for the `DeactivateUser` operation.
32pub mod deactivate_user;
33
34/// Types for the `DeleteComment` operation.
35pub mod delete_comment;
36
37/// Types for the `DeleteCustomMetadata` operation.
38pub mod delete_custom_metadata;
39
40/// Types for the `DeleteDocument` operation.
41pub mod delete_document;
42
43/// Types for the `DeleteDocumentVersion` operation.
44pub mod delete_document_version;
45
46/// Types for the `DeleteFolder` operation.
47pub mod delete_folder;
48
49/// Types for the `DeleteFolderContents` operation.
50pub mod delete_folder_contents;
51
52/// Types for the `DeleteLabels` operation.
53pub mod delete_labels;
54
55/// Types for the `DeleteNotificationSubscription` operation.
56pub mod delete_notification_subscription;
57
58/// Types for the `DeleteUser` operation.
59pub mod delete_user;
60
61/// Types for the `DescribeActivities` operation.
62pub mod describe_activities;
63
64/// Types for the `DescribeComments` operation.
65pub mod describe_comments;
66
67/// Types for the `DescribeDocumentVersions` operation.
68pub mod describe_document_versions;
69
70/// Types for the `DescribeFolderContents` operation.
71pub mod describe_folder_contents;
72
73/// Types for the `DescribeGroups` operation.
74pub mod describe_groups;
75
76/// Types for the `DescribeNotificationSubscriptions` operation.
77pub mod describe_notification_subscriptions;
78
79/// Types for the `DescribeResourcePermissions` operation.
80pub mod describe_resource_permissions;
81
82/// Types for the `DescribeRootFolders` operation.
83pub mod describe_root_folders;
84
85/// Types for the `DescribeUsers` operation.
86pub mod describe_users;
87
88/// Types for the `GetCurrentUser` operation.
89pub mod get_current_user;
90
91/// Types for the `GetDocument` operation.
92pub mod get_document;
93
94/// Types for the `GetDocumentPath` operation.
95pub mod get_document_path;
96
97/// Types for the `GetDocumentVersion` operation.
98pub mod get_document_version;
99
100/// Types for the `GetFolder` operation.
101pub mod get_folder;
102
103/// Types for the `GetFolderPath` operation.
104pub mod get_folder_path;
105
106/// Types for the `GetResources` operation.
107pub mod get_resources;
108
109/// Types for the `InitiateDocumentVersionUpload` operation.
110pub mod initiate_document_version_upload;
111
112/// Types for the `RemoveAllResourcePermissions` operation.
113pub mod remove_all_resource_permissions;
114
115/// Types for the `RemoveResourcePermission` operation.
116pub mod remove_resource_permission;
117
118/// Types for the `RestoreDocumentVersions` operation.
119pub mod restore_document_versions;
120
121/// Types for the `SearchResources` operation.
122pub mod search_resources;
123
124/// Types for the `UpdateDocument` operation.
125pub mod update_document;
126
127/// Types for the `UpdateDocumentVersion` operation.
128pub mod update_document_version;
129
130/// Types for the `UpdateFolder` operation.
131pub mod update_folder;
132
133/// Types for the `UpdateUser` operation.
134pub mod update_user;