Module Values.GetMigrationRequestSource

Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration alerts and warnings related to the migration.

Sourcetype nonrec t = {
  1. migrationId : MigrationId.t;
    (*

    The unique identifier of the migration to view. The migrationID is returned by the operation.

    *)
}
Sourceval context_ : string
Sourceval make : migrationId:MigrationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MigrationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t