Values.CancelMetadataModelConversionMessageSourceCancels a single metadata model conversion operation that was started with StartMetadataModelConversion.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)requestIdentifier : String_.t;The identifier for the metadata model conversion operation to cancel. This operation was initiated by StartMetadataModelConversion.
*)}val make :
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
requestIdentifier:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]