aws_sdk_qldb/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CancelJournalKinesisStream` operation.
5pub mod cancel_journal_kinesis_stream;
6
7/// Types for the `CreateLedger` operation.
8pub mod create_ledger;
9
10/// Types for the `DeleteLedger` operation.
11pub mod delete_ledger;
12
13/// Types for the `DescribeJournalKinesisStream` operation.
14pub mod describe_journal_kinesis_stream;
15
16/// Types for the `DescribeJournalS3Export` operation.
17pub mod describe_journal_s3_export;
18
19/// Types for the `DescribeLedger` operation.
20pub mod describe_ledger;
21
22/// Types for the `ExportJournalToS3` operation.
23pub mod export_journal_to_s3;
24
25/// Types for the `GetBlock` operation.
26pub mod get_block;
27
28/// Types for the `GetDigest` operation.
29pub mod get_digest;
30
31/// Types for the `GetRevision` operation.
32pub mod get_revision;
33
34/// Types for the `ListJournalKinesisStreamsForLedger` operation.
35pub mod list_journal_kinesis_streams_for_ledger;
36
37/// Types for the `ListJournalS3Exports` operation.
38pub mod list_journal_s3_exports;
39
40/// Types for the `ListJournalS3ExportsForLedger` operation.
41pub mod list_journal_s3_exports_for_ledger;
42
43/// Types for the `ListLedgers` operation.
44pub mod list_ledgers;
45
46/// Types for the `ListTagsForResource` operation.
47pub mod list_tags_for_resource;
48
49/// Types for the `StreamJournalToKinesis` operation.
50pub mod stream_journal_to_kinesis;
51
52/// Types for the `TagResource` operation.
53pub mod tag_resource;
54
55/// Types for the `UntagResource` operation.
56pub mod untag_resource;
57
58/// Types for the `UpdateLedger` operation.
59pub mod update_ledger;
60
61/// Types for the `UpdateLedgerPermissionsMode` operation.
62pub mod update_ledger_permissions_mode;