Module Values.GetTargetSelectionRulesMessageSource

Converts source selection rules into their target counterparts for schema conversion operations.

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

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

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

    The JSON string representing the source selection rules for conversion. Selection rules must contain only supported metadata model types. For more information, see Selection Rules in the DMS User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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