[][src]Trait rusoto_workdocs::Workdocs

pub trait Workdocs {
#[must_use]    pub fn abort_document_version_upload<'life0, 'async_trait>(
        &'life0 self,
        input: AbortDocumentVersionUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AbortDocumentVersionUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn activate_user<'life0, 'async_trait>(
        &'life0 self,
        input: ActivateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<ActivateUserResponse, RusotoError<ActivateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn add_resource_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: AddResourcePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<AddResourcePermissionsResponse, RusotoError<AddResourcePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_comment<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCommentRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateCommentResponse, RusotoError<CreateCommentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_custom_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCustomMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateCustomMetadataResponse, RusotoError<CreateCustomMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_folder<'life0, 'async_trait>(
        &'life0 self,
        input: CreateFolderRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateFolderResponse, RusotoError<CreateFolderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_labels<'life0, 'async_trait>(
        &'life0 self,
        input: CreateLabelsRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateLabelsResponse, RusotoError<CreateLabelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_notification_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNotificationSubscriptionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateNotificationSubscriptionResponse, RusotoError<CreateNotificationSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_user<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn deactivate_user<'life0, 'async_trait>(
        &'life0 self,
        input: DeactivateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeactivateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_comment<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCommentRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCommentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_custom_metadata<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCustomMetadataRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCustomMetadataResponse, RusotoError<DeleteCustomMetadataError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_document<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_folder<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFolderRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_folder_contents<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteFolderContentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderContentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_labels<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteLabelsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteLabelsResponse, RusotoError<DeleteLabelsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_notification_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteNotificationSubscriptionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteNotificationSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_user<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_activities<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeActivitiesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeActivitiesResponse, RusotoError<DescribeActivitiesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_comments<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCommentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCommentsResponse, RusotoError<DescribeCommentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_document_versions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDocumentVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDocumentVersionsResponse, RusotoError<DescribeDocumentVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_folder_contents<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeFolderContentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeFolderContentsResponse, RusotoError<DescribeFolderContentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_groups<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeGroupsResponse, RusotoError<DescribeGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_notification_subscriptions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeNotificationSubscriptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationSubscriptionsResponse, RusotoError<DescribeNotificationSubscriptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_resource_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeResourcePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeResourcePermissionsResponse, RusotoError<DescribeResourcePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_root_folders<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeRootFoldersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeRootFoldersResponse, RusotoError<DescribeRootFoldersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_users<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeUsersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeUsersResponse, RusotoError<DescribeUsersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_current_user<'life0, 'async_trait>(
        &'life0 self,
        input: GetCurrentUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCurrentUserResponse, RusotoError<GetCurrentUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_document<'life0, 'async_trait>(
        &'life0 self,
        input: GetDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDocumentResponse, RusotoError<GetDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_document_path<'life0, 'async_trait>(
        &'life0 self,
        input: GetDocumentPathRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDocumentPathResponse, RusotoError<GetDocumentPathError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_document_version<'life0, 'async_trait>(
        &'life0 self,
        input: GetDocumentVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDocumentVersionResponse, RusotoError<GetDocumentVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_folder<'life0, 'async_trait>(
        &'life0 self,
        input: GetFolderRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetFolderResponse, RusotoError<GetFolderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_folder_path<'life0, 'async_trait>(
        &'life0 self,
        input: GetFolderPathRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetFolderPathResponse, RusotoError<GetFolderPathError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resources<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourcesResponse, RusotoError<GetResourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn initiate_document_version_upload<'life0, 'async_trait>(
        &'life0 self,
        input: InitiateDocumentVersionUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<InitiateDocumentVersionUploadResponse, RusotoError<InitiateDocumentVersionUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn remove_all_resource_permissions<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveAllResourcePermissionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveAllResourcePermissionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn remove_resource_permission<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveResourcePermissionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveResourcePermissionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_document<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDocumentRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_document_version<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDocumentVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_folder<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateFolderRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateFolderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon WorkDocs API. Amazon WorkDocs clients implement this trait.

Required methods

#[must_use]pub fn abort_document_version_upload<'life0, 'async_trait>(
    &'life0 self,
    input: AbortDocumentVersionUploadRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AbortDocumentVersionUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload. The client should make this call only when it no longer intends to upload the document version, or fails to do so.

#[must_use]pub fn activate_user<'life0, 'async_trait>(
    &'life0 self,
    input: ActivateUserRequest
) -> Pin<Box<dyn Future<Output = Result<ActivateUserResponse, RusotoError<ActivateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Activates the specified user. Only active users can access Amazon WorkDocs.

#[must_use]pub fn add_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: AddResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<AddResourcePermissionsResponse, RusotoError<AddResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.

#[must_use]pub fn create_comment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCommentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCommentResponse, RusotoError<CreateCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a new comment to the specified document version.

#[must_use]pub fn create_custom_metadata<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCustomMetadataRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCustomMetadataResponse, RusotoError<CreateCustomMetadataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more custom properties to the specified resource (a folder, document, or version).

#[must_use]pub fn create_folder<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFolderRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFolderResponse, RusotoError<CreateFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a folder with the specified name and parent folder.

#[must_use]pub fn create_labels<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLabelsRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLabelsResponse, RusotoError<CreateLabelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified list of labels to the given resource (a document or folder)

#[must_use]pub fn create_notification_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNotificationSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNotificationSubscriptionResponse, RusotoError<CreateNotificationSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.

For more information, see Subscribe to Notifications in the Amazon WorkDocs Developer Guide.

#[must_use]pub fn create_user<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a user in a Simple AD or Microsoft AD directory. The status of a newly created user is "ACTIVE". New users can access Amazon WorkDocs.

#[must_use]pub fn deactivate_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeactivateUserRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeactivateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.

#[must_use]pub fn delete_comment<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCommentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified comment from the document version.

#[must_use]pub fn delete_custom_metadata<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCustomMetadataRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCustomMetadataResponse, RusotoError<DeleteCustomMetadataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes custom metadata from the specified resource.

#[must_use]pub fn delete_document<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes the specified document and its associated metadata.

#[must_use]pub fn delete_folder<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFolderRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes the specified folder and its contents.

#[must_use]pub fn delete_folder_contents<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFolderContentsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderContentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the contents of the specified folder.

#[must_use]pub fn delete_labels<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLabelsRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLabelsResponse, RusotoError<DeleteLabelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified list of labels from a resource.

#[must_use]pub fn delete_notification_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNotificationSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteNotificationSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified subscription from the specified organization.

#[must_use]pub fn delete_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified user from a Simple AD or Microsoft AD directory.

#[must_use]pub fn describe_activities<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeActivitiesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeActivitiesResponse, RusotoError<DescribeActivitiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the user activities in a specified time period.

#[must_use]pub fn describe_comments<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCommentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCommentsResponse, RusotoError<DescribeCommentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List all the comments for the specified document version.

#[must_use]pub fn describe_document_versions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDocumentVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDocumentVersionsResponse, RusotoError<DescribeDocumentVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the document versions for the specified document.

By default, only active versions are returned.

#[must_use]pub fn describe_folder_contents<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFolderContentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFolderContentsResponse, RusotoError<DescribeFolderContentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the contents of the specified folder, including its documents and subfolders.

By default, Amazon WorkDocs returns the first 100 active document and folder metadata items. If there are more results, the response includes a marker that you can use to request the next set of results. You can also request initialized documents.

#[must_use]pub fn describe_groups<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeGroupsResponse, RusotoError<DescribeGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the groups specified by the query. Groups are defined by the underlying Active Directory.

#[must_use]pub fn describe_notification_subscriptions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeNotificationSubscriptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationSubscriptionsResponse, RusotoError<DescribeNotificationSubscriptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the specified notification subscriptions.

#[must_use]pub fn describe_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeResourcePermissionsResponse, RusotoError<DescribeResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the permissions of a specified resource.

#[must_use]pub fn describe_root_folders<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRootFoldersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRootFoldersResponse, RusotoError<DescribeRootFoldersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the current user's special folders; the RootFolder and the RecycleBin. RootFolder is the root of user's files and folders and RecycleBin is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.

This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.

#[must_use]pub fn describe_users<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUsersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUsersResponse, RusotoError<DescribeUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified users. You can describe all users or filter the results (for example, by status or organization).

By default, Amazon WorkDocs returns the first 24 active or pending users. If there are more results, the response includes a marker that you can use to request the next set of results.

#[must_use]pub fn get_current_user<'life0, 'async_trait>(
    &'life0 self,
    input: GetCurrentUserRequest
) -> Pin<Box<dyn Future<Output = Result<GetCurrentUserResponse, RusotoError<GetCurrentUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details of the current user for whom the authentication token was generated. This is not a valid action for SigV4 (administrative API) clients.

This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.

#[must_use]pub fn get_document<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentResponse, RusotoError<GetDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details of a document.

#[must_use]pub fn get_document_path<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentPathRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentPathResponse, RusotoError<GetDocumentPathError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the path information (the hierarchy from the root folder) for the requested document.

By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested document and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the names of the parent folders.

#[must_use]pub fn get_document_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentVersionResponse, RusotoError<GetDocumentVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves version metadata for the specified document.

#[must_use]pub fn get_folder<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderRequest
) -> Pin<Box<dyn Future<Output = Result<GetFolderResponse, RusotoError<GetFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata of the specified folder.

#[must_use]pub fn get_folder_path<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderPathRequest
) -> Pin<Box<dyn Future<Output = Result<GetFolderPathResponse, RusotoError<GetFolderPathError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the path information (the hierarchy from the root folder) for the specified folder.

By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.

#[must_use]pub fn get_resources<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcesResponse, RusotoError<GetResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a collection of resources, including folders and documents. The only CollectionType supported is SHARED_WITH_ME.

#[must_use]pub fn initiate_document_version_upload<'life0, 'async_trait>(
    &'life0 self,
    input: InitiateDocumentVersionUploadRequest
) -> Pin<Box<dyn Future<Output = Result<InitiateDocumentVersionUploadResponse, RusotoError<InitiateDocumentVersionUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new document object and version object.

The client specifies the parent folder ID and name of the document to upload. The ID is optionally specified when creating a new version of an existing document. This is the first step to upload a document. Next, upload the document to the URL returned from the call, and then call UpdateDocumentVersion.

To cancel the document upload, call AbortDocumentVersionUpload.

#[must_use]pub fn remove_all_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveAllResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveAllResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes all the permissions from the specified resource.

#[must_use]pub fn remove_resource_permission<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveResourcePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveResourcePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the permission for the specified principal from the specified resource.

#[must_use]pub fn update_document<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.

#[must_use]pub fn update_document_version<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDocumentVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Changes the status of the document version to ACTIVE.

Amazon WorkDocs also sets its document container to ACTIVE. This is the last step in a document upload, after the client uploads the document to an S3-presigned URL returned by InitiateDocumentVersionUpload.

#[must_use]pub fn update_folder<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFolderRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.

#[must_use]pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.

Loading content...

Implementors

impl Workdocs for WorkdocsClient[src]

pub fn abort_document_version_upload<'life0, 'async_trait>(
    &'life0 self,
    input: AbortDocumentVersionUploadRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AbortDocumentVersionUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload. The client should make this call only when it no longer intends to upload the document version, or fails to do so.

pub fn activate_user<'life0, 'async_trait>(
    &'life0 self,
    input: ActivateUserRequest
) -> Pin<Box<dyn Future<Output = Result<ActivateUserResponse, RusotoError<ActivateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Activates the specified user. Only active users can access Amazon WorkDocs.

pub fn add_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: AddResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<AddResourcePermissionsResponse, RusotoError<AddResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.

pub fn create_comment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCommentRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCommentResponse, RusotoError<CreateCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a new comment to the specified document version.

pub fn create_custom_metadata<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCustomMetadataRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCustomMetadataResponse, RusotoError<CreateCustomMetadataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds one or more custom properties to the specified resource (a folder, document, or version).

pub fn create_folder<'life0, 'async_trait>(
    &'life0 self,
    input: CreateFolderRequest
) -> Pin<Box<dyn Future<Output = Result<CreateFolderResponse, RusotoError<CreateFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a folder with the specified name and parent folder.

pub fn create_labels<'life0, 'async_trait>(
    &'life0 self,
    input: CreateLabelsRequest
) -> Pin<Box<dyn Future<Output = Result<CreateLabelsResponse, RusotoError<CreateLabelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds the specified list of labels to the given resource (a document or folder)

pub fn create_notification_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNotificationSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNotificationSubscriptionResponse, RusotoError<CreateNotificationSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.

For more information, see Subscribe to Notifications in the Amazon WorkDocs Developer Guide.

pub fn create_user<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a user in a Simple AD or Microsoft AD directory. The status of a newly created user is "ACTIVE". New users can access Amazon WorkDocs.

pub fn deactivate_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeactivateUserRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeactivateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.

pub fn delete_comment<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCommentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCommentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified comment from the document version.

pub fn delete_custom_metadata<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCustomMetadataRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCustomMetadataResponse, RusotoError<DeleteCustomMetadataError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes custom metadata from the specified resource.

pub fn delete_document<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes the specified document and its associated metadata.

pub fn delete_folder<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFolderRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes the specified folder and its contents.

pub fn delete_folder_contents<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteFolderContentsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteFolderContentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the contents of the specified folder.

pub fn delete_labels<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteLabelsRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteLabelsResponse, RusotoError<DeleteLabelsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified list of labels from a resource.

pub fn delete_notification_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNotificationSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteNotificationSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified subscription from the specified organization.

pub fn delete_user<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified user from a Simple AD or Microsoft AD directory.

pub fn describe_activities<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeActivitiesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeActivitiesResponse, RusotoError<DescribeActivitiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the user activities in a specified time period.

pub fn describe_comments<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCommentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCommentsResponse, RusotoError<DescribeCommentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List all the comments for the specified document version.

pub fn describe_document_versions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDocumentVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDocumentVersionsResponse, RusotoError<DescribeDocumentVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the document versions for the specified document.

By default, only active versions are returned.

pub fn describe_folder_contents<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeFolderContentsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeFolderContentsResponse, RusotoError<DescribeFolderContentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the contents of the specified folder, including its documents and subfolders.

By default, Amazon WorkDocs returns the first 100 active document and folder metadata items. If there are more results, the response includes a marker that you can use to request the next set of results. You can also request initialized documents.

pub fn describe_groups<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeGroupsResponse, RusotoError<DescribeGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the groups specified by the query. Groups are defined by the underlying Active Directory.

pub fn describe_notification_subscriptions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeNotificationSubscriptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeNotificationSubscriptionsResponse, RusotoError<DescribeNotificationSubscriptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the specified notification subscriptions.

pub fn describe_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeResourcePermissionsResponse, RusotoError<DescribeResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the permissions of a specified resource.

pub fn describe_root_folders<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeRootFoldersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeRootFoldersResponse, RusotoError<DescribeRootFoldersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the current user's special folders; the RootFolder and the RecycleBin. RootFolder is the root of user's files and folders and RecycleBin is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.

This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.

pub fn describe_users<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeUsersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeUsersResponse, RusotoError<DescribeUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the specified users. You can describe all users or filter the results (for example, by status or organization).

By default, Amazon WorkDocs returns the first 24 active or pending users. If there are more results, the response includes a marker that you can use to request the next set of results.

pub fn get_current_user<'life0, 'async_trait>(
    &'life0 self,
    input: GetCurrentUserRequest
) -> Pin<Box<dyn Future<Output = Result<GetCurrentUserResponse, RusotoError<GetCurrentUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details of the current user for whom the authentication token was generated. This is not a valid action for SigV4 (administrative API) clients.

This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.

pub fn get_document<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentResponse, RusotoError<GetDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details of a document.

pub fn get_document_path<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentPathRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentPathResponse, RusotoError<GetDocumentPathError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the path information (the hierarchy from the root folder) for the requested document.

By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested document and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the names of the parent folders.

pub fn get_document_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetDocumentVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetDocumentVersionResponse, RusotoError<GetDocumentVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves version metadata for the specified document.

pub fn get_folder<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderRequest
) -> Pin<Box<dyn Future<Output = Result<GetFolderResponse, RusotoError<GetFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata of the specified folder.

pub fn get_folder_path<'life0, 'async_trait>(
    &'life0 self,
    input: GetFolderPathRequest
) -> Pin<Box<dyn Future<Output = Result<GetFolderPathResponse, RusotoError<GetFolderPathError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the path information (the hierarchy from the root folder) for the specified folder.

By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.

pub fn get_resources<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcesResponse, RusotoError<GetResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a collection of resources, including folders and documents. The only CollectionType supported is SHARED_WITH_ME.

pub fn initiate_document_version_upload<'life0, 'async_trait>(
    &'life0 self,
    input: InitiateDocumentVersionUploadRequest
) -> Pin<Box<dyn Future<Output = Result<InitiateDocumentVersionUploadResponse, RusotoError<InitiateDocumentVersionUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new document object and version object.

The client specifies the parent folder ID and name of the document to upload. The ID is optionally specified when creating a new version of an existing document. This is the first step to upload a document. Next, upload the document to the URL returned from the call, and then call UpdateDocumentVersion.

To cancel the document upload, call AbortDocumentVersionUpload.

pub fn remove_all_resource_permissions<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveAllResourcePermissionsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveAllResourcePermissionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes all the permissions from the specified resource.

pub fn remove_resource_permission<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveResourcePermissionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveResourcePermissionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the permission for the specified principal from the specified resource.

pub fn update_document<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDocumentRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of a document. The user must have access to both the document and its parent folder, if applicable.

pub fn update_document_version<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDocumentVersionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateDocumentVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Changes the status of the document version to ACTIVE.

Amazon WorkDocs also sets its document container to ACTIVE. This is the last step in a document upload, after the client uploads the document to an S3-presigned URL returned by InitiateDocumentVersionUpload.

pub fn update_folder<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateFolderRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateFolderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of the specified folder. The user must have access to both the folder and its parent folder, if applicable.

pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.

Loading content...