Values.GetMigrationsResponseSourceGets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
type nonrec t = {migrationSummaries : MigrationSummaryList.t option;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 : NextToken.t option;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.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of MigrationId.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]