QLDBSession#

Client#

classQLDBSession.Client#

A low-level client representing Amazon QLDB Session

The transactional data APIs for Amazon QLDB

Note

Instead of interacting directly with this API, we recommend using the QLDB driver or the QLDB shell to execute data transactions on a ledger.

  • If you are working with an AWS SDK, use the QLDB driver. The driver provides a high-level abstraction layer above thisQLDB Sessiondata plane and managesSendCommandAPI calls for you. For information and a list of supported programming languages, seeGetting started with the driverin theAmazon QLDB Developer Guide.

  • If you are working with the AWS Command Line Interface (AWS CLI), use the QLDB shell. The shell is a command line interface that uses the QLDB driver to interact with a ledger. For information, seeAccessing Amazon QLDB using the QLDB shell.

importboto3

client=boto3.client('qldb-session')

These are the available methods: