github.com/aavshr/aws-sdk-go@v1.41.3/service/qldbsession/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package qldbsession provides the client and types for making API 4 // requests to Amazon QLDB Session. 5 // 6 // The transactional data APIs for Amazon QLDB 7 // 8 // Instead of interacting directly with this API, we recommend using the QLDB 9 // driver or the QLDB shell to execute data transactions on a ledger. 10 // 11 // * If you are working with an AWS SDK, use the QLDB driver. The driver 12 // provides a high-level abstraction layer above this QLDB Session data plane 13 // and manages SendCommand API calls for you. For information and a list 14 // of supported programming languages, see Getting started with the driver 15 // (https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-driver.html) 16 // in the Amazon QLDB Developer Guide. 17 // 18 // * If you are working with the AWS Command Line Interface (AWS CLI), use 19 // the QLDB shell. The shell is a command line interface that uses the QLDB 20 // driver to interact with a ledger. For information, see Accessing Amazon 21 // QLDB using the QLDB shell (https://docs.aws.amazon.com/qldb/latest/developerguide/data-shell.html). 22 // 23 // See https://docs.aws.amazon.com/goto/WebAPI/qldb-session-2019-07-11 for more information on this service. 24 // 25 // See qldbsession package documentation for more information. 26 // https://docs.aws.amazon.com/sdk-for-go/api/service/qldbsession/ 27 // 28 // Using the Client 29 // 30 // To contact Amazon QLDB Session with the SDK use the New function to create 31 // a new service client. With that client you can make API requests to the service. 32 // These clients are safe to use concurrently. 33 // 34 // See the SDK's documentation for more information on how to use the SDK. 35 // https://docs.aws.amazon.com/sdk-for-go/api/ 36 // 37 // See aws.Config documentation for more information on configuring SDK clients. 38 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 39 // 40 // See the Amazon QLDB Session client QLDBSession for more 41 // information on creating client for this service. 42 // https://docs.aws.amazon.com/sdk-for-go/api/service/qldbsession/#New 43 package qldbsession