Values.DescribeMetadataModelMessageSourceGets detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable.
type nonrec t = {selectionRules : String_.t;The JSON string that specifies which metadata model to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.
*)migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)origin : OriginTypeValue.t;Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
*)}val make :
selectionRules:String_.t ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
origin:OriginTypeValue.t ->
unit ->
t