Expand description
The control plane for Amazon QLDB
If you’re using the service, you’re probably looking for QldbClient and Qldb.
Structs§
- Cancel
Journal Kinesis Stream Request - Cancel
Journal Kinesis Stream Response - Create
Ledger Request - Create
Ledger Response - Delete
Ledger Request - Describe
Journal Kinesis Stream Request - Describe
Journal Kinesis Stream Response - Describe
Journal S3Export Request - Describe
Journal S3Export Response - Describe
Ledger Request - Describe
Ledger Response - Export
Journal ToS3 Request - Export
Journal ToS3 Response - GetBlock
Request - GetBlock
Response - GetDigest
Request - GetDigest
Response - GetRevision
Request - GetRevision
Response - Journal
Kinesis Stream Description 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.
- Journal
S3Export Description 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.
- Kinesis
Configuration The configuration settings of the Amazon Kinesis Data Streams destination for an Amazon QLDB journal stream.
- Ledger
Summary Information about a ledger, including its name, state, and when it was created.
- List
Journal Kinesis Streams ForLedger Request - List
Journal Kinesis Streams ForLedger Response - List
Journal S3Exports ForLedger Request - List
Journal S3Exports ForLedger Response - List
Journal S3Exports Request - List
Journal S3Exports Response - List
Ledgers Request - List
Ledgers Response - List
Tags ForResource Request - List
Tags ForResource Response - Qldb
Client - A client for the QLDB API.
- S3Encryption
Configuration The encryption settings that are used by a journal export job to write data in an Amazon Simple Storage Service (Amazon S3) bucket.
- S3Export
Configuration The Amazon Simple Storage Service (Amazon S3) bucket location in which a journal export job writes the journal contents.
- Stream
Journal ToKinesis Request - Stream
Journal ToKinesis Response - TagResource
Request - TagResource
Response - Untag
Resource Request - Untag
Resource Response - Update
Ledger Permissions Mode Request - Update
Ledger Permissions Mode Response - Update
Ledger Request - Update
Ledger Response - Value
Holder A structure that can contain a value in multiple encoding formats.
Enums§
- Cancel
Journal Kinesis Stream Error - Errors returned by CancelJournalKinesisStream
- Create
Ledger Error - Errors returned by CreateLedger
- Delete
Ledger Error - Errors returned by DeleteLedger
- Describe
Journal Kinesis Stream Error - Errors returned by DescribeJournalKinesisStream
- Describe
Journal S3Export Error - Errors returned by DescribeJournalS3Export
- Describe
Ledger Error - Errors returned by DescribeLedger
- Export
Journal ToS3 Error - Errors returned by ExportJournalToS3
- GetBlock
Error - Errors returned by GetBlock
- GetDigest
Error - Errors returned by GetDigest
- GetRevision
Error - Errors returned by GetRevision
- List
Journal Kinesis Streams ForLedger Error - Errors returned by ListJournalKinesisStreamsForLedger
- List
Journal S3Exports Error - Errors returned by ListJournalS3Exports
- List
Journal S3Exports ForLedger Error - Errors returned by ListJournalS3ExportsForLedger
- List
Ledgers Error - Errors returned by ListLedgers
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- Stream
Journal ToKinesis Error - Errors returned by StreamJournalToKinesis
- TagResource
Error - Errors returned by TagResource
- Untag
Resource Error - Errors returned by UntagResource
- Update
Ledger Error - Errors returned by UpdateLedger
- Update
Ledger Permissions Mode Error - Errors returned by UpdateLedgerPermissionsMode
Traits§
- Qldb
- Trait representing the capabilities of the QLDB API. QLDB clients implement this trait.