Amazon QLDB Skill
amazonaws-com-qldb
amazonaws-com-qldb
| Method | Path | Description |
|---|---|---|
DELETE | /ledgers/{name}/journal-kinesis-streams/{streamId} | |
POST | /ledgers | Ends a given Amazon QLDB journal stream. Before a stream can be canceled, its current status must be ACTIVE. You can't restart a stream after you cancel it. Canceled QLDB stream r... |
DELETE | /ledgers/{name} | Creates a new ledger in your Amazon Web Services account in the current Region. |
GET | /ledgers/{name}/journal-kinesis-streams/{streamId} | Deletes a ledger and all of its contents. This action is irreversible. If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disab... |
GET | /ledgers/{name}/journal-s3-exports/{exportId} | Returns detailed information about a given Amazon QLDB journal stream. The output includes the Amazon Resource Name (ARN), stream name, current status, creation time, and the para... |
GET | /ledgers/{name} | Returns 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. Th... |
POST | /ledgers/{name}/journal-s3-exports | Returns information about a ledger, including its state, permissions mode, encryption at rest settings, and when it was created. |
POST | /ledgers/{name}/block | Exports journal contents within a date and time range from a ledger into a specified Amazon Simple Storage Service (Amazon S3) bucket. A journal export job can write the data obje... |
POST | /ledgers/{name}/digest | Returns a block object at a specified address in a journal. Also returns a proof of the specified block for verification if DigestTipAddress is provided. For information about the... |
POST | /ledgers/{name}/revision | Returns the digest of a ledger at the latest committed block in the journal. The response includes a 256-bit hash value and a block address. |
GET | /ledgers/{name}/journal-kinesis-streams | Returns a revision data object for a specified document ID and block address. Also returns a proof of the specified revision for verification if DigestTipAddress is provided. |
GET | /journal-s3-exports | Returns all Amazon QLDB journal streams for a given ledger. This action does not return any expired journal streams. For more information, see Expiration for terminal streams in t... |
GET | /ledgers/{name}/journal-s3-exports | Returns all journal export jobs for all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items, and... |
GET | /ledgers | Returns all journal export jobs for a specified ledger. This action returns a maximum of MaxResults items, and is paginated so that you can retrieve all the items by calling ListJ... |
GET | /tags/{resourceArn} | Returns all ledgers that are associated with the current Amazon Web Services account and Region. This action returns a maximum of MaxResults items and is paginated so that you can... |
POST | /ledgers/{name}/journal-kinesis-streams | Returns all tags for a specified Amazon QLDB resource. |
POST | /tags/{resourceArn} | Creates a journal stream for a given Amazon QLDB ledger. The stream captures every document revision that is committed to the ledger's journal and delivers the data to a specified... |
DELETE | /tags/{resourceArn} | Adds one or more tags to a specified Amazon QLDB resource. A resource can have up to 50 tags. If you try to create more than 50 tags for a resource, your request fails and returns... |
PATCH | /ledgers/{name} | Removes one or more tags from a specified Amazon QLDB resource. You can specify up to 50 tag keys to remove. |
PATCH | /ledgers/{name}/permissions-mode | Updates properties on a ledger. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-qldb
Downloads and installs to ~/.claude/skills/amazonaws-com-qldb/
2019-01-02 (2026-02-13)