ListAdapterVersions
Source:
src/AWS/Textract/ListAdapterVersions.ts
Runtime binding for textract:ListAdapterVersions — list the versions
of the bound adapter and their training status.
Managing Adapters
Section titled “Managing Adapters”// initconst listAdapterVersions = yield* AWS.Textract.ListAdapterVersions(adapter);
// runtimeconst result = yield* listAdapterVersions();const versions = result.AdapterVersions;