workdocs_abort_document_version_upload: Aborts the upload of the specified document version that was...

View source: R/workdocs_operations.R

workdocs_abort_document_version_uploadR Documentation

Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload

Description

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

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

Usage

workdocs_abort_document_version_upload(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId
)

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.

VersionId

[required] The ID of the version.


paws.end.user.computing documentation built on April 3, 2025, 8:56 p.m.