v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Gets information about a specific import.

get/imports/{importId}/

Path parameters

importIdstring required

The unique identifier of the import to describe.

Response

Success

importIdstring

The unique identifier of the described import.

importedResourceIdstring

The unique identifier that Amazon Lex assigned to the resource created by the import.

importedResourceNamestring

The name of the imported resource.

mergeStrategy'Overwrite' | 'FailOnConflict' | 'Append'

The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is <code>FailOnConflict</code> existing resources are not overwritten and the import fails.

importStatus'InProgress' | 'Completed' | 'Failed' | 'Deleting'

The status of the import process. When the status is <code>Completed</code> the resource is imported and ready for use.

failureReasonsFailureReason[]

If the <code>importStatus</code> field is <code>Failed</code>, this provides one or more reasons for the failure.

creationDateTimestring date-time

The date and time that the import was created.

lastUpdatedDateTimestring date-time

The date and time that the import was last updated.