Module Values.StartMetadataModelImportMessageSource

Loads 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.

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 import.

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

    Whether to load metadata to the source or target database.

    *)
  4. refresh : Boolean.t option;
    (*

    If true, DMS loads metadata for the specified objects from the source database.

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