Values.GetTargetSelectionRulesMessageSourceConverts source selection rules into their target counterparts for schema conversion operations.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)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.
*)}val make :
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]