Module Values.TransformationToolNameSource

Sourcetype nonrec t =
  1. | App2Container
  2. | Porting_Assistant_For__NET
  3. | End_of_Support_Migration
  4. | Windows_Web_Application_Migration_Assistant
  5. | Application_Migration_Service
  6. | Strategy_Recommendation_Support
  7. | In_Place_Operating_System_Upgrade
  8. | Schema_Conversion_Tool
  9. | Database_Migration_Service
  10. | Native_SQL_Server_Backup_Restore
  11. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t