Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetMigrationsRequest

import type { GetMigrationsRequest } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetMigrationsRequest {
maxResults?: number | null;
migrationStatusEquals?: MigrationStatus | null;
nextToken?: string | null;
sortByAttribute?: MigrationSortAttribute | null;
sortByOrder?: SortOrder | null;
v1BotNameContains?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of migrations to return in the response. The default is 10.

§
migrationStatusEquals?: MigrationStatus | null
[src]

Filters the list to contain only migrations in the specified state.

§
nextToken?: string | null
[src]

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.

§
sortByAttribute?: MigrationSortAttribute | null
[src]

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.

§
sortByOrder?: SortOrder | null
[src]

The order so sort the list.

§
v1BotNameContains?: string | null
[src]

Filters the list to contain only bots whose name contains the specified string. The string is matched anywhere in bot name.