Module Values.StartMetadataModelCreationResponseSource

Creates source metadata model of the given type with the specified properties for schema conversion operations. This action supports only these directions: from SQL Server to Aurora PostgreSQL, or from SQL Server to RDS for PostgreSQL.

Sourcetype nonrec t = {
  1. requestIdentifier : String_.t option;
    (*

    The identifier for the metadata model creation operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
  3. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  4. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?requestIdentifier:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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