{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-export-journal-to-s3response-schema.json", "title": "ExportJournalToS3Response", "description": "ExportJournalToS3Response schema from Amazon QLDB API", "type": "object", "properties": { "ExportId": { "allOf": [ { "$ref": "#/components/schemas/UniqueId" }, { "description": "

The UUID (represented in Base62-encoded text) that QLDB assigns to each journal export job.

To describe your export request and check the status of the job, you can use ExportId to call DescribeJournalS3Export.

" } ] } }, "required": [ "ExportId" ] }