Values.DescribeConversionConfigurationMessageSourceReturns configuration parameters for a schema conversion project.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The name or Amazon Resource Name (ARN) for the schema conversion project to describe.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]