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