Module Values.StartMetadataModelAssessmentResponseSource

Creates a database migration assessment report by assessing the migration complexity for your source database. A database migration assessment report summarizes all of the schema conversion tasks. It also details the action items for database objects that can't be converted to the database engine of your target database instance.

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

    The identifier for the assessment operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  3. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  4. | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
  5. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  6. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  7. | `S3AccessDeniedFault of S3AccessDeniedFault.t
  8. | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?requestIdentifier:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.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