Module Values.StartMetadataModelCreationMessageSource

Creates source metadata model of the given type with the specified properties for schema conversion operations. This action supports only these directions: from SQL Server to Aurora PostgreSQL, or from SQL Server to RDS for PostgreSQL.

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

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

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

    The JSON string that specifies the location where the metadata model will be created. Selection rules must specify a single schema. For more information, see Selection Rules in the DMS User Guide.

    *)
  3. metadataModelName : String_.t;
    (*

    The name of the metadata model.

    *)
  4. properties : MetadataModelProperties.t;
    (*

    The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.

    *)
}
Sourceval context_ : string
Sourceval make : migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.t -> metadataModelName:String_.t -> properties:MetadataModelProperties.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MigrationProjectIdentifier.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) 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