package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package qldbsessioniface provides an interface to enable mocking the Amazon QLDB Session service client for testing your code.

# Functions

New creates a new instance of the QLDBSession client with a session.

# Constants

ID to lookup a service endpoint with.
ErrCodeBadRequestException for service response error code "BadRequestException".
ErrCodeCapacityExceededException for service response error code "CapacityExceededException".
ErrCodeInvalidSessionException for service response error code "InvalidSessionException".
ErrCodeLimitExceededException for service response error code "LimitExceededException".
ErrCodeOccConflictException for service response error code "OccConflictException".
ErrCodeRateExceededException for service response error code "RateExceededException".
ServiceID is a unique identifier of a specific service.
Name of service.

# Structs

Contains the details of the transaction to abort.
Contains the details of the aborted transaction.
Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
Returned when the request exceeds the processing capacity of the ledger.
Contains the details of the transaction to commit.
Contains the details of the committed transaction.
Specifies a request to end the session.
Contains the details of the ended session.
Specifies a request to execute a statement.
Contains the details of the executed statement.
Specifies the details of the page to be fetched.
Contains the page that was fetched.
Returned if the session doesn't exist anymore because it timed out or expired.
Contains I/O usage metrics for a command that was invoked.
Returned if a resource limit such as number of active sessions is exceeded.
Returned when a transaction cannot be written to the journal due to a failure in the verification phase of optimistic concurrency control (OCC).
Contains details of the fetched page.
QLDBSession provides the API operation methods for making requests to Amazon QLDB Session.
Returned when the rate of requests exceeds the allowed throughput.
Specifies a request to start a new session.
Contains the details of the started session.
Specifies a request to start a transaction.
Contains the details of the started transaction.
Contains server-side performance information for a command.
A structure that can contain a value in multiple encoding formats.