Module Values.CancelMetadataModelConversionMessageSource

Cancels a single metadata model conversion operation that was started with StartMetadataModelConversion.

Sourcetype nonrec t = {
  1. migrationProjectIdentifier : MigrationProjectIdentifier.t;
    (*

    The migration project name or Amazon Resource Name (ARN).

    *)
  2. requestIdentifier : String_.t;
    (*

    The identifier for the metadata model conversion operation to cancel. This operation was initiated by StartMetadataModelConversion.

    *)
}
Sourceval context_ : string
Sourceval make : migrationProjectIdentifier:MigrationProjectIdentifier.t -> requestIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t