{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-structure/amazon-qldb-export-journal-to-s3response-structure.json", "name": "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" ] }