View source: R/qldbsession_operations.R
qldbsession_send_command | R Documentation |
Sends a command to an Amazon QLDB ledger.
See https://www.paws-r-sdk.com/docs/qldbsession_send_command/ for full documentation.
qldbsession_send_command(
SessionToken = NULL,
StartSession = NULL,
StartTransaction = NULL,
EndSession = NULL,
CommitTransaction = NULL,
AbortTransaction = NULL,
ExecuteStatement = NULL,
FetchPage = NULL
)
SessionToken |
Specifies the session token for the current command. A session token is constant throughout the life of the session. To obtain a session token, run the |
StartSession |
Command to start a new session. A session token is obtained as part of the response. |
StartTransaction |
Command to start a new transaction. |
EndSession |
Command to end the current session. |
CommitTransaction |
Command to commit the specified transaction. |
AbortTransaction |
Command to abort the current transaction. |
ExecuteStatement |
Command to execute a statement in the specified transaction. |
FetchPage |
Command to fetch a page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.