workdocs_initiate_document_version_upload: Creates a new document object and version object

View source: R/workdocs_operations.R

workdocs_initiate_document_version_uploadR Documentation

Creates a new document object and version object

Description

Creates a new document object and version object.

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

Usage

workdocs_initiate_document_version_upload(
  AuthenticationToken = NULL,
  Id = NULL,
  Name = NULL,
  ContentCreatedTimestamp = NULL,
  ContentModifiedTimestamp = NULL,
  ContentType = NULL,
  DocumentSizeInBytes = NULL,
  ParentFolderId = NULL
)

Arguments

AuthenticationToken

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

Id

The ID of the document.

Name

The name of the document.

ContentCreatedTimestamp

The timestamp when the content of the document was originally created.

ContentModifiedTimestamp

The timestamp when the content of the document was modified.

ContentType

The content type of the document.

DocumentSizeInBytes

The size of the document, in bytes.

ParentFolderId

The ID of the parent folder.


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