Values.StartMigrationResponseSourceStarts migrating a bot from Amazon Lex V1 to Amazon Lex V2. Migrate your bot when you want to take advantage of the new features of Amazon Lex V2. For more information, see Migrating a bot in the Amazon Lex developer guide.
type nonrec t = {v1BotName : BotName.t option;The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.
*)v1BotVersion : Version.t option;The version of the bot to migrate to Amazon Lex V2.
*)v1BotLocale : Locale.t option;The locale used for the Amazon Lex V1 bot.
*)v2BotId : V2BotId.t option;The unique identifier for the Amazon Lex V2 bot.
*)v2BotRole : IamRoleArn.t option;The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
*)migrationId : MigrationId.t option;The unique identifier that Amazon Lex assigned to the migration.
*)migrationStrategy : MigrationStrategy.t option;The strategy used to conduct the migration.
*)migrationTimestamp : Timestamp.t option;The date and time that the migration started.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of BotName.t
| `Timestamp of Timestamp.t ])
list ]