aws_sdk_workdocs/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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AbortDocumentVersionUpload` operation.
pub mod abort_document_version_upload;
/// Types for the `ActivateUser` operation.
pub mod activate_user;
/// Types for the `AddResourcePermissions` operation.
pub mod add_resource_permissions;
/// Types for the `CreateComment` operation.
pub mod create_comment;
/// Types for the `CreateCustomMetadata` operation.
pub mod create_custom_metadata;
/// Types for the `CreateFolder` operation.
pub mod create_folder;
/// Types for the `CreateLabels` operation.
pub mod create_labels;
/// Types for the `CreateNotificationSubscription` operation.
pub mod create_notification_subscription;
/// Types for the `CreateUser` operation.
pub mod create_user;
/// Types for the `DeactivateUser` operation.
pub mod deactivate_user;
/// Types for the `DeleteComment` operation.
pub mod delete_comment;
/// Types for the `DeleteCustomMetadata` operation.
pub mod delete_custom_metadata;
/// Types for the `DeleteDocument` operation.
pub mod delete_document;
/// Types for the `DeleteDocumentVersion` operation.
pub mod delete_document_version;
/// Types for the `DeleteFolder` operation.
pub mod delete_folder;
/// Types for the `DeleteFolderContents` operation.
pub mod delete_folder_contents;
/// Types for the `DeleteLabels` operation.
pub mod delete_labels;
/// Types for the `DeleteNotificationSubscription` operation.
pub mod delete_notification_subscription;
/// Types for the `DeleteUser` operation.
pub mod delete_user;
/// Types for the `DescribeActivities` operation.
pub mod describe_activities;
/// Types for the `DescribeComments` operation.
pub mod describe_comments;
/// Types for the `DescribeDocumentVersions` operation.
pub mod describe_document_versions;
/// Types for the `DescribeFolderContents` operation.
pub mod describe_folder_contents;
/// Types for the `DescribeGroups` operation.
pub mod describe_groups;
/// Types for the `DescribeNotificationSubscriptions` operation.
pub mod describe_notification_subscriptions;
/// Types for the `DescribeResourcePermissions` operation.
pub mod describe_resource_permissions;
/// Types for the `DescribeRootFolders` operation.
pub mod describe_root_folders;
/// Types for the `DescribeUsers` operation.
pub mod describe_users;
/// Types for the `GetCurrentUser` operation.
pub mod get_current_user;
/// Types for the `GetDocument` operation.
pub mod get_document;
/// Types for the `GetDocumentPath` operation.
pub mod get_document_path;
/// Types for the `GetDocumentVersion` operation.
pub mod get_document_version;
/// Types for the `GetFolder` operation.
pub mod get_folder;
/// Types for the `GetFolderPath` operation.
pub mod get_folder_path;
/// Types for the `GetResources` operation.
pub mod get_resources;
/// Types for the `InitiateDocumentVersionUpload` operation.
pub mod initiate_document_version_upload;
/// Types for the `RemoveAllResourcePermissions` operation.
pub mod remove_all_resource_permissions;
/// Types for the `RemoveResourcePermission` operation.
pub mod remove_resource_permission;
/// Types for the `RestoreDocumentVersions` operation.
pub mod restore_document_versions;
/// Types for the `SearchResources` operation.
pub mod search_resources;
/// Types for the `UpdateDocument` operation.
pub mod update_document;
/// Types for the `UpdateDocumentVersion` operation.
pub mod update_document_version;
/// Types for the `UpdateFolder` operation.
pub mod update_folder;
/// Types for the `UpdateUser` operation.
pub mod update_user;