Values.StartMetadataModelExportAsScriptMessageSourceSaves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)selectionRules : String_.t;A value that specifies the database objects to export.
*)origin : OriginTypeValue.t;Whether to export the metadata model from the source or the target.
*)fileName : String_.t option;The name of the model file to create in the Amazon S3 bucket.
*)}val make :
?fileName:??? ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
origin:OriginTypeValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MigrationProjectIdentifier.t ])
list ]