v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Updates the password used to protect an export zip archive.

The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation.

put/exports/{exportId}/

Path parameters

exportIdstring required

The unique identifier Amazon Lex assigned to the export.

Request body

filePasswordstring password

The new password to use to encrypt the export zip archive.

Response

Success

exportIdstring

The unique identifier Amazon Lex assigned to the export.

fileFormat'LexJson' | 'TSV'

The file format used for the files that define the resource. The <code>TSV</code> format is required to export a custom vocabulary only; otherwise use <code>LexJson</code> format.

exportStatus'InProgress' | 'Completed' | 'Failed' | 'Deleting'

The status of the export. When the status is <code>Completed</code> the export archive is available for download.

creationDateTimestring date-time

The date and time that the export was created.

lastUpdatedDateTimestring date-time

The date and time that the export was last updated.