Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_migrations/ for full documentation.
lexmodelbuildingservice_get_migrations(
sortByAttribute = NULL,
sortByOrder = NULL,
v1BotNameContains = NULL,
migrationStatusEquals = NULL,
maxResults = NULL,
nextToken = NULL
)
The field to sort the list of migrations by. You can sort by the Amazon Lex V1 bot name or the date and time that the migration was started.
The order so sort the list.
Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.
Filters the list to contain only migrations in the specified state.
The maximum number of migrations to return in the response. The default is 10.
A pagination token that fetches the next page of migrations. If the response to this operation is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of migrations, specify the pagination token in the request.