Creates a new document object and version object.
See https://www.paws-r-sdk.com/docs/workdocs_initiate_document_version_upload/ for full documentation.
workdocs_initiate_document_version_upload(
AuthenticationToken = NULL,
Id = NULL,
Name = NULL,
ContentCreatedTimestamp = NULL,
ContentModifiedTimestamp = NULL,
ContentType = NULL,
DocumentSizeInBytes = NULL,
ParentFolderId = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
The ID of the document.
The name of the document.
The timestamp when the content of the document was originally created.
The timestamp when the content of the document was modified.
The content type of the document.
The size of the document, in bytes.
The ID of the parent folder.