logo
Expand description

The control plane for Amazon QLDB

If you’re using the service, you’re probably looking for QldbClient and Qldb.

Structs

Information about an Amazon QLDB journal stream, including the Amazon Resource Name (ARN), stream name, creation time, current status, and the parameters of the original stream creation request.

Information about a journal export job, including the ledger name, export ID, creation time, current status, and the parameters of the original export creation request.

The configuration settings of the Amazon Kinesis Data Streams destination for an Amazon QLDB journal stream.

Information about a ledger, including its name, state, and when it was created.

A client for the QLDB API.

The encryption settings that are used by a journal export job to write data in an Amazon Simple Storage Service (Amazon S3) bucket.

The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.

A structure that can contain a value in multiple encoding formats.

Enums

Errors returned by CancelJournalKinesisStream

Errors returned by CreateLedger

Errors returned by DeleteLedger

Errors returned by DescribeJournalKinesisStream

Errors returned by DescribeJournalS3Export

Errors returned by DescribeLedger

Errors returned by ExportJournalToS3

Errors returned by GetBlock

Errors returned by GetDigest

Errors returned by GetRevision

Errors returned by ListJournalKinesisStreamsForLedger

Errors returned by ListJournalS3Exports

Errors returned by ListJournalS3ExportsForLedger

Errors returned by ListLedgers

Errors returned by ListTagsForResource

Errors returned by StreamJournalToKinesis

Errors returned by TagResource

Errors returned by UntagResource

Errors returned by UpdateLedger

Errors returned by UpdateLedgerPermissionsMode

Traits

Trait representing the capabilities of the QLDB API. QLDB clients implement this trait.