UpdateDocumentVersionRequest
public struct UpdateDocumentVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Declaration
Swift
public let authenticationToken: String? -
The ID of the document.
Declaration
Swift
public let documentId: String -
The version ID of the document.
Declaration
Swift
public let versionId: String -
The status of the version.
Declaration
Swift
public let versionStatus: DocumentVersionStatus? -
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, documentId: String, versionId: String, versionStatus: DocumentVersionStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateDocumentVersionRequest Structure Reference