Values.StartMetadataModelImportMessageSourceLoads the metadata for all the dependent database objects of the parent object. This operation uses your project's Amazon S3 bucket as a metadata cache to improve performance.
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 import.
*)origin : OriginTypeValue.t;Whether to load metadata to the source or target database.
*)refresh : Boolean.t option;If true, DMS loads metadata for the specified objects from the source database.
*)}val make :
?refresh:??? ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
origin:OriginTypeValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of MigrationProjectIdentifier.t ])
list ]