workdocs_update_document: Updates the specified attributes of a document

View source: R/workdocs_operations.R

workdocs_update_documentR Documentation

Updates the specified attributes of a document

Description

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

See https://www.paws-r-sdk.com/docs/workdocs_update_document/ for full documentation.

Usage

workdocs_update_document(
  AuthenticationToken = NULL,
  DocumentId,
  Name = NULL,
  ParentFolderId = NULL,
  ResourceState = NULL
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

DocumentId

[required] The ID of the document.

Name

The name of the document.

ParentFolderId

The ID of the parent folder.

ResourceState

The resource state of the document. Only ACTIVE and RECYCLED are supported.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.