Crate rusoto_qldb

Crate rusoto_qldb 

Source
Expand description

The control plane for Amazon QLDB

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

Structs§

CancelJournalKinesisStreamRequest
CancelJournalKinesisStreamResponse
CreateLedgerRequest
CreateLedgerResponse
DeleteLedgerRequest
DescribeJournalKinesisStreamRequest
DescribeJournalKinesisStreamResponse
DescribeJournalS3ExportRequest
DescribeJournalS3ExportResponse
DescribeLedgerRequest
DescribeLedgerResponse
ExportJournalToS3Request
ExportJournalToS3Response
GetBlockRequest
GetBlockResponse
GetDigestRequest
GetDigestResponse
GetRevisionRequest
GetRevisionResponse
JournalKinesisStreamDescription

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.

JournalS3ExportDescription

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.

KinesisConfiguration

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

LedgerSummary

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

ListJournalKinesisStreamsForLedgerRequest
ListJournalKinesisStreamsForLedgerResponse
ListJournalS3ExportsForLedgerRequest
ListJournalS3ExportsForLedgerResponse
ListJournalS3ExportsRequest
ListJournalS3ExportsResponse
ListLedgersRequest
ListLedgersResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
QldbClient
A client for the QLDB API.
S3EncryptionConfiguration

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

S3ExportConfiguration

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

StreamJournalToKinesisRequest
StreamJournalToKinesisResponse
TagResourceRequest
TagResourceResponse
UntagResourceRequest
UntagResourceResponse
UpdateLedgerPermissionsModeRequest
UpdateLedgerPermissionsModeResponse
UpdateLedgerRequest
UpdateLedgerResponse
ValueHolder

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

Enums§

CancelJournalKinesisStreamError
Errors returned by CancelJournalKinesisStream
CreateLedgerError
Errors returned by CreateLedger
DeleteLedgerError
Errors returned by DeleteLedger
DescribeJournalKinesisStreamError
Errors returned by DescribeJournalKinesisStream
DescribeJournalS3ExportError
Errors returned by DescribeJournalS3Export
DescribeLedgerError
Errors returned by DescribeLedger
ExportJournalToS3Error
Errors returned by ExportJournalToS3
GetBlockError
Errors returned by GetBlock
GetDigestError
Errors returned by GetDigest
GetRevisionError
Errors returned by GetRevision
ListJournalKinesisStreamsForLedgerError
Errors returned by ListJournalKinesisStreamsForLedger
ListJournalS3ExportsError
Errors returned by ListJournalS3Exports
ListJournalS3ExportsForLedgerError
Errors returned by ListJournalS3ExportsForLedger
ListLedgersError
Errors returned by ListLedgers
ListTagsForResourceError
Errors returned by ListTagsForResource
StreamJournalToKinesisError
Errors returned by StreamJournalToKinesis
TagResourceError
Errors returned by TagResource
UntagResourceError
Errors returned by UntagResource
UpdateLedgerError
Errors returned by UpdateLedger
UpdateLedgerPermissionsModeError
Errors returned by UpdateLedgerPermissionsMode

Traits§

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