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

GetMigrationsResponse

import type { GetMigrationsResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface GetMigrationsResponse {
migrationSummaries?: MigrationSummary[] | null;
nextToken?: string | null;
}

§Properties

§
migrationSummaries?: MigrationSummary[] | null
[src]

An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use the migrationId from the summary in a call to the operation.

§
nextToken?: string | null
[src]

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.