CommitTransactionRequest
public struct CommitTransactionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the commit digest for the transaction to commit. For every active transaction, the commit digest must be passed. QLDB validates CommitDigest and rejects the commit with an error if the digest computed on the client does not match the digest computed by QLDB.
Declaration
Swift
public let commitDigest: Data
-
Specifies the transaction ID of the transaction to commit.
Declaration
Swift
public let transactionId: String
-
Undocumented
Declaration
Swift
public init(commitDigest: Data, transactionId: String)
-
Declaration
Swift
public func validate(name: String) throws