aws-sdk-workdocs 1.98.0

AWS SDK for Amazon WorkDocs
Documentation
// 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;