Values.StartMetadataModelCreationMessageSourceCreates 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.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)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.
*)metadataModelName : String_.t;The name of the metadata model.
*)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.
*)}val make :
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
metadataModelName:String_.t ->
properties:MetadataModelProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MigrationProjectIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]