Module Values.StartMetadataModelExportAsScriptMessageSource

Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.

Sourcetype nonrec t = {
  1. migrationProjectIdentifier : MigrationProjectIdentifier.t;
    (*

    The migration project name or Amazon Resource Name (ARN).

    *)
  2. selectionRules : String_.t;
    (*

    A value that specifies the database objects to export.

    *)
  3. origin : OriginTypeValue.t;
    (*

    Whether to export the metadata model from the source or the target.

    *)
  4. fileName : String_.t option;
    (*

    The name of the model file to create in the Amazon S3 bucket.

    *)
}
Sourceval context_ : string
Sourceval make : ?fileName:??? -> migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.t -> origin:OriginTypeValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of MigrationProjectIdentifier.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